This repository has no description
28 kB
1057 lines
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anes"
16version = "0.1.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
20[[package]]
21name = "anstyle"
22version = "1.0.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
25
26[[package]]
27name = "anyhow"
28version = "1.0.75"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
31
32[[package]]
33name = "autocfg"
34version = "1.1.0"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
37
38[[package]]
39name = "base-x"
40version = "0.2.11"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
43
44[[package]]
45name = "bit-set"
46version = "0.5.3"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
49dependencies = [
50 "bit-vec",
51]
52
53[[package]]
54name = "bit-vec"
55version = "0.6.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
58
59[[package]]
60name = "bitflags"
61version = "1.3.2"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
64
65[[package]]
66name = "bitflags"
67version = "2.4.1"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
70
71[[package]]
72name = "bumpalo"
73version = "3.14.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
76
77[[package]]
78name = "cast"
79version = "0.3.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
82
83[[package]]
84name = "cfg-if"
85version = "1.0.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
88
89[[package]]
90name = "ciborium"
91version = "0.2.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
94dependencies = [
95 "ciborium-io",
96 "ciborium-ll",
97 "serde",
98]
99
100[[package]]
101name = "ciborium-io"
102version = "0.2.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
105
106[[package]]
107name = "ciborium-ll"
108version = "0.2.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
111dependencies = [
112 "ciborium-io",
113 "half",
114]
115
116[[package]]
117name = "cid"
118version = "0.10.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3"
121dependencies = [
122 "core2",
123 "multibase",
124 "multihash",
125 "serde",
126 "unsigned-varint",
127]
128
129[[package]]
130name = "clap"
131version = "4.4.8"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
134dependencies = [
135 "clap_builder",
136]
137
138[[package]]
139name = "clap_builder"
140version = "4.4.8"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
143dependencies = [
144 "anstyle",
145 "clap_lex",
146]
147
148[[package]]
149name = "clap_lex"
150version = "0.6.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
153
154[[package]]
155name = "core2"
156version = "0.4.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
159dependencies = [
160 "memchr",
161]
162
163[[package]]
164name = "criterion"
165version = "0.5.1"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
168dependencies = [
169 "anes",
170 "cast",
171 "ciborium",
172 "clap",
173 "criterion-plot",
174 "is-terminal",
175 "itertools",
176 "num-traits",
177 "once_cell",
178 "oorandom",
179 "plotters",
180 "rayon",
181 "regex",
182 "serde",
183 "serde_derive",
184 "serde_json",
185 "tinytemplate",
186 "walkdir",
187]
188
189[[package]]
190name = "criterion-plot"
191version = "0.5.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
194dependencies = [
195 "cast",
196 "itertools",
197]
198
199[[package]]
200name = "crossbeam-deque"
201version = "0.8.3"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
204dependencies = [
205 "cfg-if",
206 "crossbeam-epoch",
207 "crossbeam-utils",
208]
209
210[[package]]
211name = "crossbeam-epoch"
212version = "0.9.15"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
215dependencies = [
216 "autocfg",
217 "cfg-if",
218 "crossbeam-utils",
219 "memoffset",
220 "scopeguard",
221]
222
223[[package]]
224name = "crossbeam-utils"
225version = "0.8.16"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
228dependencies = [
229 "cfg-if",
230]
231
232[[package]]
233name = "data-encoding"
234version = "2.4.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
237
238[[package]]
239name = "data-encoding-macro"
240version = "0.1.13"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"
243dependencies = [
244 "data-encoding",
245 "data-encoding-macro-internal",
246]
247
248[[package]]
249name = "data-encoding-macro-internal"
250version = "0.1.11"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"
253dependencies = [
254 "data-encoding",
255 "syn 1.0.109",
256]
257
258[[package]]
259name = "either"
260version = "1.9.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
263
264[[package]]
265name = "errno"
266version = "0.3.6"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e"
269dependencies = [
270 "libc",
271 "windows-sys",
272]
273
274[[package]]
275name = "fastrand"
276version = "2.0.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
279
280[[package]]
281name = "fnv"
282version = "1.0.7"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
285
286[[package]]
287name = "getrandom"
288version = "0.2.11"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
291dependencies = [
292 "cfg-if",
293 "libc",
294 "wasi",
295]
296
297[[package]]
298name = "half"
299version = "1.8.2"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
302
303[[package]]
304name = "hermit-abi"
305version = "0.3.3"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
308
309[[package]]
310name = "ipld-inline"
311version = "0.1.0"
312dependencies = [
313 "criterion",
314 "libipld-core",
315 "proptest",
316 "thiserror",
317]
318
319[[package]]
320name = "is-terminal"
321version = "0.4.9"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
324dependencies = [
325 "hermit-abi",
326 "rustix",
327 "windows-sys",
328]
329
330[[package]]
331name = "itertools"
332version = "0.10.5"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
335dependencies = [
336 "either",
337]
338
339[[package]]
340name = "itoa"
341version = "1.0.9"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
344
345[[package]]
346name = "js-sys"
347version = "0.3.65"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
350dependencies = [
351 "wasm-bindgen",
352]
353
354[[package]]
355name = "lazy_static"
356version = "1.4.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
359
360[[package]]
361name = "libc"
362version = "0.2.150"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
365
366[[package]]
367name = "libipld-core"
368version = "0.16.0"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "5acd707e8d8b092e967b2af978ed84709eaded82b75effe6cb6f6cc797ef8158"
371dependencies = [
372 "anyhow",
373 "cid",
374 "core2",
375 "multibase",
376 "multihash",
377 "thiserror",
378]
379
380[[package]]
381name = "libm"
382version = "0.2.8"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
385
386[[package]]
387name = "linux-raw-sys"
388version = "0.4.11"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
391
392[[package]]
393name = "log"
394version = "0.4.20"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
397
398[[package]]
399name = "memchr"
400version = "2.6.4"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
403
404[[package]]
405name = "memoffset"
406version = "0.9.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
409dependencies = [
410 "autocfg",
411]
412
413[[package]]
414name = "multibase"
415version = "0.9.1"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
418dependencies = [
419 "base-x",
420 "data-encoding",
421 "data-encoding-macro",
422]
423
424[[package]]
425name = "multihash"
426version = "0.18.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
429dependencies = [
430 "core2",
431 "multihash-derive",
432 "unsigned-varint",
433]
434
435[[package]]
436name = "multihash-derive"
437version = "0.8.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
440dependencies = [
441 "proc-macro-crate",
442 "proc-macro-error",
443 "proc-macro2",
444 "quote",
445 "syn 1.0.109",
446 "synstructure",
447]
448
449[[package]]
450name = "num-traits"
451version = "0.2.17"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
454dependencies = [
455 "autocfg",
456 "libm",
457]
458
459[[package]]
460name = "once_cell"
461version = "1.18.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
464
465[[package]]
466name = "oorandom"
467version = "11.1.3"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
470
471[[package]]
472name = "plotters"
473version = "0.3.5"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
476dependencies = [
477 "num-traits",
478 "plotters-backend",
479 "plotters-svg",
480 "wasm-bindgen",
481 "web-sys",
482]
483
484[[package]]
485name = "plotters-backend"
486version = "0.3.5"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
489
490[[package]]
491name = "plotters-svg"
492version = "0.3.5"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
495dependencies = [
496 "plotters-backend",
497]
498
499[[package]]
500name = "ppv-lite86"
501version = "0.2.17"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
504
505[[package]]
506name = "proc-macro-crate"
507version = "1.1.3"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
510dependencies = [
511 "thiserror",
512 "toml",
513]
514
515[[package]]
516name = "proc-macro-error"
517version = "1.0.4"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
520dependencies = [
521 "proc-macro-error-attr",
522 "proc-macro2",
523 "quote",
524 "syn 1.0.109",
525 "version_check",
526]
527
528[[package]]
529name = "proc-macro-error-attr"
530version = "1.0.4"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
533dependencies = [
534 "proc-macro2",
535 "quote",
536 "version_check",
537]
538
539[[package]]
540name = "proc-macro2"
541version = "1.0.69"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
544dependencies = [
545 "unicode-ident",
546]
547
548[[package]]
549name = "proptest"
550version = "1.4.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
553dependencies = [
554 "bit-set",
555 "bit-vec",
556 "bitflags 2.4.1",
557 "lazy_static",
558 "num-traits",
559 "rand",
560 "rand_chacha",
561 "rand_xorshift",
562 "regex-syntax",
563 "rusty-fork",
564 "tempfile",
565 "unarray",
566]
567
568[[package]]
569name = "quick-error"
570version = "1.2.3"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
573
574[[package]]
575name = "quote"
576version = "1.0.33"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
579dependencies = [
580 "proc-macro2",
581]
582
583[[package]]
584name = "rand"
585version = "0.8.5"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
588dependencies = [
589 "libc",
590 "rand_chacha",
591 "rand_core",
592]
593
594[[package]]
595name = "rand_chacha"
596version = "0.3.1"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
599dependencies = [
600 "ppv-lite86",
601 "rand_core",
602]
603
604[[package]]
605name = "rand_core"
606version = "0.6.4"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
609dependencies = [
610 "getrandom",
611]
612
613[[package]]
614name = "rand_xorshift"
615version = "0.3.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
618dependencies = [
619 "rand_core",
620]
621
622[[package]]
623name = "rayon"
624version = "1.8.0"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
627dependencies = [
628 "either",
629 "rayon-core",
630]
631
632[[package]]
633name = "rayon-core"
634version = "1.12.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
637dependencies = [
638 "crossbeam-deque",
639 "crossbeam-utils",
640]
641
642[[package]]
643name = "redox_syscall"
644version = "0.4.1"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
647dependencies = [
648 "bitflags 1.3.2",
649]
650
651[[package]]
652name = "regex"
653version = "1.10.2"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
656dependencies = [
657 "aho-corasick",
658 "memchr",
659 "regex-automata",
660 "regex-syntax",
661]
662
663[[package]]
664name = "regex-automata"
665version = "0.4.3"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
668dependencies = [
669 "aho-corasick",
670 "memchr",
671 "regex-syntax",
672]
673
674[[package]]
675name = "regex-syntax"
676version = "0.8.2"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
679
680[[package]]
681name = "rustix"
682version = "0.38.23"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "ffb93593068e9babdad10e4fce47dc9b3ac25315a72a59766ffd9e9a71996a04"
685dependencies = [
686 "bitflags 2.4.1",
687 "errno",
688 "libc",
689 "linux-raw-sys",
690 "windows-sys",
691]
692
693[[package]]
694name = "rusty-fork"
695version = "0.3.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
698dependencies = [
699 "fnv",
700 "quick-error",
701 "tempfile",
702 "wait-timeout",
703]
704
705[[package]]
706name = "ryu"
707version = "1.0.15"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
710
711[[package]]
712name = "same-file"
713version = "1.0.6"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
716dependencies = [
717 "winapi-util",
718]
719
720[[package]]
721name = "scopeguard"
722version = "1.2.0"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
725
726[[package]]
727name = "serde"
728version = "1.0.192"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
731dependencies = [
732 "serde_derive",
733]
734
735[[package]]
736name = "serde_derive"
737version = "1.0.192"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
740dependencies = [
741 "proc-macro2",
742 "quote",
743 "syn 2.0.39",
744]
745
746[[package]]
747name = "serde_json"
748version = "1.0.108"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
751dependencies = [
752 "itoa",
753 "ryu",
754 "serde",
755]
756
757[[package]]
758name = "syn"
759version = "1.0.109"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
762dependencies = [
763 "proc-macro2",
764 "quote",
765 "unicode-ident",
766]
767
768[[package]]
769name = "syn"
770version = "2.0.39"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
773dependencies = [
774 "proc-macro2",
775 "quote",
776 "unicode-ident",
777]
778
779[[package]]
780name = "synstructure"
781version = "0.12.6"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
784dependencies = [
785 "proc-macro2",
786 "quote",
787 "syn 1.0.109",
788 "unicode-xid",
789]
790
791[[package]]
792name = "tempfile"
793version = "3.8.1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
796dependencies = [
797 "cfg-if",
798 "fastrand",
799 "redox_syscall",
800 "rustix",
801 "windows-sys",
802]
803
804[[package]]
805name = "thiserror"
806version = "1.0.50"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
809dependencies = [
810 "thiserror-impl",
811]
812
813[[package]]
814name = "thiserror-impl"
815version = "1.0.50"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
818dependencies = [
819 "proc-macro2",
820 "quote",
821 "syn 2.0.39",
822]
823
824[[package]]
825name = "tinytemplate"
826version = "1.2.1"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
829dependencies = [
830 "serde",
831 "serde_json",
832]
833
834[[package]]
835name = "toml"
836version = "0.5.11"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
839dependencies = [
840 "serde",
841]
842
843[[package]]
844name = "unarray"
845version = "0.1.4"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
848
849[[package]]
850name = "unicode-ident"
851version = "1.0.12"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
854
855[[package]]
856name = "unicode-xid"
857version = "0.2.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
860
861[[package]]
862name = "unsigned-varint"
863version = "0.7.2"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
866
867[[package]]
868name = "version_check"
869version = "0.9.4"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
872
873[[package]]
874name = "wait-timeout"
875version = "0.2.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
878dependencies = [
879 "libc",
880]
881
882[[package]]
883name = "walkdir"
884version = "2.4.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
887dependencies = [
888 "same-file",
889 "winapi-util",
890]
891
892[[package]]
893name = "wasi"
894version = "0.11.0+wasi-snapshot-preview1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
897
898[[package]]
899name = "wasm-bindgen"
900version = "0.2.88"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
903dependencies = [
904 "cfg-if",
905 "wasm-bindgen-macro",
906]
907
908[[package]]
909name = "wasm-bindgen-backend"
910version = "0.2.88"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
913dependencies = [
914 "bumpalo",
915 "log",
916 "once_cell",
917 "proc-macro2",
918 "quote",
919 "syn 2.0.39",
920 "wasm-bindgen-shared",
921]
922
923[[package]]
924name = "wasm-bindgen-macro"
925version = "0.2.88"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
928dependencies = [
929 "quote",
930 "wasm-bindgen-macro-support",
931]
932
933[[package]]
934name = "wasm-bindgen-macro-support"
935version = "0.2.88"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
938dependencies = [
939 "proc-macro2",
940 "quote",
941 "syn 2.0.39",
942 "wasm-bindgen-backend",
943 "wasm-bindgen-shared",
944]
945
946[[package]]
947name = "wasm-bindgen-shared"
948version = "0.2.88"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
951
952[[package]]
953name = "web-sys"
954version = "0.3.65"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
957dependencies = [
958 "js-sys",
959 "wasm-bindgen",
960]
961
962[[package]]
963name = "winapi"
964version = "0.3.9"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
967dependencies = [
968 "winapi-i686-pc-windows-gnu",
969 "winapi-x86_64-pc-windows-gnu",
970]
971
972[[package]]
973name = "winapi-i686-pc-windows-gnu"
974version = "0.4.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
977
978[[package]]
979name = "winapi-util"
980version = "0.1.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
983dependencies = [
984 "winapi",
985]
986
987[[package]]
988name = "winapi-x86_64-pc-windows-gnu"
989version = "0.4.0"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
992
993[[package]]
994name = "windows-sys"
995version = "0.48.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
998dependencies = [
999 "windows-targets",
1000]
1001
1002[[package]]
1003name = "windows-targets"
1004version = "0.48.5"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1007dependencies = [
1008 "windows_aarch64_gnullvm",
1009 "windows_aarch64_msvc",
1010 "windows_i686_gnu",
1011 "windows_i686_msvc",
1012 "windows_x86_64_gnu",
1013 "windows_x86_64_gnullvm",
1014 "windows_x86_64_msvc",
1015]
1016
1017[[package]]
1018name = "windows_aarch64_gnullvm"
1019version = "0.48.5"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1022
1023[[package]]
1024name = "windows_aarch64_msvc"
1025version = "0.48.5"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1028
1029[[package]]
1030name = "windows_i686_gnu"
1031version = "0.48.5"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1034
1035[[package]]
1036name = "windows_i686_msvc"
1037version = "0.48.5"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1040
1041[[package]]
1042name = "windows_x86_64_gnu"
1043version = "0.48.5"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1046
1047[[package]]
1048name = "windows_x86_64_gnullvm"
1049version = "0.48.5"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1052
1053[[package]]
1054name = "windows_x86_64_msvc"
1055version = "0.48.5"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"