1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "http-body" 15version = "0.4.6" 16authors = [ 17 "Carl Lerche <[email protected]>", 18 "Lucio Franco <[email protected]>", 19 "Sean McArthur <[email protected]>", 20] 21description = """ 22Trait representing an asynchronous, streaming, HTTP request or response body. 23""" 24documentation = "https://docs.rs/http-body" 25readme = "README.md" 26keywords = ["http"] 27categories = ["web-programming"] 28license = "MIT" 29repository = "https://github.com/hyperium/http-body" 30 31[dependencies.bytes] 32version = "1" 33 34[dependencies.http] 35version = "0.2" 36 37[dependencies.pin-project-lite] 38version = "0.2" 39 40[dev-dependencies.tokio] 41version = "1" 42features = [ 43 "macros", 44 "rt", 45] 46