1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android-tzdata"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "anstream"
52version = "0.6.19"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
55dependencies = [
56 "anstyle",
57 "anstyle-parse",
58 "anstyle-query",
59 "anstyle-wincon",
60 "colorchoice",
61 "is_terminal_polyfill",
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle"
67version = "1.0.11"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
70
71[[package]]
72name = "anstyle-parse"
73version = "0.2.7"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
76dependencies = [
77 "utf8parse",
78]
79
80[[package]]
81name = "anstyle-query"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
85dependencies = [
86 "windows-sys 0.59.0",
87]
88
89[[package]]
90name = "anstyle-wincon"
91version = "3.0.9"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
94dependencies = [
95 "anstyle",
96 "once_cell_polyfill",
97 "windows-sys 0.59.0",
98]
99
100[[package]]
101name = "anyhow"
102version = "1.0.100"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
105
106[[package]]
107name = "async-channel"
108version = "1.9.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
111dependencies = [
112 "concurrent-queue",
113 "event-listener 2.5.3",
114 "futures-core",
115]
116
117[[package]]
118name = "async-compression"
119version = "0.4.27"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8"
122dependencies = [
123 "flate2",
124 "futures-core",
125 "memchr",
126 "pin-project-lite",
127 "tokio",
128]
129
130[[package]]
131name = "async-lock"
132version = "3.4.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
135dependencies = [
136 "event-listener 5.4.0",
137 "event-listener-strategy",
138 "pin-project-lite",
139]
140
141[[package]]
142name = "async-stream"
143version = "0.3.6"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
146dependencies = [
147 "async-stream-impl",
148 "futures-core",
149 "pin-project-lite",
150]
151
152[[package]]
153name = "async-stream-impl"
154version = "0.3.6"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
157dependencies = [
158 "proc-macro2",
159 "quote",
160 "syn",
161]
162
163[[package]]
164name = "async-trait"
165version = "0.1.88"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
168dependencies = [
169 "proc-macro2",
170 "quote",
171 "syn",
172]
173
174[[package]]
175name = "atomic-waker"
176version = "1.1.2"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
179
180[[package]]
181name = "atrium-api"
182version = "0.25.4"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "46355d3245edc7b3160b2a45fe55d09a6963ebd3eee0252feb6b72fb0eb71463"
185dependencies = [
186 "atrium-common",
187 "atrium-xrpc",
188 "chrono",
189 "http 1.3.1",
190 "ipld-core",
191 "langtag",
192 "regex",
193 "serde",
194 "serde_bytes",
195 "serde_json",
196 "thiserror 1.0.69",
197 "tokio",
198 "trait-variant",
199]
200
201[[package]]
202name = "atrium-common"
203version = "0.1.2"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4"
206dependencies = [
207 "dashmap",
208 "lru",
209 "moka",
210 "thiserror 1.0.69",
211 "tokio",
212 "trait-variant",
213 "web-time",
214]
215
216[[package]]
217name = "atrium-identity"
218version = "0.1.5"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "c9e2d42bb4dbea038f4f5f45e3af2a89d61a9894a75f06aa550b74a60d2be380"
221dependencies = [
222 "atrium-api",
223 "atrium-common",
224 "atrium-xrpc",
225 "serde",
226 "serde_html_form",
227 "serde_json",
228 "thiserror 1.0.69",
229 "trait-variant",
230]
231
232[[package]]
233name = "atrium-repo"
234version = "0.1.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "23362dd513fc76a26452b50994e14261eade4b3b87b01dd19644bbfee1ca2898"
237dependencies = [
238 "async-stream",
239 "atrium-api",
240 "futures",
241 "ipld-core",
242 "serde",
243 "serde_bytes",
244 "serde_ipld_dagcbor",
245 "sha2",
246 "thiserror 1.0.69",
247 "tokio",
248 "tokio-util",
249 "unsigned-varint",
250]
251
252[[package]]
253name = "atrium-xrpc"
254version = "0.12.3"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8"
257dependencies = [
258 "http 1.3.1",
259 "serde",
260 "serde_html_form",
261 "serde_json",
262 "thiserror 1.0.69",
263 "trait-variant",
264]
265
266[[package]]
267name = "atrium-xrpc-client"
268version = "0.5.14"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5"
271dependencies = [
272 "atrium-xrpc",
273 "isahc",
274 "reqwest",
275]
276
277[[package]]
278name = "autocfg"
279version = "1.5.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
282
283[[package]]
284name = "backtrace"
285version = "0.3.75"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
288dependencies = [
289 "addr2line",
290 "cfg-if",
291 "libc",
292 "miniz_oxide",
293 "object",
294 "rustc-demangle",
295 "windows-targets 0.52.6",
296]
297
298[[package]]
299name = "base-x"
300version = "0.2.11"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
303
304[[package]]
305name = "base64"
306version = "0.22.1"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
309
310[[package]]
311name = "bitflags"
312version = "1.3.2"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
315
316[[package]]
317name = "bitflags"
318version = "2.9.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
321
322[[package]]
323name = "block-buffer"
324version = "0.10.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
327dependencies = [
328 "generic-array",
329]
330
331[[package]]
332name = "bumpalo"
333version = "3.19.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
336
337[[package]]
338name = "byteorder"
339version = "1.5.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
342
343[[package]]
344name = "bytes"
345version = "1.10.1"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
348
349[[package]]
350name = "castaway"
351version = "0.1.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
354
355[[package]]
356name = "cbor4ii"
357version = "0.2.14"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
360dependencies = [
361 "serde",
362]
363
364[[package]]
365name = "cc"
366version = "1.2.30"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
369dependencies = [
370 "shlex",
371]
372
373[[package]]
374name = "cfg-if"
375version = "1.0.1"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
378
379[[package]]
380name = "cfg_aliases"
381version = "0.2.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
384
385[[package]]
386name = "chrono"
387version = "0.4.41"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
390dependencies = [
391 "android-tzdata",
392 "iana-time-zone",
393 "js-sys",
394 "num-traits",
395 "serde",
396 "wasm-bindgen",
397 "windows-link",
398]
399
400[[package]]
401name = "cid"
402version = "0.11.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
405dependencies = [
406 "core2",
407 "multibase",
408 "multihash",
409 "serde",
410 "serde_bytes",
411 "unsigned-varint",
412]
413
414[[package]]
415name = "clap"
416version = "4.5.41"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
419dependencies = [
420 "clap_builder",
421]
422
423[[package]]
424name = "clap_builder"
425version = "4.5.41"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
428dependencies = [
429 "anstream",
430 "anstyle",
431 "clap_lex",
432 "strsim",
433]
434
435[[package]]
436name = "clap_lex"
437version = "0.7.5"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
440
441[[package]]
442name = "colorchoice"
443version = "1.0.4"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
446
447[[package]]
448name = "concurrent-queue"
449version = "2.5.0"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
452dependencies = [
453 "crossbeam-utils",
454]
455
456[[package]]
457name = "console"
458version = "0.16.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d"
461dependencies = [
462 "encode_unicode",
463 "libc",
464 "once_cell",
465 "unicode-width",
466 "windows-sys 0.60.2",
467]
468
469[[package]]
470name = "core-foundation"
471version = "0.9.4"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
474dependencies = [
475 "core-foundation-sys",
476 "libc",
477]
478
479[[package]]
480name = "core-foundation-sys"
481version = "0.8.7"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
484
485[[package]]
486name = "core2"
487version = "0.4.0"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
490dependencies = [
491 "memchr",
492]
493
494[[package]]
495name = "cpufeatures"
496version = "0.2.17"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
499dependencies = [
500 "libc",
501]
502
503[[package]]
504name = "crc32fast"
505version = "1.5.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
508dependencies = [
509 "cfg-if",
510]
511
512[[package]]
513name = "critical-section"
514version = "1.2.0"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
517
518[[package]]
519name = "crossbeam-channel"
520version = "0.5.15"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
523dependencies = [
524 "crossbeam-utils",
525]
526
527[[package]]
528name = "crossbeam-epoch"
529version = "0.9.18"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
532dependencies = [
533 "crossbeam-utils",
534]
535
536[[package]]
537name = "crossbeam-utils"
538version = "0.8.21"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
541
542[[package]]
543name = "crypto-common"
544version = "0.1.6"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
547dependencies = [
548 "generic-array",
549 "typenum",
550]
551
552[[package]]
553name = "curl"
554version = "0.4.47"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265"
557dependencies = [
558 "curl-sys",
559 "libc",
560 "openssl-probe",
561 "openssl-sys",
562 "schannel",
563 "socket2 0.5.10",
564 "windows-sys 0.52.0",
565]
566
567[[package]]
568name = "curl-sys"
569version = "0.4.80+curl-8.12.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "55f7df2eac63200c3ab25bde3b2268ef2ee56af3d238e76d61f01c3c49bff734"
572dependencies = [
573 "cc",
574 "libc",
575 "libnghttp2-sys",
576 "libz-sys",
577 "openssl-sys",
578 "pkg-config",
579 "vcpkg",
580 "windows-sys 0.52.0",
581]
582
583[[package]]
584name = "dashmap"
585version = "6.1.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
588dependencies = [
589 "cfg-if",
590 "crossbeam-utils",
591 "hashbrown 0.14.5",
592 "lock_api",
593 "once_cell",
594 "parking_lot_core",
595]
596
597[[package]]
598name = "data-encoding"
599version = "2.9.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
602
603[[package]]
604name = "data-encoding-macro"
605version = "0.1.18"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
608dependencies = [
609 "data-encoding",
610 "data-encoding-macro-internal",
611]
612
613[[package]]
614name = "data-encoding-macro-internal"
615version = "0.1.16"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
618dependencies = [
619 "data-encoding",
620 "syn",
621]
622
623[[package]]
624name = "digest"
625version = "0.10.7"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
628dependencies = [
629 "block-buffer",
630 "crypto-common",
631]
632
633[[package]]
634name = "displaydoc"
635version = "0.2.5"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
638dependencies = [
639 "proc-macro2",
640 "quote",
641 "syn",
642]
643
644[[package]]
645name = "encode_unicode"
646version = "1.0.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
649
650[[package]]
651name = "encoding_rs"
652version = "0.8.35"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
655dependencies = [
656 "cfg-if",
657]
658
659[[package]]
660name = "enum-as-inner"
661version = "0.6.1"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
664dependencies = [
665 "heck",
666 "proc-macro2",
667 "quote",
668 "syn",
669]
670
671[[package]]
672name = "equivalent"
673version = "1.0.2"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
676
677[[package]]
678name = "errno"
679version = "0.3.13"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
682dependencies = [
683 "libc",
684 "windows-sys 0.60.2",
685]
686
687[[package]]
688name = "event-listener"
689version = "2.5.3"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
692
693[[package]]
694name = "event-listener"
695version = "5.4.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
698dependencies = [
699 "concurrent-queue",
700 "parking",
701 "pin-project-lite",
702]
703
704[[package]]
705name = "event-listener-strategy"
706version = "0.5.4"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
709dependencies = [
710 "event-listener 5.4.0",
711 "pin-project-lite",
712]
713
714[[package]]
715name = "fastrand"
716version = "1.9.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
719dependencies = [
720 "instant",
721]
722
723[[package]]
724name = "fastrand"
725version = "2.3.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
728
729[[package]]
730name = "flate2"
731version = "1.1.2"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
734dependencies = [
735 "crc32fast",
736 "miniz_oxide",
737]
738
739[[package]]
740name = "fnv"
741version = "1.0.7"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
744
745[[package]]
746name = "foldhash"
747version = "0.1.5"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
750
751[[package]]
752name = "foreign-types"
753version = "0.3.2"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
756dependencies = [
757 "foreign-types-shared",
758]
759
760[[package]]
761name = "foreign-types-shared"
762version = "0.1.1"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
765
766[[package]]
767name = "form_urlencoded"
768version = "1.2.1"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
771dependencies = [
772 "percent-encoding",
773]
774
775[[package]]
776name = "fuser"
777version = "0.15.1"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "53274f494609e77794b627b1a3cddfe45d675a6b2e9ba9c0fdc8d8eee2184369"
780dependencies = [
781 "libc",
782 "log",
783 "memchr",
784 "nix",
785 "page_size",
786 "pkg-config",
787 "smallvec",
788 "zerocopy",
789]
790
791[[package]]
792name = "futures"
793version = "0.3.31"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
796dependencies = [
797 "futures-channel",
798 "futures-core",
799 "futures-executor",
800 "futures-io",
801 "futures-sink",
802 "futures-task",
803 "futures-util",
804]
805
806[[package]]
807name = "futures-channel"
808version = "0.3.31"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
811dependencies = [
812 "futures-core",
813 "futures-sink",
814]
815
816[[package]]
817name = "futures-core"
818version = "0.3.31"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
821
822[[package]]
823name = "futures-executor"
824version = "0.3.31"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
827dependencies = [
828 "futures-core",
829 "futures-task",
830 "futures-util",
831]
832
833[[package]]
834name = "futures-io"
835version = "0.3.31"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
838
839[[package]]
840name = "futures-lite"
841version = "1.13.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
844dependencies = [
845 "fastrand 1.9.0",
846 "futures-core",
847 "futures-io",
848 "memchr",
849 "parking",
850 "pin-project-lite",
851 "waker-fn",
852]
853
854[[package]]
855name = "futures-macro"
856version = "0.3.31"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
859dependencies = [
860 "proc-macro2",
861 "quote",
862 "syn",
863]
864
865[[package]]
866name = "futures-sink"
867version = "0.3.31"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
870
871[[package]]
872name = "futures-task"
873version = "0.3.31"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
876
877[[package]]
878name = "futures-util"
879version = "0.3.31"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
882dependencies = [
883 "futures-channel",
884 "futures-core",
885 "futures-io",
886 "futures-macro",
887 "futures-sink",
888 "futures-task",
889 "memchr",
890 "pin-project-lite",
891 "pin-utils",
892 "slab",
893]
894
895[[package]]
896name = "generator"
897version = "0.8.5"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
900dependencies = [
901 "cc",
902 "cfg-if",
903 "libc",
904 "log",
905 "rustversion",
906 "windows",
907]
908
909[[package]]
910name = "generic-array"
911version = "0.14.7"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
914dependencies = [
915 "typenum",
916 "version_check",
917]
918
919[[package]]
920name = "getrandom"
921version = "0.2.16"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
924dependencies = [
925 "cfg-if",
926 "libc",
927 "wasi 0.11.1+wasi-snapshot-preview1",
928]
929
930[[package]]
931name = "getrandom"
932version = "0.3.3"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
935dependencies = [
936 "cfg-if",
937 "libc",
938 "r-efi",
939 "wasi 0.14.2+wasi-0.2.4",
940]
941
942[[package]]
943name = "gimli"
944version = "0.31.1"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
947
948[[package]]
949name = "h2"
950version = "0.4.10"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
953dependencies = [
954 "atomic-waker",
955 "bytes",
956 "fnv",
957 "futures-core",
958 "futures-sink",
959 "http 1.3.1",
960 "indexmap",
961 "slab",
962 "tokio",
963 "tokio-util",
964 "tracing",
965]
966
967[[package]]
968name = "hashbrown"
969version = "0.14.5"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
972
973[[package]]
974name = "hashbrown"
975version = "0.15.4"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
978dependencies = [
979 "allocator-api2",
980 "equivalent",
981 "foldhash",
982]
983
984[[package]]
985name = "heck"
986version = "0.5.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
989
990[[package]]
991name = "hickory-proto"
992version = "0.25.2"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
995dependencies = [
996 "async-trait",
997 "cfg-if",
998 "data-encoding",
999 "enum-as-inner",
1000 "futures-channel",
1001 "futures-io",
1002 "futures-util",
1003 "idna",
1004 "ipnet",
1005 "once_cell",
1006 "rand 0.9.2",
1007 "ring",
1008 "thiserror 2.0.12",
1009 "tinyvec",
1010 "tokio",
1011 "tracing",
1012 "url",
1013]
1014
1015[[package]]
1016name = "hickory-resolver"
1017version = "0.25.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1020dependencies = [
1021 "cfg-if",
1022 "futures-util",
1023 "hickory-proto",
1024 "ipconfig",
1025 "moka",
1026 "once_cell",
1027 "parking_lot",
1028 "rand 0.9.2",
1029 "resolv-conf",
1030 "smallvec",
1031 "thiserror 2.0.12",
1032 "tokio",
1033 "tracing",
1034]
1035
1036[[package]]
1037name = "http"
1038version = "0.2.12"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1041dependencies = [
1042 "bytes",
1043 "fnv",
1044 "itoa",
1045]
1046
1047[[package]]
1048name = "http"
1049version = "1.3.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1052dependencies = [
1053 "bytes",
1054 "fnv",
1055 "itoa",
1056]
1057
1058[[package]]
1059name = "http-body"
1060version = "1.0.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1063dependencies = [
1064 "bytes",
1065 "http 1.3.1",
1066]
1067
1068[[package]]
1069name = "http-body-util"
1070version = "0.1.3"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1073dependencies = [
1074 "bytes",
1075 "futures-core",
1076 "http 1.3.1",
1077 "http-body",
1078 "pin-project-lite",
1079]
1080
1081[[package]]
1082name = "httparse"
1083version = "1.10.1"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1086
1087[[package]]
1088name = "hyper"
1089version = "1.6.0"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1092dependencies = [
1093 "bytes",
1094 "futures-channel",
1095 "futures-util",
1096 "h2",
1097 "http 1.3.1",
1098 "http-body",
1099 "httparse",
1100 "itoa",
1101 "pin-project-lite",
1102 "smallvec",
1103 "tokio",
1104 "want",
1105]
1106
1107[[package]]
1108name = "hyper-rustls"
1109version = "0.27.5"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
1112dependencies = [
1113 "futures-util",
1114 "http 1.3.1",
1115 "hyper",
1116 "hyper-util",
1117 "rustls",
1118 "rustls-pki-types",
1119 "tokio",
1120 "tokio-rustls",
1121 "tower-service",
1122]
1123
1124[[package]]
1125name = "hyper-tls"
1126version = "0.6.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1129dependencies = [
1130 "bytes",
1131 "http-body-util",
1132 "hyper",
1133 "hyper-util",
1134 "native-tls",
1135 "tokio",
1136 "tokio-native-tls",
1137 "tower-service",
1138]
1139
1140[[package]]
1141name = "hyper-util"
1142version = "0.1.16"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1145dependencies = [
1146 "base64",
1147 "bytes",
1148 "futures-channel",
1149 "futures-core",
1150 "futures-util",
1151 "http 1.3.1",
1152 "http-body",
1153 "hyper",
1154 "ipnet",
1155 "libc",
1156 "percent-encoding",
1157 "pin-project-lite",
1158 "socket2 0.6.0",
1159 "system-configuration",
1160 "tokio",
1161 "tower-service",
1162 "tracing",
1163 "windows-registry",
1164]
1165
1166[[package]]
1167name = "iana-time-zone"
1168version = "0.1.63"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1171dependencies = [
1172 "android_system_properties",
1173 "core-foundation-sys",
1174 "iana-time-zone-haiku",
1175 "js-sys",
1176 "log",
1177 "wasm-bindgen",
1178 "windows-core",
1179]
1180
1181[[package]]
1182name = "iana-time-zone-haiku"
1183version = "0.1.2"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1186dependencies = [
1187 "cc",
1188]
1189
1190[[package]]
1191name = "icu_collections"
1192version = "2.0.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1195dependencies = [
1196 "displaydoc",
1197 "potential_utf",
1198 "yoke",
1199 "zerofrom",
1200 "zerovec",
1201]
1202
1203[[package]]
1204name = "icu_locale_core"
1205version = "2.0.0"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1208dependencies = [
1209 "displaydoc",
1210 "litemap",
1211 "tinystr",
1212 "writeable",
1213 "zerovec",
1214]
1215
1216[[package]]
1217name = "icu_normalizer"
1218version = "2.0.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1221dependencies = [
1222 "displaydoc",
1223 "icu_collections",
1224 "icu_normalizer_data",
1225 "icu_properties",
1226 "icu_provider",
1227 "smallvec",
1228 "zerovec",
1229]
1230
1231[[package]]
1232name = "icu_normalizer_data"
1233version = "2.0.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1236
1237[[package]]
1238name = "icu_properties"
1239version = "2.0.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1242dependencies = [
1243 "displaydoc",
1244 "icu_collections",
1245 "icu_locale_core",
1246 "icu_properties_data",
1247 "icu_provider",
1248 "potential_utf",
1249 "zerotrie",
1250 "zerovec",
1251]
1252
1253[[package]]
1254name = "icu_properties_data"
1255version = "2.0.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1258
1259[[package]]
1260name = "icu_provider"
1261version = "2.0.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1264dependencies = [
1265 "displaydoc",
1266 "icu_locale_core",
1267 "stable_deref_trait",
1268 "tinystr",
1269 "writeable",
1270 "yoke",
1271 "zerofrom",
1272 "zerotrie",
1273 "zerovec",
1274]
1275
1276[[package]]
1277name = "idna"
1278version = "1.0.3"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1281dependencies = [
1282 "idna_adapter",
1283 "smallvec",
1284 "utf8_iter",
1285]
1286
1287[[package]]
1288name = "idna_adapter"
1289version = "1.2.1"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1292dependencies = [
1293 "icu_normalizer",
1294 "icu_properties",
1295]
1296
1297[[package]]
1298name = "indexmap"
1299version = "2.10.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1302dependencies = [
1303 "equivalent",
1304 "hashbrown 0.15.4",
1305]
1306
1307[[package]]
1308name = "indicatif"
1309version = "0.18.0"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
1312dependencies = [
1313 "console",
1314 "portable-atomic",
1315 "unicode-width",
1316 "unit-prefix",
1317 "web-time",
1318]
1319
1320[[package]]
1321name = "instant"
1322version = "0.1.13"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1325dependencies = [
1326 "cfg-if",
1327]
1328
1329[[package]]
1330name = "io-uring"
1331version = "0.7.9"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
1334dependencies = [
1335 "bitflags 2.9.1",
1336 "cfg-if",
1337 "libc",
1338]
1339
1340[[package]]
1341name = "ipconfig"
1342version = "0.3.2"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1345dependencies = [
1346 "socket2 0.5.10",
1347 "widestring",
1348 "windows-sys 0.48.0",
1349 "winreg",
1350]
1351
1352[[package]]
1353name = "ipld-core"
1354version = "0.4.2"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1357dependencies = [
1358 "cid",
1359 "serde",
1360 "serde_bytes",
1361]
1362
1363[[package]]
1364name = "ipnet"
1365version = "2.11.0"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1368
1369[[package]]
1370name = "iri-string"
1371version = "0.7.8"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1374dependencies = [
1375 "memchr",
1376 "serde",
1377]
1378
1379[[package]]
1380name = "is_terminal_polyfill"
1381version = "1.70.1"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1384
1385[[package]]
1386name = "isahc"
1387version = "1.7.2"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
1390dependencies = [
1391 "async-channel",
1392 "castaway",
1393 "crossbeam-utils",
1394 "curl",
1395 "curl-sys",
1396 "encoding_rs",
1397 "event-listener 2.5.3",
1398 "futures-lite",
1399 "http 0.2.12",
1400 "log",
1401 "mime",
1402 "once_cell",
1403 "polling",
1404 "slab",
1405 "sluice",
1406 "tracing",
1407 "tracing-futures",
1408 "url",
1409 "waker-fn",
1410]
1411
1412[[package]]
1413name = "itoa"
1414version = "1.0.15"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1417
1418[[package]]
1419name = "js-sys"
1420version = "0.3.77"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1423dependencies = [
1424 "once_cell",
1425 "wasm-bindgen",
1426]
1427
1428[[package]]
1429name = "langtag"
1430version = "0.3.4"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1433dependencies = [
1434 "serde",
1435]
1436
1437[[package]]
1438name = "lazy_static"
1439version = "1.5.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1442
1443[[package]]
1444name = "libc"
1445version = "0.2.174"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1448
1449[[package]]
1450name = "libnghttp2-sys"
1451version = "0.1.11+1.64.0"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4"
1454dependencies = [
1455 "cc",
1456 "libc",
1457]
1458
1459[[package]]
1460name = "libz-sys"
1461version = "1.1.22"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
1464dependencies = [
1465 "cc",
1466 "libc",
1467 "pkg-config",
1468 "vcpkg",
1469]
1470
1471[[package]]
1472name = "linux-raw-sys"
1473version = "0.9.4"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1476
1477[[package]]
1478name = "litemap"
1479version = "0.8.0"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1482
1483[[package]]
1484name = "lock_api"
1485version = "0.4.13"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1488dependencies = [
1489 "autocfg",
1490 "scopeguard",
1491]
1492
1493[[package]]
1494name = "log"
1495version = "0.4.27"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1498
1499[[package]]
1500name = "loom"
1501version = "0.7.2"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1504dependencies = [
1505 "cfg-if",
1506 "generator",
1507 "scoped-tls",
1508 "tracing",
1509 "tracing-subscriber",
1510]
1511
1512[[package]]
1513name = "lru"
1514version = "0.12.5"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1517dependencies = [
1518 "hashbrown 0.15.4",
1519]
1520
1521[[package]]
1522name = "matchers"
1523version = "0.1.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1526dependencies = [
1527 "regex-automata 0.1.10",
1528]
1529
1530[[package]]
1531name = "memchr"
1532version = "2.7.5"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1535
1536[[package]]
1537name = "mime"
1538version = "0.3.17"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1541
1542[[package]]
1543name = "miniz_oxide"
1544version = "0.8.9"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1547dependencies = [
1548 "adler2",
1549]
1550
1551[[package]]
1552name = "mio"
1553version = "1.0.4"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1556dependencies = [
1557 "libc",
1558 "wasi 0.11.1+wasi-snapshot-preview1",
1559 "windows-sys 0.59.0",
1560]
1561
1562[[package]]
1563name = "moka"
1564version = "0.12.10"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1567dependencies = [
1568 "async-lock",
1569 "crossbeam-channel",
1570 "crossbeam-epoch",
1571 "crossbeam-utils",
1572 "event-listener 5.4.0",
1573 "futures-util",
1574 "loom",
1575 "parking_lot",
1576 "portable-atomic",
1577 "rustc_version",
1578 "smallvec",
1579 "tagptr",
1580 "thiserror 1.0.69",
1581 "uuid",
1582]
1583
1584[[package]]
1585name = "multibase"
1586version = "0.9.1"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1589dependencies = [
1590 "base-x",
1591 "data-encoding",
1592 "data-encoding-macro",
1593]
1594
1595[[package]]
1596name = "multihash"
1597version = "0.19.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1600dependencies = [
1601 "core2",
1602 "serde",
1603 "unsigned-varint",
1604]
1605
1606[[package]]
1607name = "native-tls"
1608version = "0.2.14"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1611dependencies = [
1612 "libc",
1613 "log",
1614 "openssl",
1615 "openssl-probe",
1616 "openssl-sys",
1617 "schannel",
1618 "security-framework",
1619 "security-framework-sys",
1620 "tempfile",
1621]
1622
1623[[package]]
1624name = "nix"
1625version = "0.29.0"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1628dependencies = [
1629 "bitflags 2.9.1",
1630 "cfg-if",
1631 "cfg_aliases",
1632 "libc",
1633]
1634
1635[[package]]
1636name = "nu-ansi-term"
1637version = "0.46.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1640dependencies = [
1641 "overload",
1642 "winapi",
1643]
1644
1645[[package]]
1646name = "num-traits"
1647version = "0.2.19"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1650dependencies = [
1651 "autocfg",
1652]
1653
1654[[package]]
1655name = "object"
1656version = "0.36.7"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1659dependencies = [
1660 "memchr",
1661]
1662
1663[[package]]
1664name = "once_cell"
1665version = "1.21.3"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1668dependencies = [
1669 "critical-section",
1670 "portable-atomic",
1671]
1672
1673[[package]]
1674name = "once_cell_polyfill"
1675version = "1.70.1"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1678
1679[[package]]
1680name = "openssl"
1681version = "0.10.73"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1684dependencies = [
1685 "bitflags 2.9.1",
1686 "cfg-if",
1687 "foreign-types",
1688 "libc",
1689 "once_cell",
1690 "openssl-macros",
1691 "openssl-sys",
1692]
1693
1694[[package]]
1695name = "openssl-macros"
1696version = "0.1.1"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1699dependencies = [
1700 "proc-macro2",
1701 "quote",
1702 "syn",
1703]
1704
1705[[package]]
1706name = "openssl-probe"
1707version = "0.1.6"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1710
1711[[package]]
1712name = "openssl-sys"
1713version = "0.9.109"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1716dependencies = [
1717 "cc",
1718 "libc",
1719 "pkg-config",
1720 "vcpkg",
1721]
1722
1723[[package]]
1724name = "overload"
1725version = "0.1.1"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1728
1729[[package]]
1730name = "page_size"
1731version = "0.6.0"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
1734dependencies = [
1735 "libc",
1736 "winapi",
1737]
1738
1739[[package]]
1740name = "parking"
1741version = "2.2.1"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1744
1745[[package]]
1746name = "parking_lot"
1747version = "0.12.4"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1750dependencies = [
1751 "lock_api",
1752 "parking_lot_core",
1753]
1754
1755[[package]]
1756name = "parking_lot_core"
1757version = "0.9.11"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1760dependencies = [
1761 "cfg-if",
1762 "libc",
1763 "redox_syscall",
1764 "smallvec",
1765 "windows-targets 0.52.6",
1766]
1767
1768[[package]]
1769name = "pdsfs"
1770version = "0.1.0"
1771dependencies = [
1772 "anyhow",
1773 "atrium-api",
1774 "atrium-common",
1775 "atrium-identity",
1776 "atrium-repo",
1777 "atrium-xrpc",
1778 "atrium-xrpc-client",
1779 "clap",
1780 "fuser",
1781 "futures",
1782 "hickory-resolver",
1783 "indexmap",
1784 "indicatif",
1785 "ipld-core",
1786 "libc",
1787 "reqwest",
1788 "serde_ipld_dagcbor",
1789 "serde_json",
1790 "thiserror 2.0.12",
1791 "tokio",
1792 "tokio-tungstenite",
1793 "xdg",
1794]
1795
1796[[package]]
1797name = "percent-encoding"
1798version = "2.3.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1801
1802[[package]]
1803name = "pin-project"
1804version = "1.1.10"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1807dependencies = [
1808 "pin-project-internal",
1809]
1810
1811[[package]]
1812name = "pin-project-internal"
1813version = "1.1.10"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1816dependencies = [
1817 "proc-macro2",
1818 "quote",
1819 "syn",
1820]
1821
1822[[package]]
1823name = "pin-project-lite"
1824version = "0.2.16"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1827
1828[[package]]
1829name = "pin-utils"
1830version = "0.1.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1833
1834[[package]]
1835name = "pkg-config"
1836version = "0.3.32"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1839
1840[[package]]
1841name = "polling"
1842version = "2.8.0"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1845dependencies = [
1846 "autocfg",
1847 "bitflags 1.3.2",
1848 "cfg-if",
1849 "concurrent-queue",
1850 "libc",
1851 "log",
1852 "pin-project-lite",
1853 "windows-sys 0.48.0",
1854]
1855
1856[[package]]
1857name = "portable-atomic"
1858version = "1.11.1"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1861
1862[[package]]
1863name = "potential_utf"
1864version = "0.1.2"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1867dependencies = [
1868 "zerovec",
1869]
1870
1871[[package]]
1872name = "ppv-lite86"
1873version = "0.2.21"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1876dependencies = [
1877 "zerocopy",
1878]
1879
1880[[package]]
1881name = "proc-macro2"
1882version = "1.0.95"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1885dependencies = [
1886 "unicode-ident",
1887]
1888
1889[[package]]
1890name = "quote"
1891version = "1.0.40"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1894dependencies = [
1895 "proc-macro2",
1896]
1897
1898[[package]]
1899name = "r-efi"
1900version = "5.3.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1903
1904[[package]]
1905name = "rand"
1906version = "0.8.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1909dependencies = [
1910 "libc",
1911 "rand_chacha 0.3.1",
1912 "rand_core 0.6.4",
1913]
1914
1915[[package]]
1916name = "rand"
1917version = "0.9.2"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1920dependencies = [
1921 "rand_chacha 0.9.0",
1922 "rand_core 0.9.3",
1923]
1924
1925[[package]]
1926name = "rand_chacha"
1927version = "0.3.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1930dependencies = [
1931 "ppv-lite86",
1932 "rand_core 0.6.4",
1933]
1934
1935[[package]]
1936name = "rand_chacha"
1937version = "0.9.0"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1940dependencies = [
1941 "ppv-lite86",
1942 "rand_core 0.9.3",
1943]
1944
1945[[package]]
1946name = "rand_core"
1947version = "0.6.4"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1950dependencies = [
1951 "getrandom 0.2.16",
1952]
1953
1954[[package]]
1955name = "rand_core"
1956version = "0.9.3"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1959dependencies = [
1960 "getrandom 0.3.3",
1961]
1962
1963[[package]]
1964name = "redox_syscall"
1965version = "0.5.15"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec"
1968dependencies = [
1969 "bitflags 2.9.1",
1970]
1971
1972[[package]]
1973name = "regex"
1974version = "1.11.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1977dependencies = [
1978 "aho-corasick",
1979 "memchr",
1980 "regex-automata 0.4.9",
1981 "regex-syntax 0.8.5",
1982]
1983
1984[[package]]
1985name = "regex-automata"
1986version = "0.1.10"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1989dependencies = [
1990 "regex-syntax 0.6.29",
1991]
1992
1993[[package]]
1994name = "regex-automata"
1995version = "0.4.9"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1998dependencies = [
1999 "aho-corasick",
2000 "memchr",
2001 "regex-syntax 0.8.5",
2002]
2003
2004[[package]]
2005name = "regex-syntax"
2006version = "0.6.29"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2009
2010[[package]]
2011name = "regex-syntax"
2012version = "0.8.5"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2015
2016[[package]]
2017name = "reqwest"
2018version = "0.12.22"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
2021dependencies = [
2022 "async-compression",
2023 "base64",
2024 "bytes",
2025 "encoding_rs",
2026 "futures-core",
2027 "futures-util",
2028 "h2",
2029 "http 1.3.1",
2030 "http-body",
2031 "http-body-util",
2032 "hyper",
2033 "hyper-rustls",
2034 "hyper-tls",
2035 "hyper-util",
2036 "js-sys",
2037 "log",
2038 "mime",
2039 "native-tls",
2040 "percent-encoding",
2041 "pin-project-lite",
2042 "rustls-pki-types",
2043 "serde",
2044 "serde_json",
2045 "serde_urlencoded",
2046 "sync_wrapper",
2047 "tokio",
2048 "tokio-native-tls",
2049 "tokio-util",
2050 "tower",
2051 "tower-http",
2052 "tower-service",
2053 "url",
2054 "wasm-bindgen",
2055 "wasm-bindgen-futures",
2056 "web-sys",
2057]
2058
2059[[package]]
2060name = "resolv-conf"
2061version = "0.7.4"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
2064
2065[[package]]
2066name = "ring"
2067version = "0.17.14"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2070dependencies = [
2071 "cc",
2072 "cfg-if",
2073 "getrandom 0.2.16",
2074 "libc",
2075 "untrusted",
2076 "windows-sys 0.52.0",
2077]
2078
2079[[package]]
2080name = "rustc-demangle"
2081version = "0.1.25"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
2084
2085[[package]]
2086name = "rustc_version"
2087version = "0.4.1"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2090dependencies = [
2091 "semver",
2092]
2093
2094[[package]]
2095name = "rustix"
2096version = "1.0.8"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2099dependencies = [
2100 "bitflags 2.9.1",
2101 "errno",
2102 "libc",
2103 "linux-raw-sys",
2104 "windows-sys 0.60.2",
2105]
2106
2107[[package]]
2108name = "rustls"
2109version = "0.23.29"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
2112dependencies = [
2113 "once_cell",
2114 "rustls-pki-types",
2115 "rustls-webpki",
2116 "subtle",
2117 "zeroize",
2118]
2119
2120[[package]]
2121name = "rustls-pki-types"
2122version = "1.12.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2125dependencies = [
2126 "zeroize",
2127]
2128
2129[[package]]
2130name = "rustls-webpki"
2131version = "0.103.4"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2134dependencies = [
2135 "ring",
2136 "rustls-pki-types",
2137 "untrusted",
2138]
2139
2140[[package]]
2141name = "rustversion"
2142version = "1.0.21"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2145
2146[[package]]
2147name = "ryu"
2148version = "1.0.20"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2151
2152[[package]]
2153name = "schannel"
2154version = "0.1.27"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2157dependencies = [
2158 "windows-sys 0.59.0",
2159]
2160
2161[[package]]
2162name = "scoped-tls"
2163version = "1.0.1"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2166
2167[[package]]
2168name = "scopeguard"
2169version = "1.2.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2172
2173[[package]]
2174name = "security-framework"
2175version = "2.11.1"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2178dependencies = [
2179 "bitflags 2.9.1",
2180 "core-foundation",
2181 "core-foundation-sys",
2182 "libc",
2183 "security-framework-sys",
2184]
2185
2186[[package]]
2187name = "security-framework-sys"
2188version = "2.14.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2191dependencies = [
2192 "core-foundation-sys",
2193 "libc",
2194]
2195
2196[[package]]
2197name = "semver"
2198version = "1.0.26"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2201
2202[[package]]
2203name = "serde"
2204version = "1.0.219"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2207dependencies = [
2208 "serde_derive",
2209]
2210
2211[[package]]
2212name = "serde_bytes"
2213version = "0.11.17"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
2216dependencies = [
2217 "serde",
2218]
2219
2220[[package]]
2221name = "serde_derive"
2222version = "1.0.219"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2225dependencies = [
2226 "proc-macro2",
2227 "quote",
2228 "syn",
2229]
2230
2231[[package]]
2232name = "serde_html_form"
2233version = "0.2.7"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
2236dependencies = [
2237 "form_urlencoded",
2238 "indexmap",
2239 "itoa",
2240 "ryu",
2241 "serde",
2242]
2243
2244[[package]]
2245name = "serde_ipld_dagcbor"
2246version = "0.6.3"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc"
2249dependencies = [
2250 "cbor4ii",
2251 "ipld-core",
2252 "scopeguard",
2253 "serde",
2254]
2255
2256[[package]]
2257name = "serde_json"
2258version = "1.0.141"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
2261dependencies = [
2262 "itoa",
2263 "memchr",
2264 "ryu",
2265 "serde",
2266]
2267
2268[[package]]
2269name = "serde_urlencoded"
2270version = "0.7.1"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2273dependencies = [
2274 "form_urlencoded",
2275 "itoa",
2276 "ryu",
2277 "serde",
2278]
2279
2280[[package]]
2281name = "sha1"
2282version = "0.10.6"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2285dependencies = [
2286 "cfg-if",
2287 "cpufeatures",
2288 "digest",
2289]
2290
2291[[package]]
2292name = "sha2"
2293version = "0.10.9"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2296dependencies = [
2297 "cfg-if",
2298 "cpufeatures",
2299 "digest",
2300]
2301
2302[[package]]
2303name = "sharded-slab"
2304version = "0.1.7"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2307dependencies = [
2308 "lazy_static",
2309]
2310
2311[[package]]
2312name = "shlex"
2313version = "1.3.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2316
2317[[package]]
2318name = "slab"
2319version = "0.4.10"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2322
2323[[package]]
2324name = "sluice"
2325version = "0.5.5"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
2328dependencies = [
2329 "async-channel",
2330 "futures-core",
2331 "futures-io",
2332]
2333
2334[[package]]
2335name = "smallvec"
2336version = "1.15.1"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2339
2340[[package]]
2341name = "socket2"
2342version = "0.5.10"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2345dependencies = [
2346 "libc",
2347 "windows-sys 0.52.0",
2348]
2349
2350[[package]]
2351name = "socket2"
2352version = "0.6.0"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2355dependencies = [
2356 "libc",
2357 "windows-sys 0.59.0",
2358]
2359
2360[[package]]
2361name = "stable_deref_trait"
2362version = "1.2.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2365
2366[[package]]
2367name = "strsim"
2368version = "0.11.1"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2371
2372[[package]]
2373name = "subtle"
2374version = "2.6.1"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2377
2378[[package]]
2379name = "syn"
2380version = "2.0.104"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2383dependencies = [
2384 "proc-macro2",
2385 "quote",
2386 "unicode-ident",
2387]
2388
2389[[package]]
2390name = "sync_wrapper"
2391version = "1.0.2"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2394dependencies = [
2395 "futures-core",
2396]
2397
2398[[package]]
2399name = "synstructure"
2400version = "0.13.2"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2403dependencies = [
2404 "proc-macro2",
2405 "quote",
2406 "syn",
2407]
2408
2409[[package]]
2410name = "system-configuration"
2411version = "0.6.1"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2414dependencies = [
2415 "bitflags 2.9.1",
2416 "core-foundation",
2417 "system-configuration-sys",
2418]
2419
2420[[package]]
2421name = "system-configuration-sys"
2422version = "0.6.0"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2425dependencies = [
2426 "core-foundation-sys",
2427 "libc",
2428]
2429
2430[[package]]
2431name = "tagptr"
2432version = "0.2.0"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2435
2436[[package]]
2437name = "tempfile"
2438version = "3.20.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2441dependencies = [
2442 "fastrand 2.3.0",
2443 "getrandom 0.3.3",
2444 "once_cell",
2445 "rustix",
2446 "windows-sys 0.59.0",
2447]
2448
2449[[package]]
2450name = "thiserror"
2451version = "1.0.69"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2454dependencies = [
2455 "thiserror-impl 1.0.69",
2456]
2457
2458[[package]]
2459name = "thiserror"
2460version = "2.0.12"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2463dependencies = [
2464 "thiserror-impl 2.0.12",
2465]
2466
2467[[package]]
2468name = "thiserror-impl"
2469version = "1.0.69"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2472dependencies = [
2473 "proc-macro2",
2474 "quote",
2475 "syn",
2476]
2477
2478[[package]]
2479name = "thiserror-impl"
2480version = "2.0.12"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2483dependencies = [
2484 "proc-macro2",
2485 "quote",
2486 "syn",
2487]
2488
2489[[package]]
2490name = "thread_local"
2491version = "1.1.9"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2494dependencies = [
2495 "cfg-if",
2496]
2497
2498[[package]]
2499name = "tinystr"
2500version = "0.8.1"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2503dependencies = [
2504 "displaydoc",
2505 "zerovec",
2506]
2507
2508[[package]]
2509name = "tinyvec"
2510version = "1.9.0"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2513dependencies = [
2514 "tinyvec_macros",
2515]
2516
2517[[package]]
2518name = "tinyvec_macros"
2519version = "0.1.1"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2522
2523[[package]]
2524name = "tokio"
2525version = "1.46.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
2528dependencies = [
2529 "backtrace",
2530 "bytes",
2531 "io-uring",
2532 "libc",
2533 "mio",
2534 "pin-project-lite",
2535 "slab",
2536 "socket2 0.5.10",
2537 "tokio-macros",
2538 "windows-sys 0.52.0",
2539]
2540
2541[[package]]
2542name = "tokio-macros"
2543version = "2.5.0"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2546dependencies = [
2547 "proc-macro2",
2548 "quote",
2549 "syn",
2550]
2551
2552[[package]]
2553name = "tokio-native-tls"
2554version = "0.3.1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2557dependencies = [
2558 "native-tls",
2559 "tokio",
2560]
2561
2562[[package]]
2563name = "tokio-rustls"
2564version = "0.26.2"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2567dependencies = [
2568 "rustls",
2569 "tokio",
2570]
2571
2572[[package]]
2573name = "tokio-tungstenite"
2574version = "0.24.0"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2577dependencies = [
2578 "futures-util",
2579 "log",
2580 "native-tls",
2581 "tokio",
2582 "tokio-native-tls",
2583 "tungstenite",
2584]
2585
2586[[package]]
2587name = "tokio-util"
2588version = "0.7.15"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2591dependencies = [
2592 "bytes",
2593 "futures-core",
2594 "futures-io",
2595 "futures-sink",
2596 "pin-project-lite",
2597 "tokio",
2598]
2599
2600[[package]]
2601name = "tower"
2602version = "0.5.2"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2605dependencies = [
2606 "futures-core",
2607 "futures-util",
2608 "pin-project-lite",
2609 "sync_wrapper",
2610 "tokio",
2611 "tower-layer",
2612 "tower-service",
2613]
2614
2615[[package]]
2616name = "tower-http"
2617version = "0.6.6"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2620dependencies = [
2621 "bitflags 2.9.1",
2622 "bytes",
2623 "futures-util",
2624 "http 1.3.1",
2625 "http-body",
2626 "iri-string",
2627 "pin-project-lite",
2628 "tower",
2629 "tower-layer",
2630 "tower-service",
2631]
2632
2633[[package]]
2634name = "tower-layer"
2635version = "0.3.3"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2638
2639[[package]]
2640name = "tower-service"
2641version = "0.3.3"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2644
2645[[package]]
2646name = "tracing"
2647version = "0.1.41"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2650dependencies = [
2651 "log",
2652 "pin-project-lite",
2653 "tracing-attributes",
2654 "tracing-core",
2655]
2656
2657[[package]]
2658name = "tracing-attributes"
2659version = "0.1.30"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2662dependencies = [
2663 "proc-macro2",
2664 "quote",
2665 "syn",
2666]
2667
2668[[package]]
2669name = "tracing-core"
2670version = "0.1.34"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2673dependencies = [
2674 "once_cell",
2675 "valuable",
2676]
2677
2678[[package]]
2679name = "tracing-futures"
2680version = "0.2.5"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2683dependencies = [
2684 "pin-project",
2685 "tracing",
2686]
2687
2688[[package]]
2689name = "tracing-log"
2690version = "0.2.0"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2693dependencies = [
2694 "log",
2695 "once_cell",
2696 "tracing-core",
2697]
2698
2699[[package]]
2700name = "tracing-subscriber"
2701version = "0.3.19"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2704dependencies = [
2705 "matchers",
2706 "nu-ansi-term",
2707 "once_cell",
2708 "regex",
2709 "sharded-slab",
2710 "smallvec",
2711 "thread_local",
2712 "tracing",
2713 "tracing-core",
2714 "tracing-log",
2715]
2716
2717[[package]]
2718name = "trait-variant"
2719version = "0.1.2"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2722dependencies = [
2723 "proc-macro2",
2724 "quote",
2725 "syn",
2726]
2727
2728[[package]]
2729name = "try-lock"
2730version = "0.2.5"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2733
2734[[package]]
2735name = "tungstenite"
2736version = "0.24.0"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2739dependencies = [
2740 "byteorder",
2741 "bytes",
2742 "data-encoding",
2743 "http 1.3.1",
2744 "httparse",
2745 "log",
2746 "native-tls",
2747 "rand 0.8.5",
2748 "sha1",
2749 "thiserror 1.0.69",
2750 "utf-8",
2751]
2752
2753[[package]]
2754name = "typenum"
2755version = "1.18.0"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2758
2759[[package]]
2760name = "unicode-ident"
2761version = "1.0.18"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2764
2765[[package]]
2766name = "unicode-width"
2767version = "0.2.1"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
2770
2771[[package]]
2772name = "unit-prefix"
2773version = "0.5.1"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817"
2776
2777[[package]]
2778name = "unsigned-varint"
2779version = "0.8.0"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2782dependencies = [
2783 "futures-io",
2784 "futures-util",
2785]
2786
2787[[package]]
2788name = "untrusted"
2789version = "0.9.0"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2792
2793[[package]]
2794name = "url"
2795version = "2.5.4"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2798dependencies = [
2799 "form_urlencoded",
2800 "idna",
2801 "percent-encoding",
2802]
2803
2804[[package]]
2805name = "utf-8"
2806version = "0.7.6"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2809
2810[[package]]
2811name = "utf8_iter"
2812version = "1.0.4"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2815
2816[[package]]
2817name = "utf8parse"
2818version = "0.2.2"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2821
2822[[package]]
2823name = "uuid"
2824version = "1.17.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
2827dependencies = [
2828 "getrandom 0.3.3",
2829 "js-sys",
2830 "wasm-bindgen",
2831]
2832
2833[[package]]
2834name = "valuable"
2835version = "0.1.1"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2838
2839[[package]]
2840name = "vcpkg"
2841version = "0.2.15"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2844
2845[[package]]
2846name = "version_check"
2847version = "0.9.5"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2850
2851[[package]]
2852name = "waker-fn"
2853version = "1.2.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2856
2857[[package]]
2858name = "want"
2859version = "0.3.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2862dependencies = [
2863 "try-lock",
2864]
2865
2866[[package]]
2867name = "wasi"
2868version = "0.11.1+wasi-snapshot-preview1"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2871
2872[[package]]
2873name = "wasi"
2874version = "0.14.2+wasi-0.2.4"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2877dependencies = [
2878 "wit-bindgen-rt",
2879]
2880
2881[[package]]
2882name = "wasm-bindgen"
2883version = "0.2.100"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2886dependencies = [
2887 "cfg-if",
2888 "once_cell",
2889 "rustversion",
2890 "wasm-bindgen-macro",
2891]
2892
2893[[package]]
2894name = "wasm-bindgen-backend"
2895version = "0.2.100"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2898dependencies = [
2899 "bumpalo",
2900 "log",
2901 "proc-macro2",
2902 "quote",
2903 "syn",
2904 "wasm-bindgen-shared",
2905]
2906
2907[[package]]
2908name = "wasm-bindgen-futures"
2909version = "0.4.50"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2912dependencies = [
2913 "cfg-if",
2914 "js-sys",
2915 "once_cell",
2916 "wasm-bindgen",
2917 "web-sys",
2918]
2919
2920[[package]]
2921name = "wasm-bindgen-macro"
2922version = "0.2.100"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2925dependencies = [
2926 "quote",
2927 "wasm-bindgen-macro-support",
2928]
2929
2930[[package]]
2931name = "wasm-bindgen-macro-support"
2932version = "0.2.100"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2935dependencies = [
2936 "proc-macro2",
2937 "quote",
2938 "syn",
2939 "wasm-bindgen-backend",
2940 "wasm-bindgen-shared",
2941]
2942
2943[[package]]
2944name = "wasm-bindgen-shared"
2945version = "0.2.100"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2948dependencies = [
2949 "unicode-ident",
2950]
2951
2952[[package]]
2953name = "web-sys"
2954version = "0.3.77"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2957dependencies = [
2958 "js-sys",
2959 "wasm-bindgen",
2960]
2961
2962[[package]]
2963name = "web-time"
2964version = "1.1.0"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2967dependencies = [
2968 "js-sys",
2969 "wasm-bindgen",
2970]
2971
2972[[package]]
2973name = "widestring"
2974version = "1.2.0"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2977
2978[[package]]
2979name = "winapi"
2980version = "0.3.9"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2983dependencies = [
2984 "winapi-i686-pc-windows-gnu",
2985 "winapi-x86_64-pc-windows-gnu",
2986]
2987
2988[[package]]
2989name = "winapi-i686-pc-windows-gnu"
2990version = "0.4.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2993
2994[[package]]
2995name = "winapi-x86_64-pc-windows-gnu"
2996version = "0.4.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2999
3000[[package]]
3001name = "windows"
3002version = "0.61.3"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3005dependencies = [
3006 "windows-collections",
3007 "windows-core",
3008 "windows-future",
3009 "windows-link",
3010 "windows-numerics",
3011]
3012
3013[[package]]
3014name = "windows-collections"
3015version = "0.2.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3018dependencies = [
3019 "windows-core",
3020]
3021
3022[[package]]
3023name = "windows-core"
3024version = "0.61.2"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3027dependencies = [
3028 "windows-implement",
3029 "windows-interface",
3030 "windows-link",
3031 "windows-result",
3032 "windows-strings",
3033]
3034
3035[[package]]
3036name = "windows-future"
3037version = "0.2.1"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3040dependencies = [
3041 "windows-core",
3042 "windows-link",
3043 "windows-threading",
3044]
3045
3046[[package]]
3047name = "windows-implement"
3048version = "0.60.0"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3051dependencies = [
3052 "proc-macro2",
3053 "quote",
3054 "syn",
3055]
3056
3057[[package]]
3058name = "windows-interface"
3059version = "0.59.1"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3062dependencies = [
3063 "proc-macro2",
3064 "quote",
3065 "syn",
3066]
3067
3068[[package]]
3069name = "windows-link"
3070version = "0.1.3"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3073
3074[[package]]
3075name = "windows-numerics"
3076version = "0.2.0"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
3079dependencies = [
3080 "windows-core",
3081 "windows-link",
3082]
3083
3084[[package]]
3085name = "windows-registry"
3086version = "0.5.2"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820"
3089dependencies = [
3090 "windows-link",
3091 "windows-result",
3092 "windows-strings",
3093]
3094
3095[[package]]
3096name = "windows-result"
3097version = "0.3.4"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3100dependencies = [
3101 "windows-link",
3102]
3103
3104[[package]]
3105name = "windows-strings"
3106version = "0.4.2"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3109dependencies = [
3110 "windows-link",
3111]
3112
3113[[package]]
3114name = "windows-sys"
3115version = "0.48.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3118dependencies = [
3119 "windows-targets 0.48.5",
3120]
3121
3122[[package]]
3123name = "windows-sys"
3124version = "0.52.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3127dependencies = [
3128 "windows-targets 0.52.6",
3129]
3130
3131[[package]]
3132name = "windows-sys"
3133version = "0.59.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3136dependencies = [
3137 "windows-targets 0.52.6",
3138]
3139
3140[[package]]
3141name = "windows-sys"
3142version = "0.60.2"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3145dependencies = [
3146 "windows-targets 0.53.2",
3147]
3148
3149[[package]]
3150name = "windows-targets"
3151version = "0.48.5"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3154dependencies = [
3155 "windows_aarch64_gnullvm 0.48.5",
3156 "windows_aarch64_msvc 0.48.5",
3157 "windows_i686_gnu 0.48.5",
3158 "windows_i686_msvc 0.48.5",
3159 "windows_x86_64_gnu 0.48.5",
3160 "windows_x86_64_gnullvm 0.48.5",
3161 "windows_x86_64_msvc 0.48.5",
3162]
3163
3164[[package]]
3165name = "windows-targets"
3166version = "0.52.6"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3169dependencies = [
3170 "windows_aarch64_gnullvm 0.52.6",
3171 "windows_aarch64_msvc 0.52.6",
3172 "windows_i686_gnu 0.52.6",
3173 "windows_i686_gnullvm 0.52.6",
3174 "windows_i686_msvc 0.52.6",
3175 "windows_x86_64_gnu 0.52.6",
3176 "windows_x86_64_gnullvm 0.52.6",
3177 "windows_x86_64_msvc 0.52.6",
3178]
3179
3180[[package]]
3181name = "windows-targets"
3182version = "0.53.2"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3185dependencies = [
3186 "windows_aarch64_gnullvm 0.53.0",
3187 "windows_aarch64_msvc 0.53.0",
3188 "windows_i686_gnu 0.53.0",
3189 "windows_i686_gnullvm 0.53.0",
3190 "windows_i686_msvc 0.53.0",
3191 "windows_x86_64_gnu 0.53.0",
3192 "windows_x86_64_gnullvm 0.53.0",
3193 "windows_x86_64_msvc 0.53.0",
3194]
3195
3196[[package]]
3197name = "windows-threading"
3198version = "0.1.0"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
3201dependencies = [
3202 "windows-link",
3203]
3204
3205[[package]]
3206name = "windows_aarch64_gnullvm"
3207version = "0.48.5"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3210
3211[[package]]
3212name = "windows_aarch64_gnullvm"
3213version = "0.52.6"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3216
3217[[package]]
3218name = "windows_aarch64_gnullvm"
3219version = "0.53.0"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3222
3223[[package]]
3224name = "windows_aarch64_msvc"
3225version = "0.48.5"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3228
3229[[package]]
3230name = "windows_aarch64_msvc"
3231version = "0.52.6"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3234
3235[[package]]
3236name = "windows_aarch64_msvc"
3237version = "0.53.0"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3240
3241[[package]]
3242name = "windows_i686_gnu"
3243version = "0.48.5"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3246
3247[[package]]
3248name = "windows_i686_gnu"
3249version = "0.52.6"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3252
3253[[package]]
3254name = "windows_i686_gnu"
3255version = "0.53.0"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3258
3259[[package]]
3260name = "windows_i686_gnullvm"
3261version = "0.52.6"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3264
3265[[package]]
3266name = "windows_i686_gnullvm"
3267version = "0.53.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3270
3271[[package]]
3272name = "windows_i686_msvc"
3273version = "0.48.5"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3276
3277[[package]]
3278name = "windows_i686_msvc"
3279version = "0.52.6"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3282
3283[[package]]
3284name = "windows_i686_msvc"
3285version = "0.53.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3288
3289[[package]]
3290name = "windows_x86_64_gnu"
3291version = "0.48.5"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3294
3295[[package]]
3296name = "windows_x86_64_gnu"
3297version = "0.52.6"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3300
3301[[package]]
3302name = "windows_x86_64_gnu"
3303version = "0.53.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3306
3307[[package]]
3308name = "windows_x86_64_gnullvm"
3309version = "0.48.5"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3312
3313[[package]]
3314name = "windows_x86_64_gnullvm"
3315version = "0.52.6"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3318
3319[[package]]
3320name = "windows_x86_64_gnullvm"
3321version = "0.53.0"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3324
3325[[package]]
3326name = "windows_x86_64_msvc"
3327version = "0.48.5"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3330
3331[[package]]
3332name = "windows_x86_64_msvc"
3333version = "0.52.6"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3336
3337[[package]]
3338name = "windows_x86_64_msvc"
3339version = "0.53.0"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3342
3343[[package]]
3344name = "winreg"
3345version = "0.50.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3348dependencies = [
3349 "cfg-if",
3350 "windows-sys 0.48.0",
3351]
3352
3353[[package]]
3354name = "wit-bindgen-rt"
3355version = "0.39.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3358dependencies = [
3359 "bitflags 2.9.1",
3360]
3361
3362[[package]]
3363name = "writeable"
3364version = "0.6.1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3367
3368[[package]]
3369name = "xdg"
3370version = "3.0.0"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5"
3373
3374[[package]]
3375name = "yoke"
3376version = "0.8.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3379dependencies = [
3380 "serde",
3381 "stable_deref_trait",
3382 "yoke-derive",
3383 "zerofrom",
3384]
3385
3386[[package]]
3387name = "yoke-derive"
3388version = "0.8.0"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3391dependencies = [
3392 "proc-macro2",
3393 "quote",
3394 "syn",
3395 "synstructure",
3396]
3397
3398[[package]]
3399name = "zerocopy"
3400version = "0.8.26"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
3403dependencies = [
3404 "zerocopy-derive",
3405]
3406
3407[[package]]
3408name = "zerocopy-derive"
3409version = "0.8.26"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
3412dependencies = [
3413 "proc-macro2",
3414 "quote",
3415 "syn",
3416]
3417
3418[[package]]
3419name = "zerofrom"
3420version = "0.1.6"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3423dependencies = [
3424 "zerofrom-derive",
3425]
3426
3427[[package]]
3428name = "zerofrom-derive"
3429version = "0.1.6"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3432dependencies = [
3433 "proc-macro2",
3434 "quote",
3435 "syn",
3436 "synstructure",
3437]
3438
3439[[package]]
3440name = "zeroize"
3441version = "1.8.1"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3444
3445[[package]]
3446name = "zerotrie"
3447version = "0.2.2"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3450dependencies = [
3451 "displaydoc",
3452 "yoke",
3453 "zerofrom",
3454]
3455
3456[[package]]
3457name = "zerovec"
3458version = "0.11.2"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3461dependencies = [
3462 "yoke",
3463 "zerofrom",
3464 "zerovec-derive",
3465]
3466
3467[[package]]
3468name = "zerovec-derive"
3469version = "0.11.1"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3472dependencies = [
3473 "proc-macro2",
3474 "quote",
3475 "syn",
3476]