aws-smithy-http 0.42.0

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.42.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Smithy HTTP logic for smithy-rs."
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

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

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

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

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

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

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

[dev-dependencies]
async-stream = "0.3"
futures-util = "0.3"
pretty_assertions = "1.2"
proptest = "1"
tokio-stream = "0.1.5"
tempfile = "3.2.0"
tracing-test = "0.2.1"

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

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