1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-config"
|
4 - | version = "1.8.15"
|
4 + | version = "1.8.14"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
6 6 | description = "AWS SDK config and credential provider implementations."
|
7 7 | edition = "2021"
|
8 8 | exclude = ["test-data/*", "integration-tests/*"]
|
9 9 | license = "Apache-2.0"
|
10 10 | repository = "https://github.com/smithy-lang/smithy-rs"
|
11 11 | rust-version = "1.91"
|
12 12 | [package.metadata.docs.rs]
|
13 13 | all-features = true
|
14 14 | targets = ["x86_64-unknown-linux-gnu"]
|
15 15 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
16 16 | rustdoc-args = ["--cfg", "docsrs"]
|
17 17 |
|
18 18 | [package.metadata.smithy-rs-release-tooling]
|
19 19 | stable = true
|
20 20 | [package.metadata.cargo-udeps.ignore]
|
21 21 | normal = ["proc-macro2"]
|
22 22 |
|
23 23 | [features]
|
24 24 | behavior-version-latest = []
|
25 25 | credentials-process = ["tokio/process"]
|
26 26 | default = ["default-https-client", "rt-tokio", "credentials-process", "sso"]
|
27 27 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-runtime/rt-tokio", "tokio/rt"]
|
28 28 | client-hyper = ["aws-smithy-runtime/default-https-client"]
|
29 29 | rustls = ["client-hyper"]
|
30 30 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
31 - | sso = ["dep:aws-sdk-sso", "dep:aws-sdk-ssooidc", "dep:sha1", "dep:hex", "dep:zeroize", "aws-smithy-runtime-api/http-auth"]
|
31 + | sso = ["dep:aws-sdk-sso", "dep:aws-sdk-ssooidc", "dep:ring", "dep:hex", "dep:zeroize", "aws-smithy-runtime-api/http-auth"]
|
32 32 | credentials-login = ["dep:aws-sdk-signin", "dep:sha2", "dep:zeroize", "dep:hex", "dep:base64-simd", "dep:uuid", "uuid?/v4", "dep:p256", "p256?/arithmetic", "p256?/pem", "dep:rand"]
|
33 33 | test-util = ["aws-runtime/test-util"]
|
34 34 | allow-compilation = []
|
35 35 |
|
36 36 | [dependencies]
|
37 37 | bytes = "1.1.0"
|
38 38 | http = "1"
|
39 39 | url = "2.5.4"
|
40 40 | fastrand = "2.3.0"
|
41 41 |
|