# 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.71.1" name = "http-cache-quickcache" version = "0.8.0" authors = [ "Christian Haynes <06chaynes@gmail.com>", "Kat Marchán ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "http-cache manager implementation for quick-cache" homepage = "https://http-cache.rs" readme = "README.md" keywords = [ "cache", "http", "manager", "quick-cache", ] 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", ] [lib] name = "http_cache_quickcache" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.72" [dependencies.bincode] version = "1.3.3" [dependencies.http-cache] version = "0.20.0" features = ["bincode"] default-features = false [dependencies.http-cache-semantics] version = "2.1.0" [dependencies.quick_cache] version = "0.6.9" [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.url] version = "2.4.0" features = ["serde"] [dev-dependencies.http] version = "1.1.0" [dev-dependencies.reqwest] version = "0.12.3" default-features = false [dev-dependencies.reqwest-middleware] version = "0.4.0" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.wiremock] version = "0.6.0"