[[test]]
name = "templates"
path = "tests/templates.rs"
[dependencies.handlebars]
optional = true
version = "5.1"
[dependencies.minijinja]
features = ["loader", "speedups", "json", "urlencode"]
optional = true
version = "2.0.1"
[dependencies.normpath]
version = "1"
[dependencies.notify]
version = "6"
[dependencies.rocket]
default-features = false
version = "0.5.1"
[dependencies.tera]
optional = true
version = "1.19.0"
[dependencies.walkdir]
version = "2.4"
[dev-dependencies.pretty_assertions]
version = "1.4"
[features]
handlebars = ["dep:handlebars"]
minijinja = ["dep:minijinja"]
tera = ["dep:tera"]
[lib]
name = "rocket_dyn_templates"
path = "src/lib.rs"
[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Dynamic templating engine integration for Rocket."
documentation = "https://api.rocket.rs/v0.5/rocket_dyn_templates/"
edition = "2021"
homepage = "https://rocket.rs"
keywords = ["rocket", "framework", "templates", "templating", "engine"]
license = "MIT OR Apache-2.0"
name = "rocket_dyn_templates"
readme = "README.md"
repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/dyn_templates"
rust-version = "1.64"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true