diff options
Diffstat (limited to 'askama_axum/Cargo.toml')
-rw-r--r-- | askama_axum/Cargo.toml | 10 |
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"] |