1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-smithy-runtime"
|
4 - | version = "1.8.5"
|
4 + | version = "1.8.6"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
|
6 6 | description = "The new smithy runtime crate"
|
7 7 | edition = "2021"
|
8 8 | license = "Apache-2.0"
|
9 9 | repository = "https://github.com/smithy-lang/smithy-rs"
|
10 10 | [package.metadata.docs.rs]
|
11 11 | all-features = true
|
12 12 | targets = ["x86_64-unknown-linux-gnu"]
|
13 13 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
14 14 | rustdoc-args = ["--cfg", "docsrs"]
|
15 15 |
|
16 16 | [package.metadata.smithy-rs-release-tooling]
|
17 17 | stable = true
|
18 18 | [package.metadata.cargo-udeps.ignore]
|
19 19 | normal = ["aws-smithy-http"]
|
20 20 |
|
21 21 | [features]
|
22 22 | client = ["aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x"]
|
23 23 | http-auth = ["aws-smithy-runtime-api/http-auth"]
|
24 24 | connector-hyper-0-14-x = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/hyper-014"]
|
25 25 | tls-rustls = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/legacy-rustls-ring", "connector-hyper-0-14-x"]
|
26 26 | default-https-client = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/rustls-aws-lc"]
|
27 27 | rt-tokio = ["tokio/rt"]
|
28 28 | test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "legacy-test-util"]
|
29 29 | legacy-test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "connector-hyper-0-14-x", "aws-smithy-http-client/legacy-test-util"]
|
30 30 | wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]
|
31 31 |
|
32 32 | [dependencies]
|
33 33 | bytes = "1.10.0"
|
34 34 | fastrand = "2.3.0"
|
35 35 | pin-project-lite = "0.2.14"
|
36 36 | pin-utils = "0.1.0"
|
37 37 | tracing = "0.1.40"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-async]
|
40 40 | path = "../aws-smithy-async"
|
41 41 | version = "1.2.5"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-http]
|
44 44 | path = "../aws-smithy-http"
|
45 45 | version = "0.62.2"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-observability]
|
48 48 | path = "../aws-smithy-observability"
|
49 49 | version = "0.1.3"
|
50 50 |
|
51 51 | [dependencies.aws-smithy-runtime-api]
|
52 52 | path = "../aws-smithy-runtime-api"
|
53 - | version = "1.8.4"
|
53 + | version = "1.8.5"
|
54 54 |
|
55 55 | [dependencies.aws-smithy-types]
|
56 56 | path = "../aws-smithy-types"
|
57 57 | features = ["http-body-0-4-x"]
|
58 58 | version = "1.3.2"
|
59 59 |
|
60 60 | [dependencies.aws-smithy-http-client]
|
61 61 | path = "../aws-smithy-http-client"
|
62 62 | optional = true
|
63 63 | version = "1.0.6"
|
64 64 |
|
65 65 | [dependencies.http-02x]
|
66 66 | package = "http"
|
67 67 | version = "0.2.9"
|
68 68 |
|
69 69 | [dependencies.http-1x]
|
70 70 | package = "http"
|
71 71 | version = "1"
|
72 72 |
|
73 73 | [dependencies.http-body-04x]
|
74 74 | package = "http-body"
|
75 75 | version = "0.4.5"
|
76 76 |
|
77 77 | [dependencies.http-body-1x]
|
78 78 | package = "http-body"
|
79 79 | version = "1"
|
80 80 |
|
81 81 | [dependencies.tokio]
|
82 82 | version = "1.40.0"
|
83 83 | features = []
|
84 84 |
|
85 85 | [dependencies.tracing-subscriber]
|
86 86 | version = "0.3.16"
|
87 87 | optional = true
|
88 88 | features = ["env-filter", "fmt", "json"]
|
89 89 |
|
90 90 | [dev-dependencies]
|
91 91 | approx = "0.5.1"
|
92 92 | fastrand = "2.3.0"
|
93 93 | futures-util = "0.3.29"
|
94 94 | pretty_assertions = "1.4.0"
|
95 95 | tracing-test = "0.2.1"
|
96 96 |
|
97 97 | [dev-dependencies.aws-smithy-async]
|
98 98 | path = "../aws-smithy-async"
|
99 99 | features = ["rt-tokio", "test-util"]
|
100 100 | version = "1.2.5"
|
101 101 |
|
102 102 | [dev-dependencies.aws-smithy-runtime-api]
|
103 103 | path = "../aws-smithy-runtime-api"
|
104 104 | features = ["test-util"]
|
105 - | version = "1.8.4"
|
105 + | version = "1.8.5"
|
106 106 |
|
107 107 | [dev-dependencies.aws-smithy-types]
|
108 108 | path = "../aws-smithy-types"
|
109 109 | features = ["test-util"]
|
110 110 | version = "1.3.2"
|
111 111 |
|
112 112 | [dev-dependencies.tokio]
|
113 113 | version = "1.25"
|
114 114 | features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
|
115 115 |
|