askama 0.6.2

Type-safe, compiled Jinja-like templates for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "askama"
version = "0.6.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
homepage = "https://github.com/djc/askama"
documentation = "https://docs.rs/askama"
readme = "../README.md"
keywords = ["markup", "template", "jinja2", "html"]
categories = ["template-engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/djc/askama"
[package.metadata.docs.rs]
features = ["serde-json"]
[dependencies.askama_derive]
version = "0.6.2"

[dependencies.askama_shared]
version = "0.6.2"

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

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

[features]
default = []
serde-json = ["askama_shared/serde-json"]
with-iron = ["iron", "askama_derive/iron"]
with-rocket = ["rocket", "askama_derive/rocket"]
[badges.travis-ci]
repository = "djc/askama"