aws-smithy-http 0.57.2

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.57.2"
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]
event-stream = ["aws-smithy-eventstream"]
rt-tokio = ["aws-smithy-types/rt-tokio"]

[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-lite = "0.2.9"
pin-utils = "0.1.0"
tracing = "0.1"
futures-core = "0.3.14"

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

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["client"]
version = "0.57.2"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
features = ["byte-stream-poll-next", "http-body-0-4-x"]
version = "0.57.2"

[dev-dependencies]
async-stream = "0.3"
proptest = "1"

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

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

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