rocket-include-handlebars 0.12.7

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
[badges.travis-ci]
branch = "master"
repository = "magiclen/rocket-include-handlebars"
[dependencies.crc-any]
version = "2"

[dependencies.educe]
default-features = false
features = ["Debug"]
version = ">=0.4.0"

[dependencies.handlebars]
version = "3"

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

[dependencies.lru_time_cache]
version = "0.9"

[dependencies.rc-u8-reader]
version = "2.0.1"

[dependencies.rocket]
version = "0.4.2"

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

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"
[dev-dependencies.json-gettext]
features = ["rocketly"]
version = "3"

[features]
helper = []
helper_dec = ["helper"]
helper_eq_str = ["helper"]
helper_inc = ["helper"]
helper_ne_str = ["helper"]

[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 = "2018"
homepage = "https://magiclen.org/rocket-include-handlebars"
keywords = ["rocket", "server", "web", "static", "handlebars"]
license = "MIT"
name = "rocket-include-handlebars"
readme = "README.md"
repository = "https://github.com/magiclen/rocket-include-handlebars"
version = "0.12.7"