1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "tinytemplate"
15version = "1.2.1"
16authors = ["Brook Heisler <brookheisler@gmail.com>"]
17description = "Simple, lightweight template engine"
18readme = "README.md"
19keywords = ["template", "html"]
20categories = ["template-engine"]
21license = "Apache-2.0 OR MIT"
22repository = "https://github.com/bheisler/TinyTemplate"
23
24[[bench]]
25name = "benchmarks"
26harness = false
27[dependencies.serde]
28version = "1.0"
29
30[dependencies.serde_json]
31version = "1.0"
32[dev-dependencies.criterion]
33version = "0.3"
34
35[dev-dependencies.serde_derive]
36version = "1.0"
37[badges.maintenance]
38status = "passively-maintained"
39
40[badges.travis-ci]
41repository = "bheisler/TinyTemplate"
42