1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10
11[[package]]
12name = "aho-corasick"
13version = "1.1.3"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "aligned-vec"
22version = "0.5.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
25
26[[package]]
27name = "android-tzdata"
28version = "0.1.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
31
32[[package]]
33name = "android_system_properties"
34version = "0.1.5"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
37dependencies = [
38 "libc",
39]
40
41[[package]]
42name = "anyhow"
43version = "1.0.98"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
46
47[[package]]
48name = "arbitrary"
49version = "1.4.1"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
52dependencies = [
53 "derive_arbitrary",
54]
55
56[[package]]
57name = "arg_enum_proc_macro"
58version = "0.3.4"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
61dependencies = [
62 "proc-macro2",
63 "quote",
64 "syn",
65]
66
67[[package]]
68name = "arrayvec"
69version = "0.7.6"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
72
73[[package]]
74name = "autocfg"
75version = "1.4.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
78
79[[package]]
80name = "av1-grain"
81version = "0.2.3"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
84dependencies = [
85 "anyhow",
86 "arrayvec",
87 "log",
88 "nom",
89 "num-rational",
90 "v_frame",
91]
92
93[[package]]
94name = "avif-serialize"
95version = "0.8.3"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
98dependencies = [
99 "arrayvec",
100]
101
102[[package]]
103name = "bindgen"
104version = "0.71.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
107dependencies = [
108 "bitflags 2.9.0",
109 "cexpr",
110 "clang-sys",
111 "itertools 0.13.0",
112 "log",
113 "prettyplease",
114 "proc-macro2",
115 "quote",
116 "regex",
117 "rustc-hash",
118 "shlex",
119 "syn",
120]
121
122[[package]]
123name = "bit_field"
124version = "0.10.2"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
127
128[[package]]
129name = "bitflags"
130version = "1.3.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
133
134[[package]]
135name = "bitflags"
136version = "2.9.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
139
140[[package]]
141name = "bitstream-io"
142version = "2.6.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
145
146[[package]]
147name = "built"
148version = "0.7.7"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
151
152[[package]]
153name = "bumpalo"
154version = "3.17.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
157
158[[package]]
159name = "bytemuck"
160version = "1.22.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
163
164[[package]]
165name = "byteorder-lite"
166version = "0.1.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
169
170[[package]]
171name = "cc"
172version = "1.2.19"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
175dependencies = [
176 "jobserver",
177 "libc",
178 "shlex",
179]
180
181[[package]]
182name = "cexpr"
183version = "0.6.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
186dependencies = [
187 "nom",
188]
189
190[[package]]
191name = "cfg-expr"
192version = "0.15.8"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
195dependencies = [
196 "smallvec",
197 "target-lexicon 0.12.16",
198]
199
200[[package]]
201name = "cfg-if"
202version = "1.0.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
205
206[[package]]
207name = "chrono"
208version = "0.4.40"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
211dependencies = [
212 "android-tzdata",
213 "iana-time-zone",
214 "js-sys",
215 "num-traits",
216 "wasm-bindgen",
217 "windows-link",
218]
219
220[[package]]
221name = "clang-sys"
222version = "1.8.1"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
225dependencies = [
226 "glob",
227 "libc",
228 "libloading",
229]
230
231[[package]]
232name = "cmake"
233version = "0.1.54"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
236dependencies = [
237 "cc",
238]
239
240[[package]]
241name = "color_quant"
242version = "1.1.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
245
246[[package]]
247name = "core-foundation-sys"
248version = "0.8.7"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
251
252[[package]]
253name = "crc32fast"
254version = "1.4.2"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
257dependencies = [
258 "cfg-if",
259]
260
261[[package]]
262name = "crossbeam-deque"
263version = "0.8.6"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
266dependencies = [
267 "crossbeam-epoch",
268 "crossbeam-utils",
269]
270
271[[package]]
272name = "crossbeam-epoch"
273version = "0.9.18"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
276dependencies = [
277 "crossbeam-utils",
278]
279
280[[package]]
281name = "crossbeam-utils"
282version = "0.8.21"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
285
286[[package]]
287name = "crunchy"
288version = "0.2.3"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
291
292[[package]]
293name = "derive_arbitrary"
294version = "1.4.1"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
297dependencies = [
298 "proc-macro2",
299 "quote",
300 "syn",
301]
302
303[[package]]
304name = "directories"
305version = "6.0.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
308dependencies = [
309 "dirs-sys",
310]
311
312[[package]]
313name = "dirs-sys"
314version = "0.5.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
317dependencies = [
318 "libc",
319 "option-ext",
320 "redox_users",
321 "windows-sys",
322]
323
324[[package]]
325name = "either"
326version = "1.15.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
329
330[[package]]
331name = "equivalent"
332version = "1.0.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
335
336[[package]]
337name = "errno"
338version = "0.3.11"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
341dependencies = [
342 "libc",
343 "windows-sys",
344]
345
346[[package]]
347name = "exr"
348version = "1.73.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
351dependencies = [
352 "bit_field",
353 "half",
354 "lebe",
355 "miniz_oxide",
356 "rayon-core",
357 "smallvec",
358 "zune-inflate",
359]
360
361[[package]]
362name = "fdeflate"
363version = "0.3.7"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
366dependencies = [
367 "simd-adler32",
368]
369
370[[package]]
371name = "filetime"
372version = "0.2.25"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
375dependencies = [
376 "cfg-if",
377 "libc",
378 "libredox",
379 "windows-sys",
380]
381
382[[package]]
383name = "flate2"
384version = "1.1.1"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
387dependencies = [
388 "crc32fast",
389 "miniz_oxide",
390]
391
392[[package]]
393name = "getrandom"
394version = "0.2.16"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
397dependencies = [
398 "cfg-if",
399 "libc",
400 "wasi 0.11.0+wasi-snapshot-preview1",
401]
402
403[[package]]
404name = "getrandom"
405version = "0.3.2"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
408dependencies = [
409 "cfg-if",
410 "libc",
411 "r-efi",
412 "wasi 0.14.2+wasi-0.2.4",
413]
414
415[[package]]
416name = "gif"
417version = "0.13.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
420dependencies = [
421 "color_quant",
422 "weezl",
423]
424
425[[package]]
426name = "glob"
427version = "0.3.2"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
430
431[[package]]
432name = "glow"
433version = "0.16.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
436dependencies = [
437 "js-sys",
438 "slotmap",
439 "wasm-bindgen",
440 "web-sys",
441]
442
443[[package]]
444name = "half"
445version = "2.6.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
448dependencies = [
449 "cfg-if",
450 "crunchy",
451]
452
453[[package]]
454name = "hashbrown"
455version = "0.15.2"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
458
459[[package]]
460name = "heck"
461version = "0.5.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
464
465[[package]]
466name = "hound"
467version = "3.5.1"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
470
471[[package]]
472name = "iana-time-zone"
473version = "0.1.63"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
476dependencies = [
477 "android_system_properties",
478 "core-foundation-sys",
479 "iana-time-zone-haiku",
480 "js-sys",
481 "log",
482 "wasm-bindgen",
483 "windows-core 0.61.0",
484]
485
486[[package]]
487name = "iana-time-zone-haiku"
488version = "0.1.2"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
491dependencies = [
492 "cc",
493]
494
495[[package]]
496name = "image"
497version = "0.25.6"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
500dependencies = [
501 "bytemuck",
502 "byteorder-lite",
503 "color_quant",
504 "exr",
505 "gif",
506 "image-webp",
507 "num-traits",
508 "png",
509 "qoi",
510 "ravif",
511 "rayon",
512 "rgb",
513 "tiff",
514 "zune-core",
515 "zune-jpeg",
516]
517
518[[package]]
519name = "image-webp"
520version = "0.2.1"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
523dependencies = [
524 "byteorder-lite",
525 "quick-error",
526]
527
528[[package]]
529name = "imgref"
530version = "1.11.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
533
534[[package]]
535name = "indexmap"
536version = "2.9.0"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
539dependencies = [
540 "equivalent",
541 "hashbrown",
542]
543
544[[package]]
545name = "indoc"
546version = "2.0.6"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
549
550[[package]]
551name = "interpolate_name"
552version = "0.2.4"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
555dependencies = [
556 "proc-macro2",
557 "quote",
558 "syn",
559]
560
561[[package]]
562name = "itertools"
563version = "0.12.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
566dependencies = [
567 "either",
568]
569
570[[package]]
571name = "itertools"
572version = "0.13.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
575dependencies = [
576 "either",
577]
578
579[[package]]
580name = "jobserver"
581version = "0.1.33"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
584dependencies = [
585 "getrandom 0.3.2",
586 "libc",
587]
588
589[[package]]
590name = "jpeg-decoder"
591version = "0.3.1"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
594
595[[package]]
596name = "js-sys"
597version = "0.3.77"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
600dependencies = [
601 "once_cell",
602 "wasm-bindgen",
603]
604
605[[package]]
606name = "lebe"
607version = "0.5.2"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
610
611[[package]]
612name = "libc"
613version = "0.2.172"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
616
617[[package]]
618name = "libfuzzer-sys"
619version = "0.4.9"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
622dependencies = [
623 "arbitrary",
624 "cc",
625]
626
627[[package]]
628name = "libloading"
629version = "0.8.6"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
632dependencies = [
633 "cfg-if",
634 "windows-targets",
635]
636
637[[package]]
638name = "libredox"
639version = "0.1.3"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
642dependencies = [
643 "bitflags 2.9.0",
644 "libc",
645 "redox_syscall",
646]
647
648[[package]]
649name = "linux-raw-sys"
650version = "0.9.4"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
653
654[[package]]
655name = "lock_api"
656version = "0.4.12"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
659dependencies = [
660 "autocfg",
661 "scopeguard",
662]
663
664[[package]]
665name = "log"
666version = "0.4.27"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
669
670[[package]]
671name = "loop9"
672version = "0.1.5"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
675dependencies = [
676 "imgref",
677]
678
679[[package]]
680name = "maybe-rayon"
681version = "0.1.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
684dependencies = [
685 "cfg-if",
686 "rayon",
687]
688
689[[package]]
690name = "memchr"
691version = "2.7.4"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
694
695[[package]]
696name = "memoffset"
697version = "0.9.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
700dependencies = [
701 "autocfg",
702]
703
704[[package]]
705name = "minimal-lexical"
706version = "0.2.1"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
709
710[[package]]
711name = "miniz_oxide"
712version = "0.8.8"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
715dependencies = [
716 "adler2",
717 "simd-adler32",
718]
719
720[[package]]
721name = "new_debug_unreachable"
722version = "1.0.6"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
725
726[[package]]
727name = "noise"
728version = "0.9.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "6da45c8333f2e152fc665d78a380be060eb84fad8ca4c9f7ac8ca29216cff0cc"
731dependencies = [
732 "num-traits",
733 "rand 0.8.5",
734 "rand_xorshift",
735]
736
737[[package]]
738name = "nom"
739version = "7.1.3"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
742dependencies = [
743 "memchr",
744 "minimal-lexical",
745]
746
747[[package]]
748name = "noop_proc_macro"
749version = "0.3.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
752
753[[package]]
754name = "ntapi"
755version = "0.4.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
758dependencies = [
759 "winapi",
760]
761
762[[package]]
763name = "num-bigint"
764version = "0.4.6"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
767dependencies = [
768 "num-integer",
769 "num-traits",
770]
771
772[[package]]
773name = "num-derive"
774version = "0.4.2"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
777dependencies = [
778 "proc-macro2",
779 "quote",
780 "syn",
781]
782
783[[package]]
784name = "num-integer"
785version = "0.1.46"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
788dependencies = [
789 "num-traits",
790]
791
792[[package]]
793name = "num-rational"
794version = "0.4.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
797dependencies = [
798 "num-bigint",
799 "num-integer",
800 "num-traits",
801]
802
803[[package]]
804name = "num-traits"
805version = "0.2.19"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
808dependencies = [
809 "autocfg",
810]
811
812[[package]]
813name = "objc2-core-foundation"
814version = "0.3.1"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
817dependencies = [
818 "bitflags 2.9.0",
819]
820
821[[package]]
822name = "once_cell"
823version = "1.21.3"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
826
827[[package]]
828name = "option-ext"
829version = "0.2.0"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
832
833[[package]]
834name = "parking_lot"
835version = "0.12.3"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
838dependencies = [
839 "lock_api",
840 "parking_lot_core",
841]
842
843[[package]]
844name = "parking_lot_core"
845version = "0.9.10"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
848dependencies = [
849 "cfg-if",
850 "libc",
851 "redox_syscall",
852 "smallvec",
853 "windows-targets",
854]
855
856[[package]]
857name = "paste"
858version = "1.0.15"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
861
862[[package]]
863name = "pkg-config"
864version = "0.3.32"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
867
868[[package]]
869name = "png"
870version = "0.17.16"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
873dependencies = [
874 "bitflags 1.3.2",
875 "crc32fast",
876 "fdeflate",
877 "flate2",
878 "miniz_oxide",
879]
880
881[[package]]
882name = "portable-atomic"
883version = "1.11.0"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
886
887[[package]]
888name = "ppv-lite86"
889version = "0.2.21"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
892dependencies = [
893 "zerocopy",
894]
895
896[[package]]
897name = "prettyplease"
898version = "0.2.32"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
901dependencies = [
902 "proc-macro2",
903 "syn",
904]
905
906[[package]]
907name = "proc-macro2"
908version = "1.0.95"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
911dependencies = [
912 "unicode-ident",
913]
914
915[[package]]
916name = "profiling"
917version = "1.0.16"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
920dependencies = [
921 "profiling-procmacros",
922]
923
924[[package]]
925name = "profiling-procmacros"
926version = "1.0.16"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
929dependencies = [
930 "quote",
931 "syn",
932]
933
934[[package]]
935name = "pyo3"
936version = "0.24.2"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
939dependencies = [
940 "cfg-if",
941 "indoc",
942 "libc",
943 "memoffset",
944 "once_cell",
945 "portable-atomic",
946 "pyo3-build-config",
947 "pyo3-ffi",
948 "pyo3-macros",
949 "unindent",
950]
951
952[[package]]
953name = "pyo3-build-config"
954version = "0.24.2"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
957dependencies = [
958 "once_cell",
959 "target-lexicon 0.13.2",
960]
961
962[[package]]
963name = "pyo3-ffi"
964version = "0.24.2"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
967dependencies = [
968 "libc",
969 "pyo3-build-config",
970]
971
972[[package]]
973name = "pyo3-macros"
974version = "0.24.2"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
977dependencies = [
978 "proc-macro2",
979 "pyo3-macros-backend",
980 "quote",
981 "syn",
982]
983
984[[package]]
985name = "pyo3-macros-backend"
986version = "0.24.2"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
989dependencies = [
990 "heck",
991 "proc-macro2",
992 "pyo3-build-config",
993 "quote",
994 "syn",
995]
996
997[[package]]
998name = "pyxel-engine"
999version = "2.3.18"
1000dependencies = [
1001 "cfg-if",
1002 "chrono",
1003 "directories",
1004 "gif",
1005 "glow",
1006 "hound",
1007 "image",
1008 "indexmap",
1009 "noise",
1010 "parking_lot",
1011 "pyxel-platform",
1012 "rand 0.9.1",
1013 "rand_xoshiro",
1014 "semver",
1015 "serde",
1016 "serde-xml-rs",
1017 "toml",
1018 "zip",
1019]
1020
1021[[package]]
1022name = "pyxel-platform"
1023version = "2.3.18"
1024dependencies = [
1025 "bindgen",
1026 "cfg-if",
1027 "cmake",
1028 "flate2",
1029 "glow",
1030 "parking_lot",
1031 "paste",
1032 "tar",
1033]
1034
1035[[package]]
1036name = "pyxel-wrapper"
1037version = "2.3.18"
1038dependencies = [
1039 "pyo3",
1040 "pyxel-engine",
1041 "sysinfo",
1042]
1043
1044[[package]]
1045name = "qoi"
1046version = "0.4.1"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1049dependencies = [
1050 "bytemuck",
1051]
1052
1053[[package]]
1054name = "quick-error"
1055version = "2.0.1"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1058
1059[[package]]
1060name = "quote"
1061version = "1.0.40"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1064dependencies = [
1065 "proc-macro2",
1066]
1067
1068[[package]]
1069name = "r-efi"
1070version = "5.2.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1073
1074[[package]]
1075name = "rand"
1076version = "0.8.5"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1079dependencies = [
1080 "libc",
1081 "rand_chacha 0.3.1",
1082 "rand_core 0.6.4",
1083]
1084
1085[[package]]
1086name = "rand"
1087version = "0.9.1"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1090dependencies = [
1091 "rand_chacha 0.9.0",
1092 "rand_core 0.9.3",
1093]
1094
1095[[package]]
1096name = "rand_chacha"
1097version = "0.3.1"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1100dependencies = [
1101 "ppv-lite86",
1102 "rand_core 0.6.4",
1103]
1104
1105[[package]]
1106name = "rand_chacha"
1107version = "0.9.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1110dependencies = [
1111 "ppv-lite86",
1112 "rand_core 0.9.3",
1113]
1114
1115[[package]]
1116name = "rand_core"
1117version = "0.6.4"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1120dependencies = [
1121 "getrandom 0.2.16",
1122]
1123
1124[[package]]
1125name = "rand_core"
1126version = "0.9.3"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1129dependencies = [
1130 "getrandom 0.3.2",
1131]
1132
1133[[package]]
1134name = "rand_xorshift"
1135version = "0.3.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
1138dependencies = [
1139 "rand_core 0.6.4",
1140]
1141
1142[[package]]
1143name = "rand_xoshiro"
1144version = "0.7.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
1147dependencies = [
1148 "rand_core 0.9.3",
1149]
1150
1151[[package]]
1152name = "rav1e"
1153version = "0.7.1"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
1156dependencies = [
1157 "arbitrary",
1158 "arg_enum_proc_macro",
1159 "arrayvec",
1160 "av1-grain",
1161 "bitstream-io",
1162 "built",
1163 "cfg-if",
1164 "interpolate_name",
1165 "itertools 0.12.1",
1166 "libc",
1167 "libfuzzer-sys",
1168 "log",
1169 "maybe-rayon",
1170 "new_debug_unreachable",
1171 "noop_proc_macro",
1172 "num-derive",
1173 "num-traits",
1174 "once_cell",
1175 "paste",
1176 "profiling",
1177 "rand 0.8.5",
1178 "rand_chacha 0.3.1",
1179 "simd_helpers",
1180 "system-deps",
1181 "thiserror 1.0.69",
1182 "v_frame",
1183 "wasm-bindgen",
1184]
1185
1186[[package]]
1187name = "ravif"
1188version = "0.11.12"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
1191dependencies = [
1192 "avif-serialize",
1193 "imgref",
1194 "loop9",
1195 "quick-error",
1196 "rav1e",
1197 "rayon",
1198 "rgb",
1199]
1200
1201[[package]]
1202name = "rayon"
1203version = "1.10.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1206dependencies = [
1207 "either",
1208 "rayon-core",
1209]
1210
1211[[package]]
1212name = "rayon-core"
1213version = "1.12.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1216dependencies = [
1217 "crossbeam-deque",
1218 "crossbeam-utils",
1219]
1220
1221[[package]]
1222name = "redox_syscall"
1223version = "0.5.11"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
1226dependencies = [
1227 "bitflags 2.9.0",
1228]
1229
1230[[package]]
1231name = "redox_users"
1232version = "0.5.0"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
1235dependencies = [
1236 "getrandom 0.2.16",
1237 "libredox",
1238 "thiserror 2.0.12",
1239]
1240
1241[[package]]
1242name = "regex"
1243version = "1.11.1"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1246dependencies = [
1247 "aho-corasick",
1248 "memchr",
1249 "regex-automata",
1250 "regex-syntax",
1251]
1252
1253[[package]]
1254name = "regex-automata"
1255version = "0.4.9"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1258dependencies = [
1259 "aho-corasick",
1260 "memchr",
1261 "regex-syntax",
1262]
1263
1264[[package]]
1265name = "regex-syntax"
1266version = "0.8.5"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1269
1270[[package]]
1271name = "rgb"
1272version = "0.8.50"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
1275
1276[[package]]
1277name = "rustc-hash"
1278version = "2.1.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1281
1282[[package]]
1283name = "rustix"
1284version = "1.0.5"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
1287dependencies = [
1288 "bitflags 2.9.0",
1289 "errno",
1290 "libc",
1291 "linux-raw-sys",
1292 "windows-sys",
1293]
1294
1295[[package]]
1296name = "rustversion"
1297version = "1.0.20"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
1300
1301[[package]]
1302name = "scopeguard"
1303version = "1.2.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1306
1307[[package]]
1308name = "semver"
1309version = "1.0.26"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1312
1313[[package]]
1314name = "serde"
1315version = "1.0.219"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1318dependencies = [
1319 "serde_derive",
1320]
1321
1322[[package]]
1323name = "serde-xml-rs"
1324version = "0.6.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
1327dependencies = [
1328 "log",
1329 "serde",
1330 "thiserror 1.0.69",
1331 "xml-rs",
1332]
1333
1334[[package]]
1335name = "serde_derive"
1336version = "1.0.219"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1339dependencies = [
1340 "proc-macro2",
1341 "quote",
1342 "syn",
1343]
1344
1345[[package]]
1346name = "serde_spanned"
1347version = "0.6.8"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
1350dependencies = [
1351 "serde",
1352]
1353
1354[[package]]
1355name = "shlex"
1356version = "1.3.0"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1359
1360[[package]]
1361name = "simd-adler32"
1362version = "0.3.7"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1365
1366[[package]]
1367name = "simd_helpers"
1368version = "0.1.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
1371dependencies = [
1372 "quote",
1373]
1374
1375[[package]]
1376name = "slotmap"
1377version = "1.0.7"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
1380dependencies = [
1381 "version_check",
1382]
1383
1384[[package]]
1385name = "smallvec"
1386version = "1.15.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
1389
1390[[package]]
1391name = "syn"
1392version = "2.0.100"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
1395dependencies = [
1396 "proc-macro2",
1397 "quote",
1398 "unicode-ident",
1399]
1400
1401[[package]]
1402name = "sysinfo"
1403version = "0.34.2"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2"
1406dependencies = [
1407 "libc",
1408 "memchr",
1409 "ntapi",
1410 "objc2-core-foundation",
1411 "windows",
1412]
1413
1414[[package]]
1415name = "system-deps"
1416version = "6.2.2"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
1419dependencies = [
1420 "cfg-expr",
1421 "heck",
1422 "pkg-config",
1423 "toml",
1424 "version-compare",
1425]
1426
1427[[package]]
1428name = "tar"
1429version = "0.4.44"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
1432dependencies = [
1433 "filetime",
1434 "libc",
1435 "xattr",
1436]
1437
1438[[package]]
1439name = "target-lexicon"
1440version = "0.12.16"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1443
1444[[package]]
1445name = "target-lexicon"
1446version = "0.13.2"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1449
1450[[package]]
1451name = "thiserror"
1452version = "1.0.69"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1455dependencies = [
1456 "thiserror-impl 1.0.69",
1457]
1458
1459[[package]]
1460name = "thiserror"
1461version = "2.0.12"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1464dependencies = [
1465 "thiserror-impl 2.0.12",
1466]
1467
1468[[package]]
1469name = "thiserror-impl"
1470version = "1.0.69"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1473dependencies = [
1474 "proc-macro2",
1475 "quote",
1476 "syn",
1477]
1478
1479[[package]]
1480name = "thiserror-impl"
1481version = "2.0.12"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1484dependencies = [
1485 "proc-macro2",
1486 "quote",
1487 "syn",
1488]
1489
1490[[package]]
1491name = "tiff"
1492version = "0.9.1"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
1495dependencies = [
1496 "flate2",
1497 "jpeg-decoder",
1498 "weezl",
1499]
1500
1501[[package]]
1502name = "toml"
1503version = "0.8.20"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
1506dependencies = [
1507 "serde",
1508 "serde_spanned",
1509 "toml_datetime",
1510 "toml_edit",
1511]
1512
1513[[package]]
1514name = "toml_datetime"
1515version = "0.6.8"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
1518dependencies = [
1519 "serde",
1520]
1521
1522[[package]]
1523name = "toml_edit"
1524version = "0.22.24"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
1527dependencies = [
1528 "indexmap",
1529 "serde",
1530 "serde_spanned",
1531 "toml_datetime",
1532 "winnow",
1533]
1534
1535[[package]]
1536name = "unicode-ident"
1537version = "1.0.18"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1540
1541[[package]]
1542name = "unindent"
1543version = "0.2.4"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1546
1547[[package]]
1548name = "v_frame"
1549version = "0.3.8"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
1552dependencies = [
1553 "aligned-vec",
1554 "num-traits",
1555 "wasm-bindgen",
1556]
1557
1558[[package]]
1559name = "version-compare"
1560version = "0.2.0"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
1563
1564[[package]]
1565name = "version_check"
1566version = "0.9.5"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1569
1570[[package]]
1571name = "wasi"
1572version = "0.11.0+wasi-snapshot-preview1"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1575
1576[[package]]
1577name = "wasi"
1578version = "0.14.2+wasi-0.2.4"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1581dependencies = [
1582 "wit-bindgen-rt",
1583]
1584
1585[[package]]
1586name = "wasm-bindgen"
1587version = "0.2.100"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1590dependencies = [
1591 "cfg-if",
1592 "once_cell",
1593 "rustversion",
1594 "wasm-bindgen-macro",
1595]
1596
1597[[package]]
1598name = "wasm-bindgen-backend"
1599version = "0.2.100"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1602dependencies = [
1603 "bumpalo",
1604 "log",
1605 "proc-macro2",
1606 "quote",
1607 "syn",
1608 "wasm-bindgen-shared",
1609]
1610
1611[[package]]
1612name = "wasm-bindgen-macro"
1613version = "0.2.100"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1616dependencies = [
1617 "quote",
1618 "wasm-bindgen-macro-support",
1619]
1620
1621[[package]]
1622name = "wasm-bindgen-macro-support"
1623version = "0.2.100"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1626dependencies = [
1627 "proc-macro2",
1628 "quote",
1629 "syn",
1630 "wasm-bindgen-backend",
1631 "wasm-bindgen-shared",
1632]
1633
1634[[package]]
1635name = "wasm-bindgen-shared"
1636version = "0.2.100"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1639dependencies = [
1640 "unicode-ident",
1641]
1642
1643[[package]]
1644name = "web-sys"
1645version = "0.3.77"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1648dependencies = [
1649 "js-sys",
1650 "wasm-bindgen",
1651]
1652
1653[[package]]
1654name = "weezl"
1655version = "0.1.8"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
1658
1659[[package]]
1660name = "winapi"
1661version = "0.3.9"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1664dependencies = [
1665 "winapi-i686-pc-windows-gnu",
1666 "winapi-x86_64-pc-windows-gnu",
1667]
1668
1669[[package]]
1670name = "winapi-i686-pc-windows-gnu"
1671version = "0.4.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1674
1675[[package]]
1676name = "winapi-x86_64-pc-windows-gnu"
1677version = "0.4.0"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1680
1681[[package]]
1682name = "windows"
1683version = "0.57.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
1686dependencies = [
1687 "windows-core 0.57.0",
1688 "windows-targets",
1689]
1690
1691[[package]]
1692name = "windows-core"
1693version = "0.57.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
1696dependencies = [
1697 "windows-implement 0.57.0",
1698 "windows-interface 0.57.0",
1699 "windows-result 0.1.2",
1700 "windows-targets",
1701]
1702
1703[[package]]
1704name = "windows-core"
1705version = "0.61.0"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
1708dependencies = [
1709 "windows-implement 0.60.0",
1710 "windows-interface 0.59.1",
1711 "windows-link",
1712 "windows-result 0.3.2",
1713 "windows-strings",
1714]
1715
1716[[package]]
1717name = "windows-implement"
1718version = "0.57.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
1721dependencies = [
1722 "proc-macro2",
1723 "quote",
1724 "syn",
1725]
1726
1727[[package]]
1728name = "windows-implement"
1729version = "0.60.0"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
1732dependencies = [
1733 "proc-macro2",
1734 "quote",
1735 "syn",
1736]
1737
1738[[package]]
1739name = "windows-interface"
1740version = "0.57.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
1743dependencies = [
1744 "proc-macro2",
1745 "quote",
1746 "syn",
1747]
1748
1749[[package]]
1750name = "windows-interface"
1751version = "0.59.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
1754dependencies = [
1755 "proc-macro2",
1756 "quote",
1757 "syn",
1758]
1759
1760[[package]]
1761name = "windows-link"
1762version = "0.1.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
1765
1766[[package]]
1767name = "windows-result"
1768version = "0.1.2"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
1771dependencies = [
1772 "windows-targets",
1773]
1774
1775[[package]]
1776name = "windows-result"
1777version = "0.3.2"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
1780dependencies = [
1781 "windows-link",
1782]
1783
1784[[package]]
1785name = "windows-strings"
1786version = "0.4.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
1789dependencies = [
1790 "windows-link",
1791]
1792
1793[[package]]
1794name = "windows-sys"
1795version = "0.59.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1798dependencies = [
1799 "windows-targets",
1800]
1801
1802[[package]]
1803name = "windows-targets"
1804version = "0.52.6"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1807dependencies = [
1808 "windows_aarch64_gnullvm",
1809 "windows_aarch64_msvc",
1810 "windows_i686_gnu",
1811 "windows_i686_gnullvm",
1812 "windows_i686_msvc",
1813 "windows_x86_64_gnu",
1814 "windows_x86_64_gnullvm",
1815 "windows_x86_64_msvc",
1816]
1817
1818[[package]]
1819name = "windows_aarch64_gnullvm"
1820version = "0.52.6"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1823
1824[[package]]
1825name = "windows_aarch64_msvc"
1826version = "0.52.6"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1829
1830[[package]]
1831name = "windows_i686_gnu"
1832version = "0.52.6"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1835
1836[[package]]
1837name = "windows_i686_gnullvm"
1838version = "0.52.6"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1841
1842[[package]]
1843name = "windows_i686_msvc"
1844version = "0.52.6"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1847
1848[[package]]
1849name = "windows_x86_64_gnu"
1850version = "0.52.6"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1853
1854[[package]]
1855name = "windows_x86_64_gnullvm"
1856version = "0.52.6"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1859
1860[[package]]
1861name = "windows_x86_64_msvc"
1862version = "0.52.6"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1865
1866[[package]]
1867name = "winnow"
1868version = "0.7.6"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
1871dependencies = [
1872 "memchr",
1873]
1874
1875[[package]]
1876name = "wit-bindgen-rt"
1877version = "0.39.0"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1880dependencies = [
1881 "bitflags 2.9.0",
1882]
1883
1884[[package]]
1885name = "xattr"
1886version = "1.5.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
1889dependencies = [
1890 "libc",
1891 "rustix",
1892]
1893
1894[[package]]
1895name = "xml-rs"
1896version = "0.8.26"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda"
1899
1900[[package]]
1901name = "zerocopy"
1902version = "0.8.24"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
1905dependencies = [
1906 "zerocopy-derive",
1907]
1908
1909[[package]]
1910name = "zerocopy-derive"
1911version = "0.8.24"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
1914dependencies = [
1915 "proc-macro2",
1916 "quote",
1917 "syn",
1918]
1919
1920[[package]]
1921name = "zip"
1922version = "2.6.1"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744"
1925dependencies = [
1926 "arbitrary",
1927 "crc32fast",
1928 "crossbeam-utils",
1929 "flate2",
1930 "indexmap",
1931 "memchr",
1932 "zopfli",
1933]
1934
1935[[package]]
1936name = "zopfli"
1937version = "0.8.2"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
1940dependencies = [
1941 "bumpalo",
1942 "crc32fast",
1943 "log",
1944 "simd-adler32",
1945]
1946
1947[[package]]
1948name = "zune-core"
1949version = "0.4.12"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
1952
1953[[package]]
1954name = "zune-inflate"
1955version = "0.2.54"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
1958dependencies = [
1959 "simd-adler32",
1960]
1961
1962[[package]]
1963name = "zune-jpeg"
1964version = "0.4.14"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
1967dependencies = [
1968 "zune-core",
1969]