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