rocket-cache-response 0.7.0

This crate provides a response struct used for HTTP cache control.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "rocket-cache-response"
version = "0.7.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides a response struct used for HTTP cache control."
homepage = "https://magiclen.org/rocket-cache-response"
readme = "README.md"
keywords = [
    "rocket",
    "server",
    "web",
    "cache",
    "http",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-cache-response"

[lib]
name = "rocket_cache_response"
path = "src/lib.rs"

[dependencies.rocket]
version = "0.5"

[dev-dependencies.chrono]
version = "0.4"