aws-smithy-http 0.30.0-alpha

Smithy HTTP logic for smithy-rs.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-smithy-http"
version = "0.30.0-alpha"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Smithy HTTP logic for smithy-rs."
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
bytestream-util = ["tokio/fs", "tokio-util/io"]
event-stream = ["aws-smithy-eventstream"]
default = ["bytestream-util"]

[dependencies]
bytes = "1"
bytes-utils = "0.1"
http = "0.2.3"
http-body = "0.4.4"
percent-encoding = "2.1.0"
pin-project = "1"
tracing = "0.1"
hyper = "0.14.5"
futures-core = "0.3.14"

[dependencies.aws-smithy-eventstream]
path = "../aws-smithy-eventstream"
optional = true
version = "0.30.0-alpha"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.30.0-alpha"

[dependencies.tokio]
version = "1.6"
optional = true

[dependencies.tokio-util]
version = "0.6"
optional = true

[dev-dependencies]
async-stream = "0.3"
futures-util = "0.3"
proptest = "1"
tokio-stream = "0.1.5"
tempfile = "3.2.0"

[dev-dependencies.hyper]
version = "0.14.5"
features = ["stream"]

[dev-dependencies.tokio]
version = "1.6"
features = ["macros", "rt", "rt-multi-thread", "fs", "io-util"]