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 + |
|
48 52 | [dependencies.aws-smithy-runtime]
|
49 53 | path = "../aws-smithy-runtime"
|
50 54 | features = ["client", "http-auth"]
|
51 55 | version = "1.9.5"
|
52 56 |
|
53 57 | [dependencies.aws-smithy-runtime-api]
|
54 58 | path = "../aws-smithy-runtime-api"
|
55 59 | features = ["client", "http-02x", "http-auth"]
|
56 60 | version = "1.9.3"
|
57 61 |
|
58 62 | [dependencies.aws-smithy-types]
|
59 63 | path = "../aws-smithy-types"
|
60 64 | features = ["http-body-0-4-x"]
|
61 65 | version = "1.3.5"
|
62 66 |
|
63 67 | [dependencies.aws-types]
|
64 68 | path = "../aws-types"
|
65 69 | version = "1.3.11"
|
66 70 |
|
67 71 | [dependencies.bytes]
|
68 72 | version = "1.4.0"
|
69 73 |
|
70 74 | [dependencies.fastrand]
|
71 75 | version = "2.0.0"
|
72 76 |
|
73 77 | [dependencies.http]
|
74 78 | version = "0.2.9"
|
75 79 |
|
76 80 | [dependencies.hyper]
|
77 81 | version = "0.14.26"
|
78 82 | features = ["stream"]
|
79 83 |
|
80 84 | [dependencies.regex-lite]
|
81 85 | version = "0.1.5"
|
82 86 |
|
83 87 | [dependencies.tracing]
|
84 88 | version = "0.1"
|
85 89 | [dev-dependencies.aws-config]
|
86 90 | path = "../aws-config"
|
87 91 | version = "1.8.12"
|
88 92 |
|
89 93 | [dev-dependencies.aws-credential-types]
|
90 94 | path = "../aws-credential-types"
|
91 95 | features = ["test-util"]
|
92 96 | version = "1.2.11"
|
93 97 |
|
94 98 | [dev-dependencies.aws-runtime]
|
95 99 | path = "../aws-runtime"
|
96 100 | features = ["test-util"]
|
97 - | version = "1.5.17"
|
101 + | version = "1.5.18"
|
98 102 |
|
99 103 | [dev-dependencies.aws-smithy-async]
|
100 104 | path = "../aws-smithy-async"
|
101 105 | features = ["test-util"]
|
102 106 | version = "1.2.7"
|
103 107 |
|
104 108 | [dev-dependencies.aws-smithy-eventstream]
|
105 109 | path = "../aws-smithy-eventstream"
|
106 110 | features = ["test-util"]
|
107 111 | version = "0.60.14"
|
108 112 |
|
109 113 | [dev-dependencies.aws-smithy-http-client]
|
110 114 | path = "../aws-smithy-http-client"
|
111 115 | features = ["test-util", "wire-mock"]
|
112 116 | version = "1.1.5"
|
113 117 |
|
114 118 | [dev-dependencies.aws-smithy-protocol-test]
|
115 119 | path = "../aws-smithy-protocol-test"
|
116 120 | version = "0.63.7"
|
117 121 |
|
118 122 | [dev-dependencies.aws-smithy-runtime]
|
119 123 | path = "../aws-smithy-runtime"
|
120 124 | features = ["test-util"]
|
121 125 | version = "1.9.5"
|
122 126 |
|
123 127 | [dev-dependencies.aws-smithy-runtime-api]
|
124 128 | path = "../aws-smithy-runtime-api"
|
125 129 | features = ["test-util"]
|
126 130 | version = "1.9.3"
|
127 131 |
|