aws-runtime 0.101.0

Runtime support code for the AWS SDK. This crate isn't intended to be used directly.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-runtime"
version = "0.101.0"
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"
repository = "https://github.com/smithy-lang/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

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

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

[dependencies]
fastrand = "2.0.0"
http = "0.2.3"
percent-encoding = "2.1.0"
tracing = "0.1"

[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "0.101.0"

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

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

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

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

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

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

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

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

[dependencies.uuid]
version = "1"

[dev-dependencies]
proptest = "1.2"
serde_json = "1"
tracing-test = "0.2.4"

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

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

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

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

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

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