aws-smithy-http 0.60.8

Smithy HTTP logic for smithy-rs.
Documentation
[dependencies.aws-smithy-eventstream]
optional = true
version = "0.60.4"

[dependencies.aws-smithy-runtime-api]
features = ["client", "http-02x"]
version = "1.4.0"

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

[dependencies.bytes]
version = "1"

[dependencies.bytes-utils]
version = "0.1"

[dependencies.futures-core]
version = "0.3.29"

[dependencies.http]
version = "0.2.3"

[dependencies.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.8"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]