24 24 | version = "1.5.17"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 28 | version = "1.2.7"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-http]
|
31 31 | path = "../aws-smithy-http"
|
32 32 | version = "0.62.6"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-json]
|
35 35 | path = "../aws-smithy-json"
|
36 36 | version = "0.61.8"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-query]
|
39 39 | path = "../aws-smithy-query"
|
40 40 | version = "0.60.9"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-runtime]
|
43 43 | path = "../aws-smithy-runtime"
|
44 44 | features = ["client"]
|
45 45 | version = "1.9.5"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-runtime-api]
|
48 48 | path = "../aws-smithy-runtime-api"
|
49 49 | features = ["client", "http-02x"]
|
50 50 | version = "1.9.3"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-types]
|
53 53 | path = "../aws-smithy-types"
|
54 - | version = "1.3.5"
|
54 + | version = "1.3.6"
|
55 55 |
|
56 56 | [dependencies.aws-smithy-xml]
|
57 57 | path = "../aws-smithy-xml"
|
58 58 | version = "0.60.13"
|
59 59 |
|
60 60 | [dependencies.aws-types]
|
61 61 | path = "../aws-types"
|
62 62 | version = "1.3.11"
|
63 63 |
|
64 64 | [dependencies.fastrand]
|
65 65 | version = "2.0.0"
|
66 66 |
|
67 67 | [dependencies.http]
|
68 68 | version = "0.2.9"
|
69 69 |
|
70 70 | [dependencies.regex-lite]
|
71 71 | version = "0.1.5"
|
72 72 |
|
73 73 | [dependencies.tracing]
|
74 74 | version = "0.1"
|
75 75 | [dev-dependencies.aws-credential-types]
|
76 76 | path = "../aws-credential-types"
|
77 77 | features = ["test-util"]
|
78 78 | version = "1.2.11"
|
79 79 |
|
80 80 | [dev-dependencies.aws-runtime]
|
81 81 | path = "../aws-runtime"
|
82 82 | features = ["test-util"]
|
83 83 | version = "1.5.17"
|
84 84 |
|
85 85 | [dev-dependencies.aws-smithy-async]
|
86 86 | path = "../aws-smithy-async"
|
87 87 | features = ["test-util"]
|
88 88 | version = "1.2.7"
|
89 89 |
|
90 90 | [dev-dependencies.aws-smithy-http-client]
|
91 91 | path = "../aws-smithy-http-client"
|
92 92 | features = ["test-util", "wire-mock"]
|
93 93 | version = "1.1.5"
|
94 94 |
|
95 95 | [dev-dependencies.aws-smithy-protocol-test]
|
96 96 | path = "../aws-smithy-protocol-test"
|
97 97 | version = "0.63.7"
|
98 98 |
|
99 99 | [dev-dependencies.aws-smithy-runtime]
|
100 100 | path = "../aws-smithy-runtime"
|
101 101 | features = ["test-util"]
|
102 102 | version = "1.9.5"
|
103 103 |
|
104 104 | [dev-dependencies.aws-smithy-runtime-api]
|
105 105 | path = "../aws-smithy-runtime-api"
|
106 106 | features = ["test-util"]
|
107 107 | version = "1.9.3"
|
108 108 |
|
109 109 | [dev-dependencies.aws-smithy-types]
|
110 110 | path = "../aws-smithy-types"
|
111 111 | features = ["test-util"]
|
112 - | version = "1.3.5"
|
112 + | version = "1.3.6"
|
113 113 |
|
114 114 | [dev-dependencies.futures-util]
|
115 115 | version = "0.3.25"
|
116 116 | features = ["alloc"]
|
117 117 | default-features = false
|
118 118 |
|
119 119 | [dev-dependencies.http-1x]
|
120 120 | version = "1"
|
121 121 | package = "http"
|
122 122 |
|
123 123 | [dev-dependencies.proptest]
|
124 124 | version = "1"
|
125 125 |
|
126 126 | [dev-dependencies.serde_json]
|
127 127 | version = "1.0.0"
|
128 128 |
|
129 129 | [dev-dependencies.tokio]
|
130 130 | version = "1.23.1"
|
131 131 | features = ["macros", "test-util", "rt-multi-thread"]
|
132 132 |
|
133 133 | [dev-dependencies.tracing-subscriber]
|
134 134 | version = "0.3.16"
|
135 135 | features = ["env-filter", "json"]
|
136 136 |
|
137 137 | [features]
|
138 138 | behavior-version-latest = []
|
139 139 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
140 140 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
141 141 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
142 142 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|