[package] name = "axum-response-cache" description = "Axum layer for caching HTTP responses of the wrapped server" keywords = ["axum", "middleware", "caching", "http"] categories = ["web-programming::http-server", "caching"] repository = "https://github.com/omnilogy/axum-response-cache" readme = "README.md" version = "0.1.1" edition = "2021" authors = ["Omniscopy Dev Team ", "Benedykt Jaworski "] license = "MIT" [dependencies] axum = { version = "0.7.7", default-features = false } cached = "0.53.1" http = "1.1.0" tower = "0.5.1" tracing = "0.1.40" tracing-futures = "0.2.5" [dev-dependencies] axum = { version = "0.7.7", features = ["tokio"] } rand = "0.8.5" tokio = { version = "1.40.0", features = ["full"] } tower = { version = "0.5.1", features = ["util"] }