# 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] edition = "2018" name = "tera-v1" version = "1.0.0-alpha.4" authors = ["Keats/tera"] description = "Template engine based on Jinja2/Django templates" homepage = "https://github.com/mitchtbaum/tera-v1" readme = "README.md" keywords = ["template", "html", "django", "markup", "jinja2"] categories = ["template-engine"] license = "MIT" repository = "https://github.com/Keats/tera-v1" [dependencies.chrono] version = "0.4" [dependencies.globwalk] version = "0.6" [dependencies.humansize] version = "1" [dependencies.lazy_static] version = "1.0" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.regex] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1" [dependencies.unic-segment] version = "0.8" [dependencies.url] version = "1" [dependencies.v_htmlescape] version = "0.4" [dev-dependencies.pretty_assertions] version = "0.5" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.tempfile] version = "3" [features] default = [] preserve_order = ["serde_json/preserve_order"]