http-cache-stream 0.4.0

A HTTP cache implementation for 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"
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 HTTP cache implementation for streaming bodies."
homepage = "https://github.com/stjude-rust-labs/http-cache-stream"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/http-cache-stream"
resolver = "2"

[features]
default = ["tokio"]
smol = ["dep:smol"]
tokio = [
    "dep:tokio",
    "dep:tokio-util",
]

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bincode]
version = "1.3.3"

[dependencies.blake3]
version = "1.8.3"

[dependencies.bytes]
version = "1.11.1"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.http]
version = "1.4.0"

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

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

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

[dependencies.http-serde]
version = "2.1.1"

[dependencies.httpdate]
version = "1.0.3"

[dependencies.libc]
version = "0.2.180"

[dependencies.pin-project-lite]
version = "0.2.16"

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

[dependencies.sha2]
version = "0.10.9"

[dependencies.smol]
version = "2.0.2"
optional = true

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "io-util",
    "rt",
    "macros",
]
optional = true
default-features = false

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]
optional = true

[dependencies.tracing]
version = "0.1.44"