http-body-util 0.1.4

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
channel = ["dep:tokio"]
default = []
full = ["channel"]

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

[dependencies.bytes]
version = "1"

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

[dependencies.http]
version = "1"

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

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

[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true

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

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