Fast and robust atproto CAR file processing in rust
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.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
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 = "anes"
31version = "0.1.6"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
34
35[[package]]
36name = "anstream"
37version = "0.6.21"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
40dependencies = [
41 "anstyle",
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
45 "colorchoice",
46 "is_terminal_polyfill",
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle"
52version = "1.0.13"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
55
56[[package]]
57name = "anstyle-parse"
58version = "0.2.7"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
61dependencies = [
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle-query"
67version = "1.1.4"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
70dependencies = [
71 "windows-sys 0.60.2",
72]
73
74[[package]]
75name = "anstyle-wincon"
76version = "3.0.10"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
79dependencies = [
80 "anstyle",
81 "once_cell_polyfill",
82 "windows-sys 0.60.2",
83]
84
85[[package]]
86name = "anyhow"
87version = "1.0.100"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
90
91[[package]]
92name = "autocfg"
93version = "1.5.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
96
97[[package]]
98name = "backtrace"
99version = "0.3.76"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
102dependencies = [
103 "addr2line",
104 "cfg-if",
105 "libc",
106 "miniz_oxide",
107 "object",
108 "rustc-demangle",
109 "windows-link",
110]
111
112[[package]]
113name = "base-x"
114version = "0.2.11"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
117
118[[package]]
119name = "base256emoji"
120version = "1.0.2"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
123dependencies = [
124 "const-str",
125 "match-lookup",
126]
127
128[[package]]
129name = "bincode"
130version = "2.0.1"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
133dependencies = [
134 "bincode_derive",
135 "serde",
136 "unty",
137]
138
139[[package]]
140name = "bincode_derive"
141version = "2.0.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
144dependencies = [
145 "virtue",
146]
147
148[[package]]
149name = "bitflags"
150version = "2.9.4"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
153
154[[package]]
155name = "block-buffer"
156version = "0.10.4"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
159dependencies = [
160 "generic-array",
161]
162
163[[package]]
164name = "bumpalo"
165version = "3.19.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
168
169[[package]]
170name = "bytes"
171version = "1.10.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
174
175[[package]]
176name = "cast"
177version = "0.3.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
180
181[[package]]
182name = "cbor4ii"
183version = "0.2.14"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
186dependencies = [
187 "serde",
188]
189
190[[package]]
191name = "cfg-if"
192version = "1.0.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
195
196[[package]]
197name = "ciborium"
198version = "0.2.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
201dependencies = [
202 "ciborium-io",
203 "ciborium-ll",
204 "serde",
205]
206
207[[package]]
208name = "ciborium-io"
209version = "0.2.2"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
212
213[[package]]
214name = "ciborium-ll"
215version = "0.2.2"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
218dependencies = [
219 "ciborium-io",
220 "half",
221]
222
223[[package]]
224name = "cid"
225version = "0.11.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
228dependencies = [
229 "core2",
230 "multibase",
231 "multihash",
232 "serde",
233 "serde_bytes",
234 "unsigned-varint 0.8.0",
235]
236
237[[package]]
238name = "clap"
239version = "4.5.48"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
242dependencies = [
243 "clap_builder",
244 "clap_derive",
245]
246
247[[package]]
248name = "clap_builder"
249version = "4.5.48"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
252dependencies = [
253 "anstream",
254 "anstyle",
255 "clap_lex",
256 "strsim",
257]
258
259[[package]]
260name = "clap_derive"
261version = "4.5.47"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
264dependencies = [
265 "heck",
266 "proc-macro2",
267 "quote",
268 "syn 2.0.106",
269]
270
271[[package]]
272name = "clap_lex"
273version = "0.7.5"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
276
277[[package]]
278name = "colorchoice"
279version = "1.0.4"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
282
283[[package]]
284name = "const-str"
285version = "0.4.3"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
288
289[[package]]
290name = "core2"
291version = "0.4.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
294dependencies = [
295 "memchr",
296]
297
298[[package]]
299name = "cpufeatures"
300version = "0.2.17"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
303dependencies = [
304 "libc",
305]
306
307[[package]]
308name = "criterion"
309version = "0.7.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
312dependencies = [
313 "anes",
314 "cast",
315 "ciborium",
316 "clap",
317 "criterion-plot",
318 "itertools",
319 "num-traits",
320 "oorandom",
321 "plotters",
322 "rayon",
323 "regex",
324 "serde",
325 "serde_json",
326 "tinytemplate",
327 "tokio",
328 "walkdir",
329]
330
331[[package]]
332name = "criterion-plot"
333version = "0.6.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
336dependencies = [
337 "cast",
338 "itertools",
339]
340
341[[package]]
342name = "crossbeam-deque"
343version = "0.8.6"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
346dependencies = [
347 "crossbeam-epoch",
348 "crossbeam-utils",
349]
350
351[[package]]
352name = "crossbeam-epoch"
353version = "0.9.18"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
356dependencies = [
357 "crossbeam-utils",
358]
359
360[[package]]
361name = "crossbeam-utils"
362version = "0.8.21"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
365
366[[package]]
367name = "crunchy"
368version = "0.2.4"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
371
372[[package]]
373name = "crypto-common"
374version = "0.1.6"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
377dependencies = [
378 "generic-array",
379 "typenum",
380]
381
382[[package]]
383name = "data-encoding"
384version = "2.9.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
387
388[[package]]
389name = "data-encoding-macro"
390version = "0.1.18"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
393dependencies = [
394 "data-encoding",
395 "data-encoding-macro-internal",
396]
397
398[[package]]
399name = "data-encoding-macro-internal"
400version = "0.1.16"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
403dependencies = [
404 "data-encoding",
405 "syn 2.0.106",
406]
407
408[[package]]
409name = "digest"
410version = "0.10.7"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
413dependencies = [
414 "block-buffer",
415 "crypto-common",
416]
417
418[[package]]
419name = "either"
420version = "1.15.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
423
424[[package]]
425name = "env_filter"
426version = "0.1.3"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
429dependencies = [
430 "log",
431 "regex",
432]
433
434[[package]]
435name = "env_logger"
436version = "0.11.8"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
439dependencies = [
440 "anstream",
441 "anstyle",
442 "env_filter",
443 "jiff",
444 "log",
445]
446
447[[package]]
448name = "errno"
449version = "0.3.14"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
452dependencies = [
453 "libc",
454 "windows-sys 0.60.2",
455]
456
457[[package]]
458name = "fallible-iterator"
459version = "0.3.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
462
463[[package]]
464name = "fallible-streaming-iterator"
465version = "0.1.9"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
468
469[[package]]
470name = "fastrand"
471version = "2.3.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
474
475[[package]]
476name = "foldhash"
477version = "0.1.5"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
480
481[[package]]
482name = "futures"
483version = "0.3.31"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
486dependencies = [
487 "futures-channel",
488 "futures-core",
489 "futures-executor",
490 "futures-io",
491 "futures-sink",
492 "futures-task",
493 "futures-util",
494]
495
496[[package]]
497name = "futures-channel"
498version = "0.3.31"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
501dependencies = [
502 "futures-core",
503 "futures-sink",
504]
505
506[[package]]
507name = "futures-core"
508version = "0.3.31"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
511
512[[package]]
513name = "futures-executor"
514version = "0.3.31"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
517dependencies = [
518 "futures-core",
519 "futures-task",
520 "futures-util",
521]
522
523[[package]]
524name = "futures-io"
525version = "0.3.31"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
528
529[[package]]
530name = "futures-macro"
531version = "0.3.31"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
534dependencies = [
535 "proc-macro2",
536 "quote",
537 "syn 2.0.106",
538]
539
540[[package]]
541name = "futures-sink"
542version = "0.3.31"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
545
546[[package]]
547name = "futures-task"
548version = "0.3.31"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
551
552[[package]]
553name = "futures-util"
554version = "0.3.31"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
557dependencies = [
558 "futures-channel",
559 "futures-core",
560 "futures-io",
561 "futures-macro",
562 "futures-sink",
563 "futures-task",
564 "memchr",
565 "pin-project-lite",
566 "pin-utils",
567 "slab",
568]
569
570[[package]]
571name = "generic-array"
572version = "0.14.9"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
575dependencies = [
576 "typenum",
577 "version_check",
578]
579
580[[package]]
581name = "getrandom"
582version = "0.3.3"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
585dependencies = [
586 "cfg-if",
587 "libc",
588 "r-efi",
589 "wasi 0.14.7+wasi-0.2.4",
590]
591
592[[package]]
593name = "gimli"
594version = "0.32.3"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
597
598[[package]]
599name = "half"
600version = "2.7.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5"
603dependencies = [
604 "cfg-if",
605 "crunchy",
606 "zerocopy",
607]
608
609[[package]]
610name = "hashbrown"
611version = "0.15.5"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
614dependencies = [
615 "foldhash",
616]
617
618[[package]]
619name = "hashlink"
620version = "0.10.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
623dependencies = [
624 "hashbrown",
625]
626
627[[package]]
628name = "heck"
629version = "0.5.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
632
633[[package]]
634name = "io-uring"
635version = "0.7.10"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
638dependencies = [
639 "bitflags",
640 "cfg-if",
641 "libc",
642]
643
644[[package]]
645name = "ipld-core"
646version = "0.4.2"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
649dependencies = [
650 "cid",
651 "serde",
652 "serde_bytes",
653]
654
655[[package]]
656name = "iroh-car"
657version = "0.5.1"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
660dependencies = [
661 "anyhow",
662 "cid",
663 "futures",
664 "serde",
665 "serde_ipld_dagcbor",
666 "thiserror 1.0.69",
667 "tokio",
668 "unsigned-varint 0.7.2",
669]
670
671[[package]]
672name = "is_terminal_polyfill"
673version = "1.70.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
676
677[[package]]
678name = "itertools"
679version = "0.13.0"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
682dependencies = [
683 "either",
684]
685
686[[package]]
687name = "itoa"
688version = "1.0.15"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
691
692[[package]]
693name = "jiff"
694version = "0.2.15"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
697dependencies = [
698 "jiff-static",
699 "log",
700 "portable-atomic",
701 "portable-atomic-util",
702 "serde",
703]
704
705[[package]]
706name = "jiff-static"
707version = "0.2.15"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
710dependencies = [
711 "proc-macro2",
712 "quote",
713 "syn 2.0.106",
714]
715
716[[package]]
717name = "js-sys"
718version = "0.3.81"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
721dependencies = [
722 "once_cell",
723 "wasm-bindgen",
724]
725
726[[package]]
727name = "libc"
728version = "0.2.176"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
731
732[[package]]
733name = "libsqlite3-sys"
734version = "0.35.0"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
737dependencies = [
738 "pkg-config",
739 "vcpkg",
740]
741
742[[package]]
743name = "linux-raw-sys"
744version = "0.11.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
747
748[[package]]
749name = "lock_api"
750version = "0.4.14"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
753dependencies = [
754 "scopeguard",
755]
756
757[[package]]
758name = "log"
759version = "0.4.28"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
762
763[[package]]
764name = "match-lookup"
765version = "0.1.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
768dependencies = [
769 "proc-macro2",
770 "quote",
771 "syn 1.0.109",
772]
773
774[[package]]
775name = "memchr"
776version = "2.7.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
779
780[[package]]
781name = "miniz_oxide"
782version = "0.8.9"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
785dependencies = [
786 "adler2",
787]
788
789[[package]]
790name = "mio"
791version = "1.0.4"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
794dependencies = [
795 "libc",
796 "wasi 0.11.1+wasi-snapshot-preview1",
797 "windows-sys 0.59.0",
798]
799
800[[package]]
801name = "multibase"
802version = "0.9.2"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
805dependencies = [
806 "base-x",
807 "base256emoji",
808 "data-encoding",
809 "data-encoding-macro",
810]
811
812[[package]]
813name = "multihash"
814version = "0.19.3"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
817dependencies = [
818 "core2",
819 "serde",
820 "unsigned-varint 0.8.0",
821]
822
823[[package]]
824name = "num-traits"
825version = "0.2.19"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
828dependencies = [
829 "autocfg",
830]
831
832[[package]]
833name = "object"
834version = "0.37.3"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
837dependencies = [
838 "memchr",
839]
840
841[[package]]
842name = "once_cell"
843version = "1.21.3"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
846
847[[package]]
848name = "once_cell_polyfill"
849version = "1.70.1"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
852
853[[package]]
854name = "oorandom"
855version = "11.1.5"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
858
859[[package]]
860name = "parking_lot"
861version = "0.12.5"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
864dependencies = [
865 "lock_api",
866 "parking_lot_core",
867]
868
869[[package]]
870name = "parking_lot_core"
871version = "0.9.12"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
874dependencies = [
875 "cfg-if",
876 "libc",
877 "redox_syscall",
878 "smallvec",
879 "windows-link",
880]
881
882[[package]]
883name = "pin-project-lite"
884version = "0.2.16"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
887
888[[package]]
889name = "pin-utils"
890version = "0.1.0"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
893
894[[package]]
895name = "pkg-config"
896version = "0.3.32"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
899
900[[package]]
901name = "plotters"
902version = "0.3.7"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
905dependencies = [
906 "num-traits",
907 "plotters-backend",
908 "plotters-svg",
909 "wasm-bindgen",
910 "web-sys",
911]
912
913[[package]]
914name = "plotters-backend"
915version = "0.3.7"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
918
919[[package]]
920name = "plotters-svg"
921version = "0.3.7"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
924dependencies = [
925 "plotters-backend",
926]
927
928[[package]]
929name = "portable-atomic"
930version = "1.11.1"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
933
934[[package]]
935name = "portable-atomic-util"
936version = "0.2.4"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
939dependencies = [
940 "portable-atomic",
941]
942
943[[package]]
944name = "proc-macro2"
945version = "1.0.101"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
948dependencies = [
949 "unicode-ident",
950]
951
952[[package]]
953name = "quote"
954version = "1.0.41"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
957dependencies = [
958 "proc-macro2",
959]
960
961[[package]]
962name = "r-efi"
963version = "5.3.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
966
967[[package]]
968name = "rayon"
969version = "1.11.0"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
972dependencies = [
973 "either",
974 "rayon-core",
975]
976
977[[package]]
978name = "rayon-core"
979version = "1.13.0"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
982dependencies = [
983 "crossbeam-deque",
984 "crossbeam-utils",
985]
986
987[[package]]
988name = "redox_syscall"
989version = "0.5.18"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
992dependencies = [
993 "bitflags",
994]
995
996[[package]]
997name = "regex"
998version = "1.11.3"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
1001dependencies = [
1002 "aho-corasick",
1003 "memchr",
1004 "regex-automata",
1005 "regex-syntax",
1006]
1007
1008[[package]]
1009name = "regex-automata"
1010version = "0.4.11"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
1013dependencies = [
1014 "aho-corasick",
1015 "memchr",
1016 "regex-syntax",
1017]
1018
1019[[package]]
1020name = "regex-syntax"
1021version = "0.8.6"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1024
1025[[package]]
1026name = "repo-stream"
1027version = "0.2.2"
1028dependencies = [
1029 "bincode",
1030 "clap",
1031 "criterion",
1032 "env_logger",
1033 "futures",
1034 "futures-core",
1035 "ipld-core",
1036 "iroh-car",
1037 "log",
1038 "multibase",
1039 "rusqlite",
1040 "serde",
1041 "serde_bytes",
1042 "serde_ipld_dagcbor",
1043 "sha2",
1044 "tempfile",
1045 "thiserror 2.0.17",
1046 "tokio",
1047]
1048
1049[[package]]
1050name = "rusqlite"
1051version = "0.37.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
1054dependencies = [
1055 "bitflags",
1056 "fallible-iterator",
1057 "fallible-streaming-iterator",
1058 "hashlink",
1059 "libsqlite3-sys",
1060 "smallvec",
1061]
1062
1063[[package]]
1064name = "rustc-demangle"
1065version = "0.1.26"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1068
1069[[package]]
1070name = "rustix"
1071version = "1.1.2"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1074dependencies = [
1075 "bitflags",
1076 "errno",
1077 "libc",
1078 "linux-raw-sys",
1079 "windows-sys 0.60.2",
1080]
1081
1082[[package]]
1083name = "rustversion"
1084version = "1.0.22"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1087
1088[[package]]
1089name = "ryu"
1090version = "1.0.20"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1093
1094[[package]]
1095name = "same-file"
1096version = "1.0.6"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1099dependencies = [
1100 "winapi-util",
1101]
1102
1103[[package]]
1104name = "scopeguard"
1105version = "1.2.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1108
1109[[package]]
1110name = "serde"
1111version = "1.0.228"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1114dependencies = [
1115 "serde_core",
1116 "serde_derive",
1117]
1118
1119[[package]]
1120name = "serde_bytes"
1121version = "0.11.19"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
1124dependencies = [
1125 "serde",
1126 "serde_core",
1127]
1128
1129[[package]]
1130name = "serde_core"
1131version = "1.0.228"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1134dependencies = [
1135 "serde_derive",
1136]
1137
1138[[package]]
1139name = "serde_derive"
1140version = "1.0.228"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1143dependencies = [
1144 "proc-macro2",
1145 "quote",
1146 "syn 2.0.106",
1147]
1148
1149[[package]]
1150name = "serde_ipld_dagcbor"
1151version = "0.6.4"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
1154dependencies = [
1155 "cbor4ii",
1156 "ipld-core",
1157 "scopeguard",
1158 "serde",
1159]
1160
1161[[package]]
1162name = "serde_json"
1163version = "1.0.145"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1166dependencies = [
1167 "itoa",
1168 "memchr",
1169 "ryu",
1170 "serde",
1171 "serde_core",
1172]
1173
1174[[package]]
1175name = "sha2"
1176version = "0.10.9"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1179dependencies = [
1180 "cfg-if",
1181 "cpufeatures",
1182 "digest",
1183]
1184
1185[[package]]
1186name = "signal-hook-registry"
1187version = "1.4.6"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1190dependencies = [
1191 "libc",
1192]
1193
1194[[package]]
1195name = "slab"
1196version = "0.4.11"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1199
1200[[package]]
1201name = "smallvec"
1202version = "1.15.1"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1205
1206[[package]]
1207name = "socket2"
1208version = "0.6.0"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1211dependencies = [
1212 "libc",
1213 "windows-sys 0.59.0",
1214]
1215
1216[[package]]
1217name = "strsim"
1218version = "0.11.1"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1221
1222[[package]]
1223name = "syn"
1224version = "1.0.109"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1227dependencies = [
1228 "proc-macro2",
1229 "quote",
1230 "unicode-ident",
1231]
1232
1233[[package]]
1234name = "syn"
1235version = "2.0.106"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1238dependencies = [
1239 "proc-macro2",
1240 "quote",
1241 "unicode-ident",
1242]
1243
1244[[package]]
1245name = "tempfile"
1246version = "3.23.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1249dependencies = [
1250 "fastrand",
1251 "getrandom",
1252 "once_cell",
1253 "rustix",
1254 "windows-sys 0.60.2",
1255]
1256
1257[[package]]
1258name = "thiserror"
1259version = "1.0.69"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1262dependencies = [
1263 "thiserror-impl 1.0.69",
1264]
1265
1266[[package]]
1267name = "thiserror"
1268version = "2.0.17"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1271dependencies = [
1272 "thiserror-impl 2.0.17",
1273]
1274
1275[[package]]
1276name = "thiserror-impl"
1277version = "1.0.69"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1280dependencies = [
1281 "proc-macro2",
1282 "quote",
1283 "syn 2.0.106",
1284]
1285
1286[[package]]
1287name = "thiserror-impl"
1288version = "2.0.17"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1291dependencies = [
1292 "proc-macro2",
1293 "quote",
1294 "syn 2.0.106",
1295]
1296
1297[[package]]
1298name = "tinytemplate"
1299version = "1.2.1"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1302dependencies = [
1303 "serde",
1304 "serde_json",
1305]
1306
1307[[package]]
1308name = "tokio"
1309version = "1.47.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1312dependencies = [
1313 "backtrace",
1314 "bytes",
1315 "io-uring",
1316 "libc",
1317 "mio",
1318 "parking_lot",
1319 "pin-project-lite",
1320 "signal-hook-registry",
1321 "slab",
1322 "socket2",
1323 "tokio-macros",
1324 "windows-sys 0.59.0",
1325]
1326
1327[[package]]
1328name = "tokio-macros"
1329version = "2.5.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1332dependencies = [
1333 "proc-macro2",
1334 "quote",
1335 "syn 2.0.106",
1336]
1337
1338[[package]]
1339name = "typenum"
1340version = "1.19.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1343
1344[[package]]
1345name = "unicode-ident"
1346version = "1.0.19"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1349
1350[[package]]
1351name = "unsigned-varint"
1352version = "0.7.2"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
1355
1356[[package]]
1357name = "unsigned-varint"
1358version = "0.8.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
1361
1362[[package]]
1363name = "unty"
1364version = "0.0.4"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
1367
1368[[package]]
1369name = "utf8parse"
1370version = "0.2.2"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1373
1374[[package]]
1375name = "vcpkg"
1376version = "0.2.15"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1379
1380[[package]]
1381name = "version_check"
1382version = "0.9.5"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1385
1386[[package]]
1387name = "virtue"
1388version = "0.0.18"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
1391
1392[[package]]
1393name = "walkdir"
1394version = "2.5.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1397dependencies = [
1398 "same-file",
1399 "winapi-util",
1400]
1401
1402[[package]]
1403name = "wasi"
1404version = "0.11.1+wasi-snapshot-preview1"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1407
1408[[package]]
1409name = "wasi"
1410version = "0.14.7+wasi-0.2.4"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
1413dependencies = [
1414 "wasip2",
1415]
1416
1417[[package]]
1418name = "wasip2"
1419version = "1.0.1+wasi-0.2.4"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1422dependencies = [
1423 "wit-bindgen",
1424]
1425
1426[[package]]
1427name = "wasm-bindgen"
1428version = "0.2.104"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
1431dependencies = [
1432 "cfg-if",
1433 "once_cell",
1434 "rustversion",
1435 "wasm-bindgen-macro",
1436 "wasm-bindgen-shared",
1437]
1438
1439[[package]]
1440name = "wasm-bindgen-backend"
1441version = "0.2.104"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
1444dependencies = [
1445 "bumpalo",
1446 "log",
1447 "proc-macro2",
1448 "quote",
1449 "syn 2.0.106",
1450 "wasm-bindgen-shared",
1451]
1452
1453[[package]]
1454name = "wasm-bindgen-macro"
1455version = "0.2.104"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
1458dependencies = [
1459 "quote",
1460 "wasm-bindgen-macro-support",
1461]
1462
1463[[package]]
1464name = "wasm-bindgen-macro-support"
1465version = "0.2.104"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
1468dependencies = [
1469 "proc-macro2",
1470 "quote",
1471 "syn 2.0.106",
1472 "wasm-bindgen-backend",
1473 "wasm-bindgen-shared",
1474]
1475
1476[[package]]
1477name = "wasm-bindgen-shared"
1478version = "0.2.104"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
1481dependencies = [
1482 "unicode-ident",
1483]
1484
1485[[package]]
1486name = "web-sys"
1487version = "0.3.81"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
1490dependencies = [
1491 "js-sys",
1492 "wasm-bindgen",
1493]
1494
1495[[package]]
1496name = "winapi-util"
1497version = "0.1.11"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1500dependencies = [
1501 "windows-sys 0.60.2",
1502]
1503
1504[[package]]
1505name = "windows-link"
1506version = "0.2.1"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1509
1510[[package]]
1511name = "windows-sys"
1512version = "0.59.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1515dependencies = [
1516 "windows-targets 0.52.6",
1517]
1518
1519[[package]]
1520name = "windows-sys"
1521version = "0.60.2"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1524dependencies = [
1525 "windows-targets 0.53.5",
1526]
1527
1528[[package]]
1529name = "windows-targets"
1530version = "0.52.6"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1533dependencies = [
1534 "windows_aarch64_gnullvm 0.52.6",
1535 "windows_aarch64_msvc 0.52.6",
1536 "windows_i686_gnu 0.52.6",
1537 "windows_i686_gnullvm 0.52.6",
1538 "windows_i686_msvc 0.52.6",
1539 "windows_x86_64_gnu 0.52.6",
1540 "windows_x86_64_gnullvm 0.52.6",
1541 "windows_x86_64_msvc 0.52.6",
1542]
1543
1544[[package]]
1545name = "windows-targets"
1546version = "0.53.5"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1549dependencies = [
1550 "windows-link",
1551 "windows_aarch64_gnullvm 0.53.1",
1552 "windows_aarch64_msvc 0.53.1",
1553 "windows_i686_gnu 0.53.1",
1554 "windows_i686_gnullvm 0.53.1",
1555 "windows_i686_msvc 0.53.1",
1556 "windows_x86_64_gnu 0.53.1",
1557 "windows_x86_64_gnullvm 0.53.1",
1558 "windows_x86_64_msvc 0.53.1",
1559]
1560
1561[[package]]
1562name = "windows_aarch64_gnullvm"
1563version = "0.52.6"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1566
1567[[package]]
1568name = "windows_aarch64_gnullvm"
1569version = "0.53.1"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1572
1573[[package]]
1574name = "windows_aarch64_msvc"
1575version = "0.52.6"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1578
1579[[package]]
1580name = "windows_aarch64_msvc"
1581version = "0.53.1"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1584
1585[[package]]
1586name = "windows_i686_gnu"
1587version = "0.52.6"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1590
1591[[package]]
1592name = "windows_i686_gnu"
1593version = "0.53.1"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1596
1597[[package]]
1598name = "windows_i686_gnullvm"
1599version = "0.52.6"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1602
1603[[package]]
1604name = "windows_i686_gnullvm"
1605version = "0.53.1"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1608
1609[[package]]
1610name = "windows_i686_msvc"
1611version = "0.52.6"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1614
1615[[package]]
1616name = "windows_i686_msvc"
1617version = "0.53.1"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1620
1621[[package]]
1622name = "windows_x86_64_gnu"
1623version = "0.52.6"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1626
1627[[package]]
1628name = "windows_x86_64_gnu"
1629version = "0.53.1"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1632
1633[[package]]
1634name = "windows_x86_64_gnullvm"
1635version = "0.52.6"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1638
1639[[package]]
1640name = "windows_x86_64_gnullvm"
1641version = "0.53.1"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1644
1645[[package]]
1646name = "windows_x86_64_msvc"
1647version = "0.52.6"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1650
1651[[package]]
1652name = "windows_x86_64_msvc"
1653version = "0.53.1"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1656
1657[[package]]
1658name = "wit-bindgen"
1659version = "0.46.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1662
1663[[package]]
1664name = "zerocopy"
1665version = "0.8.27"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1668dependencies = [
1669 "zerocopy-derive",
1670]
1671
1672[[package]]
1673name = "zerocopy-derive"
1674version = "0.8.27"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1677dependencies = [
1678 "proc-macro2",
1679 "quote",
1680 "syn 2.0.106",
1681]