aboutsummaryrefslogtreecommitdiffstats
path: root/askama_axum
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-05-24 18:05:37 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-06-07 14:31:58 +0200
commit0de54192a039943a687d579e15cb87bfc4801589 (patch)
tree7f59f9186064bf9ab63079432ef6b33bed1b38c3 /askama_axum
parentecf671945a1d3bdb5426a38f7ee1477e51a55bca (diff)
downloadaskama-0de54192a039943a687d579e15cb87bfc4801589.tar.gz
askama-0de54192a039943a687d579e15cb87bfc4801589.tar.bz2
askama-0de54192a039943a687d579e15cb87bfc4801589.zip
Expose features in integration crates
Diffstat (limited to '')
-rw-r--r--askama_axum/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml
index d1f7d37..cd2693f 100644
--- a/askama_axum/Cargo.toml
+++ b/askama_axum/Cargo.toml
@@ -22,3 +22,13 @@ axum = { version = "0.5", default-features = false }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
+
+[features]
+default = ["askama/default"]
+config = ["askama/config"]
+humansize = ["askama/humansize"]
+markdown = ["askama/markdown"]
+num-traits = ["askama/num-traits"]
+serde-json = ["askama/serde-json"]
+serde-yaml = ["askama/serde-yaml"]
+urlencode = ["askama/urlencode"]