rocket-include-handlebars 0.9.6

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rocket-include-handlebars"
version = "0.9.6"
authors = ["Magic Len <len@magiclen.org>"]
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."
homepage = "https://magiclen.org/rocket-include-handlebars"
readme = "README.md"
keywords = ["rocket", "server", "web", "static", "handlebars"]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-include-handlebars"
[dependencies.crc-any]
version = "1.1"

[dependencies.handlebars]
version = "1.1"

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

[dependencies.rocket]
version = "0.4"

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

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"
[dev-dependencies.json-gettext]
version = "2.2"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rocket-include-handlebars"