aws-runtime 0.101.0

Runtime support code for the AWS SDK. This crate isn't intended to be used directly.
Documentation
[dependencies.aws-credential-types]
version = "0.101.0"

[dependencies.aws-http]
version = "0.59.0"

[dependencies.aws-sigv4]
features = ["http0-compat"]
version = "0.101.0"

[dependencies.aws-smithy-async]
version = "0.101.0"

[dependencies.aws-smithy-eventstream]
optional = true
version = "0.59.0"

[dependencies.aws-smithy-http]
version = "0.59.0"

[dependencies.aws-smithy-runtime-api]
features = ["client"]
version = "0.101.0"

[dependencies.aws-smithy-types]
version = "0.101.0"

[dependencies.aws-types]
version = "0.101.0"

[dependencies.fastrand]
version = "2.0.0"

[dependencies.http]
version = "0.2.3"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
[dev-dependencies.aws-credential-types]
features = ["test-util"]
version = "0.101.0"

[dev-dependencies.aws-smithy-async]
features = ["test-util"]
version = "0.101.0"

[dev-dependencies.aws-smithy-protocol-test]
version = "0.59.0"

[dev-dependencies.aws-smithy-runtime-api]
features = ["test-util"]
version = "0.101.0"

[dev-dependencies.aws-smithy-types]
features = ["test-util"]
version = "0.101.0"

[dev-dependencies.proptest]
version = "1.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tracing-test]
version = "0.2.4"

[features]
event-stream = ["dep:aws-smithy-eventstream", "aws-sigv4/sign-eventstream"]
sigv4a = ["aws-sigv4/sigv4a"]
test-util = []

[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"
resolver = "1"
version = "0.101.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[package.metadata.smithy-rs-release-tooling]
stable = true