http-body-util 0.1.2

Combinators and adapters for HTTP request or response bodies.
Documentation
[dependencies.bytes]
version = "1"

[dependencies.futures-util]
default-features = false
version = "0.3"

[dependencies.http]
version = "1"

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

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

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

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

[package]
authors = ["Carl Lerche <me@carllerche.com>", "Lucio Franco <luciofranco14@gmail.com>", "Sean McArthur <sean@seanmonstar.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = """
Combinators and adapters for HTTP request or response bodies.
"""
documentation = "https://docs.rs/http-body-util"
edition = "2018"
keywords = ["http"]
license = "MIT"
name = "http-body-util"
readme = "README.md"
repository = "https://github.com/hyperium/http-body"
rust-version = "1.49"
version = "0.1.2"