1 - | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | [[example]]
|
3 - | name = "client-ring"
|
4 - | required-features = ["crypto-ring"]
|
5 - | doc-scrape-examples = true
|
6 - |
|
7 - | [[example]]
|
8 - | name = "client-aws-lc"
|
9 - | required-features = ["crypto-aws-lc", "crypto-aws-lc-fips"]
|
10 - | doc-scrape-examples = true
|
11 - |
|
12 - | [[example]]
|
13 - | name = "custom-dns"
|
14 - | required-features = ["crypto-ring"]
|
15 - | doc-scrape-examples = true
|
16 - |
|
17 1 | [package]
|
18 2 | name = "aws-smithy-experimental"
|
19 - | version = "0.1.5"
|
3 + | version = "0.2.0"
|
20 4 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
21 5 | description = "Experiments for the smithy-rs ecosystem"
|
22 6 | edition = "2021"
|
23 7 | license = "Apache-2.0"
|
24 8 | repository = "https://github.com/smithy-lang/smithy-rs"
|
25 - | [package.metadata.docs.rs]
|
26 - | all-features = true
|
27 - | targets = ["x86_64-unknown-linux-gnu"]
|
28 - | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
29 - | rustdoc-args = ["--cfg", "docsrs"]
|
30 - | [package.metadata.cargo-udeps.ignore]
|
31 - | normal = ["fs_extra"]
|
32 9 |
|
33 10 | [features]
|
34 - | crypto-ring = ["rustls/ring"]
|
35 - | crypto-aws-lc = ["rustls/aws_lc_rs"]
|
36 - | crypto-aws-lc-fips = ["rustls/fips"]
|
11 + | crypto-ring = []
|
37 12 |
|
38 13 | [dependencies]
|
39 - | pin-project-lite = "0.2.13"
|
40 - | hyper-util = "0.1.7"
|
41 - | http = "1"
|
42 - | tokio = "1"
|
43 - | h2 = "0.4"
|
44 - | once_cell = "1.18.0"
|
45 - | tracing = "0.1.40"
|
46 - | tower = "0.4.1"
|
47 - |
|
48 - | [dependencies.aws-smithy-types]
|
49 - | path = "../aws-smithy-types"
|
50 - | features = ["http-body-1-x"]
|
51 - | version = "1.2.13"
|
52 - |
|
53 - | [dependencies.aws-smithy-runtime-api]
|
54 - | features = ["client", "http-1x"]
|
55 - | path = "../aws-smithy-runtime-api"
|
56 - | version = "1.7.3"
|
57 14 |
|
58 - | [dependencies.aws-smithy-runtime]
|
59 - | features = ["client"]
|
60 - | path = "../aws-smithy-runtime"
|
61 - | version = "1.7.8"
|
15 + | [dev-dependencies]
|
62 16 |
|
63 - | [dependencies.aws-smithy-async]
|
64 - | path = "../aws-smithy-async"
|
65 - | version = "1.2.4"
|
66 - |
|
67 - | [dependencies.hyper]
|
68 - | version = "1"
|
69 - | features = ["client", "http1", "http2"]
|
70 - |
|
71 - | [dependencies.hyper-rustls]
|
72 - | version = "0.27"
|
73 - | features = ["http2", "http1", "native-tokio", "tls12"]
|
74 - | default-features = false
|
75 - |
|
76 - | [dependencies.rustls]
|
77 - | version = "0.23"
|
78 - | default-features = false
|
79 - | [dev-dependencies.aws-smithy-async]
|
80 - | path = "../aws-smithy-async"
|
81 - | features = ["rt-tokio", "test-util"]
|
82 - | version = "1.2.4"
|
83 - |
|
84 - | [dev-dependencies.aws-smithy-runtime]
|
85 - | path = "../aws-smithy-runtime"
|
86 - | features = ["client", "test-util", "connector-hyper-0-14-x"]
|
87 - | version = "1.7.8"
|
88 - |
|
89 - | [dev-dependencies.tokio]
|
90 - | version = "1"
|
91 - | features = ["full", "test-util"]
|
92 - | [lints.rust.unexpected_cfgs]
|
93 - | level = "warn"
|
94 - | check-cfg = ["cfg(crypto_unstable)"]
|
17 + | [package.metadata.docs.rs]
|
18 + | all-features = true
|
19 + | targets = ["x86_64-unknown-linux-gnu"]
|
20 + | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
21 + | rustdoc-args = ["--cfg", "docsrs"]
|
22 + | # End of docs.rs metadata
|