[dependencies.aws-smithy-eventstream]
optional = true
version = "0.60.5"
[dependencies.aws-smithy-runtime-api]
features = ["client", "http-02x"]
version = "1.7.2"
[dependencies.aws-smithy-types]
features = ["byte-stream-poll-next", "http-body-0-4-x"]
version = "1.2.6"
[dependencies.bytes]
version = "1"
[dependencies.bytes-utils]
version = "0.1"
[dependencies.futures-core]
version = "0.3.29"
[dependencies.http-02x]
package = "http"
version = "0.2.3"
[dependencies.http-body-04x]
package = "http-body"
version = "0.4.4"
[dependencies.once_cell]
version = "1.10"
[dependencies.percent-encoding]
version = "2.1.0"
[dependencies.pin-project-lite]
version = "0.2.9"
[dependencies.pin-utils]
version = "0.1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.async-stream]
version = "0.3"
[dev-dependencies.futures-util]
default-features = false
version = "0.3.29"
[dev-dependencies.hyper]
features = ["stream"]
version = "0.14.26"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.23.1"
[features]
event-stream = ["aws-smithy-eventstream"]
rt-tokio = ["aws-smithy-types/rt-tokio"]
[package]
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"
name = "aws-smithy-http"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "0.60.11"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]