[package]
edition = "2021"
rust-version = "1.88"
name = "aws-runtime"
version = "1.6.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.docs.rs]
all-features = true
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy-rs-release-tooling]
stable = true
[features]
event-stream = [
"dep:aws-smithy-eventstream",
"aws-sigv4/sign-eventstream",
]
http-02x = [
"dep:http-02x",
"dep:http-body-04x",
]
http-1x = []
sigv4a = ["aws-sigv4/sigv4a"]
test-util = ["dep:regex-lite"]
[lib]
name = "aws_runtime"
path = "src/lib.rs"
[dependencies.aws-credential-types]
version = "1.2.11"
[dependencies.aws-sigv4]
version = "1.3.8"
features = ["http0-compat"]
[dependencies.aws-smithy-async]
version = "1.2.11"
[dependencies.aws-smithy-eventstream]
version = "0.60.18"
optional = true
[dependencies.aws-smithy-http]
version = "0.63.3"
[dependencies.aws-smithy-runtime]
version = "1.10.0"
features = ["client"]
[dependencies.aws-smithy-runtime-api]
version = "1.11.3"
features = [
"client",
"http-1x",
]
[dependencies.aws-smithy-types]
version = "1.4.3"
features = ["http-body-1-x"]
[dependencies.aws-types]
version = "1.3.11"
[dependencies.bytes]
version = "1.10.0"
[dependencies.fastrand]
version = "2.3.0"
[dependencies.http-02x]
version = "0.2.12"
optional = true
package = "http"
[dependencies.http-1x]
version = "1.3.1"
package = "http"
[dependencies.http-body-04x]
version = "0.4.6"
optional = true
package = "http-body"
[dependencies.http-body-1x]
version = "1.0.1"
package = "http-body"
[dependencies.percent-encoding]
version = "2.3.1"
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.regex-lite]
version = "0.1.5"
optional = true
[dependencies.tracing]
version = "0.1.40"
[dependencies.uuid]
version = "1"
[dev-dependencies.arbitrary]
version = "1.3"
[dev-dependencies.aws-credential-types]
version = "1.2.11"
features = ["test-util"]
[dev-dependencies.aws-smithy-async]
version = "1.2.11"
features = ["test-util"]
[dev-dependencies.aws-smithy-protocol-test]
version = "0.63.11"
[dev-dependencies.aws-smithy-runtime-api]
version = "1.11.3"
features = [
"test-util",
"http-1x",
]
[dev-dependencies.aws-smithy-types]
version = "1.4.3"
features = ["test-util"]
[dev-dependencies.bytes-utils]
version = "0.1.2"
[dev-dependencies.convert_case]
version = "0.6.0"
[dev-dependencies.futures-util]
version = "0.3.29"
default-features = false
[dev-dependencies.http-body-util]
version = "0.1.3"
[dev-dependencies.proptest]
version = "1.2"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1.23.1"
features = [
"macros",
"rt",
"time",
]
[dev-dependencies.tracing-subscriber]
version = "0.3.17"
features = ["env-filter"]
[dev-dependencies.tracing-test]
version = "0.2.4"