rocket-include-handlebars 0.13.5

This is a crate which provides macros `handlebars_resources_initialize!` and `handlebars_response!` to statically include HBS (Handlebars) files from your Rust project and make them be the HTTP response sources quickly.
Documentation
[dependencies.educe]
default-features = false
features = ["Debug"]
version = ">=0.4.0"

[dependencies.handlebars]
version = "4.1.2"

[dependencies.html-minifier]
version = "4"

[dependencies.lru_time_cache]
version = "0.11"

[dependencies.manifest-dir-macros]
features = ["tuple"]
version = "0.1.6"

[dependencies.rc-u8-reader]
features = ["tokio"]
version = "2.0.14"

[dependencies.rocket]
version = "0.5.0-rc.3"

[dependencies.rocket-etag-if-none-match]
version = "0.4.0"

[dependencies.serde]
version = "1"
[dev-dependencies.serde_json]
version = "1"

[features]
helper_dec = []
helper_eq_str = []
helper_inc = []
helper_ne_str = []
helpers = ["helper_inc", "helper_dec", "helper_eq_str", "helper_ne_str"]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["web-programming"]
description = "This is a crate which provides macros `handlebars_resources_initialize!` and `handlebars_response!` to statically include HBS (Handlebars) files from your Rust project and make them be the HTTP response sources quickly."
edition = "2021"
homepage = "https://magiclen.org/rocket-include-handlebars"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["rocket", "server", "web", "static", "handlebars"]
license = "MIT"
name = "rocket-include-handlebars"
readme = "README.md"
repository = "https://github.com/magiclen/rocket-include-handlebars"
rust-version = "1.67"
version = "0.13.5"