ramhorns 1.0.1

Experimental Mustache-like templating engine.
Documentation
[dependencies.arrayvec]
version = "0.7.4"

[dependencies.beef]
version = "0.5.2"

[dependencies.fnv]
version = "1.0"

[dependencies.logos]
version = "0.14.0"

[dependencies.pulldown-cmark]
default-features = false
features = ["html"]
optional = true
version = "0.12"

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

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

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

[lib]
name = "ramhorns"
path = "src/lib.rs"

[package]
authors = ["Maciej Hirsz <hello@maciej.codes>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "Experimental Mustache-like templating engine."
documentation = "https://docs.rs/ramhorns"
edition = "2018"
keywords = ["html", "template", "mustache"]
license = "MPL-2.0"
name = "ramhorns"
readme = "README.md"
repository = "https://github.com/maciejhirsz/ramhorns"
version = "1.0.1"