# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "tinytemplate-async" version = "1.1.2" authors = ["Sandeep Kumar "] description = "Simple, lightweight template engine" readme = "README.md" keywords = [ "template", "html", ] categories = ["template-engine"] license = "Apache-2.0 OR MIT" repository = "https://github.com/eternalfrustation/TinyTemplateAsync" [[bench]] name = "benchmarks" harness = false [dependencies.log] version = "0.4.20" [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 = "eternalfrustation/TinyTemplate"