[package]
name = "http-body"
version = "0.2.0-alpha.1"
authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
readme = "README.md"
documentation = "https://docs.rs/http-body/0.2.0-alpha.1/http-body"
repository = "https://github.com/hyperium/http-body"
homepage = "https://github.com/hyperium/http-body"
license = "MIT"
description = """
Trait representing an asynchronous, streaming, HTTP request or response body.
"""
keywords = ["http"]
categories = ["web-programming"]
[dependencies]
bytes = "0.4.11"
http = "0.1.16"