tera 0.7.0

Template engine based on Jinja2/Django templates
Documentation
[package]
name = "tera"
version = "0.7.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
description = "Template engine based on Jinja2/Django templates"
homepage = "https://github.com/Keats/tera"
repository = "https://github.com/Keats/tera"
keywords = ["template", "html", "django", "markup", "jinja2"]
categories = ["template-engine"]

[dependencies]
glob = "0.2"
serde = "0.9"
serde_json = "0.9"
pest = "0.4"
error-chain = "0.8"
# used in slugify filter
slug = "0.1"
# used in striptags filters
regex = "0.2"
# used for static regex
lazy_static = "0.2"
# used in urlencode filter
url = "1"
# used in filesizeformat filter
humansize = "1"
# used in date format filter
chrono = "0.2"