[badges.maintenance]
status = "actively-developed"
[dependencies.askama_derive]
version = "0.12.0"
[dependencies.askama_escape]
version = "0.10.3"
[dependencies.comrak]
default-features = false
optional = true
version = "0.18"
[dependencies.dep_humansize]
optional = true
package = "humansize"
version = "2"
[dependencies.dep_num_traits]
optional = true
package = "num-traits"
version = "0.2.6"
[dependencies.percent-encoding]
optional = true
version = "2.1.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[features]
config = ["askama_derive/config"]
default = ["config", "humansize", "num-traits", "urlencode"]
humansize = ["askama_derive/humansize", "dep_humansize"]
markdown = ["askama_derive/markdown", "comrak"]
mime = []
mime_guess = []
num-traits = ["askama_derive/num-traits", "dep_num_traits"]
serde-json = ["askama_derive/serde-json", "askama_escape/json", "serde", "serde_json"]
serde-yaml = ["askama_derive/serde-yaml", "serde", "serde_yaml"]
urlencode = ["askama_derive/urlencode", "percent-encoding"]
with-actix-web = ["askama_derive/with-actix-web"]
with-axum = ["askama_derive/with-axum"]
with-gotham = ["askama_derive/with-gotham"]
with-hyper = ["askama_derive/with-hyper"]
with-mendes = ["askama_derive/with-mendes"]
with-rocket = ["askama_derive/with-rocket"]
with-tide = ["askama_derive/with-tide"]
with-warp = ["askama_derive/with-warp"]
[package]
categories = ["template-engine"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
edition = "2021"
homepage = "https://github.com/djc/askama"
keywords = ["markup", "template", "jinja2", "html"]
license = "MIT OR Apache-2.0"
name = "askama"
readme = "README.md"
repository = "https://github.com/djc/askama"
rust-version = "1.65"
version = "0.12.1"
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]