15 15 | [package.metadata.docs.rs]
|
16 16 | all-features = true
|
17 17 | targets = ["x86_64-unknown-linux-gnu"]
|
18 18 | [dependencies.aws-credential-types]
|
19 19 | path = "../aws-credential-types"
|
20 20 | version = "1.2.11"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 24 | features = ["event-stream"]
|
25 - | version = "1.5.17"
|
25 + | version = "1.5.18"
|
26 26 |
|
27 27 | [dependencies.aws-sigv4]
|
28 28 | path = "../aws-sigv4"
|
29 29 | version = "1.3.7"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-async]
|
32 32 | path = "../aws-smithy-async"
|
33 33 | version = "1.2.7"
|
34 34 |
|
35 35 | [dependencies.aws-smithy-eventstream]
|
36 36 | path = "../aws-smithy-eventstream"
|
37 37 | version = "0.60.14"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-http]
|
40 40 | path = "../aws-smithy-http"
|
41 41 | features = ["event-stream"]
|
42 42 | version = "0.62.6"
|
43 43 |
|
44 44 | [dependencies.aws-smithy-json]
|
45 45 | path = "../aws-smithy-json"
|
46 46 | version = "0.61.8"
|
47 47 |
|
48 + | [dependencies.aws-smithy-observability]
|
49 + | path = "../aws-smithy-observability"
|
50 + | version = "0.1.5"
|
51 + |
|
52 + | [dependencies.aws-smithy-observability-otel]
|
53 + | path = "../aws-smithy-observability-otel"
|
54 + | version = "0.1.3"
|
55 + |
|
48 56 | [dependencies.aws-smithy-runtime]
|
49 57 | path = "../aws-smithy-runtime"
|
50 58 | features = ["client"]
|
51 59 | version = "1.9.5"
|
52 60 |
|
53 61 | [dependencies.aws-smithy-runtime-api]
|
54 62 | path = "../aws-smithy-runtime-api"
|
55 63 | features = ["client", "http-02x"]
|
56 64 | version = "1.9.3"
|
57 65 |
|
58 66 | [dependencies.aws-smithy-types]
|
59 67 | path = "../aws-smithy-types"
|
60 68 | features = ["http-body-0-4-x"]
|
61 69 | version = "1.3.5"
|
62 70 |
|
63 71 | [dependencies.aws-types]
|
64 72 | path = "../aws-types"
|
65 73 | version = "1.3.11"
|
66 74 |
|
67 75 | [dependencies.bytes]
|
68 76 | version = "1.4.0"
|
69 77 |
|
70 78 | [dependencies.fastrand]
|
71 79 | version = "2.0.0"
|
72 80 |
|
73 81 | [dependencies.http]
|
74 82 | version = "0.2.9"
|
75 83 |
|
76 84 | [dependencies.hyper]
|
77 85 | version = "0.14.26"
|
78 86 | features = ["stream"]
|
79 87 |
|
80 88 | [dependencies.regex-lite]
|
81 89 | version = "0.1.5"
|
82 90 |
|
83 91 | [dependencies.tracing]
|
84 92 | version = "0.1"
|
85 93 | [dev-dependencies.async-stream]
|
86 94 | version = "0.3.0"
|
87 95 |
|
88 96 | [dev-dependencies.aws-config]
|
89 97 | path = "../aws-config"
|
90 98 | version = "1.8.12"
|
91 99 |
|
92 100 | [dev-dependencies.aws-credential-types]
|
93 101 | path = "../aws-credential-types"
|
94 102 | features = ["test-util"]
|
95 103 | version = "1.2.11"
|
96 104 |
|
97 105 | [dev-dependencies.aws-runtime]
|
98 106 | path = "../aws-runtime"
|
99 107 | features = ["test-util"]
|
100 - | version = "1.5.17"
|
108 + | version = "1.5.18"
|
101 109 |
|
102 110 | [dev-dependencies.aws-smithy-async]
|
103 111 | path = "../aws-smithy-async"
|
104 112 | features = ["test-util"]
|
105 113 | version = "1.2.7"
|
106 114 |
|
107 115 | [dev-dependencies.aws-smithy-eventstream]
|
108 116 | path = "../aws-smithy-eventstream"
|
109 117 | features = ["test-util"]
|
110 118 | version = "0.60.14"
|
111 119 |
|
112 120 | [dev-dependencies.aws-smithy-http-client]
|
113 121 | path = "../aws-smithy-http-client"
|
114 122 | features = ["test-util", "wire-mock"]
|
115 123 | version = "1.1.5"
|
116 124 |
|
117 125 | [dev-dependencies.aws-smithy-protocol-test]
|
118 126 | path = "../aws-smithy-protocol-test"
|
119 127 | version = "0.63.7"
|
120 128 |
|
121 129 | [dev-dependencies.aws-smithy-runtime]
|
122 130 | path = "../aws-smithy-runtime"
|
123 131 | features = ["test-util"]
|
124 132 | version = "1.9.5"
|
125 133 |
|
126 134 | [dev-dependencies.aws-smithy-runtime-api]
|
127 135 | path = "../aws-smithy-runtime-api"
|
128 136 | features = ["test-util"]
|
129 137 | version = "1.9.3"
|
130 138 |
|