rustc/vendor/tera/Cargo.toml
2021-10-08 13:53:48 +01:00

89 lines
2.0 KiB
TOML

# 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"
version = "1.10.0"
authors = ["Vincent Prouillet <hello@prouilletvincent.com>"]
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
description = "Template engine based on Jinja2/Django templates"
homepage = "https://tera.netlify.com/"
readme = "README.md"
keywords = ["template", "html", "django", "markup", "jinja2"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/Keats/tera"
[dependencies.chrono]
version = "0.4.1"
optional = true
[dependencies.chrono-tz]
version = "0.5"
optional = true
[dependencies.globwalk]
version = "0.8.1"
[dependencies.humansize]
version = "1"
optional = true
[dependencies.lazy_static]
version = "1.0"
[dependencies.percent-encoding]
version = "2.1"
optional = true
[dependencies.pest]
version = "2.0.2"
[dependencies.pest_derive]
version = "2.0.2"
[dependencies.rand]
version = "0.8"
optional = true
[dependencies.regex]
version = "1.0"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0.11"
[dependencies.slug]
version = "0.1.1"
optional = true
[dependencies.unic-segment]
version = "0.9"
optional = true
[dev-dependencies.pretty_assertions]
version = "0.7"
[dev-dependencies.serde_derive]
version = "1.0"
[dev-dependencies.tempfile]
version = "3"
[features]
builtins = ["slug", "percent-encoding", "humansize", "chrono", "chrono-tz", "unic-segment", "rand"]
default = ["builtins"]
preserve_order = ["serde_json/preserve_order"]
[badges.maintenance]
status = "actively-developed"