http-cache-surf 1.0.0-alpha.4

http-cache middleware implementation for surf
# 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-surf"
version = "1.0.0-alpha.4"
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 middleware implementation for surf"
homepage = "https://http-cache.rs"
readme = "README.md"
keywords = [
    "cache",
    "http",
    "middleware",
    "surf",
]
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 = [
    "manager-cacache",
    "url-standard",
]
http-headers-compat = ["http-cache/http-headers-compat"]
manager-cacache = ["http-cache/manager-cacache"]
manager-cacache-bincode = ["http-cache/manager-cacache-bincode"]
manager-foyer = ["http-cache/manager-foyer"]
manager-moka = ["http-cache/manager-moka"]
manager-moka-bincode = ["http-cache/manager-moka-bincode"]
rate-limiting = ["http-cache/rate-limiting"]
url-ada = ["http-cache/url-ada"]
url-standard = ["http-cache/url-standard"]

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

[[example]]
name = "surf_basic"
path = "examples/surf_basic.rs"
required-features = ["manager-cacache"]

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

[dependencies.http]
version = "1.2.0"

[dependencies.http-cache]
version = "1.0.0-alpha.4"
features = ["with-http-types"]
default-features = false

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

[dependencies.http-types]
version = "2.12.0"

[dependencies.surf]
version = "2.3.2"
default-features = false

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

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

[dev-dependencies.surf]
version = "2.3.2"
features = ["curl-client"]

[dev-dependencies.tempfile]
version = "3.13.0"

[dev-dependencies.tokio]
version = "1.46"
features = [
    "net",
    "rt",
    "macros",
]

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