[dependencies.aws-credential-types]
version = "1.2.1"
[dependencies.aws-sigv4]
features = ["http0-compat"]
version = "1.2.4"
[dependencies.aws-smithy-async]
version = "1.2.1"
[dependencies.aws-smithy-eventstream]
optional = true
version = "0.60.5"
[dependencies.aws-smithy-http]
version = "0.60.11"
[dependencies.aws-smithy-runtime]
features = ["client"]
version = "1.7.1"
[dependencies.aws-smithy-runtime-api]
features = ["client"]
version = "1.7.2"
[dependencies.aws-smithy-types]
version = "1.2.6"
[dependencies.aws-types]
version = "1.3.3"
[dependencies.bytes]
version = "1.1"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http-02x]
package = "http"
version = "0.2.3"
[dependencies.http-1x]
optional = true
package = "http"
version = "1.1.0"
[dependencies.http-body-04x]
package = "http-body"
version = "0.4.5"
[dependencies.http-body-1x]
optional = true
package = "http-body"
version = "1.0.0"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.percent-encoding]
version = "2.1.0"
[dependencies.pin-project-lite]
version = "0.2.9"
[dependencies.regex-lite]
optional = true
version = "0.1.5"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1"
[dev-dependencies.arbitrary]
version = "1.3"
[dev-dependencies.aws-credential-types]
features = ["test-util"]
version = "1.2.1"
[dev-dependencies.aws-smithy-async]
features = ["test-util"]
version = "1.2.1"
[dev-dependencies.aws-smithy-protocol-test]
version = "0.62.0"
[dev-dependencies.aws-smithy-runtime-api]
features = ["test-util"]
version = "1.7.2"
[dev-dependencies.aws-smithy-types]
features = ["test-util"]
version = "1.2.6"
[dev-dependencies.bytes-utils]
version = "0.1.2"
[dev-dependencies.convert_case]
version = "0.6.0"
[dev-dependencies.futures-util]
default-features = false
version = "0.3.29"
[dev-dependencies.proptest]
version = "1.2"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
features = ["macros", "rt", "time"]
version = "1.23.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"
[dev-dependencies.tracing-test]
version = "0.2.4"
[features]
event-stream = ["dep:aws-smithy-eventstream", "aws-sigv4/sign-eventstream"]
http-02x = []
http-1x = ["dep:http-1x", "dep:http-body-1x"]
sigv4a = ["aws-sigv4/sigv4a"]
test-util = ["dep:regex-lite"]
[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
edition = "2021"
license = "Apache-2.0"
name = "aws-runtime"
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "1.4.3"
[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