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-smithy-async]
|
28 28 | path = "../aws-smithy-async"
|
29 29 | version = "1.2.7"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-eventstream]
|
32 32 | path = "../aws-smithy-eventstream"
|
33 33 | version = "0.60.14"
|
34 34 |
|
35 35 | [dependencies.aws-smithy-http]
|
36 36 | path = "../aws-smithy-http"
|
37 37 | features = ["event-stream"]
|
38 38 | version = "0.62.6"
|
39 39 |
|
40 40 | [dependencies.aws-smithy-json]
|
41 41 | path = "../aws-smithy-json"
|
42 42 | version = "0.61.8"
|
43 43 |
|
44 + | [dependencies.aws-smithy-observability]
|
45 + | path = "../aws-smithy-observability"
|
46 + | version = "0.1.5"
|
47 + |
|
44 48 | [dependencies.aws-smithy-runtime]
|
45 49 | path = "../aws-smithy-runtime"
|
46 50 | features = ["client"]
|
47 51 | version = "1.9.5"
|
48 52 |
|
49 53 | [dependencies.aws-smithy-runtime-api]
|
50 54 | path = "../aws-smithy-runtime-api"
|
51 55 | features = ["client", "http-02x"]
|
52 56 | version = "1.9.3"
|
53 57 |
|
54 58 | [dependencies.aws-smithy-types]
|
55 59 | path = "../aws-smithy-types"
|
56 60 | version = "1.3.5"
|
57 61 |
|
58 62 | [dependencies.aws-types]
|
59 63 | path = "../aws-types"
|
60 64 | version = "1.3.11"
|
61 65 |
|
62 66 | [dependencies.bytes]
|
63 67 | version = "1.4.0"
|
64 68 |
|
65 69 | [dependencies.fastrand]
|
66 70 | version = "2.0.0"
|
67 71 |
|
68 72 | [dependencies.http]
|
69 73 | version = "0.2.9"
|
70 74 |
|
71 75 | [dependencies.regex-lite]
|
72 76 | version = "0.1.5"
|
73 77 |
|
74 78 | [dependencies.tracing]
|
75 79 | version = "0.1"
|
76 80 | [dev-dependencies.aws-config]
|
77 81 | path = "../aws-config"
|
78 82 | version = "1.8.12"
|
79 83 |
|
80 84 | [dev-dependencies.aws-credential-types]
|
81 85 | path = "../aws-credential-types"
|
82 86 | features = ["test-util"]
|
83 87 | version = "1.2.11"
|
84 88 |
|
85 89 | [dev-dependencies.aws-runtime]
|
86 90 | path = "../aws-runtime"
|
87 91 | features = ["test-util"]
|
88 - | version = "1.5.17"
|
92 + | version = "1.5.18"
|
89 93 |
|
90 94 | [dev-dependencies.aws-smithy-async]
|
91 95 | path = "../aws-smithy-async"
|
92 96 | features = ["test-util"]
|
93 97 | version = "1.2.7"
|
94 98 |
|
95 99 | [dev-dependencies.aws-smithy-eventstream]
|
96 100 | path = "../aws-smithy-eventstream"
|
97 101 | features = ["test-util"]
|
98 102 | version = "0.60.14"
|
99 103 |
|
100 104 | [dev-dependencies.aws-smithy-http-client]
|
101 105 | path = "../aws-smithy-http-client"
|
102 106 | features = ["test-util", "wire-mock"]
|
103 107 | version = "1.1.5"
|
104 108 |
|
105 109 | [dev-dependencies.aws-smithy-protocol-test]
|
106 110 | path = "../aws-smithy-protocol-test"
|
107 111 | version = "0.63.7"
|
108 112 |
|
109 113 | [dev-dependencies.aws-smithy-runtime]
|
110 114 | path = "../aws-smithy-runtime"
|
111 115 | features = ["test-util"]
|
112 116 | version = "1.9.5"
|
113 117 |
|
114 118 | [dev-dependencies.aws-smithy-runtime-api]
|
115 119 | path = "../aws-smithy-runtime-api"
|
116 120 | features = ["test-util"]
|
117 121 | version = "1.9.3"
|
118 122 |
|