nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.8.12"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10dependencies = [
11 "cfg-if",
12 "getrandom",
13 "once_cell",
14 "version_check",
15 "zerocopy",
16]
17
18[[package]]
19name = "aho-corasick"
20version = "1.1.4"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
23dependencies = [
24 "memchr",
25]
26
27[[package]]
28name = "anes"
29version = "0.1.6"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
32
33[[package]]
34name = "anstyle"
35version = "1.0.13"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
38
39[[package]]
40name = "arbitrary"
41version = "1.4.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
44
45[[package]]
46name = "autocfg"
47version = "1.5.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
50
51[[package]]
52name = "bitvec"
53version = "1.0.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
56dependencies = [
57 "funty",
58 "radium",
59 "tap",
60 "wyz",
61]
62
63[[package]]
64name = "bumpalo"
65version = "3.19.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
68
69[[package]]
70name = "cast"
71version = "0.3.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
74
75[[package]]
76name = "cc"
77version = "1.2.45"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
80dependencies = [
81 "find-msvc-tools",
82 "jobserver",
83 "libc",
84 "shlex",
85]
86
87[[package]]
88name = "cfg-if"
89version = "1.0.4"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
92
93[[package]]
94name = "ciborium"
95version = "0.2.2"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
98dependencies = [
99 "ciborium-io",
100 "ciborium-ll",
101 "serde",
102]
103
104[[package]]
105name = "ciborium-io"
106version = "0.2.2"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
109
110[[package]]
111name = "ciborium-ll"
112version = "0.2.2"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
115dependencies = [
116 "ciborium-io",
117 "half",
118]
119
120[[package]]
121name = "clap"
122version = "4.5.51"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
125dependencies = [
126 "clap_builder",
127]
128
129[[package]]
130name = "clap_builder"
131version = "4.5.51"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
134dependencies = [
135 "anstyle",
136 "clap_lex",
137]
138
139[[package]]
140name = "clap_lex"
141version = "0.7.6"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
144
145[[package]]
146name = "codspeed"
147version = "2.10.1"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "93f4cce9c27c49c4f101fffeebb1826f41a9df2e7498b7cd4d95c0658b796c6c"
150dependencies = [
151 "colored",
152 "libc",
153 "serde",
154 "serde_json",
155 "uuid",
156]
157
158[[package]]
159name = "codspeed-criterion-compat"
160version = "2.10.1"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "c3c23d880a28a2aab52d38ca8481dd7a3187157d0a952196b6db1db3c8499725"
163dependencies = [
164 "codspeed",
165 "codspeed-criterion-compat-walltime",
166 "colored",
167]
168
169[[package]]
170name = "codspeed-criterion-compat-walltime"
171version = "2.10.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "7b0a2f7365e347f4f22a67e9ea689bf7bc89900a354e22e26cf8a531a42c8fbb"
174dependencies = [
175 "anes",
176 "cast",
177 "ciborium",
178 "clap",
179 "codspeed",
180 "criterion-plot",
181 "is-terminal",
182 "itertools",
183 "num-traits",
184 "once_cell",
185 "oorandom",
186 "plotters",
187 "rayon",
188 "regex",
189 "serde",
190 "serde_derive",
191 "serde_json",
192 "tinytemplate",
193 "walkdir",
194]
195
196[[package]]
197name = "colored"
198version = "2.2.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
201dependencies = [
202 "lazy_static",
203 "windows-sys 0.59.0",
204]
205
206[[package]]
207name = "criterion-plot"
208version = "0.5.0"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
211dependencies = [
212 "cast",
213 "itertools",
214]
215
216[[package]]
217name = "crossbeam-deque"
218version = "0.8.6"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
221dependencies = [
222 "crossbeam-epoch",
223 "crossbeam-utils",
224]
225
226[[package]]
227name = "crossbeam-epoch"
228version = "0.9.18"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
231dependencies = [
232 "crossbeam-utils",
233]
234
235[[package]]
236name = "crossbeam-utils"
237version = "0.8.21"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
240
241[[package]]
242name = "crunchy"
243version = "0.2.4"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
246
247[[package]]
248name = "either"
249version = "1.15.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
252
253[[package]]
254name = "equivalent"
255version = "1.0.2"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
258
259[[package]]
260name = "find-msvc-tools"
261version = "0.1.4"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
264
265[[package]]
266name = "funty"
267version = "2.0.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
270
271[[package]]
272name = "fuzz"
273version = "0.12.0"
274dependencies = [
275 "indexmap",
276 "jiter",
277 "libfuzzer-sys",
278 "num-bigint",
279 "num-traits",
280 "serde",
281 "serde_json",
282]
283
284[[package]]
285name = "getrandom"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
289dependencies = [
290 "cfg-if",
291 "libc",
292 "r-efi",
293 "wasip2",
294]
295
296[[package]]
297name = "half"
298version = "2.7.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
301dependencies = [
302 "cfg-if",
303 "crunchy",
304 "zerocopy",
305]
306
307[[package]]
308name = "hashbrown"
309version = "0.16.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
312
313[[package]]
314name = "heck"
315version = "0.5.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
318
319[[package]]
320name = "hermit-abi"
321version = "0.5.2"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
324
325[[package]]
326name = "indexmap"
327version = "2.12.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
330dependencies = [
331 "equivalent",
332 "hashbrown",
333]
334
335[[package]]
336name = "indoc"
337version = "2.0.7"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
340dependencies = [
341 "rustversion",
342]
343
344[[package]]
345name = "is-terminal"
346version = "0.4.17"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
349dependencies = [
350 "hermit-abi",
351 "libc",
352 "windows-sys 0.61.2",
353]
354
355[[package]]
356name = "itertools"
357version = "0.10.5"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
360dependencies = [
361 "either",
362]
363
364[[package]]
365name = "itoa"
366version = "1.0.15"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
369
370[[package]]
371name = "jiter"
372version = "0.12.0"
373dependencies = [
374 "ahash",
375 "bitvec",
376 "codspeed-criterion-compat",
377 "lexical-parse-float",
378 "num-bigint",
379 "num-traits",
380 "paste",
381 "pyo3",
382 "pyo3-build-config",
383 "serde",
384 "serde_json",
385 "smallvec",
386]
387
388[[package]]
389name = "jiter-python"
390version = "0.12.0"
391dependencies = [
392 "jiter",
393 "pyo3",
394]
395
396[[package]]
397name = "jobserver"
398version = "0.1.34"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
401dependencies = [
402 "getrandom",
403 "libc",
404]
405
406[[package]]
407name = "js-sys"
408version = "0.3.82"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
411dependencies = [
412 "once_cell",
413 "wasm-bindgen",
414]
415
416[[package]]
417name = "lazy_static"
418version = "1.5.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
421
422[[package]]
423name = "lexical-parse-float"
424version = "1.0.6"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
427dependencies = [
428 "lexical-parse-integer",
429 "lexical-util",
430]
431
432[[package]]
433name = "lexical-parse-integer"
434version = "1.0.6"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
437dependencies = [
438 "lexical-util",
439]
440
441[[package]]
442name = "lexical-util"
443version = "1.0.7"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
446
447[[package]]
448name = "libc"
449version = "0.2.177"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
452
453[[package]]
454name = "libfuzzer-sys"
455version = "0.4.10"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
458dependencies = [
459 "arbitrary",
460 "cc",
461]
462
463[[package]]
464name = "memchr"
465version = "2.7.6"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
468
469[[package]]
470name = "memoffset"
471version = "0.9.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
474dependencies = [
475 "autocfg",
476]
477
478[[package]]
479name = "num-bigint"
480version = "0.4.6"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
483dependencies = [
484 "num-integer",
485 "num-traits",
486]
487
488[[package]]
489name = "num-integer"
490version = "0.1.46"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
493dependencies = [
494 "num-traits",
495]
496
497[[package]]
498name = "num-traits"
499version = "0.2.19"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
502dependencies = [
503 "autocfg",
504]
505
506[[package]]
507name = "once_cell"
508version = "1.21.3"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
511
512[[package]]
513name = "oorandom"
514version = "11.1.5"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
517
518[[package]]
519name = "paste"
520version = "1.0.15"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
523
524[[package]]
525name = "plotters"
526version = "0.3.7"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
529dependencies = [
530 "num-traits",
531 "plotters-backend",
532 "plotters-svg",
533 "wasm-bindgen",
534 "web-sys",
535]
536
537[[package]]
538name = "plotters-backend"
539version = "0.3.7"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
542
543[[package]]
544name = "plotters-svg"
545version = "0.3.7"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
548dependencies = [
549 "plotters-backend",
550]
551
552[[package]]
553name = "portable-atomic"
554version = "1.11.1"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
557
558[[package]]
559name = "proc-macro2"
560version = "1.0.103"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
563dependencies = [
564 "unicode-ident",
565]
566
567[[package]]
568name = "pyo3"
569version = "0.27.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
572dependencies = [
573 "indoc",
574 "libc",
575 "memoffset",
576 "num-bigint",
577 "num-traits",
578 "once_cell",
579 "portable-atomic",
580 "pyo3-build-config",
581 "pyo3-ffi",
582 "pyo3-macros",
583 "unindent",
584]
585
586[[package]]
587name = "pyo3-build-config"
588version = "0.27.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
591dependencies = [
592 "python3-dll-a",
593 "target-lexicon",
594]
595
596[[package]]
597name = "pyo3-ffi"
598version = "0.27.1"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
601dependencies = [
602 "libc",
603 "pyo3-build-config",
604]
605
606[[package]]
607name = "pyo3-macros"
608version = "0.27.1"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
611dependencies = [
612 "proc-macro2",
613 "pyo3-macros-backend",
614 "quote",
615 "syn",
616]
617
618[[package]]
619name = "pyo3-macros-backend"
620version = "0.27.1"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
623dependencies = [
624 "heck",
625 "proc-macro2",
626 "pyo3-build-config",
627 "quote",
628 "syn",
629]
630
631[[package]]
632name = "python3-dll-a"
633version = "0.2.14"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8"
636dependencies = [
637 "cc",
638]
639
640[[package]]
641name = "quote"
642version = "1.0.42"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
645dependencies = [
646 "proc-macro2",
647]
648
649[[package]]
650name = "r-efi"
651version = "5.3.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
654
655[[package]]
656name = "radium"
657version = "0.7.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
660
661[[package]]
662name = "rayon"
663version = "1.11.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
666dependencies = [
667 "either",
668 "rayon-core",
669]
670
671[[package]]
672name = "rayon-core"
673version = "1.13.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
676dependencies = [
677 "crossbeam-deque",
678 "crossbeam-utils",
679]
680
681[[package]]
682name = "regex"
683version = "1.12.2"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
686dependencies = [
687 "aho-corasick",
688 "memchr",
689 "regex-automata",
690 "regex-syntax",
691]
692
693[[package]]
694name = "regex-automata"
695version = "0.4.13"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
698dependencies = [
699 "aho-corasick",
700 "memchr",
701 "regex-syntax",
702]
703
704[[package]]
705name = "regex-syntax"
706version = "0.8.8"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
709
710[[package]]
711name = "rustversion"
712version = "1.0.22"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
715
716[[package]]
717name = "ryu"
718version = "1.0.20"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
721
722[[package]]
723name = "same-file"
724version = "1.0.6"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
727dependencies = [
728 "winapi-util",
729]
730
731[[package]]
732name = "serde"
733version = "1.0.228"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
736dependencies = [
737 "serde_core",
738 "serde_derive",
739]
740
741[[package]]
742name = "serde_core"
743version = "1.0.228"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
746dependencies = [
747 "serde_derive",
748]
749
750[[package]]
751name = "serde_derive"
752version = "1.0.228"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
755dependencies = [
756 "proc-macro2",
757 "quote",
758 "syn",
759]
760
761[[package]]
762name = "serde_json"
763version = "1.0.145"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
766dependencies = [
767 "indexmap",
768 "itoa",
769 "memchr",
770 "ryu",
771 "serde",
772 "serde_core",
773]
774
775[[package]]
776name = "shlex"
777version = "1.3.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
780
781[[package]]
782name = "smallvec"
783version = "1.15.1"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
786
787[[package]]
788name = "syn"
789version = "2.0.110"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
792dependencies = [
793 "proc-macro2",
794 "quote",
795 "unicode-ident",
796]
797
798[[package]]
799name = "tap"
800version = "1.0.1"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
803
804[[package]]
805name = "target-lexicon"
806version = "0.13.3"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
809
810[[package]]
811name = "tinytemplate"
812version = "1.2.1"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
815dependencies = [
816 "serde",
817 "serde_json",
818]
819
820[[package]]
821name = "unicode-ident"
822version = "1.0.22"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
825
826[[package]]
827name = "unindent"
828version = "0.2.4"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
831
832[[package]]
833name = "uuid"
834version = "1.18.1"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
837dependencies = [
838 "getrandom",
839 "js-sys",
840 "wasm-bindgen",
841]
842
843[[package]]
844name = "version_check"
845version = "0.9.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
848
849[[package]]
850name = "walkdir"
851version = "2.5.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
854dependencies = [
855 "same-file",
856 "winapi-util",
857]
858
859[[package]]
860name = "wasip2"
861version = "1.0.1+wasi-0.2.4"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
864dependencies = [
865 "wit-bindgen",
866]
867
868[[package]]
869name = "wasm-bindgen"
870version = "0.2.105"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
873dependencies = [
874 "cfg-if",
875 "once_cell",
876 "rustversion",
877 "wasm-bindgen-macro",
878 "wasm-bindgen-shared",
879]
880
881[[package]]
882name = "wasm-bindgen-macro"
883version = "0.2.105"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
886dependencies = [
887 "quote",
888 "wasm-bindgen-macro-support",
889]
890
891[[package]]
892name = "wasm-bindgen-macro-support"
893version = "0.2.105"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
896dependencies = [
897 "bumpalo",
898 "proc-macro2",
899 "quote",
900 "syn",
901 "wasm-bindgen-shared",
902]
903
904[[package]]
905name = "wasm-bindgen-shared"
906version = "0.2.105"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
909dependencies = [
910 "unicode-ident",
911]
912
913[[package]]
914name = "web-sys"
915version = "0.3.82"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
918dependencies = [
919 "js-sys",
920 "wasm-bindgen",
921]
922
923[[package]]
924name = "winapi-util"
925version = "0.1.11"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
928dependencies = [
929 "windows-sys 0.61.2",
930]
931
932[[package]]
933name = "windows-link"
934version = "0.2.1"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
937
938[[package]]
939name = "windows-sys"
940version = "0.59.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
943dependencies = [
944 "windows-targets",
945]
946
947[[package]]
948name = "windows-sys"
949version = "0.61.2"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
952dependencies = [
953 "windows-link",
954]
955
956[[package]]
957name = "windows-targets"
958version = "0.52.6"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
961dependencies = [
962 "windows_aarch64_gnullvm",
963 "windows_aarch64_msvc",
964 "windows_i686_gnu",
965 "windows_i686_gnullvm",
966 "windows_i686_msvc",
967 "windows_x86_64_gnu",
968 "windows_x86_64_gnullvm",
969 "windows_x86_64_msvc",
970]
971
972[[package]]
973name = "windows_aarch64_gnullvm"
974version = "0.52.6"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
977
978[[package]]
979name = "windows_aarch64_msvc"
980version = "0.52.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
983
984[[package]]
985name = "windows_i686_gnu"
986version = "0.52.6"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
989
990[[package]]
991name = "windows_i686_gnullvm"
992version = "0.52.6"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
995
996[[package]]
997name = "windows_i686_msvc"
998version = "0.52.6"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1001
1002[[package]]
1003name = "windows_x86_64_gnu"
1004version = "0.52.6"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1007
1008[[package]]
1009name = "windows_x86_64_gnullvm"
1010version = "0.52.6"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1013
1014[[package]]
1015name = "windows_x86_64_msvc"
1016version = "0.52.6"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1019
1020[[package]]
1021name = "wit-bindgen"
1022version = "0.46.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1025
1026[[package]]
1027name = "wyz"
1028version = "0.5.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
1031dependencies = [
1032 "tap",
1033]
1034
1035[[package]]
1036name = "zerocopy"
1037version = "0.8.27"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1040dependencies = [
1041 "zerocopy-derive",
1042]
1043
1044[[package]]
1045name = "zerocopy-derive"
1046version = "0.8.27"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1049dependencies = [
1050 "proc-macro2",
1051 "quote",
1052 "syn",
1053]