|
0
|
1 # This file is automatically @generated by Cargo.
|
|
|
2 # It is not intended for manual editing.
|
|
|
3 version = 4
|
|
|
4
|
|
|
5 [[package]]
|
|
|
6 name = "android_system_properties"
|
|
|
7 version = "0.1.5"
|
|
|
8 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
9 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
10 dependencies = [
|
|
|
11 "libc",
|
|
|
12 ]
|
|
|
13
|
|
|
14 [[package]]
|
|
|
15 name = "anyhow"
|
|
|
16 version = "1.0.102"
|
|
|
17 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
18 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
|
19
|
|
|
20 [[package]]
|
|
|
21 name = "async-broadcast"
|
|
|
22 version = "0.7.2"
|
|
|
23 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
24 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
|
|
|
25 dependencies = [
|
|
|
26 "event-listener",
|
|
|
27 "event-listener-strategy",
|
|
|
28 "futures-core",
|
|
|
29 "pin-project-lite",
|
|
|
30 ]
|
|
|
31
|
|
|
32 [[package]]
|
|
|
33 name = "async-channel"
|
|
|
34 version = "2.5.0"
|
|
|
35 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
36 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
|
37 dependencies = [
|
|
|
38 "concurrent-queue",
|
|
|
39 "event-listener-strategy",
|
|
|
40 "futures-core",
|
|
|
41 "pin-project-lite",
|
|
|
42 ]
|
|
|
43
|
|
|
44 [[package]]
|
|
|
45 name = "async-executor"
|
|
|
46 version = "1.14.0"
|
|
|
47 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
48 checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
|
|
|
49 dependencies = [
|
|
|
50 "async-task",
|
|
|
51 "concurrent-queue",
|
|
|
52 "fastrand",
|
|
|
53 "futures-lite",
|
|
|
54 "pin-project-lite",
|
|
|
55 "slab",
|
|
|
56 ]
|
|
|
57
|
|
|
58 [[package]]
|
|
|
59 name = "async-io"
|
|
|
60 version = "2.6.0"
|
|
|
61 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
62 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
|
|
63 dependencies = [
|
|
|
64 "autocfg",
|
|
|
65 "cfg-if",
|
|
|
66 "concurrent-queue",
|
|
|
67 "futures-io",
|
|
|
68 "futures-lite",
|
|
|
69 "parking",
|
|
|
70 "polling",
|
|
|
71 "rustix",
|
|
|
72 "slab",
|
|
|
73 "windows-sys 0.61.2",
|
|
|
74 ]
|
|
|
75
|
|
|
76 [[package]]
|
|
|
77 name = "async-lock"
|
|
|
78 version = "3.4.2"
|
|
|
79 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
80 checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
|
|
|
81 dependencies = [
|
|
|
82 "event-listener",
|
|
|
83 "event-listener-strategy",
|
|
|
84 "pin-project-lite",
|
|
|
85 ]
|
|
|
86
|
|
|
87 [[package]]
|
|
|
88 name = "async-process"
|
|
|
89 version = "2.5.0"
|
|
|
90 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
91 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
|
|
|
92 dependencies = [
|
|
|
93 "async-channel",
|
|
|
94 "async-io",
|
|
|
95 "async-lock",
|
|
|
96 "async-signal",
|
|
|
97 "async-task",
|
|
|
98 "blocking",
|
|
|
99 "cfg-if",
|
|
|
100 "event-listener",
|
|
|
101 "futures-lite",
|
|
|
102 "rustix",
|
|
|
103 ]
|
|
|
104
|
|
|
105 [[package]]
|
|
|
106 name = "async-recursion"
|
|
|
107 version = "1.1.1"
|
|
|
108 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
109 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
|
110 dependencies = [
|
|
|
111 "proc-macro2",
|
|
|
112 "quote",
|
|
|
113 "syn",
|
|
|
114 ]
|
|
|
115
|
|
|
116 [[package]]
|
|
|
117 name = "async-signal"
|
|
|
118 version = "0.2.13"
|
|
|
119 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
120 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
|
|
|
121 dependencies = [
|
|
|
122 "async-io",
|
|
|
123 "async-lock",
|
|
|
124 "atomic-waker",
|
|
|
125 "cfg-if",
|
|
|
126 "futures-core",
|
|
|
127 "futures-io",
|
|
|
128 "rustix",
|
|
|
129 "signal-hook-registry",
|
|
|
130 "slab",
|
|
|
131 "windows-sys 0.61.2",
|
|
|
132 ]
|
|
|
133
|
|
|
134 [[package]]
|
|
|
135 name = "async-task"
|
|
|
136 version = "4.7.1"
|
|
|
137 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
138 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
139
|
|
|
140 [[package]]
|
|
|
141 name = "async-trait"
|
|
|
142 version = "0.1.89"
|
|
|
143 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
144 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
|
145 dependencies = [
|
|
|
146 "proc-macro2",
|
|
|
147 "quote",
|
|
|
148 "syn",
|
|
|
149 ]
|
|
|
150
|
|
|
151 [[package]]
|
|
|
152 name = "atomic-waker"
|
|
|
153 version = "1.1.2"
|
|
|
154 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
155 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
156
|
|
|
157 [[package]]
|
|
|
158 name = "autocfg"
|
|
|
159 version = "1.5.0"
|
|
|
160 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
161 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
162
|
|
|
163 [[package]]
|
|
|
164 name = "aws-lc-rs"
|
|
|
165 version = "1.16.2"
|
|
|
166 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
167 checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
|
|
|
168 dependencies = [
|
|
|
169 "aws-lc-sys",
|
|
|
170 "zeroize",
|
|
|
171 ]
|
|
|
172
|
|
|
173 [[package]]
|
|
|
174 name = "aws-lc-sys"
|
|
|
175 version = "0.39.1"
|
|
|
176 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
177 checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
|
|
|
178 dependencies = [
|
|
|
179 "cc",
|
|
|
180 "cmake",
|
|
|
181 "dunce",
|
|
|
182 "fs_extra",
|
|
|
183 ]
|
|
|
184
|
|
|
185 [[package]]
|
|
|
186 name = "base64"
|
|
|
187 version = "0.22.1"
|
|
|
188 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
189 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
190
|
|
|
191 [[package]]
|
|
|
192 name = "beefweb_mpris"
|
|
|
193 version = "0.1.0"
|
|
|
194 dependencies = [
|
|
|
195 "anyhow",
|
|
|
196 "bytes",
|
|
|
197 "dirs",
|
|
|
198 "mpris-server",
|
|
|
199 "reqwest",
|
|
|
200 "serde",
|
|
|
201 "serde_json",
|
|
|
202 "serde_with",
|
|
|
203 "tokio",
|
|
|
204 "tokio-macros",
|
|
|
205 "urlencoding",
|
|
|
206 "uuid",
|
|
|
207 "zbus",
|
|
|
208 ]
|
|
|
209
|
|
|
210 [[package]]
|
|
|
211 name = "bitflags"
|
|
|
212 version = "2.11.0"
|
|
|
213 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
214 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
|
215
|
|
|
216 [[package]]
|
|
|
217 name = "blocking"
|
|
|
218 version = "1.6.2"
|
|
|
219 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
220 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
|
|
221 dependencies = [
|
|
|
222 "async-channel",
|
|
|
223 "async-task",
|
|
|
224 "futures-io",
|
|
|
225 "futures-lite",
|
|
|
226 "piper",
|
|
|
227 ]
|
|
|
228
|
|
|
229 [[package]]
|
|
|
230 name = "bumpalo"
|
|
|
231 version = "3.20.2"
|
|
|
232 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
233 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
|
234
|
|
|
235 [[package]]
|
|
|
236 name = "bytes"
|
|
|
237 version = "1.11.1"
|
|
|
238 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
239 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
240
|
|
|
241 [[package]]
|
|
|
242 name = "cc"
|
|
|
243 version = "1.2.59"
|
|
|
244 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
245 checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
|
|
246 dependencies = [
|
|
|
247 "find-msvc-tools",
|
|
|
248 "jobserver",
|
|
|
249 "libc",
|
|
|
250 "shlex",
|
|
|
251 ]
|
|
|
252
|
|
|
253 [[package]]
|
|
|
254 name = "cesu8"
|
|
|
255 version = "1.1.0"
|
|
|
256 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
257 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
258
|
|
|
259 [[package]]
|
|
|
260 name = "cfg-if"
|
|
|
261 version = "1.0.4"
|
|
|
262 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
263 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
264
|
|
|
265 [[package]]
|
|
|
266 name = "cfg_aliases"
|
|
|
267 version = "0.2.1"
|
|
|
268 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
269 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
270
|
|
|
271 [[package]]
|
|
|
272 name = "chrono"
|
|
|
273 version = "0.4.44"
|
|
|
274 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
275 checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
|
276 dependencies = [
|
|
|
277 "iana-time-zone",
|
|
|
278 "num-traits",
|
|
|
279 "serde",
|
|
|
280 "windows-link",
|
|
|
281 ]
|
|
|
282
|
|
|
283 [[package]]
|
|
|
284 name = "cmake"
|
|
|
285 version = "0.1.58"
|
|
|
286 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
287 checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
|
288 dependencies = [
|
|
|
289 "cc",
|
|
|
290 ]
|
|
|
291
|
|
|
292 [[package]]
|
|
|
293 name = "combine"
|
|
|
294 version = "4.6.7"
|
|
|
295 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
296 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
297 dependencies = [
|
|
|
298 "bytes",
|
|
|
299 "memchr",
|
|
|
300 ]
|
|
|
301
|
|
|
302 [[package]]
|
|
|
303 name = "concurrent-queue"
|
|
|
304 version = "2.5.0"
|
|
|
305 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
306 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
307 dependencies = [
|
|
|
308 "crossbeam-utils",
|
|
|
309 ]
|
|
|
310
|
|
|
311 [[package]]
|
|
|
312 name = "core-foundation"
|
|
|
313 version = "0.9.4"
|
|
|
314 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
315 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
316 dependencies = [
|
|
|
317 "core-foundation-sys",
|
|
|
318 "libc",
|
|
|
319 ]
|
|
|
320
|
|
|
321 [[package]]
|
|
|
322 name = "core-foundation"
|
|
|
323 version = "0.10.1"
|
|
|
324 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
325 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
|
326 dependencies = [
|
|
|
327 "core-foundation-sys",
|
|
|
328 "libc",
|
|
|
329 ]
|
|
|
330
|
|
|
331 [[package]]
|
|
|
332 name = "core-foundation-sys"
|
|
|
333 version = "0.8.7"
|
|
|
334 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
335 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
336
|
|
|
337 [[package]]
|
|
|
338 name = "crossbeam-utils"
|
|
|
339 version = "0.8.21"
|
|
|
340 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
341 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
342
|
|
|
343 [[package]]
|
|
|
344 name = "darling"
|
|
|
345 version = "0.23.0"
|
|
|
346 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
347 checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
|
|
|
348 dependencies = [
|
|
|
349 "darling_core",
|
|
|
350 "darling_macro",
|
|
|
351 ]
|
|
|
352
|
|
|
353 [[package]]
|
|
|
354 name = "darling_core"
|
|
|
355 version = "0.23.0"
|
|
|
356 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
357 checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
|
|
|
358 dependencies = [
|
|
|
359 "ident_case",
|
|
|
360 "proc-macro2",
|
|
|
361 "quote",
|
|
|
362 "strsim",
|
|
|
363 "syn",
|
|
|
364 ]
|
|
|
365
|
|
|
366 [[package]]
|
|
|
367 name = "darling_macro"
|
|
|
368 version = "0.23.0"
|
|
|
369 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
370 checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
|
371 dependencies = [
|
|
|
372 "darling_core",
|
|
|
373 "quote",
|
|
|
374 "syn",
|
|
|
375 ]
|
|
|
376
|
|
|
377 [[package]]
|
|
|
378 name = "deranged"
|
|
|
379 version = "0.5.8"
|
|
|
380 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
381 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
|
382 dependencies = [
|
|
|
383 "powerfmt",
|
|
|
384 "serde_core",
|
|
|
385 ]
|
|
|
386
|
|
|
387 [[package]]
|
|
|
388 name = "dirs"
|
|
|
389 version = "6.0.0"
|
|
|
390 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
391 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
|
392 dependencies = [
|
|
|
393 "dirs-sys",
|
|
|
394 ]
|
|
|
395
|
|
|
396 [[package]]
|
|
|
397 name = "dirs-sys"
|
|
|
398 version = "0.5.0"
|
|
|
399 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
400 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
|
401 dependencies = [
|
|
|
402 "libc",
|
|
|
403 "option-ext",
|
|
|
404 "redox_users",
|
|
|
405 "windows-sys 0.61.2",
|
|
|
406 ]
|
|
|
407
|
|
|
408 [[package]]
|
|
|
409 name = "displaydoc"
|
|
|
410 version = "0.2.5"
|
|
|
411 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
412 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
413 dependencies = [
|
|
|
414 "proc-macro2",
|
|
|
415 "quote",
|
|
|
416 "syn",
|
|
|
417 ]
|
|
|
418
|
|
|
419 [[package]]
|
|
|
420 name = "dunce"
|
|
|
421 version = "1.0.5"
|
|
|
422 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
423 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
424
|
|
|
425 [[package]]
|
|
|
426 name = "dyn-clone"
|
|
|
427 version = "1.0.20"
|
|
|
428 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
429 checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
430
|
|
|
431 [[package]]
|
|
|
432 name = "encoding_rs"
|
|
|
433 version = "0.8.35"
|
|
|
434 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
435 checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
436 dependencies = [
|
|
|
437 "cfg-if",
|
|
|
438 ]
|
|
|
439
|
|
|
440 [[package]]
|
|
|
441 name = "endi"
|
|
|
442 version = "1.1.1"
|
|
|
443 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
444 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
|
|
|
445
|
|
|
446 [[package]]
|
|
|
447 name = "enumflags2"
|
|
|
448 version = "0.7.12"
|
|
|
449 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
450 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
|
|
451 dependencies = [
|
|
|
452 "enumflags2_derive",
|
|
|
453 "serde",
|
|
|
454 ]
|
|
|
455
|
|
|
456 [[package]]
|
|
|
457 name = "enumflags2_derive"
|
|
|
458 version = "0.7.12"
|
|
|
459 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
460 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
|
|
461 dependencies = [
|
|
|
462 "proc-macro2",
|
|
|
463 "quote",
|
|
|
464 "syn",
|
|
|
465 ]
|
|
|
466
|
|
|
467 [[package]]
|
|
|
468 name = "equivalent"
|
|
|
469 version = "1.0.2"
|
|
|
470 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
471 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
472
|
|
|
473 [[package]]
|
|
|
474 name = "errno"
|
|
|
475 version = "0.3.14"
|
|
|
476 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
477 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
|
478 dependencies = [
|
|
|
479 "libc",
|
|
|
480 "windows-sys 0.61.2",
|
|
|
481 ]
|
|
|
482
|
|
|
483 [[package]]
|
|
|
484 name = "event-listener"
|
|
|
485 version = "5.4.1"
|
|
|
486 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
487 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
|
488 dependencies = [
|
|
|
489 "concurrent-queue",
|
|
|
490 "parking",
|
|
|
491 "pin-project-lite",
|
|
|
492 ]
|
|
|
493
|
|
|
494 [[package]]
|
|
|
495 name = "event-listener-strategy"
|
|
|
496 version = "0.5.4"
|
|
|
497 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
498 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
|
499 dependencies = [
|
|
|
500 "event-listener",
|
|
|
501 "pin-project-lite",
|
|
|
502 ]
|
|
|
503
|
|
|
504 [[package]]
|
|
|
505 name = "fastrand"
|
|
|
506 version = "2.3.0"
|
|
|
507 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
508 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
509
|
|
|
510 [[package]]
|
|
|
511 name = "find-msvc-tools"
|
|
|
512 version = "0.1.9"
|
|
|
513 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
514 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
|
515
|
|
|
516 [[package]]
|
|
|
517 name = "fnv"
|
|
|
518 version = "1.0.7"
|
|
|
519 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
520 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
521
|
|
|
522 [[package]]
|
|
|
523 name = "foldhash"
|
|
|
524 version = "0.1.5"
|
|
|
525 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
526 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
527
|
|
|
528 [[package]]
|
|
|
529 name = "form_urlencoded"
|
|
|
530 version = "1.2.2"
|
|
|
531 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
532 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
|
533 dependencies = [
|
|
|
534 "percent-encoding",
|
|
|
535 ]
|
|
|
536
|
|
|
537 [[package]]
|
|
|
538 name = "fs_extra"
|
|
|
539 version = "1.3.0"
|
|
|
540 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
541 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
542
|
|
|
543 [[package]]
|
|
|
544 name = "futures-channel"
|
|
|
545 version = "0.3.32"
|
|
|
546 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
547 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
|
548 dependencies = [
|
|
|
549 "futures-core",
|
|
|
550 ]
|
|
|
551
|
|
|
552 [[package]]
|
|
|
553 name = "futures-core"
|
|
|
554 version = "0.3.32"
|
|
|
555 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
556 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
|
557
|
|
|
558 [[package]]
|
|
|
559 name = "futures-io"
|
|
|
560 version = "0.3.32"
|
|
|
561 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
562 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
|
563
|
|
|
564 [[package]]
|
|
|
565 name = "futures-lite"
|
|
|
566 version = "2.6.1"
|
|
|
567 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
568 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
|
|
569 dependencies = [
|
|
|
570 "fastrand",
|
|
|
571 "futures-core",
|
|
|
572 "futures-io",
|
|
|
573 "parking",
|
|
|
574 "pin-project-lite",
|
|
|
575 ]
|
|
|
576
|
|
|
577 [[package]]
|
|
|
578 name = "futures-sink"
|
|
|
579 version = "0.3.32"
|
|
|
580 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
581 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
|
582
|
|
|
583 [[package]]
|
|
|
584 name = "futures-task"
|
|
|
585 version = "0.3.32"
|
|
|
586 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
587 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
|
588
|
|
|
589 [[package]]
|
|
|
590 name = "futures-util"
|
|
|
591 version = "0.3.32"
|
|
|
592 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
593 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
|
594 dependencies = [
|
|
|
595 "futures-core",
|
|
|
596 "futures-task",
|
|
|
597 "pin-project-lite",
|
|
|
598 "slab",
|
|
|
599 ]
|
|
|
600
|
|
|
601 [[package]]
|
|
|
602 name = "getrandom"
|
|
|
603 version = "0.2.17"
|
|
|
604 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
605 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
|
606 dependencies = [
|
|
|
607 "cfg-if",
|
|
|
608 "js-sys",
|
|
|
609 "libc",
|
|
|
610 "wasi",
|
|
|
611 "wasm-bindgen",
|
|
|
612 ]
|
|
|
613
|
|
|
614 [[package]]
|
|
|
615 name = "getrandom"
|
|
|
616 version = "0.3.4"
|
|
|
617 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
618 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
|
619 dependencies = [
|
|
|
620 "cfg-if",
|
|
|
621 "js-sys",
|
|
|
622 "libc",
|
|
|
623 "r-efi 5.3.0",
|
|
|
624 "wasip2",
|
|
|
625 "wasm-bindgen",
|
|
|
626 ]
|
|
|
627
|
|
|
628 [[package]]
|
|
|
629 name = "getrandom"
|
|
|
630 version = "0.4.2"
|
|
|
631 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
632 checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
|
633 dependencies = [
|
|
|
634 "cfg-if",
|
|
|
635 "libc",
|
|
|
636 "r-efi 6.0.0",
|
|
|
637 "wasip2",
|
|
|
638 "wasip3",
|
|
|
639 ]
|
|
|
640
|
|
|
641 [[package]]
|
|
|
642 name = "h2"
|
|
|
643 version = "0.4.13"
|
|
|
644 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
645 checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
|
646 dependencies = [
|
|
|
647 "atomic-waker",
|
|
|
648 "bytes",
|
|
|
649 "fnv",
|
|
|
650 "futures-core",
|
|
|
651 "futures-sink",
|
|
|
652 "http",
|
|
|
653 "indexmap 2.13.1",
|
|
|
654 "slab",
|
|
|
655 "tokio",
|
|
|
656 "tokio-util",
|
|
|
657 "tracing",
|
|
|
658 ]
|
|
|
659
|
|
|
660 [[package]]
|
|
|
661 name = "hashbrown"
|
|
|
662 version = "0.12.3"
|
|
|
663 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
664 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
665
|
|
|
666 [[package]]
|
|
|
667 name = "hashbrown"
|
|
|
668 version = "0.15.5"
|
|
|
669 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
670 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
|
671 dependencies = [
|
|
|
672 "foldhash",
|
|
|
673 ]
|
|
|
674
|
|
|
675 [[package]]
|
|
|
676 name = "hashbrown"
|
|
|
677 version = "0.16.1"
|
|
|
678 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
679 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
|
680
|
|
|
681 [[package]]
|
|
|
682 name = "heck"
|
|
|
683 version = "0.5.0"
|
|
|
684 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
685 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
686
|
|
|
687 [[package]]
|
|
|
688 name = "hermit-abi"
|
|
|
689 version = "0.5.2"
|
|
|
690 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
691 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
692
|
|
|
693 [[package]]
|
|
|
694 name = "hex"
|
|
|
695 version = "0.4.3"
|
|
|
696 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
697 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
698
|
|
|
699 [[package]]
|
|
|
700 name = "http"
|
|
|
701 version = "1.4.0"
|
|
|
702 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
703 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
|
704 dependencies = [
|
|
|
705 "bytes",
|
|
|
706 "itoa",
|
|
|
707 ]
|
|
|
708
|
|
|
709 [[package]]
|
|
|
710 name = "http-body"
|
|
|
711 version = "1.0.1"
|
|
|
712 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
713 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
714 dependencies = [
|
|
|
715 "bytes",
|
|
|
716 "http",
|
|
|
717 ]
|
|
|
718
|
|
|
719 [[package]]
|
|
|
720 name = "http-body-util"
|
|
|
721 version = "0.1.3"
|
|
|
722 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
723 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
724 dependencies = [
|
|
|
725 "bytes",
|
|
|
726 "futures-core",
|
|
|
727 "http",
|
|
|
728 "http-body",
|
|
|
729 "pin-project-lite",
|
|
|
730 ]
|
|
|
731
|
|
|
732 [[package]]
|
|
|
733 name = "httparse"
|
|
|
734 version = "1.10.1"
|
|
|
735 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
736 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
737
|
|
|
738 [[package]]
|
|
|
739 name = "hyper"
|
|
|
740 version = "1.9.0"
|
|
|
741 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
742 checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
|
743 dependencies = [
|
|
|
744 "atomic-waker",
|
|
|
745 "bytes",
|
|
|
746 "futures-channel",
|
|
|
747 "futures-core",
|
|
|
748 "h2",
|
|
|
749 "http",
|
|
|
750 "http-body",
|
|
|
751 "httparse",
|
|
|
752 "itoa",
|
|
|
753 "pin-project-lite",
|
|
|
754 "smallvec",
|
|
|
755 "tokio",
|
|
|
756 "want",
|
|
|
757 ]
|
|
|
758
|
|
|
759 [[package]]
|
|
|
760 name = "hyper-rustls"
|
|
|
761 version = "0.27.7"
|
|
|
762 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
763 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
|
764 dependencies = [
|
|
|
765 "http",
|
|
|
766 "hyper",
|
|
|
767 "hyper-util",
|
|
|
768 "rustls",
|
|
|
769 "rustls-pki-types",
|
|
|
770 "tokio",
|
|
|
771 "tokio-rustls",
|
|
|
772 "tower-service",
|
|
|
773 ]
|
|
|
774
|
|
|
775 [[package]]
|
|
|
776 name = "hyper-util"
|
|
|
777 version = "0.1.20"
|
|
|
778 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
779 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
|
780 dependencies = [
|
|
|
781 "base64",
|
|
|
782 "bytes",
|
|
|
783 "futures-channel",
|
|
|
784 "futures-util",
|
|
|
785 "http",
|
|
|
786 "http-body",
|
|
|
787 "hyper",
|
|
|
788 "ipnet",
|
|
|
789 "libc",
|
|
|
790 "percent-encoding",
|
|
|
791 "pin-project-lite",
|
|
|
792 "socket2",
|
|
|
793 "system-configuration",
|
|
|
794 "tokio",
|
|
|
795 "tower-service",
|
|
|
796 "tracing",
|
|
|
797 "windows-registry",
|
|
|
798 ]
|
|
|
799
|
|
|
800 [[package]]
|
|
|
801 name = "iana-time-zone"
|
|
|
802 version = "0.1.65"
|
|
|
803 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
804 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
|
805 dependencies = [
|
|
|
806 "android_system_properties",
|
|
|
807 "core-foundation-sys",
|
|
|
808 "iana-time-zone-haiku",
|
|
|
809 "js-sys",
|
|
|
810 "log",
|
|
|
811 "wasm-bindgen",
|
|
|
812 "windows-core",
|
|
|
813 ]
|
|
|
814
|
|
|
815 [[package]]
|
|
|
816 name = "iana-time-zone-haiku"
|
|
|
817 version = "0.1.2"
|
|
|
818 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
819 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
820 dependencies = [
|
|
|
821 "cc",
|
|
|
822 ]
|
|
|
823
|
|
|
824 [[package]]
|
|
|
825 name = "icu_collections"
|
|
|
826 version = "2.2.0"
|
|
|
827 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
828 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
|
829 dependencies = [
|
|
|
830 "displaydoc",
|
|
|
831 "potential_utf",
|
|
|
832 "utf8_iter",
|
|
|
833 "yoke",
|
|
|
834 "zerofrom",
|
|
|
835 "zerovec",
|
|
|
836 ]
|
|
|
837
|
|
|
838 [[package]]
|
|
|
839 name = "icu_locale_core"
|
|
|
840 version = "2.2.0"
|
|
|
841 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
842 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
|
843 dependencies = [
|
|
|
844 "displaydoc",
|
|
|
845 "litemap",
|
|
|
846 "tinystr",
|
|
|
847 "writeable",
|
|
|
848 "zerovec",
|
|
|
849 ]
|
|
|
850
|
|
|
851 [[package]]
|
|
|
852 name = "icu_normalizer"
|
|
|
853 version = "2.2.0"
|
|
|
854 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
855 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
|
856 dependencies = [
|
|
|
857 "icu_collections",
|
|
|
858 "icu_normalizer_data",
|
|
|
859 "icu_properties",
|
|
|
860 "icu_provider",
|
|
|
861 "smallvec",
|
|
|
862 "zerovec",
|
|
|
863 ]
|
|
|
864
|
|
|
865 [[package]]
|
|
|
866 name = "icu_normalizer_data"
|
|
|
867 version = "2.2.0"
|
|
|
868 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
869 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
|
870
|
|
|
871 [[package]]
|
|
|
872 name = "icu_properties"
|
|
|
873 version = "2.2.0"
|
|
|
874 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
875 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
|
876 dependencies = [
|
|
|
877 "icu_collections",
|
|
|
878 "icu_locale_core",
|
|
|
879 "icu_properties_data",
|
|
|
880 "icu_provider",
|
|
|
881 "zerotrie",
|
|
|
882 "zerovec",
|
|
|
883 ]
|
|
|
884
|
|
|
885 [[package]]
|
|
|
886 name = "icu_properties_data"
|
|
|
887 version = "2.2.0"
|
|
|
888 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
889 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
|
890
|
|
|
891 [[package]]
|
|
|
892 name = "icu_provider"
|
|
|
893 version = "2.2.0"
|
|
|
894 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
895 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
|
896 dependencies = [
|
|
|
897 "displaydoc",
|
|
|
898 "icu_locale_core",
|
|
|
899 "writeable",
|
|
|
900 "yoke",
|
|
|
901 "zerofrom",
|
|
|
902 "zerotrie",
|
|
|
903 "zerovec",
|
|
|
904 ]
|
|
|
905
|
|
|
906 [[package]]
|
|
|
907 name = "id-arena"
|
|
|
908 version = "2.3.0"
|
|
|
909 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
910 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
|
911
|
|
|
912 [[package]]
|
|
|
913 name = "ident_case"
|
|
|
914 version = "1.0.1"
|
|
|
915 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
916 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
917
|
|
|
918 [[package]]
|
|
|
919 name = "idna"
|
|
|
920 version = "1.1.0"
|
|
|
921 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
922 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
|
923 dependencies = [
|
|
|
924 "idna_adapter",
|
|
|
925 "smallvec",
|
|
|
926 "utf8_iter",
|
|
|
927 ]
|
|
|
928
|
|
|
929 [[package]]
|
|
|
930 name = "idna_adapter"
|
|
|
931 version = "1.2.1"
|
|
|
932 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
933 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
|
934 dependencies = [
|
|
|
935 "icu_normalizer",
|
|
|
936 "icu_properties",
|
|
|
937 ]
|
|
|
938
|
|
|
939 [[package]]
|
|
|
940 name = "indexmap"
|
|
|
941 version = "1.9.3"
|
|
|
942 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
943 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
944 dependencies = [
|
|
|
945 "autocfg",
|
|
|
946 "hashbrown 0.12.3",
|
|
|
947 "serde",
|
|
|
948 ]
|
|
|
949
|
|
|
950 [[package]]
|
|
|
951 name = "indexmap"
|
|
|
952 version = "2.13.1"
|
|
|
953 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
954 checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
|
|
955 dependencies = [
|
|
|
956 "equivalent",
|
|
|
957 "hashbrown 0.16.1",
|
|
|
958 "serde",
|
|
|
959 "serde_core",
|
|
|
960 ]
|
|
|
961
|
|
|
962 [[package]]
|
|
|
963 name = "ipnet"
|
|
|
964 version = "2.12.0"
|
|
|
965 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
966 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
|
967
|
|
|
968 [[package]]
|
|
|
969 name = "iri-string"
|
|
|
970 version = "0.7.12"
|
|
|
971 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
972 checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
|
973 dependencies = [
|
|
|
974 "memchr",
|
|
|
975 "serde",
|
|
|
976 ]
|
|
|
977
|
|
|
978 [[package]]
|
|
|
979 name = "itoa"
|
|
|
980 version = "1.0.18"
|
|
|
981 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
982 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
983
|
|
|
984 [[package]]
|
|
|
985 name = "jni"
|
|
|
986 version = "0.21.1"
|
|
|
987 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
988 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
|
989 dependencies = [
|
|
|
990 "cesu8",
|
|
|
991 "cfg-if",
|
|
|
992 "combine",
|
|
|
993 "jni-sys 0.3.1",
|
|
|
994 "log",
|
|
|
995 "thiserror 1.0.69",
|
|
|
996 "walkdir",
|
|
|
997 "windows-sys 0.45.0",
|
|
|
998 ]
|
|
|
999
|
|
|
1000 [[package]]
|
|
|
1001 name = "jni-sys"
|
|
|
1002 version = "0.3.1"
|
|
|
1003 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1004 checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
|
|
|
1005 dependencies = [
|
|
|
1006 "jni-sys 0.4.1",
|
|
|
1007 ]
|
|
|
1008
|
|
|
1009 [[package]]
|
|
|
1010 name = "jni-sys"
|
|
|
1011 version = "0.4.1"
|
|
|
1012 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1013 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
|
1014 dependencies = [
|
|
|
1015 "jni-sys-macros",
|
|
|
1016 ]
|
|
|
1017
|
|
|
1018 [[package]]
|
|
|
1019 name = "jni-sys-macros"
|
|
|
1020 version = "0.4.1"
|
|
|
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1022 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
|
1023 dependencies = [
|
|
|
1024 "quote",
|
|
|
1025 "syn",
|
|
|
1026 ]
|
|
|
1027
|
|
|
1028 [[package]]
|
|
|
1029 name = "jobserver"
|
|
|
1030 version = "0.1.34"
|
|
|
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1032 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
|
1033 dependencies = [
|
|
|
1034 "getrandom 0.3.4",
|
|
|
1035 "libc",
|
|
|
1036 ]
|
|
|
1037
|
|
|
1038 [[package]]
|
|
|
1039 name = "js-sys"
|
|
|
1040 version = "0.3.94"
|
|
|
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1042 checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
|
|
|
1043 dependencies = [
|
|
|
1044 "cfg-if",
|
|
|
1045 "futures-util",
|
|
|
1046 "once_cell",
|
|
|
1047 "wasm-bindgen",
|
|
|
1048 ]
|
|
|
1049
|
|
|
1050 [[package]]
|
|
|
1051 name = "leb128fmt"
|
|
|
1052 version = "0.1.0"
|
|
|
1053 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1054 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
1055
|
|
|
1056 [[package]]
|
|
|
1057 name = "libc"
|
|
|
1058 version = "0.2.184"
|
|
|
1059 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1060 checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
|
|
1061
|
|
|
1062 [[package]]
|
|
|
1063 name = "libredox"
|
|
|
1064 version = "0.1.15"
|
|
|
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1066 checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
|
|
|
1067 dependencies = [
|
|
|
1068 "libc",
|
|
|
1069 ]
|
|
|
1070
|
|
|
1071 [[package]]
|
|
|
1072 name = "linux-raw-sys"
|
|
|
1073 version = "0.12.1"
|
|
|
1074 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1075 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
|
1076
|
|
|
1077 [[package]]
|
|
|
1078 name = "litemap"
|
|
|
1079 version = "0.8.2"
|
|
|
1080 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1081 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
1082
|
|
|
1083 [[package]]
|
|
|
1084 name = "lock_api"
|
|
|
1085 version = "0.4.14"
|
|
|
1086 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1087 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
|
1088 dependencies = [
|
|
|
1089 "scopeguard",
|
|
|
1090 ]
|
|
|
1091
|
|
|
1092 [[package]]
|
|
|
1093 name = "log"
|
|
|
1094 version = "0.4.29"
|
|
|
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1096 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
1097
|
|
|
1098 [[package]]
|
|
|
1099 name = "lru-slab"
|
|
|
1100 version = "0.1.2"
|
|
|
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1102 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
1103
|
|
|
1104 [[package]]
|
|
|
1105 name = "memchr"
|
|
|
1106 version = "2.8.0"
|
|
|
1107 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1108 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
|
1109
|
|
|
1110 [[package]]
|
|
|
1111 name = "memoffset"
|
|
|
1112 version = "0.9.1"
|
|
|
1113 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1114 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
|
1115 dependencies = [
|
|
|
1116 "autocfg",
|
|
|
1117 ]
|
|
|
1118
|
|
|
1119 [[package]]
|
|
|
1120 name = "mime"
|
|
|
1121 version = "0.3.17"
|
|
|
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1123 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
1124
|
|
|
1125 [[package]]
|
|
|
1126 name = "mio"
|
|
|
1127 version = "1.2.0"
|
|
|
1128 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1129 checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
|
1130 dependencies = [
|
|
|
1131 "libc",
|
|
|
1132 "wasi",
|
|
|
1133 "windows-sys 0.61.2",
|
|
|
1134 ]
|
|
|
1135
|
|
|
1136 [[package]]
|
|
|
1137 name = "mpris-server"
|
|
|
1138 version = "0.9.0"
|
|
|
1139 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1140 checksum = "392ce2be7224867869df37e473f28871ab0ff725c0014f1b196ba56a38aea9a8"
|
|
|
1141 dependencies = [
|
|
|
1142 "async-channel",
|
|
|
1143 "futures-channel",
|
|
|
1144 "serde",
|
|
|
1145 "trait-variant",
|
|
|
1146 "zbus",
|
|
|
1147 ]
|
|
|
1148
|
|
|
1149 [[package]]
|
|
|
1150 name = "num-conv"
|
|
|
1151 version = "0.2.1"
|
|
|
1152 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1153 checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
|
1154
|
|
|
1155 [[package]]
|
|
|
1156 name = "num-traits"
|
|
|
1157 version = "0.2.19"
|
|
|
1158 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1159 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
1160 dependencies = [
|
|
|
1161 "autocfg",
|
|
|
1162 ]
|
|
|
1163
|
|
|
1164 [[package]]
|
|
|
1165 name = "once_cell"
|
|
|
1166 version = "1.21.4"
|
|
|
1167 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1168 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
|
1169
|
|
|
1170 [[package]]
|
|
|
1171 name = "openssl-probe"
|
|
|
1172 version = "0.2.1"
|
|
|
1173 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1174 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
1175
|
|
|
1176 [[package]]
|
|
|
1177 name = "option-ext"
|
|
|
1178 version = "0.2.0"
|
|
|
1179 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1180 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
1181
|
|
|
1182 [[package]]
|
|
|
1183 name = "ordered-stream"
|
|
|
1184 version = "0.2.0"
|
|
|
1185 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1186 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
|
1187 dependencies = [
|
|
|
1188 "futures-core",
|
|
|
1189 "pin-project-lite",
|
|
|
1190 ]
|
|
|
1191
|
|
|
1192 [[package]]
|
|
|
1193 name = "parking"
|
|
|
1194 version = "2.2.1"
|
|
|
1195 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1196 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
1197
|
|
|
1198 [[package]]
|
|
|
1199 name = "parking_lot"
|
|
|
1200 version = "0.12.5"
|
|
|
1201 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1202 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
|
1203 dependencies = [
|
|
|
1204 "lock_api",
|
|
|
1205 "parking_lot_core",
|
|
|
1206 ]
|
|
|
1207
|
|
|
1208 [[package]]
|
|
|
1209 name = "parking_lot_core"
|
|
|
1210 version = "0.9.12"
|
|
|
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1212 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
|
1213 dependencies = [
|
|
|
1214 "cfg-if",
|
|
|
1215 "libc",
|
|
|
1216 "redox_syscall",
|
|
|
1217 "smallvec",
|
|
|
1218 "windows-link",
|
|
|
1219 ]
|
|
|
1220
|
|
|
1221 [[package]]
|
|
|
1222 name = "percent-encoding"
|
|
|
1223 version = "2.3.2"
|
|
|
1224 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1225 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
1226
|
|
|
1227 [[package]]
|
|
|
1228 name = "pin-project-lite"
|
|
|
1229 version = "0.2.17"
|
|
|
1230 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1231 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
1232
|
|
|
1233 [[package]]
|
|
|
1234 name = "piper"
|
|
|
1235 version = "0.2.5"
|
|
|
1236 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1237 checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
|
|
|
1238 dependencies = [
|
|
|
1239 "atomic-waker",
|
|
|
1240 "fastrand",
|
|
|
1241 "futures-io",
|
|
|
1242 ]
|
|
|
1243
|
|
|
1244 [[package]]
|
|
|
1245 name = "polling"
|
|
|
1246 version = "3.11.0"
|
|
|
1247 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1248 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
|
|
1249 dependencies = [
|
|
|
1250 "cfg-if",
|
|
|
1251 "concurrent-queue",
|
|
|
1252 "hermit-abi",
|
|
|
1253 "pin-project-lite",
|
|
|
1254 "rustix",
|
|
|
1255 "windows-sys 0.61.2",
|
|
|
1256 ]
|
|
|
1257
|
|
|
1258 [[package]]
|
|
|
1259 name = "potential_utf"
|
|
|
1260 version = "0.1.5"
|
|
|
1261 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1262 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
|
1263 dependencies = [
|
|
|
1264 "zerovec",
|
|
|
1265 ]
|
|
|
1266
|
|
|
1267 [[package]]
|
|
|
1268 name = "powerfmt"
|
|
|
1269 version = "0.2.0"
|
|
|
1270 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1271 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
1272
|
|
|
1273 [[package]]
|
|
|
1274 name = "ppv-lite86"
|
|
|
1275 version = "0.2.21"
|
|
|
1276 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1277 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
|
1278 dependencies = [
|
|
|
1279 "zerocopy",
|
|
|
1280 ]
|
|
|
1281
|
|
|
1282 [[package]]
|
|
|
1283 name = "prettyplease"
|
|
|
1284 version = "0.2.37"
|
|
|
1285 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1286 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
|
1287 dependencies = [
|
|
|
1288 "proc-macro2",
|
|
|
1289 "syn",
|
|
|
1290 ]
|
|
|
1291
|
|
|
1292 [[package]]
|
|
|
1293 name = "proc-macro-crate"
|
|
|
1294 version = "3.5.0"
|
|
|
1295 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1296 checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
|
|
|
1297 dependencies = [
|
|
|
1298 "toml_edit",
|
|
|
1299 ]
|
|
|
1300
|
|
|
1301 [[package]]
|
|
|
1302 name = "proc-macro2"
|
|
|
1303 version = "1.0.106"
|
|
|
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1305 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
|
1306 dependencies = [
|
|
|
1307 "unicode-ident",
|
|
|
1308 ]
|
|
|
1309
|
|
|
1310 [[package]]
|
|
|
1311 name = "quinn"
|
|
|
1312 version = "0.11.9"
|
|
|
1313 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1314 checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
|
1315 dependencies = [
|
|
|
1316 "bytes",
|
|
|
1317 "cfg_aliases",
|
|
|
1318 "pin-project-lite",
|
|
|
1319 "quinn-proto",
|
|
|
1320 "quinn-udp",
|
|
|
1321 "rustc-hash",
|
|
|
1322 "rustls",
|
|
|
1323 "socket2",
|
|
|
1324 "thiserror 2.0.18",
|
|
|
1325 "tokio",
|
|
|
1326 "tracing",
|
|
|
1327 "web-time",
|
|
|
1328 ]
|
|
|
1329
|
|
|
1330 [[package]]
|
|
|
1331 name = "quinn-proto"
|
|
|
1332 version = "0.11.14"
|
|
|
1333 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1334 checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
|
1335 dependencies = [
|
|
|
1336 "aws-lc-rs",
|
|
|
1337 "bytes",
|
|
|
1338 "getrandom 0.3.4",
|
|
|
1339 "lru-slab",
|
|
|
1340 "rand",
|
|
|
1341 "ring",
|
|
|
1342 "rustc-hash",
|
|
|
1343 "rustls",
|
|
|
1344 "rustls-pki-types",
|
|
|
1345 "slab",
|
|
|
1346 "thiserror 2.0.18",
|
|
|
1347 "tinyvec",
|
|
|
1348 "tracing",
|
|
|
1349 "web-time",
|
|
|
1350 ]
|
|
|
1351
|
|
|
1352 [[package]]
|
|
|
1353 name = "quinn-udp"
|
|
|
1354 version = "0.5.14"
|
|
|
1355 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1356 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
|
1357 dependencies = [
|
|
|
1358 "cfg_aliases",
|
|
|
1359 "libc",
|
|
|
1360 "once_cell",
|
|
|
1361 "socket2",
|
|
|
1362 "tracing",
|
|
|
1363 "windows-sys 0.60.2",
|
|
|
1364 ]
|
|
|
1365
|
|
|
1366 [[package]]
|
|
|
1367 name = "quote"
|
|
|
1368 version = "1.0.45"
|
|
|
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1370 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
|
1371 dependencies = [
|
|
|
1372 "proc-macro2",
|
|
|
1373 ]
|
|
|
1374
|
|
|
1375 [[package]]
|
|
|
1376 name = "r-efi"
|
|
|
1377 version = "5.3.0"
|
|
|
1378 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1379 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
1380
|
|
|
1381 [[package]]
|
|
|
1382 name = "r-efi"
|
|
|
1383 version = "6.0.0"
|
|
|
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1385 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
1386
|
|
|
1387 [[package]]
|
|
|
1388 name = "rand"
|
|
|
1389 version = "0.9.2"
|
|
|
1390 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1391 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
|
1392 dependencies = [
|
|
|
1393 "rand_chacha",
|
|
|
1394 "rand_core",
|
|
|
1395 ]
|
|
|
1396
|
|
|
1397 [[package]]
|
|
|
1398 name = "rand_chacha"
|
|
|
1399 version = "0.9.0"
|
|
|
1400 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1401 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
1402 dependencies = [
|
|
|
1403 "ppv-lite86",
|
|
|
1404 "rand_core",
|
|
|
1405 ]
|
|
|
1406
|
|
|
1407 [[package]]
|
|
|
1408 name = "rand_core"
|
|
|
1409 version = "0.9.5"
|
|
|
1410 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1411 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
|
1412 dependencies = [
|
|
|
1413 "getrandom 0.3.4",
|
|
|
1414 ]
|
|
|
1415
|
|
|
1416 [[package]]
|
|
|
1417 name = "redox_syscall"
|
|
|
1418 version = "0.5.18"
|
|
|
1419 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1420 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
|
1421 dependencies = [
|
|
|
1422 "bitflags",
|
|
|
1423 ]
|
|
|
1424
|
|
|
1425 [[package]]
|
|
|
1426 name = "redox_users"
|
|
|
1427 version = "0.5.2"
|
|
|
1428 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1429 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
|
1430 dependencies = [
|
|
|
1431 "getrandom 0.2.17",
|
|
|
1432 "libredox",
|
|
|
1433 "thiserror 2.0.18",
|
|
|
1434 ]
|
|
|
1435
|
|
|
1436 [[package]]
|
|
|
1437 name = "ref-cast"
|
|
|
1438 version = "1.0.25"
|
|
|
1439 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1440 checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
|
|
1441 dependencies = [
|
|
|
1442 "ref-cast-impl",
|
|
|
1443 ]
|
|
|
1444
|
|
|
1445 [[package]]
|
|
|
1446 name = "ref-cast-impl"
|
|
|
1447 version = "1.0.25"
|
|
|
1448 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1449 checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
|
1450 dependencies = [
|
|
|
1451 "proc-macro2",
|
|
|
1452 "quote",
|
|
|
1453 "syn",
|
|
|
1454 ]
|
|
|
1455
|
|
|
1456 [[package]]
|
|
|
1457 name = "reqwest"
|
|
|
1458 version = "0.13.2"
|
|
|
1459 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1460 checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
|
|
|
1461 dependencies = [
|
|
|
1462 "base64",
|
|
|
1463 "bytes",
|
|
|
1464 "encoding_rs",
|
|
|
1465 "futures-core",
|
|
|
1466 "h2",
|
|
|
1467 "http",
|
|
|
1468 "http-body",
|
|
|
1469 "http-body-util",
|
|
|
1470 "hyper",
|
|
|
1471 "hyper-rustls",
|
|
|
1472 "hyper-util",
|
|
|
1473 "js-sys",
|
|
|
1474 "log",
|
|
|
1475 "mime",
|
|
|
1476 "percent-encoding",
|
|
|
1477 "pin-project-lite",
|
|
|
1478 "quinn",
|
|
|
1479 "rustls",
|
|
|
1480 "rustls-pki-types",
|
|
|
1481 "rustls-platform-verifier",
|
|
|
1482 "serde",
|
|
|
1483 "serde_json",
|
|
|
1484 "serde_urlencoded",
|
|
|
1485 "sync_wrapper",
|
|
|
1486 "tokio",
|
|
|
1487 "tokio-rustls",
|
|
|
1488 "tower",
|
|
|
1489 "tower-http",
|
|
|
1490 "tower-service",
|
|
|
1491 "url",
|
|
|
1492 "wasm-bindgen",
|
|
|
1493 "wasm-bindgen-futures",
|
|
|
1494 "web-sys",
|
|
|
1495 ]
|
|
|
1496
|
|
|
1497 [[package]]
|
|
|
1498 name = "ring"
|
|
|
1499 version = "0.17.14"
|
|
|
1500 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1501 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
1502 dependencies = [
|
|
|
1503 "cc",
|
|
|
1504 "cfg-if",
|
|
|
1505 "getrandom 0.2.17",
|
|
|
1506 "libc",
|
|
|
1507 "untrusted",
|
|
|
1508 "windows-sys 0.52.0",
|
|
|
1509 ]
|
|
|
1510
|
|
|
1511 [[package]]
|
|
|
1512 name = "rustc-hash"
|
|
|
1513 version = "2.1.2"
|
|
|
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1515 checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
|
1516
|
|
|
1517 [[package]]
|
|
|
1518 name = "rustix"
|
|
|
1519 version = "1.1.4"
|
|
|
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1521 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
|
1522 dependencies = [
|
|
|
1523 "bitflags",
|
|
|
1524 "errno",
|
|
|
1525 "libc",
|
|
|
1526 "linux-raw-sys",
|
|
|
1527 "windows-sys 0.61.2",
|
|
|
1528 ]
|
|
|
1529
|
|
|
1530 [[package]]
|
|
|
1531 name = "rustls"
|
|
|
1532 version = "0.23.37"
|
|
|
1533 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1534 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
|
|
1535 dependencies = [
|
|
|
1536 "aws-lc-rs",
|
|
|
1537 "once_cell",
|
|
|
1538 "rustls-pki-types",
|
|
|
1539 "rustls-webpki",
|
|
|
1540 "subtle",
|
|
|
1541 "zeroize",
|
|
|
1542 ]
|
|
|
1543
|
|
|
1544 [[package]]
|
|
|
1545 name = "rustls-native-certs"
|
|
|
1546 version = "0.8.3"
|
|
|
1547 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1548 checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
|
1549 dependencies = [
|
|
|
1550 "openssl-probe",
|
|
|
1551 "rustls-pki-types",
|
|
|
1552 "schannel",
|
|
|
1553 "security-framework",
|
|
|
1554 ]
|
|
|
1555
|
|
|
1556 [[package]]
|
|
|
1557 name = "rustls-pki-types"
|
|
|
1558 version = "1.14.0"
|
|
|
1559 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1560 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
|
1561 dependencies = [
|
|
|
1562 "web-time",
|
|
|
1563 "zeroize",
|
|
|
1564 ]
|
|
|
1565
|
|
|
1566 [[package]]
|
|
|
1567 name = "rustls-platform-verifier"
|
|
|
1568 version = "0.6.2"
|
|
|
1569 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1570 checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
|
|
|
1571 dependencies = [
|
|
|
1572 "core-foundation 0.10.1",
|
|
|
1573 "core-foundation-sys",
|
|
|
1574 "jni",
|
|
|
1575 "log",
|
|
|
1576 "once_cell",
|
|
|
1577 "rustls",
|
|
|
1578 "rustls-native-certs",
|
|
|
1579 "rustls-platform-verifier-android",
|
|
|
1580 "rustls-webpki",
|
|
|
1581 "security-framework",
|
|
|
1582 "security-framework-sys",
|
|
|
1583 "webpki-root-certs",
|
|
|
1584 "windows-sys 0.61.2",
|
|
|
1585 ]
|
|
|
1586
|
|
|
1587 [[package]]
|
|
|
1588 name = "rustls-platform-verifier-android"
|
|
|
1589 version = "0.1.1"
|
|
|
1590 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1591 checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
1592
|
|
|
1593 [[package]]
|
|
|
1594 name = "rustls-webpki"
|
|
|
1595 version = "0.103.10"
|
|
|
1596 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1597 checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
|
|
1598 dependencies = [
|
|
|
1599 "aws-lc-rs",
|
|
|
1600 "ring",
|
|
|
1601 "rustls-pki-types",
|
|
|
1602 "untrusted",
|
|
|
1603 ]
|
|
|
1604
|
|
|
1605 [[package]]
|
|
|
1606 name = "rustversion"
|
|
|
1607 version = "1.0.22"
|
|
|
1608 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1609 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
1610
|
|
|
1611 [[package]]
|
|
|
1612 name = "ryu"
|
|
|
1613 version = "1.0.23"
|
|
|
1614 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1615 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
1616
|
|
|
1617 [[package]]
|
|
|
1618 name = "same-file"
|
|
|
1619 version = "1.0.6"
|
|
|
1620 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1621 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
1622 dependencies = [
|
|
|
1623 "winapi-util",
|
|
|
1624 ]
|
|
|
1625
|
|
|
1626 [[package]]
|
|
|
1627 name = "schannel"
|
|
|
1628 version = "0.1.29"
|
|
|
1629 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1630 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
|
1631 dependencies = [
|
|
|
1632 "windows-sys 0.61.2",
|
|
|
1633 ]
|
|
|
1634
|
|
|
1635 [[package]]
|
|
|
1636 name = "schemars"
|
|
|
1637 version = "0.9.0"
|
|
|
1638 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1639 checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
|
|
|
1640 dependencies = [
|
|
|
1641 "dyn-clone",
|
|
|
1642 "ref-cast",
|
|
|
1643 "serde",
|
|
|
1644 "serde_json",
|
|
|
1645 ]
|
|
|
1646
|
|
|
1647 [[package]]
|
|
|
1648 name = "schemars"
|
|
|
1649 version = "1.2.1"
|
|
|
1650 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1651 checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
|
|
|
1652 dependencies = [
|
|
|
1653 "dyn-clone",
|
|
|
1654 "ref-cast",
|
|
|
1655 "serde",
|
|
|
1656 "serde_json",
|
|
|
1657 ]
|
|
|
1658
|
|
|
1659 [[package]]
|
|
|
1660 name = "scopeguard"
|
|
|
1661 version = "1.2.0"
|
|
|
1662 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1663 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1664
|
|
|
1665 [[package]]
|
|
|
1666 name = "security-framework"
|
|
|
1667 version = "3.7.0"
|
|
|
1668 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1669 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
|
1670 dependencies = [
|
|
|
1671 "bitflags",
|
|
|
1672 "core-foundation 0.10.1",
|
|
|
1673 "core-foundation-sys",
|
|
|
1674 "libc",
|
|
|
1675 "security-framework-sys",
|
|
|
1676 ]
|
|
|
1677
|
|
|
1678 [[package]]
|
|
|
1679 name = "security-framework-sys"
|
|
|
1680 version = "2.17.0"
|
|
|
1681 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1682 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
|
1683 dependencies = [
|
|
|
1684 "core-foundation-sys",
|
|
|
1685 "libc",
|
|
|
1686 ]
|
|
|
1687
|
|
|
1688 [[package]]
|
|
|
1689 name = "semver"
|
|
|
1690 version = "1.0.28"
|
|
|
1691 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1692 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
1693
|
|
|
1694 [[package]]
|
|
|
1695 name = "serde"
|
|
|
1696 version = "1.0.228"
|
|
|
1697 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1698 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
1699 dependencies = [
|
|
|
1700 "serde_core",
|
|
|
1701 "serde_derive",
|
|
|
1702 ]
|
|
|
1703
|
|
|
1704 [[package]]
|
|
|
1705 name = "serde_core"
|
|
|
1706 version = "1.0.228"
|
|
|
1707 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1708 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
|
1709 dependencies = [
|
|
|
1710 "serde_derive",
|
|
|
1711 ]
|
|
|
1712
|
|
|
1713 [[package]]
|
|
|
1714 name = "serde_derive"
|
|
|
1715 version = "1.0.228"
|
|
|
1716 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1717 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
|
1718 dependencies = [
|
|
|
1719 "proc-macro2",
|
|
|
1720 "quote",
|
|
|
1721 "syn",
|
|
|
1722 ]
|
|
|
1723
|
|
|
1724 [[package]]
|
|
|
1725 name = "serde_json"
|
|
|
1726 version = "1.0.149"
|
|
|
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1728 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
|
1729 dependencies = [
|
|
|
1730 "itoa",
|
|
|
1731 "memchr",
|
|
|
1732 "serde",
|
|
|
1733 "serde_core",
|
|
|
1734 "zmij",
|
|
|
1735 ]
|
|
|
1736
|
|
|
1737 [[package]]
|
|
|
1738 name = "serde_repr"
|
|
|
1739 version = "0.1.20"
|
|
|
1740 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1741 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
|
|
1742 dependencies = [
|
|
|
1743 "proc-macro2",
|
|
|
1744 "quote",
|
|
|
1745 "syn",
|
|
|
1746 ]
|
|
|
1747
|
|
|
1748 [[package]]
|
|
|
1749 name = "serde_urlencoded"
|
|
|
1750 version = "0.7.1"
|
|
|
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1752 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
1753 dependencies = [
|
|
|
1754 "form_urlencoded",
|
|
|
1755 "itoa",
|
|
|
1756 "ryu",
|
|
|
1757 "serde",
|
|
|
1758 ]
|
|
|
1759
|
|
|
1760 [[package]]
|
|
|
1761 name = "serde_with"
|
|
|
1762 version = "3.18.0"
|
|
|
1763 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1764 checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
|
|
|
1765 dependencies = [
|
|
|
1766 "base64",
|
|
|
1767 "chrono",
|
|
|
1768 "hex",
|
|
|
1769 "indexmap 1.9.3",
|
|
|
1770 "indexmap 2.13.1",
|
|
|
1771 "schemars 0.9.0",
|
|
|
1772 "schemars 1.2.1",
|
|
|
1773 "serde_core",
|
|
|
1774 "serde_json",
|
|
|
1775 "serde_with_macros",
|
|
|
1776 "time",
|
|
|
1777 ]
|
|
|
1778
|
|
|
1779 [[package]]
|
|
|
1780 name = "serde_with_macros"
|
|
|
1781 version = "3.18.0"
|
|
|
1782 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1783 checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
|
|
|
1784 dependencies = [
|
|
|
1785 "darling",
|
|
|
1786 "proc-macro2",
|
|
|
1787 "quote",
|
|
|
1788 "syn",
|
|
|
1789 ]
|
|
|
1790
|
|
|
1791 [[package]]
|
|
|
1792 name = "shlex"
|
|
|
1793 version = "1.3.0"
|
|
|
1794 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1795 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1796
|
|
|
1797 [[package]]
|
|
|
1798 name = "signal-hook-registry"
|
|
|
1799 version = "1.4.8"
|
|
|
1800 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1801 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
|
1802 dependencies = [
|
|
|
1803 "errno",
|
|
|
1804 "libc",
|
|
|
1805 ]
|
|
|
1806
|
|
|
1807 [[package]]
|
|
|
1808 name = "slab"
|
|
|
1809 version = "0.4.12"
|
|
|
1810 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1811 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
1812
|
|
|
1813 [[package]]
|
|
|
1814 name = "smallvec"
|
|
|
1815 version = "1.15.1"
|
|
|
1816 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1817 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
1818
|
|
|
1819 [[package]]
|
|
|
1820 name = "socket2"
|
|
|
1821 version = "0.6.3"
|
|
|
1822 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1823 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
|
1824 dependencies = [
|
|
|
1825 "libc",
|
|
|
1826 "windows-sys 0.61.2",
|
|
|
1827 ]
|
|
|
1828
|
|
|
1829 [[package]]
|
|
|
1830 name = "stable_deref_trait"
|
|
|
1831 version = "1.2.1"
|
|
|
1832 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1833 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
|
1834
|
|
|
1835 [[package]]
|
|
|
1836 name = "strsim"
|
|
|
1837 version = "0.11.1"
|
|
|
1838 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1839 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
1840
|
|
|
1841 [[package]]
|
|
|
1842 name = "subtle"
|
|
|
1843 version = "2.6.1"
|
|
|
1844 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1845 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
1846
|
|
|
1847 [[package]]
|
|
|
1848 name = "syn"
|
|
|
1849 version = "2.0.117"
|
|
|
1850 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1851 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
|
1852 dependencies = [
|
|
|
1853 "proc-macro2",
|
|
|
1854 "quote",
|
|
|
1855 "unicode-ident",
|
|
|
1856 ]
|
|
|
1857
|
|
|
1858 [[package]]
|
|
|
1859 name = "sync_wrapper"
|
|
|
1860 version = "1.0.2"
|
|
|
1861 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1862 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
1863 dependencies = [
|
|
|
1864 "futures-core",
|
|
|
1865 ]
|
|
|
1866
|
|
|
1867 [[package]]
|
|
|
1868 name = "synstructure"
|
|
|
1869 version = "0.13.2"
|
|
|
1870 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1871 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
1872 dependencies = [
|
|
|
1873 "proc-macro2",
|
|
|
1874 "quote",
|
|
|
1875 "syn",
|
|
|
1876 ]
|
|
|
1877
|
|
|
1878 [[package]]
|
|
|
1879 name = "system-configuration"
|
|
|
1880 version = "0.7.0"
|
|
|
1881 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1882 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
|
1883 dependencies = [
|
|
|
1884 "bitflags",
|
|
|
1885 "core-foundation 0.9.4",
|
|
|
1886 "system-configuration-sys",
|
|
|
1887 ]
|
|
|
1888
|
|
|
1889 [[package]]
|
|
|
1890 name = "system-configuration-sys"
|
|
|
1891 version = "0.6.0"
|
|
|
1892 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1893 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
1894 dependencies = [
|
|
|
1895 "core-foundation-sys",
|
|
|
1896 "libc",
|
|
|
1897 ]
|
|
|
1898
|
|
|
1899 [[package]]
|
|
|
1900 name = "tempfile"
|
|
|
1901 version = "3.27.0"
|
|
|
1902 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1903 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
|
1904 dependencies = [
|
|
|
1905 "fastrand",
|
|
|
1906 "getrandom 0.4.2",
|
|
|
1907 "once_cell",
|
|
|
1908 "rustix",
|
|
|
1909 "windows-sys 0.61.2",
|
|
|
1910 ]
|
|
|
1911
|
|
|
1912 [[package]]
|
|
|
1913 name = "thiserror"
|
|
|
1914 version = "1.0.69"
|
|
|
1915 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1916 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
1917 dependencies = [
|
|
|
1918 "thiserror-impl 1.0.69",
|
|
|
1919 ]
|
|
|
1920
|
|
|
1921 [[package]]
|
|
|
1922 name = "thiserror"
|
|
|
1923 version = "2.0.18"
|
|
|
1924 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1925 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
|
1926 dependencies = [
|
|
|
1927 "thiserror-impl 2.0.18",
|
|
|
1928 ]
|
|
|
1929
|
|
|
1930 [[package]]
|
|
|
1931 name = "thiserror-impl"
|
|
|
1932 version = "1.0.69"
|
|
|
1933 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1934 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
1935 dependencies = [
|
|
|
1936 "proc-macro2",
|
|
|
1937 "quote",
|
|
|
1938 "syn",
|
|
|
1939 ]
|
|
|
1940
|
|
|
1941 [[package]]
|
|
|
1942 name = "thiserror-impl"
|
|
|
1943 version = "2.0.18"
|
|
|
1944 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1945 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
|
1946 dependencies = [
|
|
|
1947 "proc-macro2",
|
|
|
1948 "quote",
|
|
|
1949 "syn",
|
|
|
1950 ]
|
|
|
1951
|
|
|
1952 [[package]]
|
|
|
1953 name = "time"
|
|
|
1954 version = "0.3.47"
|
|
|
1955 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1956 checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
|
1957 dependencies = [
|
|
|
1958 "deranged",
|
|
|
1959 "itoa",
|
|
|
1960 "num-conv",
|
|
|
1961 "powerfmt",
|
|
|
1962 "serde_core",
|
|
|
1963 "time-core",
|
|
|
1964 "time-macros",
|
|
|
1965 ]
|
|
|
1966
|
|
|
1967 [[package]]
|
|
|
1968 name = "time-core"
|
|
|
1969 version = "0.1.8"
|
|
|
1970 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1971 checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
|
1972
|
|
|
1973 [[package]]
|
|
|
1974 name = "time-macros"
|
|
|
1975 version = "0.2.27"
|
|
|
1976 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1977 checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
|
1978 dependencies = [
|
|
|
1979 "num-conv",
|
|
|
1980 "time-core",
|
|
|
1981 ]
|
|
|
1982
|
|
|
1983 [[package]]
|
|
|
1984 name = "tinystr"
|
|
|
1985 version = "0.8.3"
|
|
|
1986 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1987 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
|
1988 dependencies = [
|
|
|
1989 "displaydoc",
|
|
|
1990 "zerovec",
|
|
|
1991 ]
|
|
|
1992
|
|
|
1993 [[package]]
|
|
|
1994 name = "tinyvec"
|
|
|
1995 version = "1.11.0"
|
|
|
1996 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1997 checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
|
1998 dependencies = [
|
|
|
1999 "tinyvec_macros",
|
|
|
2000 ]
|
|
|
2001
|
|
|
2002 [[package]]
|
|
|
2003 name = "tinyvec_macros"
|
|
|
2004 version = "0.1.1"
|
|
|
2005 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2006 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
2007
|
|
|
2008 [[package]]
|
|
|
2009 name = "tokio"
|
|
|
2010 version = "1.51.0"
|
|
|
2011 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2012 checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
|
|
|
2013 dependencies = [
|
|
|
2014 "bytes",
|
|
|
2015 "libc",
|
|
|
2016 "mio",
|
|
|
2017 "parking_lot",
|
|
|
2018 "pin-project-lite",
|
|
|
2019 "signal-hook-registry",
|
|
|
2020 "socket2",
|
|
|
2021 "tokio-macros",
|
|
|
2022 "windows-sys 0.61.2",
|
|
|
2023 ]
|
|
|
2024
|
|
|
2025 [[package]]
|
|
|
2026 name = "tokio-macros"
|
|
|
2027 version = "2.7.0"
|
|
|
2028 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2029 checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
|
2030 dependencies = [
|
|
|
2031 "proc-macro2",
|
|
|
2032 "quote",
|
|
|
2033 "syn",
|
|
|
2034 ]
|
|
|
2035
|
|
|
2036 [[package]]
|
|
|
2037 name = "tokio-rustls"
|
|
|
2038 version = "0.26.4"
|
|
|
2039 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2040 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
|
2041 dependencies = [
|
|
|
2042 "rustls",
|
|
|
2043 "tokio",
|
|
|
2044 ]
|
|
|
2045
|
|
|
2046 [[package]]
|
|
|
2047 name = "tokio-util"
|
|
|
2048 version = "0.7.18"
|
|
|
2049 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2050 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
|
2051 dependencies = [
|
|
|
2052 "bytes",
|
|
|
2053 "futures-core",
|
|
|
2054 "futures-sink",
|
|
|
2055 "pin-project-lite",
|
|
|
2056 "tokio",
|
|
|
2057 ]
|
|
|
2058
|
|
|
2059 [[package]]
|
|
|
2060 name = "toml_datetime"
|
|
|
2061 version = "1.1.1+spec-1.1.0"
|
|
|
2062 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2063 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
|
|
|
2064 dependencies = [
|
|
|
2065 "serde_core",
|
|
|
2066 ]
|
|
|
2067
|
|
|
2068 [[package]]
|
|
|
2069 name = "toml_edit"
|
|
|
2070 version = "0.25.10+spec-1.1.0"
|
|
|
2071 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2072 checksum = "a82418ca169e235e6c399a84e395ab6debeb3bc90edc959bf0f48647c6a32d1b"
|
|
|
2073 dependencies = [
|
|
|
2074 "indexmap 2.13.1",
|
|
|
2075 "toml_datetime",
|
|
|
2076 "toml_parser",
|
|
|
2077 "winnow 1.0.1",
|
|
|
2078 ]
|
|
|
2079
|
|
|
2080 [[package]]
|
|
|
2081 name = "toml_parser"
|
|
|
2082 version = "1.1.2+spec-1.1.0"
|
|
|
2083 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2084 checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
|
|
|
2085 dependencies = [
|
|
|
2086 "winnow 1.0.1",
|
|
|
2087 ]
|
|
|
2088
|
|
|
2089 [[package]]
|
|
|
2090 name = "tower"
|
|
|
2091 version = "0.5.3"
|
|
|
2092 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2093 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
|
2094 dependencies = [
|
|
|
2095 "futures-core",
|
|
|
2096 "futures-util",
|
|
|
2097 "pin-project-lite",
|
|
|
2098 "sync_wrapper",
|
|
|
2099 "tokio",
|
|
|
2100 "tower-layer",
|
|
|
2101 "tower-service",
|
|
|
2102 ]
|
|
|
2103
|
|
|
2104 [[package]]
|
|
|
2105 name = "tower-http"
|
|
|
2106 version = "0.6.8"
|
|
|
2107 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2108 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
|
2109 dependencies = [
|
|
|
2110 "bitflags",
|
|
|
2111 "bytes",
|
|
|
2112 "futures-util",
|
|
|
2113 "http",
|
|
|
2114 "http-body",
|
|
|
2115 "iri-string",
|
|
|
2116 "pin-project-lite",
|
|
|
2117 "tower",
|
|
|
2118 "tower-layer",
|
|
|
2119 "tower-service",
|
|
|
2120 ]
|
|
|
2121
|
|
|
2122 [[package]]
|
|
|
2123 name = "tower-layer"
|
|
|
2124 version = "0.3.3"
|
|
|
2125 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2126 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
2127
|
|
|
2128 [[package]]
|
|
|
2129 name = "tower-service"
|
|
|
2130 version = "0.3.3"
|
|
|
2131 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2132 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
2133
|
|
|
2134 [[package]]
|
|
|
2135 name = "tracing"
|
|
|
2136 version = "0.1.44"
|
|
|
2137 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2138 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
|
2139 dependencies = [
|
|
|
2140 "pin-project-lite",
|
|
|
2141 "tracing-attributes",
|
|
|
2142 "tracing-core",
|
|
|
2143 ]
|
|
|
2144
|
|
|
2145 [[package]]
|
|
|
2146 name = "tracing-attributes"
|
|
|
2147 version = "0.1.31"
|
|
|
2148 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2149 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
2150 dependencies = [
|
|
|
2151 "proc-macro2",
|
|
|
2152 "quote",
|
|
|
2153 "syn",
|
|
|
2154 ]
|
|
|
2155
|
|
|
2156 [[package]]
|
|
|
2157 name = "tracing-core"
|
|
|
2158 version = "0.1.36"
|
|
|
2159 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2160 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
|
2161 dependencies = [
|
|
|
2162 "once_cell",
|
|
|
2163 ]
|
|
|
2164
|
|
|
2165 [[package]]
|
|
|
2166 name = "trait-variant"
|
|
|
2167 version = "0.1.2"
|
|
|
2168 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2169 checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
|
|
|
2170 dependencies = [
|
|
|
2171 "proc-macro2",
|
|
|
2172 "quote",
|
|
|
2173 "syn",
|
|
|
2174 ]
|
|
|
2175
|
|
|
2176 [[package]]
|
|
|
2177 name = "try-lock"
|
|
|
2178 version = "0.2.5"
|
|
|
2179 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2180 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
2181
|
|
|
2182 [[package]]
|
|
|
2183 name = "uds_windows"
|
|
|
2184 version = "1.2.1"
|
|
|
2185 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2186 checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
|
|
|
2187 dependencies = [
|
|
|
2188 "memoffset",
|
|
|
2189 "tempfile",
|
|
|
2190 "windows-sys 0.61.2",
|
|
|
2191 ]
|
|
|
2192
|
|
|
2193 [[package]]
|
|
|
2194 name = "unicode-ident"
|
|
|
2195 version = "1.0.24"
|
|
|
2196 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2197 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
|
2198
|
|
|
2199 [[package]]
|
|
|
2200 name = "unicode-xid"
|
|
|
2201 version = "0.2.6"
|
|
|
2202 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2203 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
2204
|
|
|
2205 [[package]]
|
|
|
2206 name = "untrusted"
|
|
|
2207 version = "0.9.0"
|
|
|
2208 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2209 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
2210
|
|
|
2211 [[package]]
|
|
|
2212 name = "url"
|
|
|
2213 version = "2.5.8"
|
|
|
2214 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2215 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
|
2216 dependencies = [
|
|
|
2217 "form_urlencoded",
|
|
|
2218 "idna",
|
|
|
2219 "percent-encoding",
|
|
|
2220 "serde",
|
|
|
2221 ]
|
|
|
2222
|
|
|
2223 [[package]]
|
|
|
2224 name = "urlencoding"
|
|
|
2225 version = "2.1.3"
|
|
|
2226 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2227 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
2228
|
|
|
2229 [[package]]
|
|
|
2230 name = "utf8_iter"
|
|
|
2231 version = "1.0.4"
|
|
|
2232 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2233 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
2234
|
|
|
2235 [[package]]
|
|
|
2236 name = "uuid"
|
|
|
2237 version = "1.23.0"
|
|
|
2238 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2239 checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
|
|
|
2240 dependencies = [
|
|
|
2241 "getrandom 0.4.2",
|
|
|
2242 "js-sys",
|
|
|
2243 "serde_core",
|
|
|
2244 "wasm-bindgen",
|
|
|
2245 ]
|
|
|
2246
|
|
|
2247 [[package]]
|
|
|
2248 name = "walkdir"
|
|
|
2249 version = "2.5.0"
|
|
|
2250 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2251 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
2252 dependencies = [
|
|
|
2253 "same-file",
|
|
|
2254 "winapi-util",
|
|
|
2255 ]
|
|
|
2256
|
|
|
2257 [[package]]
|
|
|
2258 name = "want"
|
|
|
2259 version = "0.3.1"
|
|
|
2260 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2261 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
2262 dependencies = [
|
|
|
2263 "try-lock",
|
|
|
2264 ]
|
|
|
2265
|
|
|
2266 [[package]]
|
|
|
2267 name = "wasi"
|
|
|
2268 version = "0.11.1+wasi-snapshot-preview1"
|
|
|
2269 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2270 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
2271
|
|
|
2272 [[package]]
|
|
|
2273 name = "wasip2"
|
|
|
2274 version = "1.0.2+wasi-0.2.9"
|
|
|
2275 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2276 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
|
2277 dependencies = [
|
|
|
2278 "wit-bindgen",
|
|
|
2279 ]
|
|
|
2280
|
|
|
2281 [[package]]
|
|
|
2282 name = "wasip3"
|
|
|
2283 version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
|
2284 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2285 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
|
2286 dependencies = [
|
|
|
2287 "wit-bindgen",
|
|
|
2288 ]
|
|
|
2289
|
|
|
2290 [[package]]
|
|
|
2291 name = "wasm-bindgen"
|
|
|
2292 version = "0.2.117"
|
|
|
2293 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2294 checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
|
|
|
2295 dependencies = [
|
|
|
2296 "cfg-if",
|
|
|
2297 "once_cell",
|
|
|
2298 "rustversion",
|
|
|
2299 "wasm-bindgen-macro",
|
|
|
2300 "wasm-bindgen-shared",
|
|
|
2301 ]
|
|
|
2302
|
|
|
2303 [[package]]
|
|
|
2304 name = "wasm-bindgen-futures"
|
|
|
2305 version = "0.4.67"
|
|
|
2306 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2307 checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
|
|
|
2308 dependencies = [
|
|
|
2309 "js-sys",
|
|
|
2310 "wasm-bindgen",
|
|
|
2311 ]
|
|
|
2312
|
|
|
2313 [[package]]
|
|
|
2314 name = "wasm-bindgen-macro"
|
|
|
2315 version = "0.2.117"
|
|
|
2316 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2317 checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
|
|
|
2318 dependencies = [
|
|
|
2319 "quote",
|
|
|
2320 "wasm-bindgen-macro-support",
|
|
|
2321 ]
|
|
|
2322
|
|
|
2323 [[package]]
|
|
|
2324 name = "wasm-bindgen-macro-support"
|
|
|
2325 version = "0.2.117"
|
|
|
2326 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2327 checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
|
|
|
2328 dependencies = [
|
|
|
2329 "bumpalo",
|
|
|
2330 "proc-macro2",
|
|
|
2331 "quote",
|
|
|
2332 "syn",
|
|
|
2333 "wasm-bindgen-shared",
|
|
|
2334 ]
|
|
|
2335
|
|
|
2336 [[package]]
|
|
|
2337 name = "wasm-bindgen-shared"
|
|
|
2338 version = "0.2.117"
|
|
|
2339 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2340 checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
|
|
|
2341 dependencies = [
|
|
|
2342 "unicode-ident",
|
|
|
2343 ]
|
|
|
2344
|
|
|
2345 [[package]]
|
|
|
2346 name = "wasm-encoder"
|
|
|
2347 version = "0.244.0"
|
|
|
2348 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2349 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
|
2350 dependencies = [
|
|
|
2351 "leb128fmt",
|
|
|
2352 "wasmparser",
|
|
|
2353 ]
|
|
|
2354
|
|
|
2355 [[package]]
|
|
|
2356 name = "wasm-metadata"
|
|
|
2357 version = "0.244.0"
|
|
|
2358 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2359 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
|
2360 dependencies = [
|
|
|
2361 "anyhow",
|
|
|
2362 "indexmap 2.13.1",
|
|
|
2363 "wasm-encoder",
|
|
|
2364 "wasmparser",
|
|
|
2365 ]
|
|
|
2366
|
|
|
2367 [[package]]
|
|
|
2368 name = "wasmparser"
|
|
|
2369 version = "0.244.0"
|
|
|
2370 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2371 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
|
2372 dependencies = [
|
|
|
2373 "bitflags",
|
|
|
2374 "hashbrown 0.15.5",
|
|
|
2375 "indexmap 2.13.1",
|
|
|
2376 "semver",
|
|
|
2377 ]
|
|
|
2378
|
|
|
2379 [[package]]
|
|
|
2380 name = "web-sys"
|
|
|
2381 version = "0.3.94"
|
|
|
2382 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2383 checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
|
|
|
2384 dependencies = [
|
|
|
2385 "js-sys",
|
|
|
2386 "wasm-bindgen",
|
|
|
2387 ]
|
|
|
2388
|
|
|
2389 [[package]]
|
|
|
2390 name = "web-time"
|
|
|
2391 version = "1.1.0"
|
|
|
2392 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2393 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
2394 dependencies = [
|
|
|
2395 "js-sys",
|
|
|
2396 "wasm-bindgen",
|
|
|
2397 ]
|
|
|
2398
|
|
|
2399 [[package]]
|
|
|
2400 name = "webpki-root-certs"
|
|
|
2401 version = "1.0.6"
|
|
|
2402 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2403 checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
|
|
|
2404 dependencies = [
|
|
|
2405 "rustls-pki-types",
|
|
|
2406 ]
|
|
|
2407
|
|
|
2408 [[package]]
|
|
|
2409 name = "winapi-util"
|
|
|
2410 version = "0.1.11"
|
|
|
2411 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2412 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
2413 dependencies = [
|
|
|
2414 "windows-sys 0.61.2",
|
|
|
2415 ]
|
|
|
2416
|
|
|
2417 [[package]]
|
|
|
2418 name = "windows-core"
|
|
|
2419 version = "0.62.2"
|
|
|
2420 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2421 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
|
2422 dependencies = [
|
|
|
2423 "windows-implement",
|
|
|
2424 "windows-interface",
|
|
|
2425 "windows-link",
|
|
|
2426 "windows-result",
|
|
|
2427 "windows-strings",
|
|
|
2428 ]
|
|
|
2429
|
|
|
2430 [[package]]
|
|
|
2431 name = "windows-implement"
|
|
|
2432 version = "0.60.2"
|
|
|
2433 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2434 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
2435 dependencies = [
|
|
|
2436 "proc-macro2",
|
|
|
2437 "quote",
|
|
|
2438 "syn",
|
|
|
2439 ]
|
|
|
2440
|
|
|
2441 [[package]]
|
|
|
2442 name = "windows-interface"
|
|
|
2443 version = "0.59.3"
|
|
|
2444 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2445 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
2446 dependencies = [
|
|
|
2447 "proc-macro2",
|
|
|
2448 "quote",
|
|
|
2449 "syn",
|
|
|
2450 ]
|
|
|
2451
|
|
|
2452 [[package]]
|
|
|
2453 name = "windows-link"
|
|
|
2454 version = "0.2.1"
|
|
|
2455 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2456 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
2457
|
|
|
2458 [[package]]
|
|
|
2459 name = "windows-registry"
|
|
|
2460 version = "0.6.1"
|
|
|
2461 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2462 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
|
2463 dependencies = [
|
|
|
2464 "windows-link",
|
|
|
2465 "windows-result",
|
|
|
2466 "windows-strings",
|
|
|
2467 ]
|
|
|
2468
|
|
|
2469 [[package]]
|
|
|
2470 name = "windows-result"
|
|
|
2471 version = "0.4.1"
|
|
|
2472 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2473 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
|
2474 dependencies = [
|
|
|
2475 "windows-link",
|
|
|
2476 ]
|
|
|
2477
|
|
|
2478 [[package]]
|
|
|
2479 name = "windows-strings"
|
|
|
2480 version = "0.5.1"
|
|
|
2481 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2482 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
|
2483 dependencies = [
|
|
|
2484 "windows-link",
|
|
|
2485 ]
|
|
|
2486
|
|
|
2487 [[package]]
|
|
|
2488 name = "windows-sys"
|
|
|
2489 version = "0.45.0"
|
|
|
2490 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2491 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
2492 dependencies = [
|
|
|
2493 "windows-targets 0.42.2",
|
|
|
2494 ]
|
|
|
2495
|
|
|
2496 [[package]]
|
|
|
2497 name = "windows-sys"
|
|
|
2498 version = "0.52.0"
|
|
|
2499 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2500 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
2501 dependencies = [
|
|
|
2502 "windows-targets 0.52.6",
|
|
|
2503 ]
|
|
|
2504
|
|
|
2505 [[package]]
|
|
|
2506 name = "windows-sys"
|
|
|
2507 version = "0.60.2"
|
|
|
2508 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2509 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
|
2510 dependencies = [
|
|
|
2511 "windows-targets 0.53.5",
|
|
|
2512 ]
|
|
|
2513
|
|
|
2514 [[package]]
|
|
|
2515 name = "windows-sys"
|
|
|
2516 version = "0.61.2"
|
|
|
2517 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2518 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
|
2519 dependencies = [
|
|
|
2520 "windows-link",
|
|
|
2521 ]
|
|
|
2522
|
|
|
2523 [[package]]
|
|
|
2524 name = "windows-targets"
|
|
|
2525 version = "0.42.2"
|
|
|
2526 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2527 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
2528 dependencies = [
|
|
|
2529 "windows_aarch64_gnullvm 0.42.2",
|
|
|
2530 "windows_aarch64_msvc 0.42.2",
|
|
|
2531 "windows_i686_gnu 0.42.2",
|
|
|
2532 "windows_i686_msvc 0.42.2",
|
|
|
2533 "windows_x86_64_gnu 0.42.2",
|
|
|
2534 "windows_x86_64_gnullvm 0.42.2",
|
|
|
2535 "windows_x86_64_msvc 0.42.2",
|
|
|
2536 ]
|
|
|
2537
|
|
|
2538 [[package]]
|
|
|
2539 name = "windows-targets"
|
|
|
2540 version = "0.52.6"
|
|
|
2541 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2542 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
2543 dependencies = [
|
|
|
2544 "windows_aarch64_gnullvm 0.52.6",
|
|
|
2545 "windows_aarch64_msvc 0.52.6",
|
|
|
2546 "windows_i686_gnu 0.52.6",
|
|
|
2547 "windows_i686_gnullvm 0.52.6",
|
|
|
2548 "windows_i686_msvc 0.52.6",
|
|
|
2549 "windows_x86_64_gnu 0.52.6",
|
|
|
2550 "windows_x86_64_gnullvm 0.52.6",
|
|
|
2551 "windows_x86_64_msvc 0.52.6",
|
|
|
2552 ]
|
|
|
2553
|
|
|
2554 [[package]]
|
|
|
2555 name = "windows-targets"
|
|
|
2556 version = "0.53.5"
|
|
|
2557 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2558 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
|
2559 dependencies = [
|
|
|
2560 "windows-link",
|
|
|
2561 "windows_aarch64_gnullvm 0.53.1",
|
|
|
2562 "windows_aarch64_msvc 0.53.1",
|
|
|
2563 "windows_i686_gnu 0.53.1",
|
|
|
2564 "windows_i686_gnullvm 0.53.1",
|
|
|
2565 "windows_i686_msvc 0.53.1",
|
|
|
2566 "windows_x86_64_gnu 0.53.1",
|
|
|
2567 "windows_x86_64_gnullvm 0.53.1",
|
|
|
2568 "windows_x86_64_msvc 0.53.1",
|
|
|
2569 ]
|
|
|
2570
|
|
|
2571 [[package]]
|
|
|
2572 name = "windows_aarch64_gnullvm"
|
|
|
2573 version = "0.42.2"
|
|
|
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2575 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
2576
|
|
|
2577 [[package]]
|
|
|
2578 name = "windows_aarch64_gnullvm"
|
|
|
2579 version = "0.52.6"
|
|
|
2580 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2581 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
2582
|
|
|
2583 [[package]]
|
|
|
2584 name = "windows_aarch64_gnullvm"
|
|
|
2585 version = "0.53.1"
|
|
|
2586 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2587 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
2588
|
|
|
2589 [[package]]
|
|
|
2590 name = "windows_aarch64_msvc"
|
|
|
2591 version = "0.42.2"
|
|
|
2592 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2593 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
2594
|
|
|
2595 [[package]]
|
|
|
2596 name = "windows_aarch64_msvc"
|
|
|
2597 version = "0.52.6"
|
|
|
2598 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2599 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
2600
|
|
|
2601 [[package]]
|
|
|
2602 name = "windows_aarch64_msvc"
|
|
|
2603 version = "0.53.1"
|
|
|
2604 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2605 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
2606
|
|
|
2607 [[package]]
|
|
|
2608 name = "windows_i686_gnu"
|
|
|
2609 version = "0.42.2"
|
|
|
2610 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2611 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
2612
|
|
|
2613 [[package]]
|
|
|
2614 name = "windows_i686_gnu"
|
|
|
2615 version = "0.52.6"
|
|
|
2616 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2617 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
2618
|
|
|
2619 [[package]]
|
|
|
2620 name = "windows_i686_gnu"
|
|
|
2621 version = "0.53.1"
|
|
|
2622 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2623 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
2624
|
|
|
2625 [[package]]
|
|
|
2626 name = "windows_i686_gnullvm"
|
|
|
2627 version = "0.52.6"
|
|
|
2628 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2629 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
2630
|
|
|
2631 [[package]]
|
|
|
2632 name = "windows_i686_gnullvm"
|
|
|
2633 version = "0.53.1"
|
|
|
2634 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2635 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
2636
|
|
|
2637 [[package]]
|
|
|
2638 name = "windows_i686_msvc"
|
|
|
2639 version = "0.42.2"
|
|
|
2640 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2641 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
2642
|
|
|
2643 [[package]]
|
|
|
2644 name = "windows_i686_msvc"
|
|
|
2645 version = "0.52.6"
|
|
|
2646 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2647 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
2648
|
|
|
2649 [[package]]
|
|
|
2650 name = "windows_i686_msvc"
|
|
|
2651 version = "0.53.1"
|
|
|
2652 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2653 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
2654
|
|
|
2655 [[package]]
|
|
|
2656 name = "windows_x86_64_gnu"
|
|
|
2657 version = "0.42.2"
|
|
|
2658 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2659 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
2660
|
|
|
2661 [[package]]
|
|
|
2662 name = "windows_x86_64_gnu"
|
|
|
2663 version = "0.52.6"
|
|
|
2664 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2665 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
2666
|
|
|
2667 [[package]]
|
|
|
2668 name = "windows_x86_64_gnu"
|
|
|
2669 version = "0.53.1"
|
|
|
2670 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2671 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
2672
|
|
|
2673 [[package]]
|
|
|
2674 name = "windows_x86_64_gnullvm"
|
|
|
2675 version = "0.42.2"
|
|
|
2676 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2677 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
2678
|
|
|
2679 [[package]]
|
|
|
2680 name = "windows_x86_64_gnullvm"
|
|
|
2681 version = "0.52.6"
|
|
|
2682 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2683 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
2684
|
|
|
2685 [[package]]
|
|
|
2686 name = "windows_x86_64_gnullvm"
|
|
|
2687 version = "0.53.1"
|
|
|
2688 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2689 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
2690
|
|
|
2691 [[package]]
|
|
|
2692 name = "windows_x86_64_msvc"
|
|
|
2693 version = "0.42.2"
|
|
|
2694 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2695 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
2696
|
|
|
2697 [[package]]
|
|
|
2698 name = "windows_x86_64_msvc"
|
|
|
2699 version = "0.52.6"
|
|
|
2700 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2701 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
2702
|
|
|
2703 [[package]]
|
|
|
2704 name = "windows_x86_64_msvc"
|
|
|
2705 version = "0.53.1"
|
|
|
2706 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2707 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
2708
|
|
|
2709 [[package]]
|
|
|
2710 name = "winnow"
|
|
|
2711 version = "0.7.15"
|
|
|
2712 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2713 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
|
2714 dependencies = [
|
|
|
2715 "memchr",
|
|
|
2716 ]
|
|
|
2717
|
|
|
2718 [[package]]
|
|
|
2719 name = "winnow"
|
|
|
2720 version = "1.0.1"
|
|
|
2721 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2722 checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
|
|
|
2723 dependencies = [
|
|
|
2724 "memchr",
|
|
|
2725 ]
|
|
|
2726
|
|
|
2727 [[package]]
|
|
|
2728 name = "wit-bindgen"
|
|
|
2729 version = "0.51.0"
|
|
|
2730 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2731 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
|
2732 dependencies = [
|
|
|
2733 "wit-bindgen-rust-macro",
|
|
|
2734 ]
|
|
|
2735
|
|
|
2736 [[package]]
|
|
|
2737 name = "wit-bindgen-core"
|
|
|
2738 version = "0.51.0"
|
|
|
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2740 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
|
2741 dependencies = [
|
|
|
2742 "anyhow",
|
|
|
2743 "heck",
|
|
|
2744 "wit-parser",
|
|
|
2745 ]
|
|
|
2746
|
|
|
2747 [[package]]
|
|
|
2748 name = "wit-bindgen-rust"
|
|
|
2749 version = "0.51.0"
|
|
|
2750 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2751 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
|
2752 dependencies = [
|
|
|
2753 "anyhow",
|
|
|
2754 "heck",
|
|
|
2755 "indexmap 2.13.1",
|
|
|
2756 "prettyplease",
|
|
|
2757 "syn",
|
|
|
2758 "wasm-metadata",
|
|
|
2759 "wit-bindgen-core",
|
|
|
2760 "wit-component",
|
|
|
2761 ]
|
|
|
2762
|
|
|
2763 [[package]]
|
|
|
2764 name = "wit-bindgen-rust-macro"
|
|
|
2765 version = "0.51.0"
|
|
|
2766 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2767 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
|
2768 dependencies = [
|
|
|
2769 "anyhow",
|
|
|
2770 "prettyplease",
|
|
|
2771 "proc-macro2",
|
|
|
2772 "quote",
|
|
|
2773 "syn",
|
|
|
2774 "wit-bindgen-core",
|
|
|
2775 "wit-bindgen-rust",
|
|
|
2776 ]
|
|
|
2777
|
|
|
2778 [[package]]
|
|
|
2779 name = "wit-component"
|
|
|
2780 version = "0.244.0"
|
|
|
2781 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2782 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
|
2783 dependencies = [
|
|
|
2784 "anyhow",
|
|
|
2785 "bitflags",
|
|
|
2786 "indexmap 2.13.1",
|
|
|
2787 "log",
|
|
|
2788 "serde",
|
|
|
2789 "serde_derive",
|
|
|
2790 "serde_json",
|
|
|
2791 "wasm-encoder",
|
|
|
2792 "wasm-metadata",
|
|
|
2793 "wasmparser",
|
|
|
2794 "wit-parser",
|
|
|
2795 ]
|
|
|
2796
|
|
|
2797 [[package]]
|
|
|
2798 name = "wit-parser"
|
|
|
2799 version = "0.244.0"
|
|
|
2800 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2801 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
|
2802 dependencies = [
|
|
|
2803 "anyhow",
|
|
|
2804 "id-arena",
|
|
|
2805 "indexmap 2.13.1",
|
|
|
2806 "log",
|
|
|
2807 "semver",
|
|
|
2808 "serde",
|
|
|
2809 "serde_derive",
|
|
|
2810 "serde_json",
|
|
|
2811 "unicode-xid",
|
|
|
2812 "wasmparser",
|
|
|
2813 ]
|
|
|
2814
|
|
|
2815 [[package]]
|
|
|
2816 name = "writeable"
|
|
|
2817 version = "0.6.3"
|
|
|
2818 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2819 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
|
2820
|
|
|
2821 [[package]]
|
|
|
2822 name = "yoke"
|
|
|
2823 version = "0.8.2"
|
|
|
2824 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2825 checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
|
2826 dependencies = [
|
|
|
2827 "stable_deref_trait",
|
|
|
2828 "yoke-derive",
|
|
|
2829 "zerofrom",
|
|
|
2830 ]
|
|
|
2831
|
|
|
2832 [[package]]
|
|
|
2833 name = "yoke-derive"
|
|
|
2834 version = "0.8.2"
|
|
|
2835 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2836 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
2837 dependencies = [
|
|
|
2838 "proc-macro2",
|
|
|
2839 "quote",
|
|
|
2840 "syn",
|
|
|
2841 "synstructure",
|
|
|
2842 ]
|
|
|
2843
|
|
|
2844 [[package]]
|
|
|
2845 name = "zbus"
|
|
|
2846 version = "5.14.0"
|
|
|
2847 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2848 checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc"
|
|
|
2849 dependencies = [
|
|
|
2850 "async-broadcast",
|
|
|
2851 "async-executor",
|
|
|
2852 "async-io",
|
|
|
2853 "async-lock",
|
|
|
2854 "async-process",
|
|
|
2855 "async-recursion",
|
|
|
2856 "async-task",
|
|
|
2857 "async-trait",
|
|
|
2858 "blocking",
|
|
|
2859 "enumflags2",
|
|
|
2860 "event-listener",
|
|
|
2861 "futures-core",
|
|
|
2862 "futures-lite",
|
|
|
2863 "hex",
|
|
|
2864 "libc",
|
|
|
2865 "ordered-stream",
|
|
|
2866 "rustix",
|
|
|
2867 "serde",
|
|
|
2868 "serde_repr",
|
|
|
2869 "tracing",
|
|
|
2870 "uds_windows",
|
|
|
2871 "uuid",
|
|
|
2872 "windows-sys 0.61.2",
|
|
|
2873 "winnow 0.7.15",
|
|
|
2874 "zbus_macros",
|
|
|
2875 "zbus_names",
|
|
|
2876 "zvariant",
|
|
|
2877 ]
|
|
|
2878
|
|
|
2879 [[package]]
|
|
|
2880 name = "zbus_macros"
|
|
|
2881 version = "5.14.0"
|
|
|
2882 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2883 checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222"
|
|
|
2884 dependencies = [
|
|
|
2885 "proc-macro-crate",
|
|
|
2886 "proc-macro2",
|
|
|
2887 "quote",
|
|
|
2888 "syn",
|
|
|
2889 "zbus_names",
|
|
|
2890 "zvariant",
|
|
|
2891 "zvariant_utils",
|
|
|
2892 ]
|
|
|
2893
|
|
|
2894 [[package]]
|
|
|
2895 name = "zbus_names"
|
|
|
2896 version = "4.3.1"
|
|
|
2897 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2898 checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
|
|
|
2899 dependencies = [
|
|
|
2900 "serde",
|
|
|
2901 "winnow 0.7.15",
|
|
|
2902 "zvariant",
|
|
|
2903 ]
|
|
|
2904
|
|
|
2905 [[package]]
|
|
|
2906 name = "zerocopy"
|
|
|
2907 version = "0.8.48"
|
|
|
2908 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2909 checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
|
2910 dependencies = [
|
|
|
2911 "zerocopy-derive",
|
|
|
2912 ]
|
|
|
2913
|
|
|
2914 [[package]]
|
|
|
2915 name = "zerocopy-derive"
|
|
|
2916 version = "0.8.48"
|
|
|
2917 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2918 checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
|
2919 dependencies = [
|
|
|
2920 "proc-macro2",
|
|
|
2921 "quote",
|
|
|
2922 "syn",
|
|
|
2923 ]
|
|
|
2924
|
|
|
2925 [[package]]
|
|
|
2926 name = "zerofrom"
|
|
|
2927 version = "0.1.7"
|
|
|
2928 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2929 checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
|
2930 dependencies = [
|
|
|
2931 "zerofrom-derive",
|
|
|
2932 ]
|
|
|
2933
|
|
|
2934 [[package]]
|
|
|
2935 name = "zerofrom-derive"
|
|
|
2936 version = "0.1.7"
|
|
|
2937 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2938 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
2939 dependencies = [
|
|
|
2940 "proc-macro2",
|
|
|
2941 "quote",
|
|
|
2942 "syn",
|
|
|
2943 "synstructure",
|
|
|
2944 ]
|
|
|
2945
|
|
|
2946 [[package]]
|
|
|
2947 name = "zeroize"
|
|
|
2948 version = "1.8.2"
|
|
|
2949 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2950 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
|
2951
|
|
|
2952 [[package]]
|
|
|
2953 name = "zerotrie"
|
|
|
2954 version = "0.2.4"
|
|
|
2955 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2956 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
|
2957 dependencies = [
|
|
|
2958 "displaydoc",
|
|
|
2959 "yoke",
|
|
|
2960 "zerofrom",
|
|
|
2961 ]
|
|
|
2962
|
|
|
2963 [[package]]
|
|
|
2964 name = "zerovec"
|
|
|
2965 version = "0.11.6"
|
|
|
2966 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2967 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
|
2968 dependencies = [
|
|
|
2969 "yoke",
|
|
|
2970 "zerofrom",
|
|
|
2971 "zerovec-derive",
|
|
|
2972 ]
|
|
|
2973
|
|
|
2974 [[package]]
|
|
|
2975 name = "zerovec-derive"
|
|
|
2976 version = "0.11.3"
|
|
|
2977 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2978 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
|
2979 dependencies = [
|
|
|
2980 "proc-macro2",
|
|
|
2981 "quote",
|
|
|
2982 "syn",
|
|
|
2983 ]
|
|
|
2984
|
|
|
2985 [[package]]
|
|
|
2986 name = "zmij"
|
|
|
2987 version = "1.0.21"
|
|
|
2988 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2989 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
|
2990
|
|
|
2991 [[package]]
|
|
|
2992 name = "zvariant"
|
|
|
2993 version = "5.10.0"
|
|
|
2994 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2995 checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b"
|
|
|
2996 dependencies = [
|
|
|
2997 "endi",
|
|
|
2998 "enumflags2",
|
|
|
2999 "serde",
|
|
|
3000 "winnow 0.7.15",
|
|
|
3001 "zvariant_derive",
|
|
|
3002 "zvariant_utils",
|
|
|
3003 ]
|
|
|
3004
|
|
|
3005 [[package]]
|
|
|
3006 name = "zvariant_derive"
|
|
|
3007 version = "5.10.0"
|
|
|
3008 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3009 checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c"
|
|
|
3010 dependencies = [
|
|
|
3011 "proc-macro-crate",
|
|
|
3012 "proc-macro2",
|
|
|
3013 "quote",
|
|
|
3014 "syn",
|
|
|
3015 "zvariant_utils",
|
|
|
3016 ]
|
|
|
3017
|
|
|
3018 [[package]]
|
|
|
3019 name = "zvariant_utils"
|
|
|
3020 version = "3.3.0"
|
|
|
3021 source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3022 checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
|
|
|
3023 dependencies = [
|
|
|
3024 "proc-macro2",
|
|
|
3025 "quote",
|
|
|
3026 "serde",
|
|
|
3027 "syn",
|
|
|
3028 "winnow 0.7.15",
|
|
|
3029 ]
|