tera 0.11.0-beta.0

Template engine based on Jinja2/Django templates
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 = "tera"
version = "0.11.0-beta.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
description = "Template engine based on Jinja2/Django templates"
homepage = "https://github.com/Keats/tera"
readme = "README.md"
keywords = ["template", "html", "django", "markup", "jinja2"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/Keats/tera"
[dependencies.chrono]
version = "0.4"

[dependencies.error-chain]
version = "0.11"

[dependencies.glob]
version = "0.2"

[dependencies.humansize]
version = "1"

[dependencies.lazy_static]
version = "0.2"

[dependencies.pest]
version = "^1.0.0-beta"

[dependencies.pest_derive]
version = "^1.0.0-beta"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.slug]
version = "0.1"

[dependencies.url]
version = "1"
[dev-dependencies.hyper]
version = "0.10"

[dev-dependencies.pretty_assertions]
version = "0.4"

[dev-dependencies.serde_derive]
version = "1.0"