aws-config 0.12.0

AWS SDK config and credential provider implementations.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-config"
version = "0.12.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK config and credential provider implementations."
edition = "2021"
exclude = ["test-data/*", "integration-tests/*"]
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

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

[dependencies]
ring = "0.16"
hex = "0.4.3"
zeroize = "1"
bytes = "1.1.0"
http = "0.2.4"

[dependencies.aws-sdk-sts]
path = "../sts"
default-features = false
version = "0.12.0"

[dependencies.aws-sdk-sso]
path = "../sso"
default-features = false
version = "0.12.0"

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

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

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

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

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dependencies.hyper]
version = "0.14"
default-features = false

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

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

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

[dependencies.aws-smithy-json]
path = "../aws-smithy-json"
version = "0.42.0"

[dependencies.tower]
version = "0.4.8"

[dev-dependencies]
futures-util = "0.3.16"
tracing-test = "0.2.1"
async-trait = "0.1.51"
env_logger = "0.9.0"
arbitrary = "1.0.2"
serde_json = "1"

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

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

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

[dev-dependencies.hyper-rustls]
version = "0.23.0"
features = ["webpki-tokio", "http2", "http1"]