http-cache-quickcache 1.0.0-alpha.5

http-cache manager implementation for quick-cache
# 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.88.0"
name = "http-cache-quickcache"
version = "1.0.0-alpha.5"
authors = [
    "Christian Haynes <06chaynes@gmail.com>",
    "Kat Marchán <kzm@zkat.tech>",
]
build = false
autolib = 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",
]

[features]
default = ["url-standard"]
http-headers-compat = ["http-cache/http-headers-compat"]
url-ada = ["http-cache/url-ada"]
url-standard = ["http-cache/url-standard"]

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

[dependencies.async-trait]
version = "0.1.85"

[dependencies.http]
version = "1.2.0"

[dependencies.http-cache]
version = "1.0.0-alpha.5"
features = ["postcard"]
default-features = false

[dependencies.http-cache-semantics]
version = "3.0.0"

[dependencies.postcard]
version = "1.1"
features = ["alloc"]
default-features = false

[dependencies.quick_cache]
version = "0.6.9"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dev-dependencies.bytes]
version = "1.8.0"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.http]
version = "1.2.0"

[dev-dependencies.http-body]
version = "1.0.1"

[dev-dependencies.http-body-util]
version = "0.1.2"

[dev-dependencies.hyper]
version = "1.5.1"

[dev-dependencies.macro_rules_attribute]
version = "0.2.0"

[dev-dependencies.reqwest]
version = "0.13.1"
default-features = false

[dev-dependencies.reqwest-middleware]
version = "0.5.0"

[dev-dependencies.smol-macros]
version = "0.1.1"

[dev-dependencies.tokio]
version = "1.43.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dev-dependencies.tower]
version = "0.5.1"

[dev-dependencies.tower-http]
version = "0.6.2"
features = ["trace"]

[dev-dependencies.tower-service]
version = "0.3.3"

[dev-dependencies.url]
version = "2.5.4"
features = ["serde"]

[dev-dependencies.wiremock]
version = "0.6.2"