| # 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 = "tinytemplate" |
| version = "1.2.1" |
| authors = ["Brook Heisler <[email protected]>"] |
| description = "Simple, lightweight template engine" |
| readme = "README.md" |
| keywords = ["template", "html"] |
| categories = ["template-engine"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/bheisler/TinyTemplate" |
| |
| [[bench]] |
| name = "benchmarks" |
| harness = false |
| [dependencies.serde] |
| version = "1.0" |
| |
| [dependencies.serde_json] |
| version = "1.0" |
| [dev-dependencies.criterion] |
| version = "0.3" |
| |
| [dev-dependencies.serde_derive] |
| version = "1.0" |
| [badges.maintenance] |
| status = "passively-maintained" |
| |
| [badges.travis-ci] |
| repository = "bheisler/TinyTemplate" |