printer on atproto
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 = "android_system_properties"
31version = "0.1.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
34dependencies = [
35 "libc",
36]
37
38[[package]]
39name = "anyhow"
40version = "1.0.102"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
43
44[[package]]
45name = "arbitrary"
46version = "1.4.2"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
49
50[[package]]
51name = "arg_enum_proc_macro"
52version = "0.3.4"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
55dependencies = [
56 "proc-macro2",
57 "quote",
58 "syn",
59]
60
61[[package]]
62name = "arrayvec"
63version = "0.7.6"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
66
67[[package]]
68name = "as-slice"
69version = "0.2.1"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
72dependencies = [
73 "stable_deref_trait",
74]
75
76[[package]]
77name = "async_tiny"
78version = "0.2.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "972ac50620540846a056f3e94384a25a0ff465c361c8e6a061d79be45a504ee6"
81dependencies = [
82 "bytes",
83 "http",
84 "http-body-util",
85 "hyper",
86 "hyper-util",
87 "tokio",
88]
89
90[[package]]
91name = "atomic-waker"
92version = "1.1.2"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
95
96[[package]]
97name = "atspool"
98version = "0.1.0"
99dependencies = [
100 "async_tiny",
101 "chrono",
102 "escpos",
103 "futures-util",
104 "linemd",
105 "miette",
106 "reqwest",
107 "serde",
108 "serde_json",
109 "tokio",
110 "tokio-tungstenite",
111 "tracing",
112 "tracing-subscriber",
113]
114
115[[package]]
116name = "autocfg"
117version = "1.5.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
120
121[[package]]
122name = "av-scenechange"
123version = "0.14.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
126dependencies = [
127 "aligned",
128 "anyhow",
129 "arg_enum_proc_macro",
130 "arrayvec",
131 "log",
132 "num-rational",
133 "num-traits",
134 "pastey",
135 "rayon",
136 "thiserror 2.0.18",
137 "v_frame",
138 "y4m",
139]
140
141[[package]]
142name = "av1-grain"
143version = "0.2.5"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
146dependencies = [
147 "anyhow",
148 "arrayvec",
149 "log",
150 "nom",
151 "num-rational",
152 "v_frame",
153]
154
155[[package]]
156name = "avif-serialize"
157version = "0.8.8"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d"
160dependencies = [
161 "arrayvec",
162]
163
164[[package]]
165name = "aws-lc-rs"
166version = "1.16.2"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
169dependencies = [
170 "aws-lc-sys",
171 "zeroize",
172]
173
174[[package]]
175name = "aws-lc-sys"
176version = "0.39.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
179dependencies = [
180 "cc",
181 "cmake",
182 "dunce",
183 "fs_extra",
184]
185
186[[package]]
187name = "base64"
188version = "0.22.1"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
191
192[[package]]
193name = "bit_field"
194version = "0.10.3"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
197
198[[package]]
199name = "bitflags"
200version = "1.3.2"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
203
204[[package]]
205name = "bitflags"
206version = "2.11.0"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
209
210[[package]]
211name = "bitstream-io"
212version = "4.9.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
215dependencies = [
216 "core2",
217]
218
219[[package]]
220name = "block-buffer"
221version = "0.10.4"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
224dependencies = [
225 "generic-array",
226]
227
228[[package]]
229name = "built"
230version = "0.8.0"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
233
234[[package]]
235name = "bumpalo"
236version = "3.20.2"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
239
240[[package]]
241name = "bytemuck"
242version = "1.25.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
245
246[[package]]
247name = "byteorder-lite"
248version = "0.1.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
251
252[[package]]
253name = "bytes"
254version = "1.11.1"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
257
258[[package]]
259name = "cc"
260version = "1.2.60"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
263dependencies = [
264 "find-msvc-tools",
265 "jobserver",
266 "libc",
267 "shlex",
268]
269
270[[package]]
271name = "cesu8"
272version = "1.1.0"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
275
276[[package]]
277name = "cfg-if"
278version = "1.0.4"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
281
282[[package]]
283name = "cfg_aliases"
284version = "0.2.1"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
287
288[[package]]
289name = "chrono"
290version = "0.4.44"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
293dependencies = [
294 "iana-time-zone",
295 "js-sys",
296 "num-traits",
297 "wasm-bindgen",
298 "windows-link",
299]
300
301[[package]]
302name = "cmake"
303version = "0.1.58"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
306dependencies = [
307 "cc",
308]
309
310[[package]]
311name = "color_quant"
312version = "1.1.0"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
315
316[[package]]
317name = "combine"
318version = "4.6.7"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
321dependencies = [
322 "bytes",
323 "memchr",
324]
325
326[[package]]
327name = "core-foundation"
328version = "0.10.1"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
331dependencies = [
332 "core-foundation-sys",
333 "libc",
334]
335
336[[package]]
337name = "core-foundation-sys"
338version = "0.8.7"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
341
342[[package]]
343name = "core2"
344version = "0.4.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
347dependencies = [
348 "memchr",
349]
350
351[[package]]
352name = "cpufeatures"
353version = "0.2.17"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
356dependencies = [
357 "libc",
358]
359
360[[package]]
361name = "crc32fast"
362version = "1.5.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
365dependencies = [
366 "cfg-if",
367]
368
369[[package]]
370name = "crossbeam-deque"
371version = "0.8.6"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
374dependencies = [
375 "crossbeam-epoch",
376 "crossbeam-utils",
377]
378
379[[package]]
380name = "crossbeam-epoch"
381version = "0.9.18"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
384dependencies = [
385 "crossbeam-utils",
386]
387
388[[package]]
389name = "crossbeam-utils"
390version = "0.8.21"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
393
394[[package]]
395name = "crunchy"
396version = "0.2.4"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
399
400[[package]]
401name = "crypto-common"
402version = "0.1.7"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
405dependencies = [
406 "generic-array",
407 "typenum",
408]
409
410[[package]]
411name = "data-encoding"
412version = "2.10.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
415
416[[package]]
417name = "digest"
418version = "0.10.7"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
421dependencies = [
422 "block-buffer",
423 "crypto-common",
424]
425
426[[package]]
427name = "displaydoc"
428version = "0.2.5"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
431dependencies = [
432 "proc-macro2",
433 "quote",
434 "syn",
435]
436
437[[package]]
438name = "dunce"
439version = "1.0.5"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
442
443[[package]]
444name = "either"
445version = "1.15.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
448
449[[package]]
450name = "encoding_rs"
451version = "0.8.35"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
454dependencies = [
455 "cfg-if",
456]
457
458[[package]]
459name = "equator"
460version = "0.4.2"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
463dependencies = [
464 "equator-macro",
465]
466
467[[package]]
468name = "equator-macro"
469version = "0.4.2"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
472dependencies = [
473 "proc-macro2",
474 "quote",
475 "syn",
476]
477
478[[package]]
479name = "errno"
480version = "0.3.14"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
483dependencies = [
484 "libc",
485 "windows-sys 0.61.2",
486]
487
488[[package]]
489name = "escpos"
490version = "0.17.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "9b6af421dc62eb114c50c5519fea11f1701f455477eb7c639e1eb10c47891b93"
493dependencies = [
494 "encoding_rs",
495 "hidapi",
496 "image",
497 "log",
498 "nusb",
499 "rusb",
500 "serialport",
501]
502
503[[package]]
504name = "exr"
505version = "1.74.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
508dependencies = [
509 "bit_field",
510 "half",
511 "lebe",
512 "miniz_oxide",
513 "rayon-core",
514 "smallvec",
515 "zune-inflate",
516]
517
518[[package]]
519name = "fax"
520version = "0.2.6"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
523dependencies = [
524 "fax_derive",
525]
526
527[[package]]
528name = "fax_derive"
529version = "0.2.0"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
532dependencies = [
533 "proc-macro2",
534 "quote",
535 "syn",
536]
537
538[[package]]
539name = "fdeflate"
540version = "0.3.7"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
543dependencies = [
544 "simd-adler32",
545]
546
547[[package]]
548name = "find-msvc-tools"
549version = "0.1.9"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
552
553[[package]]
554name = "flate2"
555version = "1.1.9"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
558dependencies = [
559 "crc32fast",
560 "miniz_oxide",
561]
562
563[[package]]
564name = "form_urlencoded"
565version = "1.2.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
568dependencies = [
569 "percent-encoding",
570]
571
572[[package]]
573name = "fs_extra"
574version = "1.3.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
577
578[[package]]
579name = "futures-channel"
580version = "0.3.32"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
583dependencies = [
584 "futures-core",
585]
586
587[[package]]
588name = "futures-core"
589version = "0.3.32"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
592
593[[package]]
594name = "futures-sink"
595version = "0.3.32"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
598
599[[package]]
600name = "futures-task"
601version = "0.3.32"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
604
605[[package]]
606name = "futures-util"
607version = "0.3.32"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
610dependencies = [
611 "futures-core",
612 "futures-sink",
613 "futures-task",
614 "pin-project-lite",
615 "slab",
616]
617
618[[package]]
619name = "generic-array"
620version = "0.14.7"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
623dependencies = [
624 "typenum",
625 "version_check",
626]
627
628[[package]]
629name = "getrandom"
630version = "0.2.17"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
633dependencies = [
634 "cfg-if",
635 "js-sys",
636 "libc",
637 "wasi",
638 "wasm-bindgen",
639]
640
641[[package]]
642name = "getrandom"
643version = "0.3.4"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
646dependencies = [
647 "cfg-if",
648 "js-sys",
649 "libc",
650 "r-efi",
651 "wasip2",
652 "wasm-bindgen",
653]
654
655[[package]]
656name = "gif"
657version = "0.14.2"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
660dependencies = [
661 "color_quant",
662 "weezl",
663]
664
665[[package]]
666name = "half"
667version = "2.7.1"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
670dependencies = [
671 "cfg-if",
672 "crunchy",
673 "zerocopy",
674]
675
676[[package]]
677name = "hidapi"
678version = "2.6.5"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "d1b71e1f4791fb9e93b9d7ee03d70b501ab48f6151432fbcadeabc30fe15396e"
681dependencies = [
682 "cc",
683 "cfg-if",
684 "libc",
685 "pkg-config",
686 "windows-sys 0.61.2",
687]
688
689[[package]]
690name = "http"
691version = "1.4.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
694dependencies = [
695 "bytes",
696 "itoa",
697]
698
699[[package]]
700name = "http-body"
701version = "1.0.1"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
704dependencies = [
705 "bytes",
706 "http",
707]
708
709[[package]]
710name = "http-body-util"
711version = "0.1.3"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
714dependencies = [
715 "bytes",
716 "futures-core",
717 "http",
718 "http-body",
719 "pin-project-lite",
720]
721
722[[package]]
723name = "httparse"
724version = "1.10.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
727
728[[package]]
729name = "httpdate"
730version = "1.0.3"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
733
734[[package]]
735name = "hyper"
736version = "1.9.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
739dependencies = [
740 "atomic-waker",
741 "bytes",
742 "futures-channel",
743 "futures-core",
744 "http",
745 "http-body",
746 "httparse",
747 "httpdate",
748 "itoa",
749 "pin-project-lite",
750 "smallvec",
751 "tokio",
752 "want",
753]
754
755[[package]]
756name = "hyper-rustls"
757version = "0.27.8"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "c2b52f86d1d4bc0d6b4e6826d960b1b333217e07d36b882dca570a5e1c48895b"
760dependencies = [
761 "http",
762 "hyper",
763 "hyper-util",
764 "rustls",
765 "tokio",
766 "tokio-rustls",
767 "tower-service",
768]
769
770[[package]]
771name = "hyper-util"
772version = "0.1.20"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
775dependencies = [
776 "base64",
777 "bytes",
778 "futures-channel",
779 "futures-util",
780 "http",
781 "http-body",
782 "hyper",
783 "ipnet",
784 "libc",
785 "percent-encoding",
786 "pin-project-lite",
787 "socket2",
788 "tokio",
789 "tower-service",
790 "tracing",
791]
792
793[[package]]
794name = "iana-time-zone"
795version = "0.1.65"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
798dependencies = [
799 "android_system_properties",
800 "core-foundation-sys",
801 "iana-time-zone-haiku",
802 "js-sys",
803 "log",
804 "wasm-bindgen",
805 "windows-core",
806]
807
808[[package]]
809name = "iana-time-zone-haiku"
810version = "0.1.2"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
813dependencies = [
814 "cc",
815]
816
817[[package]]
818name = "icu_collections"
819version = "2.2.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
822dependencies = [
823 "displaydoc",
824 "potential_utf",
825 "utf8_iter",
826 "yoke",
827 "zerofrom",
828 "zerovec",
829]
830
831[[package]]
832name = "icu_locale_core"
833version = "2.2.0"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
836dependencies = [
837 "displaydoc",
838 "litemap",
839 "tinystr",
840 "writeable",
841 "zerovec",
842]
843
844[[package]]
845name = "icu_normalizer"
846version = "2.2.0"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
849dependencies = [
850 "icu_collections",
851 "icu_normalizer_data",
852 "icu_properties",
853 "icu_provider",
854 "smallvec",
855 "zerovec",
856]
857
858[[package]]
859name = "icu_normalizer_data"
860version = "2.2.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
863
864[[package]]
865name = "icu_properties"
866version = "2.2.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
869dependencies = [
870 "icu_collections",
871 "icu_locale_core",
872 "icu_properties_data",
873 "icu_provider",
874 "zerotrie",
875 "zerovec",
876]
877
878[[package]]
879name = "icu_properties_data"
880version = "2.2.0"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
883
884[[package]]
885name = "icu_provider"
886version = "2.2.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
889dependencies = [
890 "displaydoc",
891 "icu_locale_core",
892 "writeable",
893 "yoke",
894 "zerofrom",
895 "zerotrie",
896 "zerovec",
897]
898
899[[package]]
900name = "idna"
901version = "1.1.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
904dependencies = [
905 "idna_adapter",
906 "smallvec",
907 "utf8_iter",
908]
909
910[[package]]
911name = "idna_adapter"
912version = "1.2.1"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
915dependencies = [
916 "icu_normalizer",
917 "icu_properties",
918]
919
920[[package]]
921name = "image"
922version = "0.25.10"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
925dependencies = [
926 "bytemuck",
927 "byteorder-lite",
928 "color_quant",
929 "exr",
930 "gif",
931 "image-webp",
932 "moxcms",
933 "num-traits",
934 "png",
935 "qoi",
936 "ravif",
937 "rayon",
938 "rgb",
939 "tiff",
940 "zune-core",
941 "zune-jpeg",
942]
943
944[[package]]
945name = "image-webp"
946version = "0.2.4"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
949dependencies = [
950 "byteorder-lite",
951 "quick-error",
952]
953
954[[package]]
955name = "imgref"
956version = "1.12.0"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
959
960[[package]]
961name = "interpolate_name"
962version = "0.2.4"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
965dependencies = [
966 "proc-macro2",
967 "quote",
968 "syn",
969]
970
971[[package]]
972name = "io-kit-sys"
973version = "0.4.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b"
976dependencies = [
977 "core-foundation-sys",
978 "mach2 0.4.3",
979]
980
981[[package]]
982name = "io-kit-sys"
983version = "0.5.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "06d3a048d09fbb6597dbf7c69f40d14df4a49487db1487191618c893fc3b1c26"
986dependencies = [
987 "core-foundation-sys",
988 "mach2 0.5.0",
989]
990
991[[package]]
992name = "ipnet"
993version = "2.12.0"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
996
997[[package]]
998name = "iri-string"
999version = "0.7.12"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1002dependencies = [
1003 "memchr",
1004 "serde",
1005]
1006
1007[[package]]
1008name = "itertools"
1009version = "0.14.0"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1012dependencies = [
1013 "either",
1014]
1015
1016[[package]]
1017name = "itoa"
1018version = "1.0.18"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1021
1022[[package]]
1023name = "jni"
1024version = "0.21.1"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1027dependencies = [
1028 "cesu8",
1029 "cfg-if",
1030 "combine",
1031 "jni-sys 0.3.1",
1032 "log",
1033 "thiserror 1.0.69",
1034 "walkdir",
1035 "windows-sys 0.45.0",
1036]
1037
1038[[package]]
1039name = "jni-sys"
1040version = "0.3.1"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1043dependencies = [
1044 "jni-sys 0.4.1",
1045]
1046
1047[[package]]
1048name = "jni-sys"
1049version = "0.4.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1052dependencies = [
1053 "jni-sys-macros",
1054]
1055
1056[[package]]
1057name = "jni-sys-macros"
1058version = "0.4.1"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1061dependencies = [
1062 "quote",
1063 "syn",
1064]
1065
1066[[package]]
1067name = "jobserver"
1068version = "0.1.34"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1071dependencies = [
1072 "getrandom 0.3.4",
1073 "libc",
1074]
1075
1076[[package]]
1077name = "js-sys"
1078version = "0.3.95"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1081dependencies = [
1082 "cfg-if",
1083 "futures-util",
1084 "once_cell",
1085 "wasm-bindgen",
1086]
1087
1088[[package]]
1089name = "lazy_static"
1090version = "1.5.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1093
1094[[package]]
1095name = "lebe"
1096version = "0.5.3"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
1099
1100[[package]]
1101name = "libc"
1102version = "0.2.185"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1105
1106[[package]]
1107name = "libfuzzer-sys"
1108version = "0.4.12"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
1111dependencies = [
1112 "arbitrary",
1113 "cc",
1114]
1115
1116[[package]]
1117name = "libudev"
1118version = "0.3.0"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0"
1121dependencies = [
1122 "libc",
1123 "libudev-sys",
1124]
1125
1126[[package]]
1127name = "libudev-sys"
1128version = "0.1.4"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
1131dependencies = [
1132 "libc",
1133 "pkg-config",
1134]
1135
1136[[package]]
1137name = "libusb1-sys"
1138version = "0.7.0"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f"
1141dependencies = [
1142 "cc",
1143 "libc",
1144 "pkg-config",
1145 "vcpkg",
1146]
1147
1148[[package]]
1149name = "linemd"
1150version = "0.5.0"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "47e8d932ea5e37464982f193ac2c9a7263d9ffaf5a9622688bbf981cc5b0fc92"
1153
1154[[package]]
1155name = "linux-raw-sys"
1156version = "0.12.1"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1159
1160[[package]]
1161name = "litemap"
1162version = "0.8.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1165
1166[[package]]
1167name = "lock_api"
1168version = "0.4.14"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1171dependencies = [
1172 "scopeguard",
1173]
1174
1175[[package]]
1176name = "log"
1177version = "0.4.29"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1180
1181[[package]]
1182name = "loop9"
1183version = "0.1.5"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
1186dependencies = [
1187 "imgref",
1188]
1189
1190[[package]]
1191name = "lru-slab"
1192version = "0.1.2"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1195
1196[[package]]
1197name = "mach2"
1198version = "0.4.3"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1201dependencies = [
1202 "libc",
1203]
1204
1205[[package]]
1206name = "mach2"
1207version = "0.5.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
1210dependencies = [
1211 "libc",
1212]
1213
1214[[package]]
1215name = "maybe-rayon"
1216version = "0.1.1"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
1219dependencies = [
1220 "cfg-if",
1221 "rayon",
1222]
1223
1224[[package]]
1225name = "memchr"
1226version = "2.8.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1229
1230[[package]]
1231name = "miette"
1232version = "7.6.0"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1235dependencies = [
1236 "cfg-if",
1237 "miette-derive",
1238 "unicode-width",
1239]
1240
1241[[package]]
1242name = "miette-derive"
1243version = "7.6.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1246dependencies = [
1247 "proc-macro2",
1248 "quote",
1249 "syn",
1250]
1251
1252[[package]]
1253name = "miniz_oxide"
1254version = "0.8.9"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1257dependencies = [
1258 "adler2",
1259 "simd-adler32",
1260]
1261
1262[[package]]
1263name = "mio"
1264version = "1.2.0"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1267dependencies = [
1268 "libc",
1269 "wasi",
1270 "windows-sys 0.61.2",
1271]
1272
1273[[package]]
1274name = "moxcms"
1275version = "0.8.1"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
1278dependencies = [
1279 "num-traits",
1280 "pxfm",
1281]
1282
1283[[package]]
1284name = "new_debug_unreachable"
1285version = "1.0.6"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1288
1289[[package]]
1290name = "nix"
1291version = "0.26.4"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
1294dependencies = [
1295 "bitflags 1.3.2",
1296 "cfg-if",
1297 "libc",
1298]
1299
1300[[package]]
1301name = "nom"
1302version = "8.0.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
1305dependencies = [
1306 "memchr",
1307]
1308
1309[[package]]
1310name = "noop_proc_macro"
1311version = "0.3.0"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
1314
1315[[package]]
1316name = "nu-ansi-term"
1317version = "0.50.3"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1320dependencies = [
1321 "windows-sys 0.61.2",
1322]
1323
1324[[package]]
1325name = "num-bigint"
1326version = "0.4.6"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1329dependencies = [
1330 "num-integer",
1331 "num-traits",
1332]
1333
1334[[package]]
1335name = "num-derive"
1336version = "0.4.2"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1339dependencies = [
1340 "proc-macro2",
1341 "quote",
1342 "syn",
1343]
1344
1345[[package]]
1346name = "num-integer"
1347version = "0.1.46"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1350dependencies = [
1351 "num-traits",
1352]
1353
1354[[package]]
1355name = "num-rational"
1356version = "0.4.2"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1359dependencies = [
1360 "num-bigint",
1361 "num-integer",
1362 "num-traits",
1363]
1364
1365[[package]]
1366name = "num-traits"
1367version = "0.2.19"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1370dependencies = [
1371 "autocfg",
1372]
1373
1374[[package]]
1375name = "nusb"
1376version = "0.2.3"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "8a330b3bc7f8b4fc729a4c63164b3927eeeaced198222a3ce6b8b6e034851b7a"
1379dependencies = [
1380 "core-foundation",
1381 "core-foundation-sys",
1382 "futures-core",
1383 "io-kit-sys 0.5.0",
1384 "linux-raw-sys",
1385 "log",
1386 "once_cell",
1387 "rustix",
1388 "slab",
1389 "windows-sys 0.61.2",
1390]
1391
1392[[package]]
1393name = "once_cell"
1394version = "1.21.4"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1397
1398[[package]]
1399name = "openssl-probe"
1400version = "0.2.1"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1403
1404[[package]]
1405name = "parking_lot"
1406version = "0.12.5"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1409dependencies = [
1410 "lock_api",
1411 "parking_lot_core",
1412]
1413
1414[[package]]
1415name = "parking_lot_core"
1416version = "0.9.12"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1419dependencies = [
1420 "cfg-if",
1421 "libc",
1422 "redox_syscall",
1423 "smallvec",
1424 "windows-link",
1425]
1426
1427[[package]]
1428name = "paste"
1429version = "1.0.15"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1432
1433[[package]]
1434name = "pastey"
1435version = "0.1.1"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
1438
1439[[package]]
1440name = "percent-encoding"
1441version = "2.3.2"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1444
1445[[package]]
1446name = "pin-project-lite"
1447version = "0.2.17"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1450
1451[[package]]
1452name = "pkg-config"
1453version = "0.3.33"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1456
1457[[package]]
1458name = "png"
1459version = "0.18.1"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1462dependencies = [
1463 "bitflags 2.11.0",
1464 "crc32fast",
1465 "fdeflate",
1466 "flate2",
1467 "miniz_oxide",
1468]
1469
1470[[package]]
1471name = "potential_utf"
1472version = "0.1.5"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1475dependencies = [
1476 "zerovec",
1477]
1478
1479[[package]]
1480name = "ppv-lite86"
1481version = "0.2.21"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1484dependencies = [
1485 "zerocopy",
1486]
1487
1488[[package]]
1489name = "proc-macro2"
1490version = "1.0.106"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1493dependencies = [
1494 "unicode-ident",
1495]
1496
1497[[package]]
1498name = "profiling"
1499version = "1.0.17"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
1502dependencies = [
1503 "profiling-procmacros",
1504]
1505
1506[[package]]
1507name = "profiling-procmacros"
1508version = "1.0.17"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
1511dependencies = [
1512 "quote",
1513 "syn",
1514]
1515
1516[[package]]
1517name = "pxfm"
1518version = "0.1.28"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d"
1521
1522[[package]]
1523name = "qoi"
1524version = "0.4.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1527dependencies = [
1528 "bytemuck",
1529]
1530
1531[[package]]
1532name = "quick-error"
1533version = "2.0.1"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1536
1537[[package]]
1538name = "quinn"
1539version = "0.11.9"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1542dependencies = [
1543 "bytes",
1544 "cfg_aliases",
1545 "pin-project-lite",
1546 "quinn-proto",
1547 "quinn-udp",
1548 "rustc-hash",
1549 "rustls",
1550 "socket2",
1551 "thiserror 2.0.18",
1552 "tokio",
1553 "tracing",
1554 "web-time",
1555]
1556
1557[[package]]
1558name = "quinn-proto"
1559version = "0.11.14"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1562dependencies = [
1563 "aws-lc-rs",
1564 "bytes",
1565 "getrandom 0.3.4",
1566 "lru-slab",
1567 "rand",
1568 "ring",
1569 "rustc-hash",
1570 "rustls",
1571 "rustls-pki-types",
1572 "slab",
1573 "thiserror 2.0.18",
1574 "tinyvec",
1575 "tracing",
1576 "web-time",
1577]
1578
1579[[package]]
1580name = "quinn-udp"
1581version = "0.5.14"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1584dependencies = [
1585 "cfg_aliases",
1586 "libc",
1587 "once_cell",
1588 "socket2",
1589 "tracing",
1590 "windows-sys 0.60.2",
1591]
1592
1593[[package]]
1594name = "quote"
1595version = "1.0.45"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1598dependencies = [
1599 "proc-macro2",
1600]
1601
1602[[package]]
1603name = "r-efi"
1604version = "5.3.0"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1607
1608[[package]]
1609name = "rand"
1610version = "0.9.4"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1613dependencies = [
1614 "rand_chacha",
1615 "rand_core",
1616]
1617
1618[[package]]
1619name = "rand_chacha"
1620version = "0.9.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1623dependencies = [
1624 "ppv-lite86",
1625 "rand_core",
1626]
1627
1628[[package]]
1629name = "rand_core"
1630version = "0.9.5"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1633dependencies = [
1634 "getrandom 0.3.4",
1635]
1636
1637[[package]]
1638name = "rav1e"
1639version = "0.8.1"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
1642dependencies = [
1643 "aligned-vec",
1644 "arbitrary",
1645 "arg_enum_proc_macro",
1646 "arrayvec",
1647 "av-scenechange",
1648 "av1-grain",
1649 "bitstream-io",
1650 "built",
1651 "cfg-if",
1652 "interpolate_name",
1653 "itertools",
1654 "libc",
1655 "libfuzzer-sys",
1656 "log",
1657 "maybe-rayon",
1658 "new_debug_unreachable",
1659 "noop_proc_macro",
1660 "num-derive",
1661 "num-traits",
1662 "paste",
1663 "profiling",
1664 "rand",
1665 "rand_chacha",
1666 "simd_helpers",
1667 "thiserror 2.0.18",
1668 "v_frame",
1669 "wasm-bindgen",
1670]
1671
1672[[package]]
1673name = "ravif"
1674version = "0.13.0"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
1677dependencies = [
1678 "avif-serialize",
1679 "imgref",
1680 "loop9",
1681 "quick-error",
1682 "rav1e",
1683 "rayon",
1684 "rgb",
1685]
1686
1687[[package]]
1688name = "rayon"
1689version = "1.12.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1692dependencies = [
1693 "either",
1694 "rayon-core",
1695]
1696
1697[[package]]
1698name = "rayon-core"
1699version = "1.13.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1702dependencies = [
1703 "crossbeam-deque",
1704 "crossbeam-utils",
1705]
1706
1707[[package]]
1708name = "redox_syscall"
1709version = "0.5.18"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1712dependencies = [
1713 "bitflags 2.11.0",
1714]
1715
1716[[package]]
1717name = "reqwest"
1718version = "0.13.2"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
1721dependencies = [
1722 "base64",
1723 "bytes",
1724 "futures-core",
1725 "http",
1726 "http-body",
1727 "http-body-util",
1728 "hyper",
1729 "hyper-rustls",
1730 "hyper-util",
1731 "js-sys",
1732 "log",
1733 "percent-encoding",
1734 "pin-project-lite",
1735 "quinn",
1736 "rustls",
1737 "rustls-pki-types",
1738 "rustls-platform-verifier",
1739 "serde",
1740 "serde_json",
1741 "sync_wrapper",
1742 "tokio",
1743 "tokio-rustls",
1744 "tower",
1745 "tower-http",
1746 "tower-service",
1747 "url",
1748 "wasm-bindgen",
1749 "wasm-bindgen-futures",
1750 "web-sys",
1751]
1752
1753[[package]]
1754name = "rgb"
1755version = "0.8.53"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
1758
1759[[package]]
1760name = "ring"
1761version = "0.17.14"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1764dependencies = [
1765 "cc",
1766 "cfg-if",
1767 "getrandom 0.2.17",
1768 "libc",
1769 "untrusted",
1770 "windows-sys 0.52.0",
1771]
1772
1773[[package]]
1774name = "rusb"
1775version = "0.9.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4"
1778dependencies = [
1779 "libc",
1780 "libusb1-sys",
1781]
1782
1783[[package]]
1784name = "rustc-hash"
1785version = "2.1.2"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1788
1789[[package]]
1790name = "rustix"
1791version = "1.1.4"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1794dependencies = [
1795 "bitflags 2.11.0",
1796 "errno",
1797 "libc",
1798 "linux-raw-sys",
1799 "windows-sys 0.61.2",
1800]
1801
1802[[package]]
1803name = "rustls"
1804version = "0.23.38"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
1807dependencies = [
1808 "aws-lc-rs",
1809 "once_cell",
1810 "rustls-pki-types",
1811 "rustls-webpki",
1812 "subtle",
1813 "zeroize",
1814]
1815
1816[[package]]
1817name = "rustls-native-certs"
1818version = "0.8.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1821dependencies = [
1822 "openssl-probe",
1823 "rustls-pki-types",
1824 "schannel",
1825 "security-framework",
1826]
1827
1828[[package]]
1829name = "rustls-pki-types"
1830version = "1.14.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1833dependencies = [
1834 "web-time",
1835 "zeroize",
1836]
1837
1838[[package]]
1839name = "rustls-platform-verifier"
1840version = "0.6.2"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
1843dependencies = [
1844 "core-foundation",
1845 "core-foundation-sys",
1846 "jni",
1847 "log",
1848 "once_cell",
1849 "rustls",
1850 "rustls-native-certs",
1851 "rustls-platform-verifier-android",
1852 "rustls-webpki",
1853 "security-framework",
1854 "security-framework-sys",
1855 "webpki-root-certs",
1856 "windows-sys 0.61.2",
1857]
1858
1859[[package]]
1860name = "rustls-platform-verifier-android"
1861version = "0.1.1"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1864
1865[[package]]
1866name = "rustls-webpki"
1867version = "0.103.11"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4"
1870dependencies = [
1871 "aws-lc-rs",
1872 "ring",
1873 "rustls-pki-types",
1874 "untrusted",
1875]
1876
1877[[package]]
1878name = "rustversion"
1879version = "1.0.22"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1882
1883[[package]]
1884name = "same-file"
1885version = "1.0.6"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1888dependencies = [
1889 "winapi-util",
1890]
1891
1892[[package]]
1893name = "schannel"
1894version = "0.1.29"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1897dependencies = [
1898 "windows-sys 0.61.2",
1899]
1900
1901[[package]]
1902name = "scopeguard"
1903version = "1.2.0"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1906
1907[[package]]
1908name = "security-framework"
1909version = "3.7.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1912dependencies = [
1913 "bitflags 2.11.0",
1914 "core-foundation",
1915 "core-foundation-sys",
1916 "libc",
1917 "security-framework-sys",
1918]
1919
1920[[package]]
1921name = "security-framework-sys"
1922version = "2.17.0"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1925dependencies = [
1926 "core-foundation-sys",
1927 "libc",
1928]
1929
1930[[package]]
1931name = "serde"
1932version = "1.0.228"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1935dependencies = [
1936 "serde_core",
1937 "serde_derive",
1938]
1939
1940[[package]]
1941name = "serde_core"
1942version = "1.0.228"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1945dependencies = [
1946 "serde_derive",
1947]
1948
1949[[package]]
1950name = "serde_derive"
1951version = "1.0.228"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1954dependencies = [
1955 "proc-macro2",
1956 "quote",
1957 "syn",
1958]
1959
1960[[package]]
1961name = "serde_json"
1962version = "1.0.149"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1965dependencies = [
1966 "itoa",
1967 "memchr",
1968 "serde",
1969 "serde_core",
1970 "zmij",
1971]
1972
1973[[package]]
1974name = "serialport"
1975version = "4.9.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "a4d91116f97173694f1642263b2ff837f80d933aa837e2314969f6728f661df3"
1978dependencies = [
1979 "bitflags 2.11.0",
1980 "cfg-if",
1981 "core-foundation",
1982 "core-foundation-sys",
1983 "io-kit-sys 0.4.1",
1984 "libudev",
1985 "mach2 0.4.3",
1986 "nix",
1987 "scopeguard",
1988 "unescaper",
1989 "windows-sys 0.52.0",
1990]
1991
1992[[package]]
1993name = "sha1"
1994version = "0.10.6"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1997dependencies = [
1998 "cfg-if",
1999 "cpufeatures",
2000 "digest",
2001]
2002
2003[[package]]
2004name = "sharded-slab"
2005version = "0.1.7"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2008dependencies = [
2009 "lazy_static",
2010]
2011
2012[[package]]
2013name = "shlex"
2014version = "1.3.0"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2017
2018[[package]]
2019name = "signal-hook-registry"
2020version = "1.4.8"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2023dependencies = [
2024 "errno",
2025 "libc",
2026]
2027
2028[[package]]
2029name = "simd-adler32"
2030version = "0.3.9"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2033
2034[[package]]
2035name = "simd_helpers"
2036version = "0.1.0"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
2039dependencies = [
2040 "quote",
2041]
2042
2043[[package]]
2044name = "slab"
2045version = "0.4.12"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2048
2049[[package]]
2050name = "smallvec"
2051version = "1.15.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2054
2055[[package]]
2056name = "socket2"
2057version = "0.6.3"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2060dependencies = [
2061 "libc",
2062 "windows-sys 0.61.2",
2063]
2064
2065[[package]]
2066name = "stable_deref_trait"
2067version = "1.2.1"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2070
2071[[package]]
2072name = "subtle"
2073version = "2.6.1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2076
2077[[package]]
2078name = "syn"
2079version = "2.0.117"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2082dependencies = [
2083 "proc-macro2",
2084 "quote",
2085 "unicode-ident",
2086]
2087
2088[[package]]
2089name = "sync_wrapper"
2090version = "1.0.2"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2093dependencies = [
2094 "futures-core",
2095]
2096
2097[[package]]
2098name = "synstructure"
2099version = "0.13.2"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2102dependencies = [
2103 "proc-macro2",
2104 "quote",
2105 "syn",
2106]
2107
2108[[package]]
2109name = "thiserror"
2110version = "1.0.69"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2113dependencies = [
2114 "thiserror-impl 1.0.69",
2115]
2116
2117[[package]]
2118name = "thiserror"
2119version = "2.0.18"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2122dependencies = [
2123 "thiserror-impl 2.0.18",
2124]
2125
2126[[package]]
2127name = "thiserror-impl"
2128version = "1.0.69"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2131dependencies = [
2132 "proc-macro2",
2133 "quote",
2134 "syn",
2135]
2136
2137[[package]]
2138name = "thiserror-impl"
2139version = "2.0.18"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2142dependencies = [
2143 "proc-macro2",
2144 "quote",
2145 "syn",
2146]
2147
2148[[package]]
2149name = "thread_local"
2150version = "1.1.9"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2153dependencies = [
2154 "cfg-if",
2155]
2156
2157[[package]]
2158name = "tiff"
2159version = "0.11.3"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
2162dependencies = [
2163 "fax",
2164 "flate2",
2165 "half",
2166 "quick-error",
2167 "weezl",
2168 "zune-jpeg",
2169]
2170
2171[[package]]
2172name = "tinystr"
2173version = "0.8.3"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2176dependencies = [
2177 "displaydoc",
2178 "zerovec",
2179]
2180
2181[[package]]
2182name = "tinyvec"
2183version = "1.11.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2186dependencies = [
2187 "tinyvec_macros",
2188]
2189
2190[[package]]
2191name = "tinyvec_macros"
2192version = "0.1.1"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2195
2196[[package]]
2197name = "tokio"
2198version = "1.51.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
2201dependencies = [
2202 "bytes",
2203 "libc",
2204 "mio",
2205 "parking_lot",
2206 "pin-project-lite",
2207 "signal-hook-registry",
2208 "socket2",
2209 "tokio-macros",
2210 "windows-sys 0.61.2",
2211]
2212
2213[[package]]
2214name = "tokio-macros"
2215version = "2.7.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2218dependencies = [
2219 "proc-macro2",
2220 "quote",
2221 "syn",
2222]
2223
2224[[package]]
2225name = "tokio-rustls"
2226version = "0.26.4"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2229dependencies = [
2230 "rustls",
2231 "tokio",
2232]
2233
2234[[package]]
2235name = "tokio-tungstenite"
2236version = "0.29.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
2239dependencies = [
2240 "futures-util",
2241 "log",
2242 "rustls",
2243 "rustls-native-certs",
2244 "rustls-pki-types",
2245 "tokio",
2246 "tokio-rustls",
2247 "tungstenite",
2248]
2249
2250[[package]]
2251name = "tower"
2252version = "0.5.3"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2255dependencies = [
2256 "futures-core",
2257 "futures-util",
2258 "pin-project-lite",
2259 "sync_wrapper",
2260 "tokio",
2261 "tower-layer",
2262 "tower-service",
2263]
2264
2265[[package]]
2266name = "tower-http"
2267version = "0.6.8"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2270dependencies = [
2271 "bitflags 2.11.0",
2272 "bytes",
2273 "futures-util",
2274 "http",
2275 "http-body",
2276 "iri-string",
2277 "pin-project-lite",
2278 "tower",
2279 "tower-layer",
2280 "tower-service",
2281]
2282
2283[[package]]
2284name = "tower-layer"
2285version = "0.3.3"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2288
2289[[package]]
2290name = "tower-service"
2291version = "0.3.3"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2294
2295[[package]]
2296name = "tracing"
2297version = "0.1.44"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2300dependencies = [
2301 "pin-project-lite",
2302 "tracing-attributes",
2303 "tracing-core",
2304]
2305
2306[[package]]
2307name = "tracing-attributes"
2308version = "0.1.31"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2311dependencies = [
2312 "proc-macro2",
2313 "quote",
2314 "syn",
2315]
2316
2317[[package]]
2318name = "tracing-core"
2319version = "0.1.36"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2322dependencies = [
2323 "once_cell",
2324 "valuable",
2325]
2326
2327[[package]]
2328name = "tracing-log"
2329version = "0.2.0"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2332dependencies = [
2333 "log",
2334 "once_cell",
2335 "tracing-core",
2336]
2337
2338[[package]]
2339name = "tracing-subscriber"
2340version = "0.3.23"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2343dependencies = [
2344 "nu-ansi-term",
2345 "sharded-slab",
2346 "smallvec",
2347 "thread_local",
2348 "tracing-core",
2349 "tracing-log",
2350]
2351
2352[[package]]
2353name = "try-lock"
2354version = "0.2.5"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2357
2358[[package]]
2359name = "tungstenite"
2360version = "0.29.0"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
2363dependencies = [
2364 "bytes",
2365 "data-encoding",
2366 "http",
2367 "httparse",
2368 "log",
2369 "rand",
2370 "rustls",
2371 "rustls-pki-types",
2372 "sha1",
2373 "thiserror 2.0.18",
2374]
2375
2376[[package]]
2377name = "typenum"
2378version = "1.19.0"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2381
2382[[package]]
2383name = "unescaper"
2384version = "0.1.8"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "4064ed685c487dbc25bd3f0e9548f2e34bab9d18cefc700f9ec2dba74ba1138e"
2387dependencies = [
2388 "thiserror 2.0.18",
2389]
2390
2391[[package]]
2392name = "unicode-ident"
2393version = "1.0.24"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2396
2397[[package]]
2398name = "unicode-width"
2399version = "0.1.14"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2402
2403[[package]]
2404name = "untrusted"
2405version = "0.9.0"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2408
2409[[package]]
2410name = "url"
2411version = "2.5.8"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2414dependencies = [
2415 "form_urlencoded",
2416 "idna",
2417 "percent-encoding",
2418 "serde",
2419]
2420
2421[[package]]
2422name = "utf8_iter"
2423version = "1.0.4"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2426
2427[[package]]
2428name = "v_frame"
2429version = "0.3.9"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
2432dependencies = [
2433 "aligned-vec",
2434 "num-traits",
2435 "wasm-bindgen",
2436]
2437
2438[[package]]
2439name = "valuable"
2440version = "0.1.1"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2443
2444[[package]]
2445name = "vcpkg"
2446version = "0.2.15"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2449
2450[[package]]
2451name = "version_check"
2452version = "0.9.5"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2455
2456[[package]]
2457name = "walkdir"
2458version = "2.5.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2461dependencies = [
2462 "same-file",
2463 "winapi-util",
2464]
2465
2466[[package]]
2467name = "want"
2468version = "0.3.1"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2471dependencies = [
2472 "try-lock",
2473]
2474
2475[[package]]
2476name = "wasi"
2477version = "0.11.1+wasi-snapshot-preview1"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2480
2481[[package]]
2482name = "wasip2"
2483version = "1.0.2+wasi-0.2.9"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2486dependencies = [
2487 "wit-bindgen",
2488]
2489
2490[[package]]
2491name = "wasm-bindgen"
2492version = "0.2.118"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
2495dependencies = [
2496 "cfg-if",
2497 "once_cell",
2498 "rustversion",
2499 "wasm-bindgen-macro",
2500 "wasm-bindgen-shared",
2501]
2502
2503[[package]]
2504name = "wasm-bindgen-futures"
2505version = "0.4.68"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
2508dependencies = [
2509 "js-sys",
2510 "wasm-bindgen",
2511]
2512
2513[[package]]
2514name = "wasm-bindgen-macro"
2515version = "0.2.118"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
2518dependencies = [
2519 "quote",
2520 "wasm-bindgen-macro-support",
2521]
2522
2523[[package]]
2524name = "wasm-bindgen-macro-support"
2525version = "0.2.118"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
2528dependencies = [
2529 "bumpalo",
2530 "proc-macro2",
2531 "quote",
2532 "syn",
2533 "wasm-bindgen-shared",
2534]
2535
2536[[package]]
2537name = "wasm-bindgen-shared"
2538version = "0.2.118"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
2541dependencies = [
2542 "unicode-ident",
2543]
2544
2545[[package]]
2546name = "web-sys"
2547version = "0.3.95"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
2550dependencies = [
2551 "js-sys",
2552 "wasm-bindgen",
2553]
2554
2555[[package]]
2556name = "web-time"
2557version = "1.1.0"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2560dependencies = [
2561 "js-sys",
2562 "wasm-bindgen",
2563]
2564
2565[[package]]
2566name = "webpki-root-certs"
2567version = "1.0.6"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
2570dependencies = [
2571 "rustls-pki-types",
2572]
2573
2574[[package]]
2575name = "weezl"
2576version = "0.1.12"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2579
2580[[package]]
2581name = "winapi-util"
2582version = "0.1.11"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2585dependencies = [
2586 "windows-sys 0.61.2",
2587]
2588
2589[[package]]
2590name = "windows-core"
2591version = "0.62.2"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2594dependencies = [
2595 "windows-implement",
2596 "windows-interface",
2597 "windows-link",
2598 "windows-result",
2599 "windows-strings",
2600]
2601
2602[[package]]
2603name = "windows-implement"
2604version = "0.60.2"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2607dependencies = [
2608 "proc-macro2",
2609 "quote",
2610 "syn",
2611]
2612
2613[[package]]
2614name = "windows-interface"
2615version = "0.59.3"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2618dependencies = [
2619 "proc-macro2",
2620 "quote",
2621 "syn",
2622]
2623
2624[[package]]
2625name = "windows-link"
2626version = "0.2.1"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2629
2630[[package]]
2631name = "windows-result"
2632version = "0.4.1"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2635dependencies = [
2636 "windows-link",
2637]
2638
2639[[package]]
2640name = "windows-strings"
2641version = "0.5.1"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2644dependencies = [
2645 "windows-link",
2646]
2647
2648[[package]]
2649name = "windows-sys"
2650version = "0.45.0"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2653dependencies = [
2654 "windows-targets 0.42.2",
2655]
2656
2657[[package]]
2658name = "windows-sys"
2659version = "0.52.0"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2662dependencies = [
2663 "windows-targets 0.52.6",
2664]
2665
2666[[package]]
2667name = "windows-sys"
2668version = "0.60.2"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2671dependencies = [
2672 "windows-targets 0.53.5",
2673]
2674
2675[[package]]
2676name = "windows-sys"
2677version = "0.61.2"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2680dependencies = [
2681 "windows-link",
2682]
2683
2684[[package]]
2685name = "windows-targets"
2686version = "0.42.2"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2689dependencies = [
2690 "windows_aarch64_gnullvm 0.42.2",
2691 "windows_aarch64_msvc 0.42.2",
2692 "windows_i686_gnu 0.42.2",
2693 "windows_i686_msvc 0.42.2",
2694 "windows_x86_64_gnu 0.42.2",
2695 "windows_x86_64_gnullvm 0.42.2",
2696 "windows_x86_64_msvc 0.42.2",
2697]
2698
2699[[package]]
2700name = "windows-targets"
2701version = "0.52.6"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2704dependencies = [
2705 "windows_aarch64_gnullvm 0.52.6",
2706 "windows_aarch64_msvc 0.52.6",
2707 "windows_i686_gnu 0.52.6",
2708 "windows_i686_gnullvm 0.52.6",
2709 "windows_i686_msvc 0.52.6",
2710 "windows_x86_64_gnu 0.52.6",
2711 "windows_x86_64_gnullvm 0.52.6",
2712 "windows_x86_64_msvc 0.52.6",
2713]
2714
2715[[package]]
2716name = "windows-targets"
2717version = "0.53.5"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2720dependencies = [
2721 "windows-link",
2722 "windows_aarch64_gnullvm 0.53.1",
2723 "windows_aarch64_msvc 0.53.1",
2724 "windows_i686_gnu 0.53.1",
2725 "windows_i686_gnullvm 0.53.1",
2726 "windows_i686_msvc 0.53.1",
2727 "windows_x86_64_gnu 0.53.1",
2728 "windows_x86_64_gnullvm 0.53.1",
2729 "windows_x86_64_msvc 0.53.1",
2730]
2731
2732[[package]]
2733name = "windows_aarch64_gnullvm"
2734version = "0.42.2"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2737
2738[[package]]
2739name = "windows_aarch64_gnullvm"
2740version = "0.52.6"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2743
2744[[package]]
2745name = "windows_aarch64_gnullvm"
2746version = "0.53.1"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2749
2750[[package]]
2751name = "windows_aarch64_msvc"
2752version = "0.42.2"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2755
2756[[package]]
2757name = "windows_aarch64_msvc"
2758version = "0.52.6"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2761
2762[[package]]
2763name = "windows_aarch64_msvc"
2764version = "0.53.1"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2767
2768[[package]]
2769name = "windows_i686_gnu"
2770version = "0.42.2"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2773
2774[[package]]
2775name = "windows_i686_gnu"
2776version = "0.52.6"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2779
2780[[package]]
2781name = "windows_i686_gnu"
2782version = "0.53.1"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2785
2786[[package]]
2787name = "windows_i686_gnullvm"
2788version = "0.52.6"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2791
2792[[package]]
2793name = "windows_i686_gnullvm"
2794version = "0.53.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2797
2798[[package]]
2799name = "windows_i686_msvc"
2800version = "0.42.2"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2803
2804[[package]]
2805name = "windows_i686_msvc"
2806version = "0.52.6"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2809
2810[[package]]
2811name = "windows_i686_msvc"
2812version = "0.53.1"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2815
2816[[package]]
2817name = "windows_x86_64_gnu"
2818version = "0.42.2"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2821
2822[[package]]
2823name = "windows_x86_64_gnu"
2824version = "0.52.6"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2827
2828[[package]]
2829name = "windows_x86_64_gnu"
2830version = "0.53.1"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2833
2834[[package]]
2835name = "windows_x86_64_gnullvm"
2836version = "0.42.2"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2839
2840[[package]]
2841name = "windows_x86_64_gnullvm"
2842version = "0.52.6"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2845
2846[[package]]
2847name = "windows_x86_64_gnullvm"
2848version = "0.53.1"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2851
2852[[package]]
2853name = "windows_x86_64_msvc"
2854version = "0.42.2"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2857
2858[[package]]
2859name = "windows_x86_64_msvc"
2860version = "0.52.6"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2863
2864[[package]]
2865name = "windows_x86_64_msvc"
2866version = "0.53.1"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2869
2870[[package]]
2871name = "wit-bindgen"
2872version = "0.51.0"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2875
2876[[package]]
2877name = "writeable"
2878version = "0.6.3"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2881
2882[[package]]
2883name = "y4m"
2884version = "0.8.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
2887
2888[[package]]
2889name = "yoke"
2890version = "0.8.2"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2893dependencies = [
2894 "stable_deref_trait",
2895 "yoke-derive",
2896 "zerofrom",
2897]
2898
2899[[package]]
2900name = "yoke-derive"
2901version = "0.8.2"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2904dependencies = [
2905 "proc-macro2",
2906 "quote",
2907 "syn",
2908 "synstructure",
2909]
2910
2911[[package]]
2912name = "zerocopy"
2913version = "0.8.48"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2916dependencies = [
2917 "zerocopy-derive",
2918]
2919
2920[[package]]
2921name = "zerocopy-derive"
2922version = "0.8.48"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
2925dependencies = [
2926 "proc-macro2",
2927 "quote",
2928 "syn",
2929]
2930
2931[[package]]
2932name = "zerofrom"
2933version = "0.1.7"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
2936dependencies = [
2937 "zerofrom-derive",
2938]
2939
2940[[package]]
2941name = "zerofrom-derive"
2942version = "0.1.7"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2945dependencies = [
2946 "proc-macro2",
2947 "quote",
2948 "syn",
2949 "synstructure",
2950]
2951
2952[[package]]
2953name = "zeroize"
2954version = "1.8.2"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2957
2958[[package]]
2959name = "zerotrie"
2960version = "0.2.4"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2963dependencies = [
2964 "displaydoc",
2965 "yoke",
2966 "zerofrom",
2967]
2968
2969[[package]]
2970name = "zerovec"
2971version = "0.11.6"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2974dependencies = [
2975 "yoke",
2976 "zerofrom",
2977 "zerovec-derive",
2978]
2979
2980[[package]]
2981name = "zerovec-derive"
2982version = "0.11.3"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2985dependencies = [
2986 "proc-macro2",
2987 "quote",
2988 "syn",
2989]
2990
2991[[package]]
2992name = "zmij"
2993version = "1.0.21"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2996
2997[[package]]
2998name = "zune-core"
2999version = "0.5.1"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
3002
3003[[package]]
3004name = "zune-inflate"
3005version = "0.2.54"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
3008dependencies = [
3009 "simd-adler32",
3010]
3011
3012[[package]]
3013name = "zune-jpeg"
3014version = "0.5.15"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
3017dependencies = [
3018 "zune-core",
3019]