rocket-include-static-resources 0.10.4

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

[dependencies]
rocket = "0.5.0-rc.3"
mime = "0.3.13"
mime_guess = " 2"
rc-u8-reader = { version = "2.0.14", features = ["tokio"] }
manifest-dir-macros = { version = "0.1.11", features = ["tuple", "mime_guess"] }

rocket-etag-if-none-match = "0.4.0"
rocket-cache-response = { version = "0.6", optional = true }

[features]
cache = ["rocket-cache-response"]

[package.metadata.docs.rs]
all-features = true