blob: 16fb5243592efd9d1a70ce36e764ea170275d5dc [file] [log] [blame]
# 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 = "handlebars"
version = "2.0.0-beta.2"
authors = ["Ning Sun <sunng@pm.me>"]
description = "Handlebars templating implemented in Rust."
homepage = "https://github.com/sunng87/handlebars-rust"
documentation = "https://docs.rs/crate/handlebars/"
readme = "README.md"
keywords = ["handlebars", "templating", "web"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/sunng87/handlebars-rust"
[lib]
name = "handlebars"
path = "src/lib.rs"
[dependencies.hashbrown]
version = "0.2.0"
features = ["serde"]
[dependencies.lazy_static]
version = "1.0.0"
[dependencies.log]
version = "0.4.0"
optional = true
[dependencies.pest]
version = "2.1.0"
[dependencies.pest_derive]
version = "2.1.0"
[dependencies.quick-error]
version = "1.0.0"
[dependencies.regex]
version = "1.0.3"
[dependencies.serde]
version = "1.0.0"
[dependencies.serde_json]
version = "1.0.0"
[dependencies.walkdir]
version = "2.2.3"
optional = true
[dev-dependencies.env_logger]
version = "0.5.13"
[dev-dependencies.maplit]
version = "1.0.0"
[dev-dependencies.serde_derive]
version = "1.0.75"
[dev-dependencies.tempfile]
version = "3.0.0"
[features]
default = ["dir_source", "logging"]
dir_source = ["walkdir"]
logging = ["log"]
no_dir_source = ["logging"]
no_logging = ["dir_source"]
[badges.maintenance]
status = "actively-developed"