hyper-caching-body 0.1.0

Caching body type for hyper
Documentation
[dependencies.bytes]
version = "1.11.0"

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

[dependencies.hyper]
version = "1.8.1"

[dependencies.tokio]
version = "1.48.0"

[dev-dependencies.hyper]
features = ["full"]
version = "1.8.1"

[dev-dependencies.hyper-util]
features = ["full"]
version = "0.1.18"

[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"

[[example]]
name = "server"
path = "examples/server.rs"

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

[package]
authors = ["AndrianoTurner <danya.shibaev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Caching body type for hyper"
edition = "2024"
homepage = "https://github.com/AndrianoTurner/hyper-caching-body"
keywords = ["hyper", "http", "cache"]
license = "MIT"
name = "hyper-caching-body"
readme = "README.md"
version = "0.1.0"