ramhorns-ext 0.17.2

Experimental Mustache-like templating engine.
Documentation
# 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]
edition = "2018"
name = "ramhorns-ext"
version = "0.17.2"
authors = ["Evan Zhang <evanzp0@qq.com>"]
description = "Experimental Mustache-like templating engine."
documentation = "https://docs.rs/ramhorns-ext"
readme = "README.md"
keywords = [
    "html",
    "template",
    "mustache",
    "ramhorns",
]
categories = ["template-engine"]
license = "GPL-3.0"
repository = "https://github.com/evanzp0/ramhorns-ext"

[dependencies.arrayvec]
version = "0.7.2"

[dependencies.beef]
version = "0.5.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.fnv]
version = "1.0"

[dependencies.logos]
version = "0.13.0"

[dependencies.pulldown-cmark]
version = "0.9"
optional = true
default_features = false

[dependencies.ramhorns-derive-ext]
version = "0.17.0"
optional = true

[dependencies.uuid]
version = "1.5"
features = ["serde"]
optional = true

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[features]
default = [
    "export_derive",
    "pulldown-cmark",
]
export_derive = ["ramhorns-derive-ext"]