askama_shared 0.5.0

Shared code for Askama
Documentation
[package]
name = "askama_shared"
version = "0.5.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."

[features]
default = []
serde-json = ["serde", "serde_json"]
iron = []
rocket = []

[dependencies]
error-chain = "0.11"
nom = "3"
quote = "0.3"
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
syn = "0.11"