# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aws-config" version = "1.5.10" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", ] exclude = [ "test-data/*", "integration-tests/*", ] description = "AWS SDK config and credential provider implementations." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/smithy-lang/smithy-rs" [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 [dependencies.aws-credential-types] version = "1.2.1" features = ["test-util"] [dependencies.aws-runtime] version = "1.4.3" [dependencies.aws-sdk-sso] version = "1.49.0" optional = true default-features = false [dependencies.aws-sdk-ssooidc] version = "1.50.0" optional = true default-features = false [dependencies.aws-sdk-sts] version = "1.49.0" default-features = false [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.aws-smithy-http] version = "0.60.11" [dependencies.aws-smithy-json] version = "0.60.7" [dependencies.aws-smithy-runtime] version = "1.7.3" features = ["client"] [dependencies.aws-smithy-runtime-api] version = "1.7.3" features = ["client"] [dependencies.aws-smithy-types] version = "1.2.9" [dependencies.aws-types] version = "1.3.3" [dependencies.bytes] version = "1.1.0" [dependencies.fastrand] version = "2.0.0" [dependencies.hex] version = "0.4.3" optional = true [dependencies.http] version = "0.2.4" [dependencies.ring] version = "0.17.5" optional = true [dependencies.time] version = "0.3.4" features = ["parsing"] [dependencies.tokio] version = "1.13.1" features = ["sync"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3.1" [dependencies.zeroize] version = "1" optional = true [dev-dependencies.aws-smithy-async] version = "1.2.1" features = [ "rt-tokio", "test-util", ] [dev-dependencies.aws-smithy-runtime] version = "1.7.3" features = [ "client", "connector-hyper-0-14-x", "test-util", ] [dev-dependencies.aws-smithy-runtime-api] version = "1.7.3" features = ["test-util"] [dev-dependencies.futures-util] version = "0.3.29" default-features = false [dev-dependencies.hyper-rustls] version = "0.24" features = [ "webpki-tokio", "http2", "http1", ] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = [ "full", "test-util", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "fmt", "json", ] [dev-dependencies.tracing-test] version = "0.2.4" [features] allow-compilation = [] behavior-version-latest = [] client-hyper = ["aws-smithy-runtime/connector-hyper-0-14-x"] credentials-process = ["tokio/process"] default = [ "client-hyper", "rustls", "rt-tokio", "credentials-process", "sso", ] rt-tokio = [ "aws-smithy-async/rt-tokio", "aws-smithy-runtime/rt-tokio", "tokio/rt", ] rustls = [ "aws-smithy-runtime/tls-rustls", "client-hyper", ] sso = [ "dep:aws-sdk-sso", "dep:aws-sdk-ssooidc", "dep:ring", "dep:hex", "dep:zeroize", "aws-smithy-runtime-api/http-auth", ]