rocket-include-static-resources 0.10.5

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
[dependencies.manifest-dir-macros]
features = ["tuple", "mime_guess"]
version = "0.1.11"

[dependencies.mime]
version = "0.3.13"

[dependencies.mime_guess]
version = " 2"

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

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

[dependencies.rocket-cache-response]
optional = true
version = "0.6"

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

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

[package]
authors = ["Magic Len <len@magiclen.org>"]
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."
edition = "2021"
homepage = "https://magiclen.org/rocket-include-static-resources"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["rocket", "server", "web", "static", "file"]
license = "MIT"
name = "rocket-include-static-resources"
readme = "README.md"
repository = "https://github.com/magiclen/rocket-include-static-resources"
rust-version = "1.69"
version = "0.10.5"
[package.metadata.docs.rs]
all-features = true