http-cache-tower-server 0.2.1

Server-side HTTP response caching middleware for Tower/Axum
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 = "2021"
rust-version = "1.88.0"
name = "http-cache-tower-server"
version = "0.2.1"
authors = [
    "Christian Haynes <06chaynes@gmail.com>",
    "Kat Marchán <kzm@zkat.tech>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side HTTP response caching middleware for Tower/Axum"
homepage = "https://http-cache.rs"
readme = "README.md"
keywords = [
    "cache",
    "http",
    "middleware",
    "tower",
    "server",
]
categories = [
    "caching",
    "web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/06chaynes/http-cache"

[features]
default = [
    "manager-cacache",
    "url-standard",
]
http-headers-compat = ["http-cache/http-headers-compat"]
manager-cacache = ["http-cache/manager-cacache"]
manager-cacache-bincode = ["http-cache/manager-cacache-bincode"]
manager-foyer = ["http-cache/manager-foyer"]
manager-moka = ["http-cache/manager-moka"]
manager-moka-bincode = ["http-cache/manager-moka-bincode"]
rate-limiting = ["http-cache/rate-limiting"]
streaming = ["http-cache/streaming"]
url-ada = ["http-cache/url-ada"]
url-standard = ["http-cache/url-standard"]

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

[[example]]
name = "axum_advanced"
path = "examples/axum_advanced.rs"
required-features = ["manager-cacache"]

[[example]]
name = "axum_basic"
path = "examples/axum_basic.rs"
required-features = ["manager-cacache"]

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.async-trait]
version = "0.1.85"

[dependencies.bytes]
version = "1.8.0"

[dependencies.http]
version = "1.2.0"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.http-cache]
version = "1.0.0-alpha.4"
default-features = false

[dependencies.http-cache-semantics]
version = "2.1.0"

[dependencies.httpdate]
version = "1.0.3"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.43.0"
features = ["time"]

[dependencies.tower]
version = "0.5.2"
features = ["util"]

[dev-dependencies.async-trait]
version = "0.1.85"

[dev-dependencies.axum]
version = "0.8.7"

[dev-dependencies.http-body-util]
version = "0.1.2"

[dev-dependencies.tempfile]
version = "3.13.0"

[dev-dependencies.tokio]
version = "1.43.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tower]
version = "0.5.2"
features = ["util"]

[dev-dependencies.tower-http]
version = "0.6"
features = ["catch-panic"]

[dev-dependencies.tower-test]
version = "0.4.0"