axum-cache-fred 0.2.0

Axum middleware for response caching with fred
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"
name = "axum-cache-fred"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum middleware for response caching with fred"
homepage = "https://tech.scribd.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/scribd/axum-cache-fred"

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

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.fred]
version = "10.1.0"
features = [
    "enable-rustls",
    "mocks",
    "partial-tracing",
    "serde-json",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.4.0"

[dependencies.tower]
version = "0.5.2"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tokio]
version = "1.49.0"