Cargo Features

askama_warp has no features set by default.

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

These default features are set whenever askama_warp 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_warp has 8 features without comments.