horrorshow 0.8.6

a templating library written in rust macros
Documentation
[[bench]]
name = "horrorshow"
path = "benches/horrorshow.rs"

[dev-dependencies.doc-comment]
version = "0.3"

[[example]]
name = "blog"
path = "examples/blog.rs"

[[example]]
name = "subtemplate"
path = "examples/subtemplate.rs"

[features]
alloc = []
default = ["ops", "std", "alloc"]
ops = []
std = ["alloc"]

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

[package]
authors = ["Steven Allen <steven@stebalien.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine"]
description = "a templating library written in rust macros"
documentation = "https://docs.rs/horrorshow"
edition = "2018"
keywords = ["html", "template"]
license = "MIT/Apache-2.0"
name = "horrorshow"
readme = "README.md"
repository = "https://github.com/Stebalien/horrorshow-rs"
version = "0.8.6"

[[test]]
name = "attributes"
path = "tests/attributes.rs"

[[test]]
name = "boxes"
path = "tests/boxes.rs"

[[test]]
name = "coherence"
path = "tests/coherence.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "escape"
path = "tests/escape.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "statements"
path = "tests/statements.rs"

[[test]]
name = "template"
path = "tests/template.rs"

[[test]]
name = "test_cat"
path = "tests/test_cat.rs"

[[test]]
name = "utf8"
path = "tests/utf8.rs"

[[test]]
name = "utility"
path = "tests/utility.rs"

[[test]]
name = "void"
path = "tests/void.rs"