this repo has no description
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 = "aho-corasick"
13version = "1.1.4"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "aligned"
22version = "0.4.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
25dependencies = [
26 "as-slice",
27]
28
29[[package]]
30name = "aligned-vec"
31version = "0.6.4"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
34dependencies = [
35 "equator",
36]
37
38[[package]]
39name = "anstream"
40version = "0.6.21"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
43dependencies = [
44 "anstyle",
45 "anstyle-parse",
46 "anstyle-query",
47 "anstyle-wincon",
48 "colorchoice",
49 "is_terminal_polyfill",
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle"
55version = "1.0.13"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
58
59[[package]]
60name = "anstyle-parse"
61version = "0.2.7"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
64dependencies = [
65 "utf8parse",
66]
67
68[[package]]
69name = "anstyle-query"
70version = "1.1.5"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
73dependencies = [
74 "windows-sys 0.61.2",
75]
76
77[[package]]
78name = "anstyle-wincon"
79version = "3.0.11"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
82dependencies = [
83 "anstyle",
84 "once_cell_polyfill",
85 "windows-sys 0.61.2",
86]
87
88[[package]]
89name = "anyhow"
90version = "1.0.101"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
93
94[[package]]
95name = "arbitrary"
96version = "1.4.2"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
99
100[[package]]
101name = "arg_enum_proc_macro"
102version = "0.3.4"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
105dependencies = [
106 "proc-macro2",
107 "quote",
108 "syn",
109]
110
111[[package]]
112name = "arrayvec"
113version = "0.7.6"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
116
117[[package]]
118name = "as-slice"
119version = "0.2.1"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
122dependencies = [
123 "stable_deref_trait",
124]
125
126[[package]]
127name = "assert_matches"
128version = "1.5.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
131
132[[package]]
133name = "async-tungstenite"
134version = "0.32.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "8acc405d38be14342132609f06f02acaf825ddccfe76c4824a69281e0458ebd4"
137dependencies = [
138 "atomic-waker",
139 "futures-core",
140 "futures-io",
141 "futures-task",
142 "futures-util",
143 "log",
144 "pin-project-lite",
145 "tokio",
146 "tungstenite",
147]
148
149[[package]]
150name = "atomic-waker"
151version = "1.1.2"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
154
155[[package]]
156name = "autocfg"
157version = "1.5.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
160
161[[package]]
162name = "av-scenechange"
163version = "0.14.1"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
166dependencies = [
167 "aligned",
168 "anyhow",
169 "arg_enum_proc_macro",
170 "arrayvec",
171 "log",
172 "num-rational",
173 "num-traits",
174 "pastey",
175 "rayon",
176 "thiserror 2.0.18",
177 "v_frame",
178 "y4m",
179]
180
181[[package]]
182name = "av1-grain"
183version = "0.2.5"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
186dependencies = [
187 "anyhow",
188 "arrayvec",
189 "log",
190 "nom",
191 "num-rational",
192 "v_frame",
193]
194
195[[package]]
196name = "avif-serialize"
197version = "0.8.8"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d"
200dependencies = [
201 "arrayvec",
202]
203
204[[package]]
205name = "base64"
206version = "0.22.1"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
209
210[[package]]
211name = "bit_field"
212version = "0.10.3"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
215
216[[package]]
217name = "bitflags"
218version = "2.11.0"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
221
222[[package]]
223name = "bitstream-io"
224version = "4.9.0"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
227dependencies = [
228 "core2",
229]
230
231[[package]]
232name = "block-buffer"
233version = "0.10.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
236dependencies = [
237 "generic-array",
238]
239
240[[package]]
241name = "browser-stream"
242version = "0.1.0"
243dependencies = [
244 "anyhow",
245 "assert_matches",
246 "base64",
247 "chromiumoxide",
248 "chromiumoxide_cdp",
249 "clap",
250 "futures",
251 "image",
252 "thiserror 2.0.18",
253 "tokio",
254 "tracing",
255 "tracing-subscriber",
256 "url",
257]
258
259[[package]]
260name = "built"
261version = "0.8.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
264
265[[package]]
266name = "bumpalo"
267version = "3.20.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "5c6f81257d10a0f602a294ae4182251151ff97dbb504ef9afcdda4a64b24d9b4"
270
271[[package]]
272name = "bytemuck"
273version = "1.25.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
276
277[[package]]
278name = "byteorder-lite"
279version = "0.1.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
282
283[[package]]
284name = "bytes"
285version = "1.11.1"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
288dependencies = [
289 "serde",
290]
291
292[[package]]
293name = "cc"
294version = "1.2.56"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
297dependencies = [
298 "find-msvc-tools",
299 "jobserver",
300 "libc",
301 "shlex",
302]
303
304[[package]]
305name = "cfg-if"
306version = "1.0.4"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
309
310[[package]]
311name = "chromiumoxide"
312version = "0.8.0"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "6c18200611490f523adb497ddd4744d6d536e243f6add13e7eeeb1c05904fbb1"
315dependencies = [
316 "async-tungstenite",
317 "base64",
318 "bytes",
319 "cfg-if",
320 "chromiumoxide_cdp",
321 "chromiumoxide_types",
322 "dunce",
323 "fnv",
324 "futures",
325 "futures-timer",
326 "pin-project-lite",
327 "reqwest",
328 "serde",
329 "serde_json",
330 "thiserror 1.0.69",
331 "tokio",
332 "tracing",
333 "url",
334 "which",
335 "windows-registry",
336]
337
338[[package]]
339name = "chromiumoxide_cdp"
340version = "0.8.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "b8f78027ced540595dcbaf9e2f3413cbe3708b839ff239d2858acaea73915dcb"
343dependencies = [
344 "chromiumoxide_pdl",
345 "chromiumoxide_types",
346 "serde",
347 "serde_json",
348]
349
350[[package]]
351name = "chromiumoxide_pdl"
352version = "0.8.0"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "0d2c7b7c6b41a0de36d00a284e619017e0f4aec5c9bc8d90614b9e1687984f20"
355dependencies = [
356 "chromiumoxide_types",
357 "either",
358 "heck 0.4.1",
359 "once_cell",
360 "proc-macro2",
361 "quote",
362 "regex",
363 "serde",
364 "serde_json",
365]
366
367[[package]]
368name = "chromiumoxide_types"
369version = "0.8.0"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "309ba8f378bbc093c93f06beb7bd4c5ceffdf14107ad99cacbbf063709926795"
372dependencies = [
373 "serde",
374 "serde_json",
375]
376
377[[package]]
378name = "clap"
379version = "4.5.59"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
382dependencies = [
383 "clap_builder",
384 "clap_derive",
385]
386
387[[package]]
388name = "clap_builder"
389version = "4.5.59"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
392dependencies = [
393 "anstream",
394 "anstyle",
395 "clap_lex",
396 "strsim",
397]
398
399[[package]]
400name = "clap_derive"
401version = "4.5.55"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
404dependencies = [
405 "heck 0.5.0",
406 "proc-macro2",
407 "quote",
408 "syn",
409]
410
411[[package]]
412name = "clap_lex"
413version = "1.0.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
416
417[[package]]
418name = "color_quant"
419version = "1.1.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
422
423[[package]]
424name = "colorchoice"
425version = "1.0.4"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
428
429[[package]]
430name = "core2"
431version = "0.4.0"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
434dependencies = [
435 "memchr",
436]
437
438[[package]]
439name = "cpufeatures"
440version = "0.2.17"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
443dependencies = [
444 "libc",
445]
446
447[[package]]
448name = "crc32fast"
449version = "1.5.0"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
452dependencies = [
453 "cfg-if",
454]
455
456[[package]]
457name = "crossbeam-deque"
458version = "0.8.6"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
461dependencies = [
462 "crossbeam-epoch",
463 "crossbeam-utils",
464]
465
466[[package]]
467name = "crossbeam-epoch"
468version = "0.9.18"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
471dependencies = [
472 "crossbeam-utils",
473]
474
475[[package]]
476name = "crossbeam-utils"
477version = "0.8.21"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
480
481[[package]]
482name = "crunchy"
483version = "0.2.4"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
486
487[[package]]
488name = "crypto-common"
489version = "0.1.7"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
492dependencies = [
493 "generic-array",
494 "typenum",
495]
496
497[[package]]
498name = "data-encoding"
499version = "2.10.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
502
503[[package]]
504name = "digest"
505version = "0.10.7"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
508dependencies = [
509 "block-buffer",
510 "crypto-common",
511]
512
513[[package]]
514name = "displaydoc"
515version = "0.2.5"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
518dependencies = [
519 "proc-macro2",
520 "quote",
521 "syn",
522]
523
524[[package]]
525name = "dunce"
526version = "1.0.5"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
529
530[[package]]
531name = "either"
532version = "1.15.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
535
536[[package]]
537name = "env_home"
538version = "0.1.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
541
542[[package]]
543name = "equator"
544version = "0.4.2"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
547dependencies = [
548 "equator-macro",
549]
550
551[[package]]
552name = "equator-macro"
553version = "0.4.2"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
556dependencies = [
557 "proc-macro2",
558 "quote",
559 "syn",
560]
561
562[[package]]
563name = "errno"
564version = "0.3.14"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
567dependencies = [
568 "libc",
569 "windows-sys 0.61.2",
570]
571
572[[package]]
573name = "exr"
574version = "1.74.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
577dependencies = [
578 "bit_field",
579 "half",
580 "lebe",
581 "miniz_oxide",
582 "rayon-core",
583 "smallvec",
584 "zune-inflate",
585]
586
587[[package]]
588name = "fax"
589version = "0.2.6"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
592dependencies = [
593 "fax_derive",
594]
595
596[[package]]
597name = "fax_derive"
598version = "0.2.0"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
601dependencies = [
602 "proc-macro2",
603 "quote",
604 "syn",
605]
606
607[[package]]
608name = "fdeflate"
609version = "0.3.7"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
612dependencies = [
613 "simd-adler32",
614]
615
616[[package]]
617name = "find-msvc-tools"
618version = "0.1.9"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
621
622[[package]]
623name = "flate2"
624version = "1.1.9"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
627dependencies = [
628 "crc32fast",
629 "miniz_oxide",
630]
631
632[[package]]
633name = "fnv"
634version = "1.0.7"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
637
638[[package]]
639name = "form_urlencoded"
640version = "1.2.2"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
643dependencies = [
644 "percent-encoding",
645]
646
647[[package]]
648name = "futures"
649version = "0.3.32"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
652dependencies = [
653 "futures-channel",
654 "futures-core",
655 "futures-executor",
656 "futures-io",
657 "futures-sink",
658 "futures-task",
659 "futures-util",
660]
661
662[[package]]
663name = "futures-channel"
664version = "0.3.32"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
667dependencies = [
668 "futures-core",
669 "futures-sink",
670]
671
672[[package]]
673name = "futures-core"
674version = "0.3.32"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
677
678[[package]]
679name = "futures-executor"
680version = "0.3.32"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
683dependencies = [
684 "futures-core",
685 "futures-task",
686 "futures-util",
687]
688
689[[package]]
690name = "futures-io"
691version = "0.3.32"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
694
695[[package]]
696name = "futures-macro"
697version = "0.3.32"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
700dependencies = [
701 "proc-macro2",
702 "quote",
703 "syn",
704]
705
706[[package]]
707name = "futures-sink"
708version = "0.3.32"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
711
712[[package]]
713name = "futures-task"
714version = "0.3.32"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
717
718[[package]]
719name = "futures-timer"
720version = "3.0.3"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
723
724[[package]]
725name = "futures-util"
726version = "0.3.32"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
729dependencies = [
730 "futures-channel",
731 "futures-core",
732 "futures-io",
733 "futures-macro",
734 "futures-sink",
735 "futures-task",
736 "memchr",
737 "pin-project-lite",
738 "slab",
739]
740
741[[package]]
742name = "generic-array"
743version = "0.14.7"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
746dependencies = [
747 "typenum",
748 "version_check",
749]
750
751[[package]]
752name = "getrandom"
753version = "0.3.4"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
756dependencies = [
757 "cfg-if",
758 "libc",
759 "r-efi",
760 "wasip2",
761]
762
763[[package]]
764name = "gif"
765version = "0.14.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e"
768dependencies = [
769 "color_quant",
770 "weezl",
771]
772
773[[package]]
774name = "half"
775version = "2.7.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
778dependencies = [
779 "cfg-if",
780 "crunchy",
781 "zerocopy",
782]
783
784[[package]]
785name = "heck"
786version = "0.4.1"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
789
790[[package]]
791name = "heck"
792version = "0.5.0"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
795
796[[package]]
797name = "http"
798version = "1.4.0"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
801dependencies = [
802 "bytes",
803 "itoa",
804]
805
806[[package]]
807name = "http-body"
808version = "1.0.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
811dependencies = [
812 "bytes",
813 "http",
814]
815
816[[package]]
817name = "http-body-util"
818version = "0.1.3"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
821dependencies = [
822 "bytes",
823 "futures-core",
824 "http",
825 "http-body",
826 "pin-project-lite",
827]
828
829[[package]]
830name = "httparse"
831version = "1.10.1"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
834
835[[package]]
836name = "hyper"
837version = "1.8.1"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
840dependencies = [
841 "atomic-waker",
842 "bytes",
843 "futures-channel",
844 "futures-core",
845 "http",
846 "http-body",
847 "httparse",
848 "itoa",
849 "pin-project-lite",
850 "pin-utils",
851 "smallvec",
852 "tokio",
853 "want",
854]
855
856[[package]]
857name = "hyper-util"
858version = "0.1.20"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
861dependencies = [
862 "base64",
863 "bytes",
864 "futures-channel",
865 "futures-util",
866 "http",
867 "http-body",
868 "hyper",
869 "ipnet",
870 "libc",
871 "percent-encoding",
872 "pin-project-lite",
873 "socket2",
874 "tokio",
875 "tower-service",
876 "tracing",
877]
878
879[[package]]
880name = "icu_collections"
881version = "2.1.1"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
884dependencies = [
885 "displaydoc",
886 "potential_utf",
887 "yoke",
888 "zerofrom",
889 "zerovec",
890]
891
892[[package]]
893name = "icu_locale_core"
894version = "2.1.1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
897dependencies = [
898 "displaydoc",
899 "litemap",
900 "tinystr",
901 "writeable",
902 "zerovec",
903]
904
905[[package]]
906name = "icu_normalizer"
907version = "2.1.1"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
910dependencies = [
911 "icu_collections",
912 "icu_normalizer_data",
913 "icu_properties",
914 "icu_provider",
915 "smallvec",
916 "zerovec",
917]
918
919[[package]]
920name = "icu_normalizer_data"
921version = "2.1.1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
924
925[[package]]
926name = "icu_properties"
927version = "2.1.2"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
930dependencies = [
931 "icu_collections",
932 "icu_locale_core",
933 "icu_properties_data",
934 "icu_provider",
935 "zerotrie",
936 "zerovec",
937]
938
939[[package]]
940name = "icu_properties_data"
941version = "2.1.2"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
944
945[[package]]
946name = "icu_provider"
947version = "2.1.1"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
950dependencies = [
951 "displaydoc",
952 "icu_locale_core",
953 "writeable",
954 "yoke",
955 "zerofrom",
956 "zerotrie",
957 "zerovec",
958]
959
960[[package]]
961name = "idna"
962version = "1.1.0"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
965dependencies = [
966 "idna_adapter",
967 "smallvec",
968 "utf8_iter",
969]
970
971[[package]]
972name = "idna_adapter"
973version = "1.2.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
976dependencies = [
977 "icu_normalizer",
978 "icu_properties",
979]
980
981[[package]]
982name = "image"
983version = "0.25.9"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
986dependencies = [
987 "bytemuck",
988 "byteorder-lite",
989 "color_quant",
990 "exr",
991 "gif",
992 "image-webp",
993 "moxcms",
994 "num-traits",
995 "png",
996 "qoi",
997 "ravif",
998 "rayon",
999 "rgb",
1000 "tiff",
1001 "zune-core 0.5.1",
1002 "zune-jpeg 0.5.12",
1003]
1004
1005[[package]]
1006name = "image-webp"
1007version = "0.2.4"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
1010dependencies = [
1011 "byteorder-lite",
1012 "quick-error",
1013]
1014
1015[[package]]
1016name = "imgref"
1017version = "1.12.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
1020
1021[[package]]
1022name = "interpolate_name"
1023version = "0.2.4"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
1026dependencies = [
1027 "proc-macro2",
1028 "quote",
1029 "syn",
1030]
1031
1032[[package]]
1033name = "ipnet"
1034version = "2.11.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1037
1038[[package]]
1039name = "iri-string"
1040version = "0.7.10"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1043dependencies = [
1044 "memchr",
1045 "serde",
1046]
1047
1048[[package]]
1049name = "is_terminal_polyfill"
1050version = "1.70.2"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1053
1054[[package]]
1055name = "itertools"
1056version = "0.14.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1059dependencies = [
1060 "either",
1061]
1062
1063[[package]]
1064name = "itoa"
1065version = "1.0.17"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1068
1069[[package]]
1070name = "jobserver"
1071version = "0.1.34"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1074dependencies = [
1075 "getrandom",
1076 "libc",
1077]
1078
1079[[package]]
1080name = "js-sys"
1081version = "0.3.85"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1084dependencies = [
1085 "once_cell",
1086 "wasm-bindgen",
1087]
1088
1089[[package]]
1090name = "lazy_static"
1091version = "1.5.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1094
1095[[package]]
1096name = "lebe"
1097version = "0.5.3"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
1100
1101[[package]]
1102name = "libc"
1103version = "0.2.182"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1106
1107[[package]]
1108name = "libfuzzer-sys"
1109version = "0.4.12"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
1112dependencies = [
1113 "arbitrary",
1114 "cc",
1115]
1116
1117[[package]]
1118name = "linux-raw-sys"
1119version = "0.11.0"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1122
1123[[package]]
1124name = "litemap"
1125version = "0.8.1"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1128
1129[[package]]
1130name = "lock_api"
1131version = "0.4.14"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1134dependencies = [
1135 "scopeguard",
1136]
1137
1138[[package]]
1139name = "log"
1140version = "0.4.29"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1143
1144[[package]]
1145name = "loop9"
1146version = "0.1.5"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
1149dependencies = [
1150 "imgref",
1151]
1152
1153[[package]]
1154name = "matchers"
1155version = "0.2.0"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1158dependencies = [
1159 "regex-automata",
1160]
1161
1162[[package]]
1163name = "maybe-rayon"
1164version = "0.1.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
1167dependencies = [
1168 "cfg-if",
1169 "rayon",
1170]
1171
1172[[package]]
1173name = "memchr"
1174version = "2.8.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1177
1178[[package]]
1179name = "miniz_oxide"
1180version = "0.8.9"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1183dependencies = [
1184 "adler2",
1185 "simd-adler32",
1186]
1187
1188[[package]]
1189name = "mio"
1190version = "1.1.1"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1193dependencies = [
1194 "libc",
1195 "wasi",
1196 "windows-sys 0.61.2",
1197]
1198
1199[[package]]
1200name = "moxcms"
1201version = "0.7.11"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
1204dependencies = [
1205 "num-traits",
1206 "pxfm",
1207]
1208
1209[[package]]
1210name = "new_debug_unreachable"
1211version = "1.0.6"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1214
1215[[package]]
1216name = "nom"
1217version = "8.0.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
1220dependencies = [
1221 "memchr",
1222]
1223
1224[[package]]
1225name = "noop_proc_macro"
1226version = "0.3.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
1229
1230[[package]]
1231name = "nu-ansi-term"
1232version = "0.50.3"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1235dependencies = [
1236 "windows-sys 0.61.2",
1237]
1238
1239[[package]]
1240name = "num-bigint"
1241version = "0.4.6"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1244dependencies = [
1245 "num-integer",
1246 "num-traits",
1247]
1248
1249[[package]]
1250name = "num-derive"
1251version = "0.4.2"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1254dependencies = [
1255 "proc-macro2",
1256 "quote",
1257 "syn",
1258]
1259
1260[[package]]
1261name = "num-integer"
1262version = "0.1.46"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1265dependencies = [
1266 "num-traits",
1267]
1268
1269[[package]]
1270name = "num-rational"
1271version = "0.4.2"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1274dependencies = [
1275 "num-bigint",
1276 "num-integer",
1277 "num-traits",
1278]
1279
1280[[package]]
1281name = "num-traits"
1282version = "0.2.19"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1285dependencies = [
1286 "autocfg",
1287]
1288
1289[[package]]
1290name = "once_cell"
1291version = "1.21.3"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1294
1295[[package]]
1296name = "once_cell_polyfill"
1297version = "1.70.2"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1300
1301[[package]]
1302name = "parking_lot"
1303version = "0.12.5"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1306dependencies = [
1307 "lock_api",
1308 "parking_lot_core",
1309]
1310
1311[[package]]
1312name = "parking_lot_core"
1313version = "0.9.12"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1316dependencies = [
1317 "cfg-if",
1318 "libc",
1319 "redox_syscall",
1320 "smallvec",
1321 "windows-link 0.2.1",
1322]
1323
1324[[package]]
1325name = "paste"
1326version = "1.0.15"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1329
1330[[package]]
1331name = "pastey"
1332version = "0.1.1"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
1335
1336[[package]]
1337name = "percent-encoding"
1338version = "2.3.2"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1341
1342[[package]]
1343name = "pin-project-lite"
1344version = "0.2.16"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1347
1348[[package]]
1349name = "pin-utils"
1350version = "0.1.0"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1353
1354[[package]]
1355name = "png"
1356version = "0.18.1"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1359dependencies = [
1360 "bitflags",
1361 "crc32fast",
1362 "fdeflate",
1363 "flate2",
1364 "miniz_oxide",
1365]
1366
1367[[package]]
1368name = "potential_utf"
1369version = "0.1.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1372dependencies = [
1373 "zerovec",
1374]
1375
1376[[package]]
1377name = "ppv-lite86"
1378version = "0.2.21"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1381dependencies = [
1382 "zerocopy",
1383]
1384
1385[[package]]
1386name = "proc-macro2"
1387version = "1.0.106"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1390dependencies = [
1391 "unicode-ident",
1392]
1393
1394[[package]]
1395name = "profiling"
1396version = "1.0.17"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1399dependencies = [
1400 "profiling-procmacros",
1401]
1402
1403[[package]]
1404name = "profiling-procmacros"
1405version = "1.0.17"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
1408dependencies = [
1409 "quote",
1410 "syn",
1411]
1412
1413[[package]]
1414name = "pxfm"
1415version = "0.1.27"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
1418dependencies = [
1419 "num-traits",
1420]
1421
1422[[package]]
1423name = "qoi"
1424version = "0.4.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1427dependencies = [
1428 "bytemuck",
1429]
1430
1431[[package]]
1432name = "quick-error"
1433version = "2.0.1"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1436
1437[[package]]
1438name = "quote"
1439version = "1.0.44"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1442dependencies = [
1443 "proc-macro2",
1444]
1445
1446[[package]]
1447name = "r-efi"
1448version = "5.3.0"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1451
1452[[package]]
1453name = "rand"
1454version = "0.9.2"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1457dependencies = [
1458 "rand_chacha",
1459 "rand_core",
1460]
1461
1462[[package]]
1463name = "rand_chacha"
1464version = "0.9.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1467dependencies = [
1468 "ppv-lite86",
1469 "rand_core",
1470]
1471
1472[[package]]
1473name = "rand_core"
1474version = "0.9.5"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1477dependencies = [
1478 "getrandom",
1479]
1480
1481[[package]]
1482name = "rav1e"
1483version = "0.8.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
1486dependencies = [
1487 "aligned-vec",
1488 "arbitrary",
1489 "arg_enum_proc_macro",
1490 "arrayvec",
1491 "av-scenechange",
1492 "av1-grain",
1493 "bitstream-io",
1494 "built",
1495 "cfg-if",
1496 "interpolate_name",
1497 "itertools",
1498 "libc",
1499 "libfuzzer-sys",
1500 "log",
1501 "maybe-rayon",
1502 "new_debug_unreachable",
1503 "noop_proc_macro",
1504 "num-derive",
1505 "num-traits",
1506 "paste",
1507 "profiling",
1508 "rand",
1509 "rand_chacha",
1510 "simd_helpers",
1511 "thiserror 2.0.18",
1512 "v_frame",
1513 "wasm-bindgen",
1514]
1515
1516[[package]]
1517name = "ravif"
1518version = "0.12.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285"
1521dependencies = [
1522 "avif-serialize",
1523 "imgref",
1524 "loop9",
1525 "quick-error",
1526 "rav1e",
1527 "rayon",
1528 "rgb",
1529]
1530
1531[[package]]
1532name = "rayon"
1533version = "1.11.0"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1536dependencies = [
1537 "either",
1538 "rayon-core",
1539]
1540
1541[[package]]
1542name = "rayon-core"
1543version = "1.13.0"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1546dependencies = [
1547 "crossbeam-deque",
1548 "crossbeam-utils",
1549]
1550
1551[[package]]
1552name = "redox_syscall"
1553version = "0.5.18"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1556dependencies = [
1557 "bitflags",
1558]
1559
1560[[package]]
1561name = "regex"
1562version = "1.12.3"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1565dependencies = [
1566 "aho-corasick",
1567 "memchr",
1568 "regex-automata",
1569 "regex-syntax",
1570]
1571
1572[[package]]
1573name = "regex-automata"
1574version = "0.4.14"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1577dependencies = [
1578 "aho-corasick",
1579 "memchr",
1580 "regex-syntax",
1581]
1582
1583[[package]]
1584name = "regex-syntax"
1585version = "0.8.9"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1588
1589[[package]]
1590name = "reqwest"
1591version = "0.12.28"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1594dependencies = [
1595 "base64",
1596 "bytes",
1597 "futures-core",
1598 "http",
1599 "http-body",
1600 "http-body-util",
1601 "hyper",
1602 "hyper-util",
1603 "js-sys",
1604 "log",
1605 "percent-encoding",
1606 "pin-project-lite",
1607 "serde",
1608 "serde_json",
1609 "serde_urlencoded",
1610 "sync_wrapper",
1611 "tokio",
1612 "tower",
1613 "tower-http",
1614 "tower-service",
1615 "url",
1616 "wasm-bindgen",
1617 "wasm-bindgen-futures",
1618 "web-sys",
1619]
1620
1621[[package]]
1622name = "rgb"
1623version = "0.8.52"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
1626
1627[[package]]
1628name = "rustix"
1629version = "1.1.3"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1632dependencies = [
1633 "bitflags",
1634 "errno",
1635 "libc",
1636 "linux-raw-sys",
1637 "windows-sys 0.61.2",
1638]
1639
1640[[package]]
1641name = "rustversion"
1642version = "1.0.22"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1645
1646[[package]]
1647name = "ryu"
1648version = "1.0.23"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1651
1652[[package]]
1653name = "scopeguard"
1654version = "1.2.0"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1657
1658[[package]]
1659name = "serde"
1660version = "1.0.228"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1663dependencies = [
1664 "serde_core",
1665 "serde_derive",
1666]
1667
1668[[package]]
1669name = "serde_core"
1670version = "1.0.228"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1673dependencies = [
1674 "serde_derive",
1675]
1676
1677[[package]]
1678name = "serde_derive"
1679version = "1.0.228"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1682dependencies = [
1683 "proc-macro2",
1684 "quote",
1685 "syn",
1686]
1687
1688[[package]]
1689name = "serde_json"
1690version = "1.0.149"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1693dependencies = [
1694 "itoa",
1695 "memchr",
1696 "serde",
1697 "serde_core",
1698 "zmij",
1699]
1700
1701[[package]]
1702name = "serde_urlencoded"
1703version = "0.7.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1706dependencies = [
1707 "form_urlencoded",
1708 "itoa",
1709 "ryu",
1710 "serde",
1711]
1712
1713[[package]]
1714name = "sha1"
1715version = "0.10.6"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1718dependencies = [
1719 "cfg-if",
1720 "cpufeatures",
1721 "digest",
1722]
1723
1724[[package]]
1725name = "sharded-slab"
1726version = "0.1.7"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1729dependencies = [
1730 "lazy_static",
1731]
1732
1733[[package]]
1734name = "shlex"
1735version = "1.3.0"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1738
1739[[package]]
1740name = "signal-hook-registry"
1741version = "1.4.8"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1744dependencies = [
1745 "errno",
1746 "libc",
1747]
1748
1749[[package]]
1750name = "simd-adler32"
1751version = "0.3.8"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1754
1755[[package]]
1756name = "simd_helpers"
1757version = "0.1.0"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
1760dependencies = [
1761 "quote",
1762]
1763
1764[[package]]
1765name = "slab"
1766version = "0.4.12"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1769
1770[[package]]
1771name = "smallvec"
1772version = "1.15.1"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1775
1776[[package]]
1777name = "socket2"
1778version = "0.6.2"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1781dependencies = [
1782 "libc",
1783 "windows-sys 0.60.2",
1784]
1785
1786[[package]]
1787name = "stable_deref_trait"
1788version = "1.2.1"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1791
1792[[package]]
1793name = "strsim"
1794version = "0.11.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1797
1798[[package]]
1799name = "syn"
1800version = "2.0.116"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
1803dependencies = [
1804 "proc-macro2",
1805 "quote",
1806 "unicode-ident",
1807]
1808
1809[[package]]
1810name = "sync_wrapper"
1811version = "1.0.2"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1814dependencies = [
1815 "futures-core",
1816]
1817
1818[[package]]
1819name = "synstructure"
1820version = "0.13.2"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1823dependencies = [
1824 "proc-macro2",
1825 "quote",
1826 "syn",
1827]
1828
1829[[package]]
1830name = "thiserror"
1831version = "1.0.69"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1834dependencies = [
1835 "thiserror-impl 1.0.69",
1836]
1837
1838[[package]]
1839name = "thiserror"
1840version = "2.0.18"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1843dependencies = [
1844 "thiserror-impl 2.0.18",
1845]
1846
1847[[package]]
1848name = "thiserror-impl"
1849version = "1.0.69"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1852dependencies = [
1853 "proc-macro2",
1854 "quote",
1855 "syn",
1856]
1857
1858[[package]]
1859name = "thiserror-impl"
1860version = "2.0.18"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1863dependencies = [
1864 "proc-macro2",
1865 "quote",
1866 "syn",
1867]
1868
1869[[package]]
1870name = "thread_local"
1871version = "1.1.9"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1874dependencies = [
1875 "cfg-if",
1876]
1877
1878[[package]]
1879name = "tiff"
1880version = "0.10.3"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
1883dependencies = [
1884 "fax",
1885 "flate2",
1886 "half",
1887 "quick-error",
1888 "weezl",
1889 "zune-jpeg 0.4.21",
1890]
1891
1892[[package]]
1893name = "tinystr"
1894version = "0.8.2"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1897dependencies = [
1898 "displaydoc",
1899 "zerovec",
1900]
1901
1902[[package]]
1903name = "tokio"
1904version = "1.49.0"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1907dependencies = [
1908 "bytes",
1909 "libc",
1910 "mio",
1911 "parking_lot",
1912 "pin-project-lite",
1913 "signal-hook-registry",
1914 "socket2",
1915 "tokio-macros",
1916 "windows-sys 0.61.2",
1917]
1918
1919[[package]]
1920name = "tokio-macros"
1921version = "2.6.0"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1924dependencies = [
1925 "proc-macro2",
1926 "quote",
1927 "syn",
1928]
1929
1930[[package]]
1931name = "tower"
1932version = "0.5.3"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1935dependencies = [
1936 "futures-core",
1937 "futures-util",
1938 "pin-project-lite",
1939 "sync_wrapper",
1940 "tokio",
1941 "tower-layer",
1942 "tower-service",
1943]
1944
1945[[package]]
1946name = "tower-http"
1947version = "0.6.8"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1950dependencies = [
1951 "bitflags",
1952 "bytes",
1953 "futures-util",
1954 "http",
1955 "http-body",
1956 "iri-string",
1957 "pin-project-lite",
1958 "tower",
1959 "tower-layer",
1960 "tower-service",
1961]
1962
1963[[package]]
1964name = "tower-layer"
1965version = "0.3.3"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1968
1969[[package]]
1970name = "tower-service"
1971version = "0.3.3"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1974
1975[[package]]
1976name = "tracing"
1977version = "0.1.44"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1980dependencies = [
1981 "pin-project-lite",
1982 "tracing-attributes",
1983 "tracing-core",
1984]
1985
1986[[package]]
1987name = "tracing-attributes"
1988version = "0.1.31"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1991dependencies = [
1992 "proc-macro2",
1993 "quote",
1994 "syn",
1995]
1996
1997[[package]]
1998name = "tracing-core"
1999version = "0.1.36"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2002dependencies = [
2003 "once_cell",
2004 "valuable",
2005]
2006
2007[[package]]
2008name = "tracing-log"
2009version = "0.2.0"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2012dependencies = [
2013 "log",
2014 "once_cell",
2015 "tracing-core",
2016]
2017
2018[[package]]
2019name = "tracing-subscriber"
2020version = "0.3.22"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2023dependencies = [
2024 "matchers",
2025 "nu-ansi-term",
2026 "once_cell",
2027 "regex-automata",
2028 "sharded-slab",
2029 "smallvec",
2030 "thread_local",
2031 "tracing",
2032 "tracing-core",
2033 "tracing-log",
2034]
2035
2036[[package]]
2037name = "try-lock"
2038version = "0.2.5"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2041
2042[[package]]
2043name = "tungstenite"
2044version = "0.28.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2047dependencies = [
2048 "bytes",
2049 "data-encoding",
2050 "http",
2051 "httparse",
2052 "log",
2053 "rand",
2054 "sha1",
2055 "thiserror 2.0.18",
2056 "utf-8",
2057]
2058
2059[[package]]
2060name = "typenum"
2061version = "1.19.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2064
2065[[package]]
2066name = "unicode-ident"
2067version = "1.0.24"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2070
2071[[package]]
2072name = "url"
2073version = "2.5.8"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2076dependencies = [
2077 "form_urlencoded",
2078 "idna",
2079 "percent-encoding",
2080 "serde",
2081]
2082
2083[[package]]
2084name = "utf-8"
2085version = "0.7.6"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2088
2089[[package]]
2090name = "utf8_iter"
2091version = "1.0.4"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2094
2095[[package]]
2096name = "utf8parse"
2097version = "0.2.2"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2100
2101[[package]]
2102name = "v_frame"
2103version = "0.3.9"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
2106dependencies = [
2107 "aligned-vec",
2108 "num-traits",
2109 "wasm-bindgen",
2110]
2111
2112[[package]]
2113name = "valuable"
2114version = "0.1.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2117
2118[[package]]
2119name = "version_check"
2120version = "0.9.5"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2123
2124[[package]]
2125name = "want"
2126version = "0.3.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2129dependencies = [
2130 "try-lock",
2131]
2132
2133[[package]]
2134name = "wasi"
2135version = "0.11.1+wasi-snapshot-preview1"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2138
2139[[package]]
2140name = "wasip2"
2141version = "1.0.2+wasi-0.2.9"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2144dependencies = [
2145 "wit-bindgen",
2146]
2147
2148[[package]]
2149name = "wasm-bindgen"
2150version = "0.2.108"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
2153dependencies = [
2154 "cfg-if",
2155 "once_cell",
2156 "rustversion",
2157 "wasm-bindgen-macro",
2158 "wasm-bindgen-shared",
2159]
2160
2161[[package]]
2162name = "wasm-bindgen-futures"
2163version = "0.4.58"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
2166dependencies = [
2167 "cfg-if",
2168 "futures-util",
2169 "js-sys",
2170 "once_cell",
2171 "wasm-bindgen",
2172 "web-sys",
2173]
2174
2175[[package]]
2176name = "wasm-bindgen-macro"
2177version = "0.2.108"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
2180dependencies = [
2181 "quote",
2182 "wasm-bindgen-macro-support",
2183]
2184
2185[[package]]
2186name = "wasm-bindgen-macro-support"
2187version = "0.2.108"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
2190dependencies = [
2191 "bumpalo",
2192 "proc-macro2",
2193 "quote",
2194 "syn",
2195 "wasm-bindgen-shared",
2196]
2197
2198[[package]]
2199name = "wasm-bindgen-shared"
2200version = "0.2.108"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
2203dependencies = [
2204 "unicode-ident",
2205]
2206
2207[[package]]
2208name = "web-sys"
2209version = "0.3.85"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
2212dependencies = [
2213 "js-sys",
2214 "wasm-bindgen",
2215]
2216
2217[[package]]
2218name = "weezl"
2219version = "0.1.12"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2222
2223[[package]]
2224name = "which"
2225version = "8.0.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
2228dependencies = [
2229 "env_home",
2230 "rustix",
2231 "winsafe",
2232]
2233
2234[[package]]
2235name = "windows-link"
2236version = "0.1.3"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2239
2240[[package]]
2241name = "windows-link"
2242version = "0.2.1"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2245
2246[[package]]
2247name = "windows-registry"
2248version = "0.5.3"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2251dependencies = [
2252 "windows-link 0.1.3",
2253 "windows-result",
2254 "windows-strings",
2255]
2256
2257[[package]]
2258name = "windows-result"
2259version = "0.3.4"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2262dependencies = [
2263 "windows-link 0.1.3",
2264]
2265
2266[[package]]
2267name = "windows-strings"
2268version = "0.4.2"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2271dependencies = [
2272 "windows-link 0.1.3",
2273]
2274
2275[[package]]
2276name = "windows-sys"
2277version = "0.60.2"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2280dependencies = [
2281 "windows-targets",
2282]
2283
2284[[package]]
2285name = "windows-sys"
2286version = "0.61.2"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2289dependencies = [
2290 "windows-link 0.2.1",
2291]
2292
2293[[package]]
2294name = "windows-targets"
2295version = "0.53.5"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2298dependencies = [
2299 "windows-link 0.2.1",
2300 "windows_aarch64_gnullvm",
2301 "windows_aarch64_msvc",
2302 "windows_i686_gnu",
2303 "windows_i686_gnullvm",
2304 "windows_i686_msvc",
2305 "windows_x86_64_gnu",
2306 "windows_x86_64_gnullvm",
2307 "windows_x86_64_msvc",
2308]
2309
2310[[package]]
2311name = "windows_aarch64_gnullvm"
2312version = "0.53.1"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2315
2316[[package]]
2317name = "windows_aarch64_msvc"
2318version = "0.53.1"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2321
2322[[package]]
2323name = "windows_i686_gnu"
2324version = "0.53.1"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2327
2328[[package]]
2329name = "windows_i686_gnullvm"
2330version = "0.53.1"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2333
2334[[package]]
2335name = "windows_i686_msvc"
2336version = "0.53.1"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2339
2340[[package]]
2341name = "windows_x86_64_gnu"
2342version = "0.53.1"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2345
2346[[package]]
2347name = "windows_x86_64_gnullvm"
2348version = "0.53.1"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2351
2352[[package]]
2353name = "windows_x86_64_msvc"
2354version = "0.53.1"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2357
2358[[package]]
2359name = "winsafe"
2360version = "0.0.19"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
2363
2364[[package]]
2365name = "wit-bindgen"
2366version = "0.51.0"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2369
2370[[package]]
2371name = "writeable"
2372version = "0.6.2"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2375
2376[[package]]
2377name = "y4m"
2378version = "0.8.0"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
2381
2382[[package]]
2383name = "yoke"
2384version = "0.8.1"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2387dependencies = [
2388 "stable_deref_trait",
2389 "yoke-derive",
2390 "zerofrom",
2391]
2392
2393[[package]]
2394name = "yoke-derive"
2395version = "0.8.1"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2398dependencies = [
2399 "proc-macro2",
2400 "quote",
2401 "syn",
2402 "synstructure",
2403]
2404
2405[[package]]
2406name = "zerocopy"
2407version = "0.8.39"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
2410dependencies = [
2411 "zerocopy-derive",
2412]
2413
2414[[package]]
2415name = "zerocopy-derive"
2416version = "0.8.39"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
2419dependencies = [
2420 "proc-macro2",
2421 "quote",
2422 "syn",
2423]
2424
2425[[package]]
2426name = "zerofrom"
2427version = "0.1.6"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2430dependencies = [
2431 "zerofrom-derive",
2432]
2433
2434[[package]]
2435name = "zerofrom-derive"
2436version = "0.1.6"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2439dependencies = [
2440 "proc-macro2",
2441 "quote",
2442 "syn",
2443 "synstructure",
2444]
2445
2446[[package]]
2447name = "zerotrie"
2448version = "0.2.3"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2451dependencies = [
2452 "displaydoc",
2453 "yoke",
2454 "zerofrom",
2455]
2456
2457[[package]]
2458name = "zerovec"
2459version = "0.11.5"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2462dependencies = [
2463 "yoke",
2464 "zerofrom",
2465 "zerovec-derive",
2466]
2467
2468[[package]]
2469name = "zerovec-derive"
2470version = "0.11.2"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2473dependencies = [
2474 "proc-macro2",
2475 "quote",
2476 "syn",
2477]
2478
2479[[package]]
2480name = "zmij"
2481version = "1.0.21"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2484
2485[[package]]
2486name = "zune-core"
2487version = "0.4.12"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2490
2491[[package]]
2492name = "zune-core"
2493version = "0.5.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
2496
2497[[package]]
2498name = "zune-inflate"
2499version = "0.2.54"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2502dependencies = [
2503 "simd-adler32",
2504]
2505
2506[[package]]
2507name = "zune-jpeg"
2508version = "0.4.21"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
2511dependencies = [
2512 "zune-core 0.4.12",
2513]
2514
2515[[package]]
2516name = "zune-jpeg"
2517version = "0.5.12"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe"
2520dependencies = [
2521 "zune-core 0.5.1",
2522]