Cargo Features

askama_axum has no features set by default.

[dependencies]
askama_axum = { version = "0.4.0", features = ["config", "humansize", "markdown", "num-traits", "serde-json", "serde-yaml", "urlencode"] }
default

These default features are set whenever askama_axum is added without default-features = false somewhere in the dependency tree.

Enables askama

config

Enables config of askama

humansize

Enables humansize of askama

markdown

Enables markdown of askama

num-traits

Enables num-traits of askama

serde-json

Enables serde-json of askama

serde-yaml

Enables serde-yaml of askama

urlencode

Enables urlencode of askama

askama_axum has 8 features without comments.