1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aligned-vec"
13version = "0.6.4"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
16dependencies = [
17 "equator 0.4.2",
18]
19
20[[package]]
21name = "anyhow"
22version = "1.0.99"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
25
26[[package]]
27name = "arbitrary"
28version = "1.4.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
31
32[[package]]
33name = "arg_enum_proc_macro"
34version = "0.3.4"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
37dependencies = [
38 "proc-macro2",
39 "quote",
40 "syn",
41]
42
43[[package]]
44name = "array-init"
45version = "2.1.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
48
49[[package]]
50name = "arrayvec"
51version = "0.7.6"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
54
55[[package]]
56name = "autocfg"
57version = "1.5.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
60
61[[package]]
62name = "av1-grain"
63version = "0.2.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
66dependencies = [
67 "anyhow",
68 "arrayvec",
69 "log",
70 "nom",
71 "num-rational",
72 "v_frame",
73]
74
75[[package]]
76name = "avif-serialize"
77version = "0.8.6"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
80dependencies = [
81 "arrayvec",
82]
83
84[[package]]
85name = "az"
86version = "1.2.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
89
90[[package]]
91name = "bincode"
92version = "1.3.3"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
95dependencies = [
96 "serde",
97]
98
99[[package]]
100name = "bit_field"
101version = "0.10.3"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
104
105[[package]]
106name = "bitflags"
107version = "1.3.2"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
110
111[[package]]
112name = "bitflags"
113version = "2.9.3"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d"
116
117[[package]]
118name = "bitstream-io"
119version = "2.6.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
122
123[[package]]
124name = "block-buffer"
125version = "0.10.4"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
128dependencies = [
129 "generic-array",
130]
131
132[[package]]
133name = "built"
134version = "0.7.7"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
137
138[[package]]
139name = "bumpalo"
140version = "3.19.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
143
144[[package]]
145name = "bytemuck"
146version = "1.23.2"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
149dependencies = [
150 "bytemuck_derive",
151]
152
153[[package]]
154name = "bytemuck_derive"
155version = "1.10.1"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29"
158dependencies = [
159 "proc-macro2",
160 "quote",
161 "syn",
162]
163
164[[package]]
165name = "byteorder"
166version = "1.5.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
169
170[[package]]
171name = "byteorder-lite"
172version = "0.1.0"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
175
176[[package]]
177name = "cc"
178version = "1.2.34"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
181dependencies = [
182 "jobserver",
183 "libc",
184 "shlex",
185]
186
187[[package]]
188name = "cfg-expr"
189version = "0.15.8"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
192dependencies = [
193 "smallvec",
194 "target-lexicon 0.12.16",
195]
196
197[[package]]
198name = "cfg-if"
199version = "1.0.3"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
202
203[[package]]
204name = "circular-buffer"
205version = "1.1.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
208
209[[package]]
210name = "cmake"
211version = "0.1.54"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
214dependencies = [
215 "cc",
216]
217
218[[package]]
219name = "cmov"
220version = "0.3.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "1b1dc960ba75d543267db9254da8ec1cb318a037beb3f8d2497520e410096fab"
223
224[[package]]
225name = "coe-rs"
226version = "0.1.2"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "7e8f1e641542c07631228b1e0dc04b69ae3c1d58ef65d5691a439711d805c698"
229
230[[package]]
231name = "color_quant"
232version = "1.1.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
235
236[[package]]
237name = "cpufeatures"
238version = "0.2.17"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
241dependencies = [
242 "libc",
243]
244
245[[package]]
246name = "crc32fast"
247version = "1.5.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
250dependencies = [
251 "cfg-if",
252]
253
254[[package]]
255name = "crossbeam-deque"
256version = "0.8.6"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
259dependencies = [
260 "crossbeam-epoch",
261 "crossbeam-utils",
262]
263
264[[package]]
265name = "crossbeam-epoch"
266version = "0.9.18"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
269dependencies = [
270 "crossbeam-utils",
271]
272
273[[package]]
274name = "crossbeam-utils"
275version = "0.8.21"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
278
279[[package]]
280name = "crunchy"
281version = "0.2.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
284
285[[package]]
286name = "crypto-common"
287version = "0.1.6"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
290dependencies = [
291 "generic-array",
292 "typenum",
293]
294
295[[package]]
296name = "dbgf"
297version = "0.1.2"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "e6ca96b45ca70b8045e0462f191bd209fcb3c3bfe8dbfb1257ada54c4dd59169"
300
301[[package]]
302name = "digest"
303version = "0.10.7"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
306dependencies = [
307 "block-buffer",
308 "crypto-common",
309]
310
311[[package]]
312name = "divrem"
313version = "1.0.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "69dde51e8fef5e12c1d65e0929b03d66e4c0c18282bc30ed2ca050ad6f44dd82"
316
317[[package]]
318name = "doc-comment"
319version = "0.3.3"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
322
323[[package]]
324name = "document-features"
325version = "0.2.11"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
328dependencies = [
329 "litrs",
330]
331
332[[package]]
333name = "dyn-stack"
334version = "0.11.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "bf6fa63092e3ca9f602f6500fddd05502412b748c4c4682938565b44eb9e0066"
337dependencies = [
338 "bytemuck",
339]
340
341[[package]]
342name = "dyn-stack"
343version = "0.13.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
346dependencies = [
347 "bytemuck",
348]
349
350[[package]]
351name = "either"
352version = "1.15.0"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
355
356[[package]]
357name = "enum-as-inner"
358version = "0.6.1"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
361dependencies = [
362 "heck",
363 "proc-macro2",
364 "quote",
365 "syn",
366]
367
368[[package]]
369name = "equator"
370version = "0.2.2"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea"
373dependencies = [
374 "equator-macro 0.2.1",
375]
376
377[[package]]
378name = "equator"
379version = "0.4.2"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
382dependencies = [
383 "equator-macro 0.4.2",
384]
385
386[[package]]
387name = "equator-macro"
388version = "0.2.1"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc"
391dependencies = [
392 "proc-macro2",
393 "quote",
394 "syn",
395]
396
397[[package]]
398name = "equator-macro"
399version = "0.4.2"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
402dependencies = [
403 "proc-macro2",
404 "quote",
405 "syn",
406]
407
408[[package]]
409name = "equivalent"
410version = "1.0.2"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
413
414[[package]]
415name = "exr"
416version = "1.73.0"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
419dependencies = [
420 "bit_field",
421 "half",
422 "lebe",
423 "miniz_oxide",
424 "rayon-core",
425 "smallvec",
426 "zune-inflate",
427]
428
429[[package]]
430name = "faer"
431version = "0.20.2"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "c2b19b8c3570ea226e507fe3dbae2aa9d7e0f16676abd35ea3adeeb9f90f7b5d"
434dependencies = [
435 "bytemuck",
436 "coe-rs",
437 "dbgf",
438 "dyn-stack 0.11.0",
439 "equator 0.4.2",
440 "faer-entity",
441 "gemm",
442 "generativity",
443 "libm",
444 "matrixcompare",
445 "matrixcompare-core",
446 "nano-gemm",
447 "npyz",
448 "num-complex",
449 "num-traits",
450 "paste",
451 "rand",
452 "rand_distr",
453 "rayon",
454 "reborrow",
455 "serde",
456]
457
458[[package]]
459name = "faer-entity"
460version = "0.20.1"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "072f96f1bc8b2b30dfc26c086baeadb63aae08019b1ed84721809b9fd2006685"
463dependencies = [
464 "bytemuck",
465 "coe-rs",
466 "libm",
467 "num-complex",
468 "num-traits",
469 "pulp 0.18.22",
470 "reborrow",
471]
472
473[[package]]
474name = "fast_image_resize"
475version = "5.2.2"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "b6c80af28351fb3cb22f67880126f65034892e7b414d3be3d6b0aa85d79ecf0c"
478dependencies = [
479 "cfg-if",
480 "document-features",
481 "num-traits",
482 "thiserror 1.0.69",
483]
484
485[[package]]
486name = "fdeflate"
487version = "0.3.7"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
490dependencies = [
491 "simd-adler32",
492]
493
494[[package]]
495name = "fixed"
496version = "1.29.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "707070ccf8c4173548210893a0186e29c266901b71ed20cd9e2ca0193dfe95c3"
499dependencies = [
500 "az",
501 "bytemuck",
502 "half",
503 "num-traits",
504 "typenum",
505]
506
507[[package]]
508name = "flate2"
509version = "1.1.2"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
512dependencies = [
513 "crc32fast",
514 "miniz_oxide",
515]
516
517[[package]]
518name = "gcd"
519version = "2.3.0"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
522
523[[package]]
524name = "gemm"
525version = "0.18.2"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
528dependencies = [
529 "dyn-stack 0.13.0",
530 "gemm-c32",
531 "gemm-c64",
532 "gemm-common",
533 "gemm-f16",
534 "gemm-f32",
535 "gemm-f64",
536 "num-complex",
537 "num-traits",
538 "paste",
539 "raw-cpuid",
540 "seq-macro",
541]
542
543[[package]]
544name = "gemm-c32"
545version = "0.18.2"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
548dependencies = [
549 "dyn-stack 0.13.0",
550 "gemm-common",
551 "num-complex",
552 "num-traits",
553 "paste",
554 "raw-cpuid",
555 "seq-macro",
556]
557
558[[package]]
559name = "gemm-c64"
560version = "0.18.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
563dependencies = [
564 "dyn-stack 0.13.0",
565 "gemm-common",
566 "num-complex",
567 "num-traits",
568 "paste",
569 "raw-cpuid",
570 "seq-macro",
571]
572
573[[package]]
574name = "gemm-common"
575version = "0.18.2"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
578dependencies = [
579 "bytemuck",
580 "dyn-stack 0.13.0",
581 "half",
582 "libm",
583 "num-complex",
584 "num-traits",
585 "once_cell",
586 "paste",
587 "pulp 0.21.5",
588 "raw-cpuid",
589 "rayon",
590 "seq-macro",
591 "sysctl",
592]
593
594[[package]]
595name = "gemm-f16"
596version = "0.18.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
599dependencies = [
600 "dyn-stack 0.13.0",
601 "gemm-common",
602 "gemm-f32",
603 "half",
604 "num-complex",
605 "num-traits",
606 "paste",
607 "raw-cpuid",
608 "rayon",
609 "seq-macro",
610]
611
612[[package]]
613name = "gemm-f32"
614version = "0.18.2"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
617dependencies = [
618 "dyn-stack 0.13.0",
619 "gemm-common",
620 "num-complex",
621 "num-traits",
622 "paste",
623 "raw-cpuid",
624 "seq-macro",
625]
626
627[[package]]
628name = "gemm-f64"
629version = "0.18.2"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
632dependencies = [
633 "dyn-stack 0.13.0",
634 "gemm-common",
635 "num-complex",
636 "num-traits",
637 "paste",
638 "raw-cpuid",
639 "seq-macro",
640]
641
642[[package]]
643name = "generativity"
644version = "1.1.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "5881e4c3c2433fe4905bb19cfd2b5d49d4248274862b68c27c33d9ba4e13f9ec"
647
648[[package]]
649name = "generator"
650version = "0.8.7"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
653dependencies = [
654 "cc",
655 "cfg-if",
656 "libc",
657 "log",
658 "rustversion",
659 "windows",
660]
661
662[[package]]
663name = "generic-array"
664version = "0.14.7"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
667dependencies = [
668 "typenum",
669 "version_check",
670]
671
672[[package]]
673name = "getrandom"
674version = "0.2.16"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
677dependencies = [
678 "cfg-if",
679 "libc",
680 "wasi 0.11.1+wasi-snapshot-preview1",
681]
682
683[[package]]
684name = "getrandom"
685version = "0.3.3"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
688dependencies = [
689 "cfg-if",
690 "libc",
691 "r-efi",
692 "wasi 0.14.3+wasi-0.2.4",
693]
694
695[[package]]
696name = "gif"
697version = "0.13.3"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
700dependencies = [
701 "color_quant",
702 "weezl",
703]
704
705[[package]]
706name = "half"
707version = "2.6.0"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
710dependencies = [
711 "bytemuck",
712 "cfg-if",
713 "crunchy",
714 "num-traits",
715]
716
717[[package]]
718name = "hashbrown"
719version = "0.15.5"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
722
723[[package]]
724name = "heck"
725version = "0.5.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
728
729[[package]]
730name = "image"
731version = "0.25.6"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
734dependencies = [
735 "bytemuck",
736 "byteorder-lite",
737 "color_quant",
738 "exr",
739 "gif",
740 "image-webp",
741 "num-traits",
742 "png",
743 "qoi",
744 "ravif",
745 "rayon",
746 "rgb",
747 "tiff",
748 "zune-core",
749 "zune-jpeg",
750]
751
752[[package]]
753name = "image-webp"
754version = "0.2.4"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
757dependencies = [
758 "byteorder-lite",
759 "quick-error",
760]
761
762[[package]]
763name = "imgref"
764version = "1.11.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
767
768[[package]]
769name = "indexmap"
770version = "2.11.0"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
773dependencies = [
774 "equivalent",
775 "hashbrown",
776]
777
778[[package]]
779name = "indoc"
780version = "2.0.6"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
783
784[[package]]
785name = "interpolate_name"
786version = "0.2.4"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
789dependencies = [
790 "proc-macro2",
791 "quote",
792 "syn",
793]
794
795[[package]]
796name = "itertools"
797version = "0.12.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
800dependencies = [
801 "either",
802]
803
804[[package]]
805name = "jobserver"
806version = "0.1.34"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
809dependencies = [
810 "getrandom 0.3.3",
811 "libc",
812]
813
814[[package]]
815name = "jpeg-decoder"
816version = "0.3.2"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
819
820[[package]]
821name = "jpeg-encoder"
822version = "0.6.1"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "b454d911ac55068f53495488d8ccd0646eaa540c033a28ee15b07838afafb01f"
825
826[[package]]
827name = "kiddo"
828version = "5.2.2"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "5fc5459a4b132bf81ba0384127e03abb116610da569c4b77db8ab7f629489c71"
831dependencies = [
832 "aligned-vec",
833 "array-init",
834 "az",
835 "cmov",
836 "divrem",
837 "doc-comment",
838 "fixed",
839 "generator",
840 "num-traits",
841 "ordered-float",
842 "sorted-vec",
843 "tracing",
844 "tracing-subscriber",
845]
846
847[[package]]
848name = "kornia-3d"
849version = "0.1.9"
850dependencies = [
851 "bincode",
852 "faer",
853 "serde",
854 "thiserror 2.0.16",
855]
856
857[[package]]
858name = "kornia-icp"
859version = "0.1.9"
860dependencies = [
861 "faer",
862 "kiddo",
863 "kornia-3d",
864 "log",
865 "thiserror 2.0.16",
866]
867
868[[package]]
869name = "kornia-image"
870version = "0.1.9"
871dependencies = [
872 "kornia-tensor",
873 "num-traits",
874 "thiserror 2.0.16",
875]
876
877[[package]]
878name = "kornia-imgproc"
879version = "0.1.9"
880dependencies = [
881 "fast_image_resize",
882 "kornia-image",
883 "kornia-tensor",
884 "num-traits",
885 "rayon",
886 "thiserror 2.0.16",
887]
888
889[[package]]
890name = "kornia-io"
891version = "0.1.9"
892dependencies = [
893 "circular-buffer",
894 "image",
895 "jpeg-encoder",
896 "kornia-image",
897 "log",
898 "png",
899 "thiserror 2.0.16",
900 "tiff",
901 "turbojpeg",
902 "zune-jpeg",
903]
904
905[[package]]
906name = "kornia-py"
907version = "0.1.9"
908dependencies = [
909 "kornia-3d",
910 "kornia-icp",
911 "kornia-image",
912 "kornia-imgproc",
913 "kornia-io",
914 "numpy",
915 "pyo3",
916]
917
918[[package]]
919name = "kornia-tensor"
920version = "0.1.9"
921dependencies = [
922 "num-traits",
923 "thiserror 2.0.16",
924]
925
926[[package]]
927name = "lazy_static"
928version = "1.5.0"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
931
932[[package]]
933name = "lebe"
934version = "0.5.2"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
937
938[[package]]
939name = "libc"
940version = "0.2.175"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
943
944[[package]]
945name = "libfuzzer-sys"
946version = "0.4.10"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
949dependencies = [
950 "arbitrary",
951 "cc",
952]
953
954[[package]]
955name = "libm"
956version = "0.2.15"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
959
960[[package]]
961name = "litrs"
962version = "0.4.2"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
965
966[[package]]
967name = "log"
968version = "0.4.27"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
971
972[[package]]
973name = "loop9"
974version = "0.1.5"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
977dependencies = [
978 "imgref",
979]
980
981[[package]]
982name = "matrixcompare"
983version = "0.3.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "37832ba820e47c93d66b4360198dccb004b43c74abc3ac1ce1fed54e65a80445"
986dependencies = [
987 "matrixcompare-core",
988 "num-traits",
989]
990
991[[package]]
992name = "matrixcompare-core"
993version = "0.1.0"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "b0bdabb30db18805d5290b3da7ceaccbddba795620b86c02145d688e04900a73"
996
997[[package]]
998name = "matrixmultiply"
999version = "0.3.10"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1002dependencies = [
1003 "autocfg",
1004 "rawpointer",
1005]
1006
1007[[package]]
1008name = "maybe-rayon"
1009version = "0.1.1"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
1012dependencies = [
1013 "cfg-if",
1014 "rayon",
1015]
1016
1017[[package]]
1018name = "memchr"
1019version = "2.7.5"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1022
1023[[package]]
1024name = "memoffset"
1025version = "0.9.1"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1028dependencies = [
1029 "autocfg",
1030]
1031
1032[[package]]
1033name = "minimal-lexical"
1034version = "0.2.1"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1037
1038[[package]]
1039name = "miniz_oxide"
1040version = "0.8.9"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1043dependencies = [
1044 "adler2",
1045 "simd-adler32",
1046]
1047
1048[[package]]
1049name = "nano-gemm"
1050version = "0.1.3"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "bb5ba2bea1c00e53de11f6ab5bd0761ba87dc0045d63b0c87ee471d2d3061376"
1053dependencies = [
1054 "equator 0.2.2",
1055 "nano-gemm-c32",
1056 "nano-gemm-c64",
1057 "nano-gemm-codegen",
1058 "nano-gemm-core",
1059 "nano-gemm-f32",
1060 "nano-gemm-f64",
1061 "num-complex",
1062]
1063
1064[[package]]
1065name = "nano-gemm-c32"
1066version = "0.1.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "a40449e57a5713464c3a1208c4c3301c8d29ee1344711822cf022bc91373a91b"
1069dependencies = [
1070 "nano-gemm-codegen",
1071 "nano-gemm-core",
1072 "num-complex",
1073]
1074
1075[[package]]
1076name = "nano-gemm-c64"
1077version = "0.1.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "743a6e6211358fba85d1009616751e4107da86f4c95b24e684ce85f25c25b3bf"
1080dependencies = [
1081 "nano-gemm-codegen",
1082 "nano-gemm-core",
1083 "num-complex",
1084]
1085
1086[[package]]
1087name = "nano-gemm-codegen"
1088version = "0.1.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "963bf7c7110d55430169dc74c67096375491ed580cd2ef84842550ac72e781fa"
1091
1092[[package]]
1093name = "nano-gemm-core"
1094version = "0.1.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "fe3fc4f83ae8861bad79dc3c016bd6b0220da5f9de302e07d3112d16efc24aa6"
1097
1098[[package]]
1099name = "nano-gemm-f32"
1100version = "0.1.0"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "4e3681b7ce35658f79da94b7f62c60a005e29c373c7111ed070e3bf64546a8bb"
1103dependencies = [
1104 "nano-gemm-codegen",
1105 "nano-gemm-core",
1106]
1107
1108[[package]]
1109name = "nano-gemm-f64"
1110version = "0.1.0"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "bc1e619ed04d801809e1f63e61b669d380c4119e8b0cdd6ed184c6b111f046d8"
1113dependencies = [
1114 "nano-gemm-codegen",
1115 "nano-gemm-core",
1116]
1117
1118[[package]]
1119name = "ndarray"
1120version = "0.16.1"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
1123dependencies = [
1124 "matrixmultiply",
1125 "num-complex",
1126 "num-integer",
1127 "num-traits",
1128 "portable-atomic",
1129 "portable-atomic-util",
1130 "rawpointer",
1131]
1132
1133[[package]]
1134name = "new_debug_unreachable"
1135version = "1.0.6"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1138
1139[[package]]
1140name = "nom"
1141version = "7.1.3"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1144dependencies = [
1145 "memchr",
1146 "minimal-lexical",
1147]
1148
1149[[package]]
1150name = "noop_proc_macro"
1151version = "0.3.0"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
1154
1155[[package]]
1156name = "npyz"
1157version = "0.8.4"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "9f0e759e014e630f90af745101b614f761306ddc541681e546649068e25ec1b9"
1160dependencies = [
1161 "byteorder",
1162 "num-bigint",
1163 "py_literal",
1164]
1165
1166[[package]]
1167name = "nu-ansi-term"
1168version = "0.50.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
1171dependencies = [
1172 "windows-sys 0.52.0",
1173]
1174
1175[[package]]
1176name = "num-bigint"
1177version = "0.4.6"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1180dependencies = [
1181 "num-integer",
1182 "num-traits",
1183]
1184
1185[[package]]
1186name = "num-complex"
1187version = "0.4.6"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1190dependencies = [
1191 "bytemuck",
1192 "num-traits",
1193 "rand",
1194]
1195
1196[[package]]
1197name = "num-derive"
1198version = "0.4.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1201dependencies = [
1202 "proc-macro2",
1203 "quote",
1204 "syn",
1205]
1206
1207[[package]]
1208name = "num-integer"
1209version = "0.1.46"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1212dependencies = [
1213 "num-traits",
1214]
1215
1216[[package]]
1217name = "num-rational"
1218version = "0.4.2"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1221dependencies = [
1222 "num-bigint",
1223 "num-integer",
1224 "num-traits",
1225]
1226
1227[[package]]
1228name = "num-traits"
1229version = "0.2.19"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1232dependencies = [
1233 "autocfg",
1234 "libm",
1235]
1236
1237[[package]]
1238name = "numpy"
1239version = "0.24.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "a7cfbf3f0feededcaa4d289fe3079b03659e85c5b5a177f4ba6fb01ab4fb3e39"
1242dependencies = [
1243 "libc",
1244 "ndarray",
1245 "num-complex",
1246 "num-integer",
1247 "num-traits",
1248 "pyo3",
1249 "pyo3-build-config",
1250 "rustc-hash",
1251]
1252
1253[[package]]
1254name = "once_cell"
1255version = "1.21.3"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1258
1259[[package]]
1260name = "ordered-float"
1261version = "5.0.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01"
1264dependencies = [
1265 "num-traits",
1266]
1267
1268[[package]]
1269name = "paste"
1270version = "1.0.15"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1273
1274[[package]]
1275name = "pest"
1276version = "2.8.1"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
1279dependencies = [
1280 "memchr",
1281 "thiserror 2.0.16",
1282 "ucd-trie",
1283]
1284
1285[[package]]
1286name = "pest_derive"
1287version = "2.8.1"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc"
1290dependencies = [
1291 "pest",
1292 "pest_generator",
1293]
1294
1295[[package]]
1296name = "pest_generator"
1297version = "2.8.1"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966"
1300dependencies = [
1301 "pest",
1302 "pest_meta",
1303 "proc-macro2",
1304 "quote",
1305 "syn",
1306]
1307
1308[[package]]
1309name = "pest_meta"
1310version = "2.8.1"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5"
1313dependencies = [
1314 "pest",
1315 "sha2",
1316]
1317
1318[[package]]
1319name = "pin-project-lite"
1320version = "0.2.16"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1323
1324[[package]]
1325name = "pkg-config"
1326version = "0.3.32"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1329
1330[[package]]
1331name = "png"
1332version = "0.17.16"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
1335dependencies = [
1336 "bitflags 1.3.2",
1337 "crc32fast",
1338 "fdeflate",
1339 "flate2",
1340 "miniz_oxide",
1341]
1342
1343[[package]]
1344name = "portable-atomic"
1345version = "1.11.1"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1348
1349[[package]]
1350name = "portable-atomic-util"
1351version = "0.2.4"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1354dependencies = [
1355 "portable-atomic",
1356]
1357
1358[[package]]
1359name = "ppv-lite86"
1360version = "0.2.21"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1363dependencies = [
1364 "zerocopy",
1365]
1366
1367[[package]]
1368name = "proc-macro2"
1369version = "1.0.101"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1372dependencies = [
1373 "unicode-ident",
1374]
1375
1376[[package]]
1377name = "profiling"
1378version = "1.0.17"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1381dependencies = [
1382 "profiling-procmacros",
1383]
1384
1385[[package]]
1386name = "profiling-procmacros"
1387version = "1.0.17"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
1390dependencies = [
1391 "quote",
1392 "syn",
1393]
1394
1395[[package]]
1396name = "pulp"
1397version = "0.18.22"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
1400dependencies = [
1401 "bytemuck",
1402 "libm",
1403 "num-complex",
1404 "reborrow",
1405]
1406
1407[[package]]
1408name = "pulp"
1409version = "0.21.5"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
1412dependencies = [
1413 "bytemuck",
1414 "cfg-if",
1415 "libm",
1416 "num-complex",
1417 "reborrow",
1418 "version_check",
1419]
1420
1421[[package]]
1422name = "py_literal"
1423version = "0.4.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1"
1426dependencies = [
1427 "num-bigint",
1428 "num-complex",
1429 "num-traits",
1430 "pest",
1431 "pest_derive",
1432]
1433
1434[[package]]
1435name = "pyo3"
1436version = "0.24.2"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
1439dependencies = [
1440 "cfg-if",
1441 "indoc",
1442 "libc",
1443 "memoffset",
1444 "once_cell",
1445 "portable-atomic",
1446 "pyo3-build-config",
1447 "pyo3-ffi",
1448 "pyo3-macros",
1449 "unindent",
1450]
1451
1452[[package]]
1453name = "pyo3-build-config"
1454version = "0.24.2"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
1457dependencies = [
1458 "once_cell",
1459 "target-lexicon 0.13.2",
1460]
1461
1462[[package]]
1463name = "pyo3-ffi"
1464version = "0.24.2"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
1467dependencies = [
1468 "libc",
1469 "pyo3-build-config",
1470]
1471
1472[[package]]
1473name = "pyo3-macros"
1474version = "0.24.2"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
1477dependencies = [
1478 "proc-macro2",
1479 "pyo3-macros-backend",
1480 "quote",
1481 "syn",
1482]
1483
1484[[package]]
1485name = "pyo3-macros-backend"
1486version = "0.24.2"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
1489dependencies = [
1490 "heck",
1491 "proc-macro2",
1492 "pyo3-build-config",
1493 "quote",
1494 "syn",
1495]
1496
1497[[package]]
1498name = "qoi"
1499version = "0.4.1"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1502dependencies = [
1503 "bytemuck",
1504]
1505
1506[[package]]
1507name = "quick-error"
1508version = "2.0.1"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1511
1512[[package]]
1513name = "quote"
1514version = "1.0.40"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1517dependencies = [
1518 "proc-macro2",
1519]
1520
1521[[package]]
1522name = "r-efi"
1523version = "5.3.0"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1526
1527[[package]]
1528name = "rand"
1529version = "0.8.5"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1532dependencies = [
1533 "libc",
1534 "rand_chacha",
1535 "rand_core",
1536]
1537
1538[[package]]
1539name = "rand_chacha"
1540version = "0.3.1"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1543dependencies = [
1544 "ppv-lite86",
1545 "rand_core",
1546]
1547
1548[[package]]
1549name = "rand_core"
1550version = "0.6.4"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1553dependencies = [
1554 "getrandom 0.2.16",
1555]
1556
1557[[package]]
1558name = "rand_distr"
1559version = "0.4.3"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
1562dependencies = [
1563 "num-traits",
1564 "rand",
1565]
1566
1567[[package]]
1568name = "rav1e"
1569version = "0.7.1"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
1572dependencies = [
1573 "arbitrary",
1574 "arg_enum_proc_macro",
1575 "arrayvec",
1576 "av1-grain",
1577 "bitstream-io",
1578 "built",
1579 "cfg-if",
1580 "interpolate_name",
1581 "itertools",
1582 "libc",
1583 "libfuzzer-sys",
1584 "log",
1585 "maybe-rayon",
1586 "new_debug_unreachable",
1587 "noop_proc_macro",
1588 "num-derive",
1589 "num-traits",
1590 "once_cell",
1591 "paste",
1592 "profiling",
1593 "rand",
1594 "rand_chacha",
1595 "simd_helpers",
1596 "system-deps",
1597 "thiserror 1.0.69",
1598 "v_frame",
1599 "wasm-bindgen",
1600]
1601
1602[[package]]
1603name = "ravif"
1604version = "0.11.20"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
1607dependencies = [
1608 "avif-serialize",
1609 "imgref",
1610 "loop9",
1611 "quick-error",
1612 "rav1e",
1613 "rayon",
1614 "rgb",
1615]
1616
1617[[package]]
1618name = "raw-cpuid"
1619version = "11.5.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
1622dependencies = [
1623 "bitflags 2.9.3",
1624]
1625
1626[[package]]
1627name = "rawpointer"
1628version = "0.2.1"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1631
1632[[package]]
1633name = "rayon"
1634version = "1.11.0"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1637dependencies = [
1638 "either",
1639 "rayon-core",
1640]
1641
1642[[package]]
1643name = "rayon-core"
1644version = "1.13.0"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1647dependencies = [
1648 "crossbeam-deque",
1649 "crossbeam-utils",
1650]
1651
1652[[package]]
1653name = "reborrow"
1654version = "0.5.5"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
1657
1658[[package]]
1659name = "rgb"
1660version = "0.8.52"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
1663
1664[[package]]
1665name = "rustc-hash"
1666version = "2.1.1"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1669
1670[[package]]
1671name = "rustversion"
1672version = "1.0.22"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1675
1676[[package]]
1677name = "same-file"
1678version = "1.0.6"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1681dependencies = [
1682 "winapi-util",
1683]
1684
1685[[package]]
1686name = "seq-macro"
1687version = "0.3.6"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1690
1691[[package]]
1692name = "serde"
1693version = "1.0.219"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1696dependencies = [
1697 "serde_derive",
1698]
1699
1700[[package]]
1701name = "serde_derive"
1702version = "1.0.219"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1705dependencies = [
1706 "proc-macro2",
1707 "quote",
1708 "syn",
1709]
1710
1711[[package]]
1712name = "serde_spanned"
1713version = "0.6.9"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1716dependencies = [
1717 "serde",
1718]
1719
1720[[package]]
1721name = "sha2"
1722version = "0.10.9"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1725dependencies = [
1726 "cfg-if",
1727 "cpufeatures",
1728 "digest",
1729]
1730
1731[[package]]
1732name = "sharded-slab"
1733version = "0.1.7"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1736dependencies = [
1737 "lazy_static",
1738]
1739
1740[[package]]
1741name = "shlex"
1742version = "1.3.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1745
1746[[package]]
1747name = "simd-adler32"
1748version = "0.3.7"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1751
1752[[package]]
1753name = "simd_helpers"
1754version = "0.1.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
1757dependencies = [
1758 "quote",
1759]
1760
1761[[package]]
1762name = "smallvec"
1763version = "1.15.1"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1766
1767[[package]]
1768name = "sorted-vec"
1769version = "0.8.8"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "ee66d25213bcbd4feb55704c0c8eee3f95d022c693dab42d796e1b8f23666d9a"
1772
1773[[package]]
1774name = "syn"
1775version = "2.0.106"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1778dependencies = [
1779 "proc-macro2",
1780 "quote",
1781 "unicode-ident",
1782]
1783
1784[[package]]
1785name = "sysctl"
1786version = "0.6.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
1789dependencies = [
1790 "bitflags 2.9.3",
1791 "byteorder",
1792 "enum-as-inner",
1793 "libc",
1794 "thiserror 1.0.69",
1795 "walkdir",
1796]
1797
1798[[package]]
1799name = "system-deps"
1800version = "6.2.2"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
1803dependencies = [
1804 "cfg-expr",
1805 "heck",
1806 "pkg-config",
1807 "toml",
1808 "version-compare",
1809]
1810
1811[[package]]
1812name = "target-lexicon"
1813version = "0.12.16"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1816
1817[[package]]
1818name = "target-lexicon"
1819version = "0.13.2"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1822
1823[[package]]
1824name = "thiserror"
1825version = "1.0.69"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1828dependencies = [
1829 "thiserror-impl 1.0.69",
1830]
1831
1832[[package]]
1833name = "thiserror"
1834version = "2.0.16"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
1837dependencies = [
1838 "thiserror-impl 2.0.16",
1839]
1840
1841[[package]]
1842name = "thiserror-impl"
1843version = "1.0.69"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1846dependencies = [
1847 "proc-macro2",
1848 "quote",
1849 "syn",
1850]
1851
1852[[package]]
1853name = "thiserror-impl"
1854version = "2.0.16"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
1857dependencies = [
1858 "proc-macro2",
1859 "quote",
1860 "syn",
1861]
1862
1863[[package]]
1864name = "thread_local"
1865version = "1.1.9"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1868dependencies = [
1869 "cfg-if",
1870]
1871
1872[[package]]
1873name = "tiff"
1874version = "0.9.1"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
1877dependencies = [
1878 "flate2",
1879 "jpeg-decoder",
1880 "weezl",
1881]
1882
1883[[package]]
1884name = "toml"
1885version = "0.8.23"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1888dependencies = [
1889 "serde",
1890 "serde_spanned",
1891 "toml_datetime",
1892 "toml_edit",
1893]
1894
1895[[package]]
1896name = "toml_datetime"
1897version = "0.6.11"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1900dependencies = [
1901 "serde",
1902]
1903
1904[[package]]
1905name = "toml_edit"
1906version = "0.22.27"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1909dependencies = [
1910 "indexmap",
1911 "serde",
1912 "serde_spanned",
1913 "toml_datetime",
1914 "winnow",
1915]
1916
1917[[package]]
1918name = "tracing"
1919version = "0.1.41"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1922dependencies = [
1923 "pin-project-lite",
1924 "tracing-attributes",
1925 "tracing-core",
1926]
1927
1928[[package]]
1929name = "tracing-attributes"
1930version = "0.1.30"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1933dependencies = [
1934 "proc-macro2",
1935 "quote",
1936 "syn",
1937]
1938
1939[[package]]
1940name = "tracing-core"
1941version = "0.1.34"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1944dependencies = [
1945 "once_cell",
1946 "valuable",
1947]
1948
1949[[package]]
1950name = "tracing-log"
1951version = "0.2.0"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1954dependencies = [
1955 "log",
1956 "once_cell",
1957 "tracing-core",
1958]
1959
1960[[package]]
1961name = "tracing-subscriber"
1962version = "0.3.20"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
1965dependencies = [
1966 "nu-ansi-term",
1967 "sharded-slab",
1968 "smallvec",
1969 "thread_local",
1970 "tracing-core",
1971 "tracing-log",
1972]
1973
1974[[package]]
1975name = "turbojpeg"
1976version = "1.3.3"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "017914ca203ad45ccb4f6b7a61823673c43dc28c31082e1ab692c3729849d90b"
1979dependencies = [
1980 "gcd",
1981 "libc",
1982 "thiserror 1.0.69",
1983 "turbojpeg-sys",
1984]
1985
1986[[package]]
1987name = "turbojpeg-sys"
1988version = "1.1.1"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "d2d87290369f91af10f425f9ec0b8ce775cf79ea189291faa974c0b4e02e1e2f"
1991dependencies = [
1992 "anyhow",
1993 "cmake",
1994 "libc",
1995 "pkg-config",
1996]
1997
1998[[package]]
1999name = "typenum"
2000version = "1.18.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2003
2004[[package]]
2005name = "ucd-trie"
2006version = "0.1.7"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2009
2010[[package]]
2011name = "unicode-ident"
2012version = "1.0.18"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2015
2016[[package]]
2017name = "unindent"
2018version = "0.2.4"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2021
2022[[package]]
2023name = "v_frame"
2024version = "0.3.9"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
2027dependencies = [
2028 "aligned-vec",
2029 "num-traits",
2030 "wasm-bindgen",
2031]
2032
2033[[package]]
2034name = "valuable"
2035version = "0.1.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2038
2039[[package]]
2040name = "version-compare"
2041version = "0.2.0"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2044
2045[[package]]
2046name = "version_check"
2047version = "0.9.5"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2050
2051[[package]]
2052name = "walkdir"
2053version = "2.5.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2056dependencies = [
2057 "same-file",
2058 "winapi-util",
2059]
2060
2061[[package]]
2062name = "wasi"
2063version = "0.11.1+wasi-snapshot-preview1"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2066
2067[[package]]
2068name = "wasi"
2069version = "0.14.3+wasi-0.2.4"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
2072dependencies = [
2073 "wit-bindgen",
2074]
2075
2076[[package]]
2077name = "wasm-bindgen"
2078version = "0.2.100"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2081dependencies = [
2082 "cfg-if",
2083 "once_cell",
2084 "rustversion",
2085 "wasm-bindgen-macro",
2086]
2087
2088[[package]]
2089name = "wasm-bindgen-backend"
2090version = "0.2.100"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2093dependencies = [
2094 "bumpalo",
2095 "log",
2096 "proc-macro2",
2097 "quote",
2098 "syn",
2099 "wasm-bindgen-shared",
2100]
2101
2102[[package]]
2103name = "wasm-bindgen-macro"
2104version = "0.2.100"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2107dependencies = [
2108 "quote",
2109 "wasm-bindgen-macro-support",
2110]
2111
2112[[package]]
2113name = "wasm-bindgen-macro-support"
2114version = "0.2.100"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2117dependencies = [
2118 "proc-macro2",
2119 "quote",
2120 "syn",
2121 "wasm-bindgen-backend",
2122 "wasm-bindgen-shared",
2123]
2124
2125[[package]]
2126name = "wasm-bindgen-shared"
2127version = "0.2.100"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2130dependencies = [
2131 "unicode-ident",
2132]
2133
2134[[package]]
2135name = "weezl"
2136version = "0.1.10"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
2139
2140[[package]]
2141name = "winapi-util"
2142version = "0.1.10"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
2145dependencies = [
2146 "windows-sys 0.60.2",
2147]
2148
2149[[package]]
2150name = "windows"
2151version = "0.61.3"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
2154dependencies = [
2155 "windows-collections",
2156 "windows-core",
2157 "windows-future",
2158 "windows-link",
2159 "windows-numerics",
2160]
2161
2162[[package]]
2163name = "windows-collections"
2164version = "0.2.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
2167dependencies = [
2168 "windows-core",
2169]
2170
2171[[package]]
2172name = "windows-core"
2173version = "0.61.2"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2176dependencies = [
2177 "windows-implement",
2178 "windows-interface",
2179 "windows-link",
2180 "windows-result",
2181 "windows-strings",
2182]
2183
2184[[package]]
2185name = "windows-future"
2186version = "0.2.1"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
2189dependencies = [
2190 "windows-core",
2191 "windows-link",
2192 "windows-threading",
2193]
2194
2195[[package]]
2196name = "windows-implement"
2197version = "0.60.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2200dependencies = [
2201 "proc-macro2",
2202 "quote",
2203 "syn",
2204]
2205
2206[[package]]
2207name = "windows-interface"
2208version = "0.59.1"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
2211dependencies = [
2212 "proc-macro2",
2213 "quote",
2214 "syn",
2215]
2216
2217[[package]]
2218name = "windows-link"
2219version = "0.1.3"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2222
2223[[package]]
2224name = "windows-numerics"
2225version = "0.2.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
2228dependencies = [
2229 "windows-core",
2230 "windows-link",
2231]
2232
2233[[package]]
2234name = "windows-result"
2235version = "0.3.4"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2238dependencies = [
2239 "windows-link",
2240]
2241
2242[[package]]
2243name = "windows-strings"
2244version = "0.4.2"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2247dependencies = [
2248 "windows-link",
2249]
2250
2251[[package]]
2252name = "windows-sys"
2253version = "0.52.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2256dependencies = [
2257 "windows-targets 0.52.6",
2258]
2259
2260[[package]]
2261name = "windows-sys"
2262version = "0.60.2"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2265dependencies = [
2266 "windows-targets 0.53.3",
2267]
2268
2269[[package]]
2270name = "windows-targets"
2271version = "0.52.6"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2274dependencies = [
2275 "windows_aarch64_gnullvm 0.52.6",
2276 "windows_aarch64_msvc 0.52.6",
2277 "windows_i686_gnu 0.52.6",
2278 "windows_i686_gnullvm 0.52.6",
2279 "windows_i686_msvc 0.52.6",
2280 "windows_x86_64_gnu 0.52.6",
2281 "windows_x86_64_gnullvm 0.52.6",
2282 "windows_x86_64_msvc 0.52.6",
2283]
2284
2285[[package]]
2286name = "windows-targets"
2287version = "0.53.3"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
2290dependencies = [
2291 "windows-link",
2292 "windows_aarch64_gnullvm 0.53.0",
2293 "windows_aarch64_msvc 0.53.0",
2294 "windows_i686_gnu 0.53.0",
2295 "windows_i686_gnullvm 0.53.0",
2296 "windows_i686_msvc 0.53.0",
2297 "windows_x86_64_gnu 0.53.0",
2298 "windows_x86_64_gnullvm 0.53.0",
2299 "windows_x86_64_msvc 0.53.0",
2300]
2301
2302[[package]]
2303name = "windows-threading"
2304version = "0.1.0"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
2307dependencies = [
2308 "windows-link",
2309]
2310
2311[[package]]
2312name = "windows_aarch64_gnullvm"
2313version = "0.52.6"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2316
2317[[package]]
2318name = "windows_aarch64_gnullvm"
2319version = "0.53.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2322
2323[[package]]
2324name = "windows_aarch64_msvc"
2325version = "0.52.6"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2328
2329[[package]]
2330name = "windows_aarch64_msvc"
2331version = "0.53.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2334
2335[[package]]
2336name = "windows_i686_gnu"
2337version = "0.52.6"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2340
2341[[package]]
2342name = "windows_i686_gnu"
2343version = "0.53.0"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2346
2347[[package]]
2348name = "windows_i686_gnullvm"
2349version = "0.52.6"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2352
2353[[package]]
2354name = "windows_i686_gnullvm"
2355version = "0.53.0"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2358
2359[[package]]
2360name = "windows_i686_msvc"
2361version = "0.52.6"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2364
2365[[package]]
2366name = "windows_i686_msvc"
2367version = "0.53.0"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2370
2371[[package]]
2372name = "windows_x86_64_gnu"
2373version = "0.52.6"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2376
2377[[package]]
2378name = "windows_x86_64_gnu"
2379version = "0.53.0"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2382
2383[[package]]
2384name = "windows_x86_64_gnullvm"
2385version = "0.52.6"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2388
2389[[package]]
2390name = "windows_x86_64_gnullvm"
2391version = "0.53.0"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2394
2395[[package]]
2396name = "windows_x86_64_msvc"
2397version = "0.52.6"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2400
2401[[package]]
2402name = "windows_x86_64_msvc"
2403version = "0.53.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2406
2407[[package]]
2408name = "winnow"
2409version = "0.7.13"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
2412dependencies = [
2413 "memchr",
2414]
2415
2416[[package]]
2417name = "wit-bindgen"
2418version = "0.45.0"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"
2421
2422[[package]]
2423name = "zerocopy"
2424version = "0.8.26"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2427dependencies = [
2428 "zerocopy-derive",
2429]
2430
2431[[package]]
2432name = "zerocopy-derive"
2433version = "0.8.26"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2436dependencies = [
2437 "proc-macro2",
2438 "quote",
2439 "syn",
2440]
2441
2442[[package]]
2443name = "zune-core"
2444version = "0.4.12"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2447
2448[[package]]
2449name = "zune-inflate"
2450version = "0.2.54"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2453dependencies = [
2454 "simd-adler32",
2455]
2456
2457[[package]]
2458name = "zune-jpeg"
2459version = "0.4.20"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089"
2462dependencies = [
2463 "zune-core",
2464]