askama 0.10.5

Type-safe, compiled Jinja-like templates for Rust
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.askama_derive]
version = "0.10.5"

[dependencies.askama_escape]
version = "0.10"

[dependencies.askama_shared]
default-features = false
version = "0.11"

[dependencies.mime]
optional = true
version = "0.3"

[dependencies.mime_guess]
optional = true
version = "2.0.0-alpha"

[features]
config = ["askama_shared/config"]
default = ["config", "humansize", "num-traits", "urlencode"]
humansize = ["askama_shared/humansize"]
num-traits = ["askama_shared/num-traits"]
serde-json = ["askama_shared/json"]
serde-yaml = ["askama_shared/yaml"]
urlencode = ["askama_shared/percent-encoding"]
with-actix-web = ["askama_derive/actix-web"]
with-gotham = ["askama_derive/gotham"]
with-iron = ["askama_derive/iron"]
with-mendes = ["askama_derive/mendes"]
with-rocket = ["askama_derive/rocket"]
with-tide = ["askama_derive/tide"]
with-warp = ["askama_derive/warp"]

[package]
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
categories = ["template-engine"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
edition = "2018"
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"
version = "0.10.5"
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]