aws-sdk-sts 0.12.0

AWS SDK for AWS Security Token Service
Documentation
[dependencies.aws-endpoint]
version = "0.12.0"

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

[dependencies.aws-sig-auth]
version = "0.12.0"

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

[dependencies.aws-smithy-client]
version = "0.42.0"

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

[dependencies.aws-smithy-http-tower]
version = "0.42.0"

[dependencies.aws-smithy-query]
version = "0.42.0"

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

[dependencies.aws-smithy-xml]
version = "0.42.0"

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "0.2"

[dependencies.tower]
version = "0.4"
[dev-dependencies.aws-smithy-client]
features = ["test-util"]
version = "0.42.0"

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

[dev-dependencies.futures-util]
version = "0.3"

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

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.2"

[features]
default = ["rustls", "rt-tokio"]
native-tls = ["aws-smithy-client/native-tls"]
rt-tokio = ["aws-smithy-http/rt-tokio"]
rustls = ["aws-smithy-client/rustls"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for AWS Security Token Service"
edition = "2021"
license = "Apache-2.0"
name = "aws-sdk-sts"
readme = "README.md"
repository = "https://github.com/awslabs/aws-sdk-rust"
version = "0.12.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]