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