[READ-ONLY] Mirror of https://github.com/mrgnw/avify.
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.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aligned"
13version = "0.4.3"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
16dependencies = [
17 "as-slice",
18]
19
20[[package]]
21name = "aligned-vec"
22version = "0.6.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
25dependencies = [
26 "equator",
27]
28
29[[package]]
30name = "alloc-no-stdlib"
31version = "2.0.4"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
34
35[[package]]
36name = "alloc-stdlib"
37version = "0.2.2"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
40dependencies = [
41 "alloc-no-stdlib",
42]
43
44[[package]]
45name = "anstream"
46version = "1.0.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
49dependencies = [
50 "anstyle",
51 "anstyle-parse",
52 "anstyle-query",
53 "anstyle-wincon",
54 "colorchoice",
55 "is_terminal_polyfill",
56 "utf8parse",
57]
58
59[[package]]
60name = "anstyle"
61version = "1.0.14"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
64
65[[package]]
66name = "anstyle-parse"
67version = "1.0.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
70dependencies = [
71 "utf8parse",
72]
73
74[[package]]
75name = "anstyle-query"
76version = "1.1.5"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
79dependencies = [
80 "windows-sys",
81]
82
83[[package]]
84name = "anstyle-wincon"
85version = "3.0.11"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
88dependencies = [
89 "anstyle",
90 "once_cell_polyfill",
91 "windows-sys",
92]
93
94[[package]]
95name = "anyhow"
96version = "1.0.102"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
99
100[[package]]
101name = "arbitrary"
102version = "1.4.2"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
105
106[[package]]
107name = "arg_enum_proc_macro"
108version = "0.3.4"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
111dependencies = [
112 "proc-macro2",
113 "quote",
114 "syn",
115]
116
117[[package]]
118name = "arrayref"
119version = "0.3.9"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
122
123[[package]]
124name = "arrayvec"
125version = "0.7.6"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
128
129[[package]]
130name = "as-slice"
131version = "0.2.1"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
134dependencies = [
135 "stable_deref_trait",
136]
137
138[[package]]
139name = "autocfg"
140version = "1.5.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
143
144[[package]]
145name = "av-scenechange"
146version = "0.14.1"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
149dependencies = [
150 "aligned",
151 "anyhow",
152 "arg_enum_proc_macro",
153 "arrayvec",
154 "log",
155 "num-rational",
156 "num-traits",
157 "pastey",
158 "rayon",
159 "thiserror 2.0.18",
160 "v_frame",
161 "y4m",
162]
163
164[[package]]
165name = "av1-grain"
166version = "0.2.5"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
169dependencies = [
170 "anyhow",
171 "arrayvec",
172 "log",
173 "nom",
174 "num-rational",
175 "v_frame",
176]
177
178[[package]]
179name = "avif-serialize"
180version = "0.8.8"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d"
183dependencies = [
184 "arrayvec",
185]
186
187[[package]]
188name = "avify"
189version = "0.3.0"
190dependencies = [
191 "anyhow",
192 "clap",
193 "image",
194 "imagepipe",
195 "imgref",
196 "jxl-oxide",
197 "libc",
198 "libheif-rs",
199 "psd",
200 "ravif",
201 "rayon",
202 "rgb",
203 "roxmltree",
204]
205
206[[package]]
207name = "bincode"
208version = "1.3.3"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
211dependencies = [
212 "serde",
213]
214
215[[package]]
216name = "bit_field"
217version = "0.10.3"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
220
221[[package]]
222name = "bitflags"
223version = "1.3.2"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
226
227[[package]]
228name = "bitstream-io"
229version = "4.9.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
232dependencies = [
233 "core2",
234]
235
236[[package]]
237name = "blake3"
238version = "1.8.4"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
241dependencies = [
242 "arrayref",
243 "arrayvec",
244 "cc",
245 "cfg-if",
246 "constant_time_eq",
247 "cpufeatures",
248]
249
250[[package]]
251name = "brotli-decompressor"
252version = "5.0.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
255dependencies = [
256 "alloc-no-stdlib",
257 "alloc-stdlib",
258]
259
260[[package]]
261name = "built"
262version = "0.8.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
265
266[[package]]
267name = "bumpalo"
268version = "3.20.2"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
271
272[[package]]
273name = "bytemuck"
274version = "1.25.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
277
278[[package]]
279name = "byteorder"
280version = "1.5.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
283
284[[package]]
285name = "cc"
286version = "1.2.58"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
289dependencies = [
290 "find-msvc-tools",
291 "jobserver",
292 "libc",
293 "shlex",
294]
295
296[[package]]
297name = "cfg-expr"
298version = "0.20.7"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3c6b04e07d8080154ed4ac03546d9a2b303cc2fe1901ba0b35b301516e289368"
301dependencies = [
302 "smallvec",
303 "target-lexicon",
304]
305
306[[package]]
307name = "cfg-if"
308version = "1.0.4"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
311
312[[package]]
313name = "clap"
314version = "4.6.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
317dependencies = [
318 "clap_builder",
319 "clap_derive",
320]
321
322[[package]]
323name = "clap_builder"
324version = "4.6.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
327dependencies = [
328 "anstream",
329 "anstyle",
330 "clap_lex",
331 "strsim",
332]
333
334[[package]]
335name = "clap_derive"
336version = "4.6.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
339dependencies = [
340 "heck",
341 "proc-macro2",
342 "quote",
343 "syn",
344]
345
346[[package]]
347name = "clap_lex"
348version = "1.1.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
351
352[[package]]
353name = "color_quant"
354version = "1.1.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
357
358[[package]]
359name = "colorchoice"
360version = "1.0.5"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
363
364[[package]]
365name = "constant_time_eq"
366version = "0.4.2"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
369
370[[package]]
371name = "core2"
372version = "0.4.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
375dependencies = [
376 "memchr",
377]
378
379[[package]]
380name = "cpufeatures"
381version = "0.3.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
384dependencies = [
385 "libc",
386]
387
388[[package]]
389name = "crc32fast"
390version = "1.5.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
393dependencies = [
394 "cfg-if",
395]
396
397[[package]]
398name = "crossbeam-deque"
399version = "0.8.6"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
402dependencies = [
403 "crossbeam-epoch",
404 "crossbeam-utils",
405]
406
407[[package]]
408name = "crossbeam-epoch"
409version = "0.9.18"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
412dependencies = [
413 "crossbeam-utils",
414]
415
416[[package]]
417name = "crossbeam-utils"
418version = "0.8.21"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
421
422[[package]]
423name = "crunchy"
424version = "0.2.4"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
427
428[[package]]
429name = "either"
430version = "1.15.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
433
434[[package]]
435name = "enumn"
436version = "0.1.14"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
439dependencies = [
440 "proc-macro2",
441 "quote",
442 "syn",
443]
444
445[[package]]
446name = "equator"
447version = "0.4.2"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
450dependencies = [
451 "equator-macro",
452]
453
454[[package]]
455name = "equator-macro"
456version = "0.4.2"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
459dependencies = [
460 "proc-macro2",
461 "quote",
462 "syn",
463]
464
465[[package]]
466name = "equivalent"
467version = "1.0.2"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
470
471[[package]]
472name = "exr"
473version = "1.74.0"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
476dependencies = [
477 "bit_field",
478 "half",
479 "lebe",
480 "miniz_oxide",
481 "rayon-core",
482 "smallvec",
483 "zune-inflate",
484]
485
486[[package]]
487name = "fdeflate"
488version = "0.3.7"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
491dependencies = [
492 "simd-adler32",
493]
494
495[[package]]
496name = "find-msvc-tools"
497version = "0.1.9"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
500
501[[package]]
502name = "flate2"
503version = "1.1.9"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
506dependencies = [
507 "crc32fast",
508 "miniz_oxide",
509]
510
511[[package]]
512name = "four-cc"
513version = "0.4.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "795cbfc56d419a7ce47ccbb7504dd9a5b7c484c083c356e797de08bd988d9629"
516
517[[package]]
518name = "getrandom"
519version = "0.3.4"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
522dependencies = [
523 "cfg-if",
524 "libc",
525 "r-efi",
526 "wasip2",
527]
528
529[[package]]
530name = "gif"
531version = "0.13.3"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
534dependencies = [
535 "color_quant",
536 "weezl",
537]
538
539[[package]]
540name = "glob"
541version = "0.3.3"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
544
545[[package]]
546name = "half"
547version = "2.7.1"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
550dependencies = [
551 "cfg-if",
552 "crunchy",
553 "zerocopy",
554]
555
556[[package]]
557name = "hashbrown"
558version = "0.12.3"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
561
562[[package]]
563name = "hashbrown"
564version = "0.16.1"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
567
568[[package]]
569name = "heck"
570version = "0.5.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
573
574[[package]]
575name = "image"
576version = "0.24.9"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
579dependencies = [
580 "bytemuck",
581 "byteorder",
582 "color_quant",
583 "exr",
584 "gif",
585 "jpeg-decoder",
586 "num-traits",
587 "png",
588 "qoi",
589 "tiff",
590]
591
592[[package]]
593name = "imagepipe"
594version = "0.5.0"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "7af2d89e882e4be2e9b1ef50454aaa8da2c58924960e24521145f16ea4f7fd1c"
597dependencies = [
598 "bincode",
599 "blake3",
600 "image",
601 "lazy_static",
602 "log",
603 "multicache",
604 "num-traits",
605 "rawloader",
606 "rayon",
607 "serde",
608 "serde_derive",
609 "serde_yaml",
610]
611
612[[package]]
613name = "imgref"
614version = "1.12.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
617
618[[package]]
619name = "indexmap"
620version = "1.9.3"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
623dependencies = [
624 "autocfg",
625 "hashbrown 0.12.3",
626]
627
628[[package]]
629name = "indexmap"
630version = "2.13.1"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
633dependencies = [
634 "equivalent",
635 "hashbrown 0.16.1",
636]
637
638[[package]]
639name = "interpolate_name"
640version = "0.2.4"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
643dependencies = [
644 "proc-macro2",
645 "quote",
646 "syn",
647]
648
649[[package]]
650name = "is_terminal_polyfill"
651version = "1.70.2"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
654
655[[package]]
656name = "itertools"
657version = "0.14.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
660dependencies = [
661 "either",
662]
663
664[[package]]
665name = "jobserver"
666version = "0.1.34"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
669dependencies = [
670 "getrandom",
671 "libc",
672]
673
674[[package]]
675name = "jpeg-decoder"
676version = "0.3.2"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
679dependencies = [
680 "rayon",
681]
682
683[[package]]
684name = "jxl-bitstream"
685version = "1.1.0"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "b480e752277e29eb4054f69546887a9b84656fe78c08f54ba5850ced98a378fe"
688dependencies = [
689 "tracing",
690]
691
692[[package]]
693name = "jxl-coding"
694version = "1.0.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "cd972bcd125e776f1eb241ac50e39f956095a1c2770c64736c968f8946bd9a3c"
697dependencies = [
698 "jxl-bitstream",
699 "tracing",
700]
701
702[[package]]
703name = "jxl-color"
704version = "0.11.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "f316b1358c1711755b3ee8e8cb5c4a1dad12e796233088a7a513440782de80b2"
707dependencies = [
708 "jxl-bitstream",
709 "jxl-coding",
710 "jxl-grid",
711 "jxl-image",
712 "jxl-oxide-common",
713 "jxl-threadpool",
714 "tracing",
715]
716
717[[package]]
718name = "jxl-frame"
719version = "0.13.3"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "2d967c6fd669c7c01060b5022d8835fa82fd46b06ffc98b549f17600a097c2b3"
722dependencies = [
723 "jxl-bitstream",
724 "jxl-coding",
725 "jxl-grid",
726 "jxl-image",
727 "jxl-modular",
728 "jxl-oxide-common",
729 "jxl-threadpool",
730 "jxl-vardct",
731 "tracing",
732]
733
734[[package]]
735name = "jxl-grid"
736version = "0.6.1"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "a0e0ef92d5d60e76bf41098e57e985f523185e08fad54268da448637feca6989"
739dependencies = [
740 "tracing",
741]
742
743[[package]]
744name = "jxl-image"
745version = "0.13.0"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "c5f752d62577c702a94dbbce4045caf08cb58639e8a4d56464b40ecf33ffe565"
748dependencies = [
749 "jxl-bitstream",
750 "jxl-grid",
751 "jxl-oxide-common",
752 "tracing",
753]
754
755[[package]]
756name = "jxl-jbr"
757version = "0.2.1"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "e35d032bcec660647828527ff42c6f5776d2fd44b8357f9f6d9ac6dc07218e46"
760dependencies = [
761 "brotli-decompressor",
762 "jxl-bitstream",
763 "jxl-frame",
764 "jxl-grid",
765 "jxl-image",
766 "jxl-modular",
767 "jxl-oxide-common",
768 "jxl-threadpool",
769 "jxl-vardct",
770 "tracing",
771]
772
773[[package]]
774name = "jxl-modular"
775version = "0.11.2"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "da758b2f989aafd9eeb39489fe43d7be5a3a0d2ad61cf1bad705eb6990a6053c"
778dependencies = [
779 "jxl-bitstream",
780 "jxl-coding",
781 "jxl-grid",
782 "jxl-oxide-common",
783 "jxl-threadpool",
784 "tracing",
785]
786
787[[package]]
788name = "jxl-oxide"
789version = "0.12.5"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "ee8ecd2678ed70c1eda42b811ccb2e25ab836edeb18e7f1178c1f917ed36b772"
792dependencies = [
793 "brotli-decompressor",
794 "jxl-bitstream",
795 "jxl-color",
796 "jxl-frame",
797 "jxl-grid",
798 "jxl-image",
799 "jxl-jbr",
800 "jxl-oxide-common",
801 "jxl-render",
802 "jxl-threadpool",
803 "tracing",
804]
805
806[[package]]
807name = "jxl-oxide-common"
808version = "1.0.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "b62394c5021b3a9e7e0dbb2d639d555d019090c9946c39f6d3b09d390db4157b"
811dependencies = [
812 "jxl-bitstream",
813]
814
815[[package]]
816name = "jxl-render"
817version = "0.12.3"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "aa0c3100918bd3c41bb0f8ce1f4f1664e48f3032ff8eeab0d6a2cfc3276f462d"
820dependencies = [
821 "bytemuck",
822 "jxl-bitstream",
823 "jxl-coding",
824 "jxl-color",
825 "jxl-frame",
826 "jxl-grid",
827 "jxl-image",
828 "jxl-modular",
829 "jxl-oxide-common",
830 "jxl-threadpool",
831 "jxl-vardct",
832 "tracing",
833]
834
835[[package]]
836name = "jxl-threadpool"
837version = "1.0.0"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "25f15eb830aa77a7f21148d72e153562a26bfe570139bd4922eab1908dd499d3"
840dependencies = [
841 "tracing",
842]
843
844[[package]]
845name = "jxl-vardct"
846version = "0.11.1"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "ce72a18c6d3a47172ab6c479be2bdb56f22066b5d7092663f03b4490820b4511"
849dependencies = [
850 "jxl-bitstream",
851 "jxl-coding",
852 "jxl-grid",
853 "jxl-modular",
854 "jxl-oxide-common",
855 "jxl-threadpool",
856 "tracing",
857]
858
859[[package]]
860name = "lazy_static"
861version = "1.5.0"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
864
865[[package]]
866name = "lebe"
867version = "0.5.3"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
870
871[[package]]
872name = "libc"
873version = "0.2.183"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
876
877[[package]]
878name = "libfuzzer-sys"
879version = "0.4.12"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
882dependencies = [
883 "arbitrary",
884 "cc",
885]
886
887[[package]]
888name = "libheif-rs"
889version = "2.7.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "39c4e7037b43e1431961745e5c4004eedae3735a4fddd687810ff9d70beb9882"
892dependencies = [
893 "cfg-if",
894 "enumn",
895 "four-cc",
896 "libc",
897 "libheif-sys",
898]
899
900[[package]]
901name = "libheif-sys"
902version = "5.2.0+1.21.2"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "107c0d813a0cf5ddf7af2c58a60611f18efdb2830e84d9b37580fb20e6e27a2b"
905dependencies = [
906 "cfg-if",
907 "libc",
908 "system-deps",
909 "vcpkg",
910 "walkdir",
911]
912
913[[package]]
914name = "linked-hash-map"
915version = "0.5.6"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
918
919[[package]]
920name = "log"
921version = "0.4.29"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
924
925[[package]]
926name = "loop9"
927version = "0.1.5"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
930dependencies = [
931 "imgref",
932]
933
934[[package]]
935name = "maybe-rayon"
936version = "0.1.1"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
939dependencies = [
940 "cfg-if",
941 "rayon",
942]
943
944[[package]]
945name = "memchr"
946version = "2.8.0"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
949
950[[package]]
951name = "miniz_oxide"
952version = "0.8.9"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
955dependencies = [
956 "adler2",
957 "simd-adler32",
958]
959
960[[package]]
961name = "multicache"
962version = "0.6.1"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "5086074c0a0812980aa88703d1bbcb4433e8423ecf4098a9849934f3dc09ba72"
965dependencies = [
966 "linked-hash-map",
967]
968
969[[package]]
970name = "nasm-rs"
971version = "0.3.2"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149"
974dependencies = [
975 "jobserver",
976 "log",
977]
978
979[[package]]
980name = "new_debug_unreachable"
981version = "1.0.6"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
984
985[[package]]
986name = "nom"
987version = "8.0.0"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
990dependencies = [
991 "memchr",
992]
993
994[[package]]
995name = "noop_proc_macro"
996version = "0.3.0"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
999
1000[[package]]
1001name = "num-bigint"
1002version = "0.4.6"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1005dependencies = [
1006 "num-integer",
1007 "num-traits",
1008]
1009
1010[[package]]
1011name = "num-derive"
1012version = "0.4.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1015dependencies = [
1016 "proc-macro2",
1017 "quote",
1018 "syn",
1019]
1020
1021[[package]]
1022name = "num-integer"
1023version = "0.1.46"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1026dependencies = [
1027 "num-traits",
1028]
1029
1030[[package]]
1031name = "num-rational"
1032version = "0.4.2"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1035dependencies = [
1036 "num-bigint",
1037 "num-integer",
1038 "num-traits",
1039]
1040
1041[[package]]
1042name = "num-traits"
1043version = "0.2.19"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1046dependencies = [
1047 "autocfg",
1048]
1049
1050[[package]]
1051name = "once_cell"
1052version = "1.21.4"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1055
1056[[package]]
1057name = "once_cell_polyfill"
1058version = "1.70.2"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1061
1062[[package]]
1063name = "paste"
1064version = "1.0.15"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1067
1068[[package]]
1069name = "pastey"
1070version = "0.1.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
1073
1074[[package]]
1075name = "pin-project-lite"
1076version = "0.2.17"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1079
1080[[package]]
1081name = "pkg-config"
1082version = "0.3.32"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1085
1086[[package]]
1087name = "png"
1088version = "0.17.16"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
1091dependencies = [
1092 "bitflags",
1093 "crc32fast",
1094 "fdeflate",
1095 "flate2",
1096 "miniz_oxide",
1097]
1098
1099[[package]]
1100name = "ppv-lite86"
1101version = "0.2.21"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1104dependencies = [
1105 "zerocopy",
1106]
1107
1108[[package]]
1109name = "proc-macro2"
1110version = "1.0.106"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1113dependencies = [
1114 "unicode-ident",
1115]
1116
1117[[package]]
1118name = "profiling"
1119version = "1.0.17"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1122dependencies = [
1123 "profiling-procmacros",
1124]
1125
1126[[package]]
1127name = "profiling-procmacros"
1128version = "1.0.17"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
1131dependencies = [
1132 "quote",
1133 "syn",
1134]
1135
1136[[package]]
1137name = "psd"
1138version = "0.3.5"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "9a25f9b8cfffd65d911baf31a033239f7a0facb755faa2481575b70db5dc9195"
1141dependencies = [
1142 "thiserror 1.0.69",
1143]
1144
1145[[package]]
1146name = "qoi"
1147version = "0.4.1"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1150dependencies = [
1151 "bytemuck",
1152]
1153
1154[[package]]
1155name = "quick-error"
1156version = "2.0.1"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1159
1160[[package]]
1161name = "quote"
1162version = "1.0.45"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1165dependencies = [
1166 "proc-macro2",
1167]
1168
1169[[package]]
1170name = "r-efi"
1171version = "5.3.0"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1174
1175[[package]]
1176name = "rand"
1177version = "0.9.2"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1180dependencies = [
1181 "rand_chacha",
1182 "rand_core",
1183]
1184
1185[[package]]
1186name = "rand_chacha"
1187version = "0.9.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1190dependencies = [
1191 "ppv-lite86",
1192 "rand_core",
1193]
1194
1195[[package]]
1196name = "rand_core"
1197version = "0.9.5"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1200dependencies = [
1201 "getrandom",
1202]
1203
1204[[package]]
1205name = "rav1e"
1206version = "0.8.1"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
1209dependencies = [
1210 "aligned-vec",
1211 "arbitrary",
1212 "arg_enum_proc_macro",
1213 "arrayvec",
1214 "av-scenechange",
1215 "av1-grain",
1216 "bitstream-io",
1217 "built",
1218 "cc",
1219 "cfg-if",
1220 "interpolate_name",
1221 "itertools",
1222 "libc",
1223 "libfuzzer-sys",
1224 "log",
1225 "maybe-rayon",
1226 "nasm-rs",
1227 "new_debug_unreachable",
1228 "noop_proc_macro",
1229 "num-derive",
1230 "num-traits",
1231 "paste",
1232 "profiling",
1233 "rand",
1234 "rand_chacha",
1235 "simd_helpers",
1236 "thiserror 2.0.18",
1237 "v_frame",
1238 "wasm-bindgen",
1239]
1240
1241[[package]]
1242name = "ravif"
1243version = "0.13.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
1246dependencies = [
1247 "avif-serialize",
1248 "imgref",
1249 "loop9",
1250 "quick-error",
1251 "rav1e",
1252 "rayon",
1253 "rgb",
1254]
1255
1256[[package]]
1257name = "rawloader"
1258version = "0.37.1"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "4d8c6f168c492ffd326537b3aa5a8d5fe07f0d8a3970c5957f286bcd13f888aa"
1261dependencies = [
1262 "byteorder",
1263 "enumn",
1264 "glob",
1265 "lazy_static",
1266 "rayon",
1267 "rustc_version",
1268 "toml 0.5.11",
1269]
1270
1271[[package]]
1272name = "rayon"
1273version = "1.11.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1276dependencies = [
1277 "either",
1278 "rayon-core",
1279]
1280
1281[[package]]
1282name = "rayon-core"
1283version = "1.13.0"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1286dependencies = [
1287 "crossbeam-deque",
1288 "crossbeam-utils",
1289]
1290
1291[[package]]
1292name = "rgb"
1293version = "0.8.53"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
1296dependencies = [
1297 "bytemuck",
1298]
1299
1300[[package]]
1301name = "roxmltree"
1302version = "0.21.1"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
1305dependencies = [
1306 "memchr",
1307]
1308
1309[[package]]
1310name = "rustc_version"
1311version = "0.4.1"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1314dependencies = [
1315 "semver",
1316]
1317
1318[[package]]
1319name = "rustversion"
1320version = "1.0.22"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1323
1324[[package]]
1325name = "ryu"
1326version = "1.0.23"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1329
1330[[package]]
1331name = "same-file"
1332version = "1.0.6"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1335dependencies = [
1336 "winapi-util",
1337]
1338
1339[[package]]
1340name = "semver"
1341version = "1.0.27"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1344
1345[[package]]
1346name = "serde"
1347version = "1.0.228"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1350dependencies = [
1351 "serde_core",
1352]
1353
1354[[package]]
1355name = "serde_core"
1356version = "1.0.228"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1359dependencies = [
1360 "serde_derive",
1361]
1362
1363[[package]]
1364name = "serde_derive"
1365version = "1.0.228"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1368dependencies = [
1369 "proc-macro2",
1370 "quote",
1371 "syn",
1372]
1373
1374[[package]]
1375name = "serde_spanned"
1376version = "1.1.1"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1379dependencies = [
1380 "serde_core",
1381]
1382
1383[[package]]
1384name = "serde_yaml"
1385version = "0.8.26"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
1388dependencies = [
1389 "indexmap 1.9.3",
1390 "ryu",
1391 "serde",
1392 "yaml-rust",
1393]
1394
1395[[package]]
1396name = "shlex"
1397version = "1.3.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1400
1401[[package]]
1402name = "simd-adler32"
1403version = "0.3.9"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1406
1407[[package]]
1408name = "simd_helpers"
1409version = "0.1.0"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
1412dependencies = [
1413 "quote",
1414]
1415
1416[[package]]
1417name = "smallvec"
1418version = "1.15.1"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1421
1422[[package]]
1423name = "stable_deref_trait"
1424version = "1.2.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1427
1428[[package]]
1429name = "strsim"
1430version = "0.11.1"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1433
1434[[package]]
1435name = "syn"
1436version = "2.0.117"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1439dependencies = [
1440 "proc-macro2",
1441 "quote",
1442 "unicode-ident",
1443]
1444
1445[[package]]
1446name = "system-deps"
1447version = "7.0.8"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
1450dependencies = [
1451 "cfg-expr",
1452 "heck",
1453 "pkg-config",
1454 "toml 1.1.2+spec-1.1.0",
1455 "version-compare",
1456]
1457
1458[[package]]
1459name = "target-lexicon"
1460version = "0.13.3"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
1463
1464[[package]]
1465name = "thiserror"
1466version = "1.0.69"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1469dependencies = [
1470 "thiserror-impl 1.0.69",
1471]
1472
1473[[package]]
1474name = "thiserror"
1475version = "2.0.18"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1478dependencies = [
1479 "thiserror-impl 2.0.18",
1480]
1481
1482[[package]]
1483name = "thiserror-impl"
1484version = "1.0.69"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1487dependencies = [
1488 "proc-macro2",
1489 "quote",
1490 "syn",
1491]
1492
1493[[package]]
1494name = "thiserror-impl"
1495version = "2.0.18"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1498dependencies = [
1499 "proc-macro2",
1500 "quote",
1501 "syn",
1502]
1503
1504[[package]]
1505name = "tiff"
1506version = "0.9.1"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
1509dependencies = [
1510 "flate2",
1511 "jpeg-decoder",
1512 "weezl",
1513]
1514
1515[[package]]
1516name = "toml"
1517version = "0.5.11"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1520dependencies = [
1521 "serde",
1522]
1523
1524[[package]]
1525name = "toml"
1526version = "1.1.2+spec-1.1.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
1529dependencies = [
1530 "indexmap 2.13.1",
1531 "serde_core",
1532 "serde_spanned",
1533 "toml_datetime",
1534 "toml_parser",
1535 "toml_writer",
1536 "winnow",
1537]
1538
1539[[package]]
1540name = "toml_datetime"
1541version = "1.1.1+spec-1.1.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1544dependencies = [
1545 "serde_core",
1546]
1547
1548[[package]]
1549name = "toml_parser"
1550version = "1.1.2+spec-1.1.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1553dependencies = [
1554 "winnow",
1555]
1556
1557[[package]]
1558name = "toml_writer"
1559version = "1.1.1+spec-1.1.0"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
1562
1563[[package]]
1564name = "tracing"
1565version = "0.1.44"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1568dependencies = [
1569 "pin-project-lite",
1570 "tracing-core",
1571]
1572
1573[[package]]
1574name = "tracing-core"
1575version = "0.1.36"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1578dependencies = [
1579 "once_cell",
1580]
1581
1582[[package]]
1583name = "unicode-ident"
1584version = "1.0.24"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1587
1588[[package]]
1589name = "utf8parse"
1590version = "0.2.2"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1593
1594[[package]]
1595name = "v_frame"
1596version = "0.3.9"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
1599dependencies = [
1600 "aligned-vec",
1601 "num-traits",
1602 "wasm-bindgen",
1603]
1604
1605[[package]]
1606name = "vcpkg"
1607version = "0.2.15"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1610
1611[[package]]
1612name = "version-compare"
1613version = "0.2.1"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
1616
1617[[package]]
1618name = "walkdir"
1619version = "2.5.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1622dependencies = [
1623 "same-file",
1624 "winapi-util",
1625]
1626
1627[[package]]
1628name = "wasip2"
1629version = "1.0.2+wasi-0.2.9"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1632dependencies = [
1633 "wit-bindgen",
1634]
1635
1636[[package]]
1637name = "wasm-bindgen"
1638version = "0.2.115"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
1641dependencies = [
1642 "cfg-if",
1643 "once_cell",
1644 "rustversion",
1645 "wasm-bindgen-macro",
1646 "wasm-bindgen-shared",
1647]
1648
1649[[package]]
1650name = "wasm-bindgen-macro"
1651version = "0.2.115"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
1654dependencies = [
1655 "quote",
1656 "wasm-bindgen-macro-support",
1657]
1658
1659[[package]]
1660name = "wasm-bindgen-macro-support"
1661version = "0.2.115"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
1664dependencies = [
1665 "bumpalo",
1666 "proc-macro2",
1667 "quote",
1668 "syn",
1669 "wasm-bindgen-shared",
1670]
1671
1672[[package]]
1673name = "wasm-bindgen-shared"
1674version = "0.2.115"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
1677dependencies = [
1678 "unicode-ident",
1679]
1680
1681[[package]]
1682name = "weezl"
1683version = "0.1.12"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
1686
1687[[package]]
1688name = "winapi-util"
1689version = "0.1.11"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1692dependencies = [
1693 "windows-sys",
1694]
1695
1696[[package]]
1697name = "windows-link"
1698version = "0.2.1"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1701
1702[[package]]
1703name = "windows-sys"
1704version = "0.61.2"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1707dependencies = [
1708 "windows-link",
1709]
1710
1711[[package]]
1712name = "winnow"
1713version = "1.0.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
1716
1717[[package]]
1718name = "wit-bindgen"
1719version = "0.51.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1722
1723[[package]]
1724name = "y4m"
1725version = "0.8.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
1728
1729[[package]]
1730name = "yaml-rust"
1731version = "0.4.5"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
1734dependencies = [
1735 "linked-hash-map",
1736]
1737
1738[[package]]
1739name = "zerocopy"
1740version = "0.8.48"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1743dependencies = [
1744 "zerocopy-derive",
1745]
1746
1747[[package]]
1748name = "zerocopy-derive"
1749version = "0.8.48"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1752dependencies = [
1753 "proc-macro2",
1754 "quote",
1755 "syn",
1756]
1757
1758[[package]]
1759name = "zune-inflate"
1760version = "0.2.54"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
1763dependencies = [
1764 "simd-adler32",
1765]