# 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" name = "axum-response-cache" version = "0.1.1" authors = [ "Omniscopy Dev Team ", "Benedykt Jaworski ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Axum layer for caching HTTP responses of the wrapped server" readme = "README.md" keywords = [ "axum", "middleware", "caching", "http", ] categories = [ "web-programming::http-server", "caching", ] license = "MIT" repository = "https://github.com/omnilogy/axum-response-cache" [lib] name = "axum_response_cache" path = "src/lib.rs" [dependencies.axum] version = "0.7.7" default-features = false [dependencies.cached] version = "0.53.1" [dependencies.http] version = "1.1.0" [dependencies.tower] version = "0.5.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-futures] version = "0.2.5" [dev-dependencies.axum] version = "0.7.7" features = ["tokio"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tower] version = "0.5.1" features = ["util"]