shared_http_body 0.1.5

A library for creating shareable HTTP bodies that can be cloned and consumed by multiple consumers
Documentation
[dependencies.futures-util]
version = "0.3"

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

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

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

[dev-dependencies.static_assertions]
version = "1"

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

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = []
stats = []

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

[package]
authors = ["Ankur Mittal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming"]
description = "A library for creating shareable HTTP bodies that can be cloned and consumed by multiple consumers"
documentation = "https://docs.rs/shared_http_body"
edition = "2021"
keywords = ["http", "body", "async", "clone", "shared"]
license = "Apache-2.0"
name = "shared_http_body"
readme = "README.md"
repository = "https://github.com/ankurmittal/shared-http-body-rs"
version = "0.1.5"

[package.metadata.docs.rs]
exclude = ["target/", ".git/", ".gitignore"]
features = ["stats"]