[package] name = "rocket-cache-response" version = "0.6.4" authors = ["Magic Len "] edition = "2021" rust-version = "1.69" repository = "https://github.com/magiclen/rocket-cache-response" homepage = "https://magiclen.org/rocket-cache-response" keywords = ["rocket", "server", "web", "cache", "http"] categories = ["web-programming"] description = "This crate provides a response struct used for HTTP cache control." license = "MIT" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] [dependencies] rocket = "0.5.0-rc.4" [dev-dependencies] chrono = "0.4.6"