Cargo Features
askama_gotham has no features set by default.
[dependencies]
askama_gotham = { version = "0.14.0", features = ["config", "humansize", "markdown", "num-traits", "serde-json", "serde-yaml", "urlencode"] }
- default
-
These default features are set whenever
askama_gotham
is added without
somewhere in the dependency tree.default-features = false Enables askama ^0.12
- config
-
Enables config of askama ^0.12
- humansize
-
Enables humansize of askama ^0.12
- markdown
-
Enables markdown of askama ^0.12
- num-traits
-
Enables num-traits of askama ^0.12
- serde-json
-
Enables serde-json of askama ^0.12
- serde-yaml
-
Enables serde-yaml of askama ^0.12
- urlencode
-
Enables urlencode of askama ^0.12
askama_gotham has 8 features without comments.