http-cache-stream-reqwest 0.4.0

A caching middleware for reqwest that supports streaming bodies.
Documentation
# 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 = "2024"
rust-version = "1.89.0"
name = "http-cache-stream-reqwest"
version = "0.4.0"
authors = ["The St. Jude Rust Labs project developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A caching middleware for reqwest that supports streaming bodies."
homepage = "https://github.com/stjude-rust-labs/http-cache-stream"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/http-cache-stream"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.http-cache-stream]
version = "0.4.0"

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

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

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

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "io-util",
    "rt",
    "macros",
    "macros",
    "rt",
    "rt-multi-thread",
]
default-features = false