# 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 = "http-cache-reqwest" version = "0.14.0" authors = [ "Christian Haynes <06chaynes@gmail.com>", "Kat Marchán ", ] description = "http-cache middleware implementation for reqwest" homepage = "https://http-cache.rs" readme = "README.md" keywords = [ "cache", "http", "middleware", "reqwest", ] categories = [ "caching", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/06chaynes/http-cache" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.http] version = "1.1.0" [dependencies.http-cache] version = "0.19.0" default-features = false [dependencies.http-cache-semantics] version = "2.1.0" [dependencies.reqwest] version = "0.12.3" default-features = false [dependencies.reqwest-middleware] version = "0.3.0" [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.url] version = "2.4.0" features = ["serde"] [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.wiremock] version = "0.6.0" [features] default = ["manager-cacache"] manager-cacache = [ "http-cache/manager-cacache", "http-cache/cacache-tokio", ] manager-moka = ["http-cache/manager-moka"]