origami-engine 0.1.3-alpha.7

A templating engine for rust
Documentation
[[bench]]
harness = false
name = "origami"
path = "benches/origami.rs"

[dependencies.axum]
optional = true
version = "0.7.6"

[dependencies.html-escape]
optional = true
version = "0.2.13"

[dependencies.minify-html]
optional = true
version = "0.15.0"

[dependencies.origami-macros]
default-features = false
version = "0.1.0-alpha.9"

[dev-dependencies.axum]
version = "0.7.5"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.trybuild]
version = "1.0.99"

[features]
axum = ["dep:axum"]
default = ["html_escape", "minify_html"]
html_escape = ["origami-macros/html_escape", "dep:html-escape"]
minify_html = ["origami-macros/minify_html", "dep:minify-html"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "A templating engine for rust"
edition = "2021"
keywords = ["templates", "engine", "markup", "html", "web"]
license = "MIT OR Apache-2.0"
name = "origami-engine"
readme = "README.md"
repository = "https://github.com/ratnaraj7/origami-engine"
version = "0.1.3-alpha.7"

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

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