[package]
edition = "2021"
rust-version = "1.91"
name = "aws-smithy-http"
version = "0.63.5"
authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smithy HTTP logic for smithy-rs."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
event-stream = ["aws-smithy-eventstream"]
rt-tokio = ["aws-smithy-types/rt-tokio"]
[lib]
name = "aws_smithy_http"
path = "src/lib.rs"
[dependencies.aws-smithy-eventstream]
version = "0.60.19"
optional = true
[dependencies.aws-smithy-runtime-api]
version = "1.11.5"
features = [
"client",
"http-1x",
]
[dependencies.aws-smithy-types]
version = "1.4.5"
features = [
"byte-stream-poll-next",
"http-body-1-x",
]
[dependencies.bytes]
version = "1.10.0"
[dependencies.bytes-utils]
version = "0.1"
[dependencies.futures-core]
version = "0.3.31"
[dependencies.futures-util]
version = "0.3.29"
default-features = false
[dependencies.http-1x]
version = "1.3.1"
package = "http"
[dependencies.http-body-1x]
version = "1.0.1"
package = "http-body"
[dependencies.http-body-util]
version = "0.1.3"
[dependencies.percent-encoding]
version = "2.3.1"
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.pin-utils]
version = "0.1.0"
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.async-stream]
version = "0.3"
[dev-dependencies.futures-util]
version = "0.3.29"
default-features = false
[dev-dependencies.hyper]
version = "1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tokio]
version = "1.49.0"
features = [
"macros",
"rt",
"rt-multi-thread",
]