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