1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-runtime"
|
4 - | version = "1.7.3"
|
4 + | version = "1.7.4"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
6 6 | description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
|
7 7 | edition = "2021"
|
8 8 | license = "Apache-2.0"
|
9 9 | repository = "https://github.com/smithy-lang/smithy-rs"
|
10 10 | rust-version = "1.91.1"
|
11 11 | [package.metadata.docs.rs]
|
12 12 | all-features = true
|
13 13 | targets = ["x86_64-unknown-linux-gnu"]
|
14 14 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
15 15 | rustdoc-args = ["--cfg", "docsrs"]
|
16 16 |
|
17 17 | [package.metadata.smithy-rs-release-tooling]
|
18 18 | stable = true
|
19 19 |
|
20 20 | [features]
|
21 21 | event-stream = ["dep:aws-smithy-eventstream", "aws-sigv4/sign-eventstream"]
|
22 22 | http-02x = ["dep:http-02x", "dep:http-body-04x"]
|
23 23 | http-1x = []
|
24 24 | test-util = ["dep:regex-lite"]
|
25 25 | sigv4a = ["aws-sigv4/sigv4a"]
|
26 26 |
|
27 27 | [dependencies]
|
28 28 | bytes = "1.11.1"
|
29 29 | bytes-utils = "0.1.2"
|
30 30 | fastrand = "2.3.0"
|
31 31 | percent-encoding = "2.3.1"
|
32 32 | pin-project-lite = "0.2.14"
|
33 33 | tracing = "0.1.44"
|
34 34 |
|
35 35 | [dependencies.aws-credential-types]
|
36 36 | path = "../aws-credential-types"
|
37 37 | version = "1.2.14"
|
38 38 |
|
39 39 | [dependencies.aws-sigv4]
|
40 40 | path = "../aws-sigv4"
|
41 41 | features = ["http0-compat"]
|
42 42 | version = "1.4.3"
|
43 43 |
|
44 44 | [dependencies.aws-smithy-async]
|
45 45 | path = "../aws-smithy-async"
|
46 46 | version = "1.2.14"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-eventstream]
|
49 49 | path = "../aws-smithy-eventstream"
|
50 50 | optional = true
|
51 51 | version = "0.60.20"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-http]
|
54 54 | path = "../aws-smithy-http"
|
55 55 | version = "0.63.6"
|
56 56 |
|
57 57 | [dependencies.aws-smithy-runtime]
|
58 58 | path = "../aws-smithy-runtime"
|
59 59 | features = ["client"]
|
60 - | version = "1.11.1"
|
60 + | version = "1.11.2"
|
61 61 |
|
62 62 | [dependencies.aws-smithy-runtime-api]
|
63 63 | path = "../aws-smithy-runtime-api"
|
64 64 | features = ["client", "http-1x"]
|
65 - | version = "1.12.0"
|
65 + | version = "1.12.1"
|
66 66 |
|
67 67 | [dependencies.aws-smithy-types]
|
68 68 | path = "../aws-smithy-types"
|
69 69 | features = ["http-body-1-x"]
|
70 - | version = "1.4.7"
|
70 + | version = "1.4.8"
|
71 71 |
|
72 72 | [dependencies.aws-types]
|
73 73 | path = "../aws-types"
|
74 74 | version = "1.3.15"
|
75 75 |
|
76 76 | [dependencies.http-02x]
|
77 77 | package = "http"
|
78 78 | version = "0.2.12"
|
79 79 | optional = true
|
80 80 |
|
81 81 | [dependencies.http-body-04x]
|
82 82 | package = "http-body"
|
83 83 | version = "0.4.6"
|
84 84 | optional = true
|
85 85 |
|
86 86 | [dependencies.http-1x]
|
87 87 | package = "http"
|
88 88 | version = "1.3.1"
|
89 89 |
|
90 90 | [dependencies.http-body-1x]
|
91 91 | package = "http-body"
|
92 92 | version = "1.0.1"
|
93 93 |
|
94 94 | [dependencies.regex-lite]
|
95 95 | version = "0.1.5"
|
96 96 | optional = true
|
97 97 |
|
98 98 | [dependencies.uuid]
|
99 99 | version = "1"
|
100 100 |
|
101 101 | [dev-dependencies]
|
102 102 | arbitrary = "1.3"
|
103 103 | bytes-utils = "0.1.2"
|
104 104 | convert_case = "0.6.0"
|
105 105 | http-body-util = "0.1.3"
|
106 106 | proptest = "1.2"
|
107 107 | serde_json = "1"
|
108 108 | tracing-test = "0.2.4"
|
109 109 |
|
110 110 | [dev-dependencies.aws-credential-types]
|
111 111 | path = "../aws-credential-types"
|
112 112 | features = ["test-util"]
|
113 113 | version = "1.2.14"
|
114 114 |
|
115 115 | [dev-dependencies.aws-smithy-async]
|
116 116 | path = "../aws-smithy-async"
|
117 117 | features = ["test-util"]
|
118 118 | version = "1.2.14"
|
119 119 |
|
120 120 | [dev-dependencies.aws-smithy-protocol-test]
|
121 121 | path = "../aws-smithy-protocol-test"
|
122 122 | version = "0.63.14"
|
123 123 |
|
124 124 | [dev-dependencies.aws-smithy-runtime-api]
|
125 125 | path = "../aws-smithy-runtime-api"
|
126 126 | features = ["test-util", "http-1x"]
|
127 - | version = "1.12.0"
|
127 + | version = "1.12.1"
|
128 128 |
|
129 129 | [dev-dependencies.aws-smithy-types]
|
130 130 | path = "../aws-smithy-types"
|
131 131 | features = ["test-util"]
|
132 - | version = "1.4.7"
|
132 + | version = "1.4.8"
|
133 133 |
|
134 134 | [dev-dependencies.futures-util]
|
135 135 | version = "0.3.29"
|
136 136 | default-features = false
|
137 137 |
|
138 138 | [dev-dependencies.serde]
|
139 139 | version = "1"
|
140 140 | features = ["derive"]
|
141 141 |
|
142 142 | [dev-dependencies.tokio]
|