aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
blob: 0ce90b606dd726101b19984d4d9c32fb4b3a13f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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.4"
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
syn = "0.12"