rocket-include-static-resources 0.8.4

This is a crate which provides macros `static_resources_initialize!` and `static_response!` to statically include 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-static-resources"
version = "0.8.4"
authors = ["Magic Len <len@magiclen.org>"]
description = "This is a crate which provides macros `static_resources_initialize!` and `static_response!` to statically include files from your Rust project and make them be the HTTP response sources quickly."
homepage = "https://magiclen.org/rocket-include-static-resources"
readme = "README.md"
keywords = ["rocket", "server", "web", "static", "file"]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-include-static-resources"
[dependencies.crc-any]
version = "1.0.0"

[dependencies.mime]
version = "0.3.12"

[dependencies.mime_guess]
version = " 2.0.0-alpha.6"

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

[dependencies.rocket]
version = "0.4"

[dependencies.rocket-etag-if-none-match]
version = "0.3"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rocket-include-static-resources"