askama 0.9.0

Type-safe, compiled Jinja-like templates for Rust
Documentation
[badges.azure-devops]
build = "2"
pipeline = "Askama"
project = "dochtman/Projects"

[badges.maintenance]
status = "actively-developed"
[dependencies.actix-web]
optional = true
version = "2"

[dependencies.askama_derive]
version = "0.9.0"

[dependencies.askama_escape]
version = "0.3.0"

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

[dependencies.bytes]
optional = true
version = "0.5"

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

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

[dependencies.hyper]
optional = true
version = "0.12"

[dependencies.iron]
optional = true
version = ">= 0.5, < 0.7"

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

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

[dependencies.rocket]
optional = true
version = "0.4"

[features]
config = ["askama_shared/config"]
default = ["config", "humansize", "num-traits"]
humansize = ["askama_shared/humansize"]
num-traits = ["askama_shared/num-traits"]
serde-json = ["askama_shared/json"]
serde-yaml = ["askama_shared/yaml"]
with-actix-web = ["actix-web", "askama_derive/actix-web", "mime", "mime_guess", "bytes", "futures"]
with-gotham = ["gotham", "askama_derive/gotham", "hyper", "mime", "mime_guess"]
with-iron = ["iron", "askama_derive/iron"]
with-rocket = ["rocket", "askama_derive/rocket"]

[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.9.0"
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]