a lightweight, interval-based utility to combat digital strain through "Ma" (intentional pauses) for the eyes and body.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "ab_glyph"
7version = "0.2.32"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.10"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
21[[package]]
22name = "accesskit"
23version = "0.22.0"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "3eca13c82f9a5cd813120b2e9b6a5d10532c6e4cd140c295cebd1f770095c8a5"
26
27[[package]]
28name = "accesskit_atspi_common"
29version = "0.15.0"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "3eb9cc46b7fb6987c4f891f0301b230b29d9e69b4854f060a0cf41fbc407ab77"
32dependencies = [
33 "accesskit",
34 "accesskit_consumer",
35 "atspi-common",
36 "serde",
37 "zvariant 5.10.0",
38]
39
40[[package]]
41name = "accesskit_consumer"
42version = "0.32.0"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "69d880a613f29621c90e801feec40f5dd61d837d7e20bf9b67676d45e7364a36"
45dependencies = [
46 "accesskit",
47 "hashbrown 0.16.1",
48]
49
50[[package]]
51name = "accesskit_macos"
52version = "0.23.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "5b0ddfc3fe3d457d11cc1c4989105986a03583a1d54d0c25053118944b62e100"
55dependencies = [
56 "accesskit",
57 "accesskit_consumer",
58 "hashbrown 0.16.1",
59 "objc2 0.5.2",
60 "objc2-app-kit 0.2.2",
61 "objc2-foundation 0.2.2",
62]
63
64[[package]]
65name = "accesskit_unix"
66version = "0.18.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "d5d552169ef018149966ed139bb0311c6947b3343e9140d1b9f88d69da9528fd"
69dependencies = [
70 "accesskit",
71 "accesskit_atspi_common",
72 "async-channel",
73 "async-executor",
74 "async-task",
75 "atspi",
76 "futures-lite",
77 "futures-util",
78 "serde",
79 "zbus 5.14.0",
80]
81
82[[package]]
83name = "accesskit_windows"
84version = "0.30.0"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "d277279d0a3b0c0021dd110b55aa1fe326b09ee2cbc338df28f847c7daf94e25"
87dependencies = [
88 "accesskit",
89 "accesskit_consumer",
90 "hashbrown 0.16.1",
91 "static_assertions",
92 "windows 0.61.3",
93 "windows-core 0.61.2",
94]
95
96[[package]]
97name = "accesskit_winit"
98version = "0.30.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "db08dff285306264a1de127ea07bb9e7a1ed71bd8593c168d0731caa782516c9"
101dependencies = [
102 "accesskit",
103 "accesskit_macos",
104 "accesskit_unix",
105 "accesskit_windows",
106 "raw-window-handle",
107 "winit",
108]
109
110[[package]]
111name = "adler2"
112version = "2.0.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
115
116[[package]]
117name = "ahash"
118version = "0.8.12"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
121dependencies = [
122 "cfg-if",
123 "getrandom 0.3.4",
124 "once_cell",
125 "version_check",
126 "zerocopy",
127]
128
129[[package]]
130name = "aho-corasick"
131version = "1.1.4"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
134dependencies = [
135 "memchr",
136]
137
138[[package]]
139name = "aligned"
140version = "0.4.3"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
143dependencies = [
144 "as-slice",
145]
146
147[[package]]
148name = "aligned-vec"
149version = "0.6.4"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
152dependencies = [
153 "equator",
154]
155
156[[package]]
157name = "allocator-api2"
158version = "0.2.21"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
161
162[[package]]
163name = "alsa"
164version = "0.9.1"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
167dependencies = [
168 "alsa-sys",
169 "bitflags 2.11.1",
170 "cfg-if",
171 "libc",
172]
173
174[[package]]
175name = "alsa-sys"
176version = "0.3.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
179dependencies = [
180 "libc",
181 "pkg-config",
182]
183
184[[package]]
185name = "android-activity"
186version = "0.6.1"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
189dependencies = [
190 "android-properties",
191 "bitflags 2.11.1",
192 "cc",
193 "jni 0.22.4",
194 "libc",
195 "log",
196 "ndk 0.9.0",
197 "ndk-context",
198 "ndk-sys 0.6.0+11769913",
199 "num_enum",
200 "thiserror 2.0.18",
201]
202
203[[package]]
204name = "android-properties"
205version = "0.2.2"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
208
209[[package]]
210name = "android_system_properties"
211version = "0.1.5"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
214dependencies = [
215 "libc",
216]
217
218[[package]]
219name = "annotate-snippets"
220version = "0.12.15"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7"
223dependencies = [
224 "anstyle",
225 "memchr",
226 "unicode-width",
227]
228
229[[package]]
230name = "anstream"
231version = "1.0.0"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
234dependencies = [
235 "anstyle",
236 "anstyle-parse",
237 "anstyle-query",
238 "anstyle-wincon",
239 "colorchoice",
240 "is_terminal_polyfill",
241 "utf8parse",
242]
243
244[[package]]
245name = "anstyle"
246version = "1.0.14"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
249
250[[package]]
251name = "anstyle-parse"
252version = "1.0.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
255dependencies = [
256 "utf8parse",
257]
258
259[[package]]
260name = "anstyle-query"
261version = "1.1.5"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
264dependencies = [
265 "windows-sys 0.61.2",
266]
267
268[[package]]
269name = "anstyle-wincon"
270version = "3.0.11"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
273dependencies = [
274 "anstyle",
275 "once_cell_polyfill",
276 "windows-sys 0.61.2",
277]
278
279[[package]]
280name = "anyhow"
281version = "1.0.102"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
284
285[[package]]
286name = "arbitrary"
287version = "1.4.2"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
290
291[[package]]
292name = "arg_enum_proc_macro"
293version = "0.3.4"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
296dependencies = [
297 "proc-macro2",
298 "quote",
299 "syn 2.0.117",
300]
301
302[[package]]
303name = "argon2"
304version = "0.5.3"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
307dependencies = [
308 "base64ct",
309 "blake2",
310 "cpufeatures",
311 "password-hash",
312]
313
314[[package]]
315name = "arrayref"
316version = "0.3.9"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
319
320[[package]]
321name = "arrayvec"
322version = "0.7.6"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
325
326[[package]]
327name = "as-raw-xcb-connection"
328version = "1.0.1"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
331
332[[package]]
333name = "as-slice"
334version = "0.2.1"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
337dependencies = [
338 "stable_deref_trait",
339]
340
341[[package]]
342name = "async-broadcast"
343version = "0.7.2"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
346dependencies = [
347 "event-listener",
348 "event-listener-strategy",
349 "futures-core",
350 "pin-project-lite",
351]
352
353[[package]]
354name = "async-channel"
355version = "2.5.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
358dependencies = [
359 "concurrent-queue",
360 "event-listener-strategy",
361 "futures-core",
362 "pin-project-lite",
363]
364
365[[package]]
366name = "async-executor"
367version = "1.14.0"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
370dependencies = [
371 "async-task",
372 "concurrent-queue",
373 "fastrand",
374 "futures-lite",
375 "pin-project-lite",
376 "slab",
377]
378
379[[package]]
380name = "async-io"
381version = "2.6.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
384dependencies = [
385 "autocfg",
386 "cfg-if",
387 "concurrent-queue",
388 "futures-io",
389 "futures-lite",
390 "parking",
391 "polling",
392 "rustix 1.1.4",
393 "slab",
394 "windows-sys 0.61.2",
395]
396
397[[package]]
398name = "async-lock"
399version = "3.4.2"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
402dependencies = [
403 "event-listener",
404 "event-listener-strategy",
405 "pin-project-lite",
406]
407
408[[package]]
409name = "async-process"
410version = "2.5.0"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
413dependencies = [
414 "async-channel",
415 "async-io",
416 "async-lock",
417 "async-signal",
418 "async-task",
419 "blocking",
420 "cfg-if",
421 "event-listener",
422 "futures-lite",
423 "rustix 1.1.4",
424]
425
426[[package]]
427name = "async-recursion"
428version = "1.1.1"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
431dependencies = [
432 "proc-macro2",
433 "quote",
434 "syn 2.0.117",
435]
436
437[[package]]
438name = "async-signal"
439version = "0.2.14"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
442dependencies = [
443 "async-io",
444 "async-lock",
445 "atomic-waker",
446 "cfg-if",
447 "futures-core",
448 "futures-io",
449 "rustix 1.1.4",
450 "signal-hook-registry",
451 "slab",
452 "windows-sys 0.61.2",
453]
454
455[[package]]
456name = "async-task"
457version = "4.7.1"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
460
461[[package]]
462name = "async-trait"
463version = "0.1.89"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
466dependencies = [
467 "proc-macro2",
468 "quote",
469 "syn 2.0.117",
470]
471
472[[package]]
473name = "atk"
474version = "0.18.2"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
477dependencies = [
478 "atk-sys",
479 "glib",
480 "libc",
481]
482
483[[package]]
484name = "atk-sys"
485version = "0.18.2"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
488dependencies = [
489 "glib-sys",
490 "gobject-sys",
491 "libc",
492 "system-deps",
493]
494
495[[package]]
496name = "atomic-waker"
497version = "1.1.2"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
500
501[[package]]
502name = "atspi"
503version = "0.29.0"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "c77886257be21c9cd89a4ae7e64860c6f0eefca799bb79127913052bd0eefb3d"
506dependencies = [
507 "atspi-common",
508 "atspi-proxies",
509]
510
511[[package]]
512name = "atspi-common"
513version = "0.13.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "20c5617155740c98003016429ad13fe43ce7a77b007479350a9f8bf95a29f63d"
516dependencies = [
517 "enumflags2",
518 "serde",
519 "static_assertions",
520 "zbus 5.14.0",
521 "zbus-lockstep",
522 "zbus-lockstep-macros",
523 "zbus_names 4.3.1",
524 "zvariant 5.10.0",
525]
526
527[[package]]
528name = "atspi-proxies"
529version = "0.13.0"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "2230e48787ed3eb4088996eab66a32ca20c0b67bbd4fd6cdfe79f04f1f04c9fc"
532dependencies = [
533 "atspi-common",
534 "serde",
535 "zbus 5.14.0",
536]
537
538[[package]]
539name = "auto-launch"
540version = "0.5.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "1f012b8cc0c850f34117ec8252a44418f2e34a2cf501de89e29b241ae5f79471"
543dependencies = [
544 "dirs 4.0.0",
545 "thiserror 1.0.69",
546 "winreg",
547]
548
549[[package]]
550name = "auto_enums"
551version = "0.8.8"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "65398a2893f41bce5c9259f6e1a4f03fbae40637c1bdc755b4f387f48c613b03"
554dependencies = [
555 "derive_utils",
556 "proc-macro2",
557 "quote",
558 "syn 2.0.117",
559]
560
561[[package]]
562name = "autocfg"
563version = "1.5.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
566
567[[package]]
568name = "av-scenechange"
569version = "0.14.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
572dependencies = [
573 "aligned",
574 "anyhow",
575 "arg_enum_proc_macro",
576 "arrayvec",
577 "log",
578 "num-rational",
579 "num-traits",
580 "pastey",
581 "rayon",
582 "thiserror 2.0.18",
583 "v_frame",
584 "y4m",
585]
586
587[[package]]
588name = "av1-grain"
589version = "0.2.5"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
592dependencies = [
593 "anyhow",
594 "arrayvec",
595 "log",
596 "nom 8.0.0",
597 "num-rational",
598 "v_frame",
599]
600
601[[package]]
602name = "avif-serialize"
603version = "0.8.8"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d"
606dependencies = [
607 "arrayvec",
608]
609
610[[package]]
611name = "base64"
612version = "0.22.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
615
616[[package]]
617name = "base64ct"
618version = "1.8.3"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
621
622[[package]]
623name = "bincode"
624version = "2.0.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
627dependencies = [
628 "serde",
629 "unty",
630]
631
632[[package]]
633name = "bindgen"
634version = "0.72.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
637dependencies = [
638 "bitflags 2.11.1",
639 "cexpr",
640 "clang-sys",
641 "itertools 0.13.0",
642 "log",
643 "prettyplease",
644 "proc-macro2",
645 "quote",
646 "regex",
647 "rustc-hash 2.1.2",
648 "shlex",
649 "syn 2.0.117",
650]
651
652[[package]]
653name = "bit_field"
654version = "0.10.3"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
657
658[[package]]
659name = "bitflags"
660version = "1.3.2"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
663
664[[package]]
665name = "bitflags"
666version = "2.11.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
669dependencies = [
670 "serde_core",
671]
672
673[[package]]
674name = "bitstream-io"
675version = "4.10.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f"
678dependencies = [
679 "no_std_io2",
680]
681
682[[package]]
683name = "blake2"
684version = "0.10.6"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
687dependencies = [
688 "digest",
689]
690
691[[package]]
692name = "block-buffer"
693version = "0.10.4"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
696dependencies = [
697 "generic-array",
698]
699
700[[package]]
701name = "block2"
702version = "0.5.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
705dependencies = [
706 "objc2 0.5.2",
707]
708
709[[package]]
710name = "block2"
711version = "0.6.2"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
714dependencies = [
715 "objc2 0.6.4",
716]
717
718[[package]]
719name = "blocking"
720version = "1.6.2"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
723dependencies = [
724 "async-channel",
725 "async-task",
726 "futures-io",
727 "futures-lite",
728 "piper",
729]
730
731[[package]]
732name = "borsh"
733version = "1.6.1"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
736dependencies = [
737 "bytes",
738 "cfg_aliases",
739]
740
741[[package]]
742name = "built"
743version = "0.8.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
746
747[[package]]
748name = "bumpalo"
749version = "3.20.2"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
752
753[[package]]
754name = "by_address"
755version = "1.2.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
758
759[[package]]
760name = "bytemuck"
761version = "1.25.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
764dependencies = [
765 "bytemuck_derive",
766]
767
768[[package]]
769name = "bytemuck_derive"
770version = "1.10.2"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
773dependencies = [
774 "proc-macro2",
775 "quote",
776 "syn 2.0.117",
777]
778
779[[package]]
780name = "byteorder"
781version = "1.5.0"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
784
785[[package]]
786name = "byteorder-lite"
787version = "0.1.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
790
791[[package]]
792name = "bytes"
793version = "1.11.1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
796
797[[package]]
798name = "cairo-rs"
799version = "0.18.5"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
802dependencies = [
803 "bitflags 2.11.1",
804 "cairo-sys-rs",
805 "glib",
806 "libc",
807 "once_cell",
808 "thiserror 1.0.69",
809]
810
811[[package]]
812name = "cairo-sys-rs"
813version = "0.18.2"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
816dependencies = [
817 "glib-sys",
818 "libc",
819 "system-deps",
820]
821
822[[package]]
823name = "calloop"
824version = "0.13.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
827dependencies = [
828 "bitflags 2.11.1",
829 "log",
830 "polling",
831 "rustix 0.38.44",
832 "slab",
833 "thiserror 1.0.69",
834]
835
836[[package]]
837name = "calloop"
838version = "0.14.4"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
841dependencies = [
842 "bitflags 2.11.1",
843 "polling",
844 "rustix 1.1.4",
845 "slab",
846 "tracing",
847]
848
849[[package]]
850name = "calloop-wayland-source"
851version = "0.3.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
854dependencies = [
855 "calloop 0.13.0",
856 "rustix 0.38.44",
857 "wayland-backend",
858 "wayland-client",
859]
860
861[[package]]
862name = "calloop-wayland-source"
863version = "0.4.1"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
866dependencies = [
867 "calloop 0.14.4",
868 "rustix 1.1.4",
869 "wayland-backend",
870 "wayland-client",
871]
872
873[[package]]
874name = "cc"
875version = "1.2.60"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
878dependencies = [
879 "find-msvc-tools",
880 "jobserver",
881 "libc",
882 "shlex",
883]
884
885[[package]]
886name = "cesu8"
887version = "1.1.0"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
890
891[[package]]
892name = "cexpr"
893version = "0.6.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
896dependencies = [
897 "nom 7.1.3",
898]
899
900[[package]]
901name = "cfg-expr"
902version = "0.15.8"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
905dependencies = [
906 "smallvec",
907 "target-lexicon",
908]
909
910[[package]]
911name = "cfg-if"
912version = "1.0.4"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
915
916[[package]]
917name = "cfg_aliases"
918version = "0.2.1"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
921
922[[package]]
923name = "cgl"
924version = "0.3.2"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
927dependencies = [
928 "libc",
929]
930
931[[package]]
932name = "chrono"
933version = "0.4.44"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
936dependencies = [
937 "iana-time-zone",
938 "js-sys",
939 "num-traits",
940 "wasm-bindgen",
941 "windows-link 0.2.1",
942]
943
944[[package]]
945name = "clang-sys"
946version = "1.8.1"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
949dependencies = [
950 "glob",
951 "libc",
952 "libloading 0.8.9",
953]
954
955[[package]]
956name = "clipboard-win"
957version = "5.4.1"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
960dependencies = [
961 "error-code",
962]
963
964[[package]]
965name = "clru"
966version = "0.6.3"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
969dependencies = [
970 "hashbrown 0.16.1",
971]
972
973[[package]]
974name = "color_quant"
975version = "1.1.0"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
978
979[[package]]
980name = "colorchoice"
981version = "1.0.5"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
984
985[[package]]
986name = "combine"
987version = "4.6.7"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
990dependencies = [
991 "bytes",
992 "memchr",
993]
994
995[[package]]
996name = "concurrent-queue"
997version = "2.5.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1000dependencies = [
1001 "crossbeam-utils",
1002]
1003
1004[[package]]
1005name = "const-field-offset"
1006version = "0.2.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "9713489fbc45a2d113f58d17448c73115d533ed27fd2f2d0e5e5c69663eaf19b"
1009dependencies = [
1010 "const-field-offset-macro",
1011 "field-offset",
1012]
1013
1014[[package]]
1015name = "const-field-offset-macro"
1016version = "0.2.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "9b5dc851b7ea80cc4f69aa28632385ffd3e0f88014d53db3f2e5a781896ca783"
1019dependencies = [
1020 "proc-macro2",
1021 "quote",
1022 "syn 2.0.117",
1023]
1024
1025[[package]]
1026name = "convert_case"
1027version = "0.10.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
1030dependencies = [
1031 "unicode-segmentation",
1032]
1033
1034[[package]]
1035name = "copypasta"
1036version = "0.10.2"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "3e6811e17f81fe246ef2bc553f76b6ee6ab41a694845df1d37e52a92b7bbd38a"
1039dependencies = [
1040 "clipboard-win",
1041 "objc2 0.5.2",
1042 "objc2-app-kit 0.2.2",
1043 "objc2-foundation 0.2.2",
1044 "smithay-clipboard",
1045 "x11-clipboard",
1046]
1047
1048[[package]]
1049name = "core-foundation"
1050version = "0.9.4"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1053dependencies = [
1054 "core-foundation-sys",
1055 "libc",
1056]
1057
1058[[package]]
1059name = "core-foundation"
1060version = "0.10.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1063dependencies = [
1064 "core-foundation-sys",
1065 "libc",
1066]
1067
1068[[package]]
1069name = "core-foundation-sys"
1070version = "0.8.7"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1073
1074[[package]]
1075name = "core-graphics"
1076version = "0.23.2"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
1079dependencies = [
1080 "bitflags 1.3.2",
1081 "core-foundation 0.9.4",
1082 "core-graphics-types",
1083 "foreign-types",
1084 "libc",
1085]
1086
1087[[package]]
1088name = "core-graphics-types"
1089version = "0.1.3"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
1092dependencies = [
1093 "bitflags 1.3.2",
1094 "core-foundation 0.9.4",
1095 "libc",
1096]
1097
1098[[package]]
1099name = "core_maths"
1100version = "0.1.1"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
1103dependencies = [
1104 "libm",
1105]
1106
1107[[package]]
1108name = "coreaudio-rs"
1109version = "0.11.3"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
1112dependencies = [
1113 "bitflags 1.3.2",
1114 "core-foundation-sys",
1115 "coreaudio-sys",
1116]
1117
1118[[package]]
1119name = "coreaudio-sys"
1120version = "0.2.17"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
1123dependencies = [
1124 "bindgen",
1125]
1126
1127[[package]]
1128name = "countme"
1129version = "3.0.1"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
1132
1133[[package]]
1134name = "cpal"
1135version = "0.15.3"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
1138dependencies = [
1139 "alsa",
1140 "core-foundation-sys",
1141 "coreaudio-rs",
1142 "dasp_sample",
1143 "jni 0.21.1",
1144 "js-sys",
1145 "libc",
1146 "mach2",
1147 "ndk 0.8.0",
1148 "ndk-context",
1149 "oboe",
1150 "wasm-bindgen",
1151 "wasm-bindgen-futures",
1152 "web-sys",
1153 "windows 0.54.0",
1154]
1155
1156[[package]]
1157name = "cpufeatures"
1158version = "0.2.17"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1161dependencies = [
1162 "libc",
1163]
1164
1165[[package]]
1166name = "crc32fast"
1167version = "1.5.0"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1170dependencies = [
1171 "cfg-if",
1172]
1173
1174[[package]]
1175name = "critical-section"
1176version = "1.2.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1179
1180[[package]]
1181name = "crossbeam-channel"
1182version = "0.5.15"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1185dependencies = [
1186 "crossbeam-utils",
1187]
1188
1189[[package]]
1190name = "crossbeam-deque"
1191version = "0.8.6"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1194dependencies = [
1195 "crossbeam-epoch",
1196 "crossbeam-utils",
1197]
1198
1199[[package]]
1200name = "crossbeam-epoch"
1201version = "0.9.18"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1204dependencies = [
1205 "crossbeam-utils",
1206]
1207
1208[[package]]
1209name = "crossbeam-utils"
1210version = "0.8.21"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1213
1214[[package]]
1215name = "crunchy"
1216version = "0.2.4"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1219
1220[[package]]
1221name = "crypto-common"
1222version = "0.1.7"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
1225dependencies = [
1226 "generic-array",
1227 "typenum",
1228]
1229
1230[[package]]
1231name = "ctor-lite"
1232version = "0.1.2"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "e162d0c2e2068eb736b71e5597eff0b9944e6b973cd9f37b6a288ab9bf20e300"
1235
1236[[package]]
1237name = "cursor-icon"
1238version = "1.2.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1241
1242[[package]]
1243name = "dasp_sample"
1244version = "0.11.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1247
1248[[package]]
1249name = "data-url"
1250version = "0.3.2"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
1253
1254[[package]]
1255name = "derive_more"
1256version = "2.1.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1259dependencies = [
1260 "derive_more-impl",
1261]
1262
1263[[package]]
1264name = "derive_more-impl"
1265version = "2.1.1"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1268dependencies = [
1269 "convert_case",
1270 "proc-macro2",
1271 "quote",
1272 "rustc_version",
1273 "syn 2.0.117",
1274 "unicode-xid",
1275]
1276
1277[[package]]
1278name = "derive_utils"
1279version = "0.15.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "362f47930db19fe7735f527e6595e4900316b893ebf6d48ad3d31be928d57dd6"
1282dependencies = [
1283 "proc-macro2",
1284 "quote",
1285 "syn 2.0.117",
1286]
1287
1288[[package]]
1289name = "digest"
1290version = "0.10.7"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1293dependencies = [
1294 "block-buffer",
1295 "crypto-common",
1296 "subtle",
1297]
1298
1299[[package]]
1300name = "dirs"
1301version = "4.0.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1304dependencies = [
1305 "dirs-sys 0.3.7",
1306]
1307
1308[[package]]
1309name = "dirs"
1310version = "5.0.1"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
1313dependencies = [
1314 "dirs-sys 0.4.1",
1315]
1316
1317[[package]]
1318name = "dirs"
1319version = "6.0.0"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1322dependencies = [
1323 "dirs-sys 0.5.0",
1324]
1325
1326[[package]]
1327name = "dirs-sys"
1328version = "0.3.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1331dependencies = [
1332 "libc",
1333 "redox_users 0.4.6",
1334 "winapi",
1335]
1336
1337[[package]]
1338name = "dirs-sys"
1339version = "0.4.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1342dependencies = [
1343 "libc",
1344 "option-ext",
1345 "redox_users 0.4.6",
1346 "windows-sys 0.48.0",
1347]
1348
1349[[package]]
1350name = "dirs-sys"
1351version = "0.5.0"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1354dependencies = [
1355 "libc",
1356 "option-ext",
1357 "redox_users 0.5.2",
1358 "windows-sys 0.61.2",
1359]
1360
1361[[package]]
1362name = "dispatch"
1363version = "0.2.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1366
1367[[package]]
1368name = "dispatch2"
1369version = "0.3.1"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
1372dependencies = [
1373 "bitflags 2.11.1",
1374 "objc2 0.6.4",
1375]
1376
1377[[package]]
1378name = "display-info"
1379version = "0.5.9"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "9e0aca670967c2528799e316f9f97913efcc034867614d55681dd41a1c2f7830"
1382dependencies = [
1383 "fxhash",
1384 "log",
1385 "objc2 0.6.4",
1386 "objc2-app-kit 0.3.2",
1387 "objc2-core-foundation",
1388 "objc2-core-graphics",
1389 "objc2-foundation 0.3.2",
1390 "scopeguard",
1391 "smithay-client-toolkit 0.20.0",
1392 "thiserror 2.0.18",
1393 "widestring",
1394 "windows 0.62.2",
1395 "xcb",
1396]
1397
1398[[package]]
1399name = "displaydoc"
1400version = "0.2.5"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1403dependencies = [
1404 "proc-macro2",
1405 "quote",
1406 "syn 2.0.117",
1407]
1408
1409[[package]]
1410name = "dlib"
1411version = "0.5.3"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
1414dependencies = [
1415 "libloading 0.8.9",
1416]
1417
1418[[package]]
1419name = "downcast-rs"
1420version = "1.2.1"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1423
1424[[package]]
1425name = "dpi"
1426version = "0.1.2"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1429
1430[[package]]
1431name = "drm"
1432version = "0.14.1"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f"
1435dependencies = [
1436 "bitflags 2.11.1",
1437 "bytemuck",
1438 "drm-ffi",
1439 "drm-fourcc",
1440 "libc",
1441 "rustix 0.38.44",
1442]
1443
1444[[package]]
1445name = "drm-ffi"
1446version = "0.9.1"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "51a91c9b32ac4e8105dec255e849e0d66e27d7c34d184364fb93e469db08f690"
1449dependencies = [
1450 "drm-sys",
1451 "rustix 1.1.4",
1452]
1453
1454[[package]]
1455name = "drm-fourcc"
1456version = "2.2.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
1459
1460[[package]]
1461name = "drm-sys"
1462version = "0.8.1"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "ecc8e1361066d91f5ffccff060a3c3be9c3ecde15be2959c1937595f7a82a9f8"
1465dependencies = [
1466 "libc",
1467 "linux-raw-sys 0.9.4",
1468]
1469
1470[[package]]
1471name = "either"
1472version = "1.15.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1475
1476[[package]]
1477name = "endi"
1478version = "1.1.1"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
1481
1482[[package]]
1483name = "enumflags2"
1484version = "0.7.12"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1487dependencies = [
1488 "enumflags2_derive",
1489 "serde",
1490]
1491
1492[[package]]
1493name = "enumflags2_derive"
1494version = "0.7.12"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1497dependencies = [
1498 "proc-macro2",
1499 "quote",
1500 "syn 2.0.117",
1501]
1502
1503[[package]]
1504name = "env_filter"
1505version = "1.0.1"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
1508dependencies = [
1509 "log",
1510 "regex",
1511]
1512
1513[[package]]
1514name = "env_logger"
1515version = "0.11.10"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
1518dependencies = [
1519 "anstream",
1520 "anstyle",
1521 "env_filter",
1522 "jiff",
1523 "log",
1524]
1525
1526[[package]]
1527name = "equator"
1528version = "0.4.2"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
1531dependencies = [
1532 "equator-macro",
1533]
1534
1535[[package]]
1536name = "equator-macro"
1537version = "0.4.2"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
1540dependencies = [
1541 "proc-macro2",
1542 "quote",
1543 "syn 2.0.117",
1544]
1545
1546[[package]]
1547name = "equivalent"
1548version = "1.0.2"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1551
1552[[package]]
1553name = "errno"
1554version = "0.3.14"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1557dependencies = [
1558 "libc",
1559 "windows-sys 0.61.2",
1560]
1561
1562[[package]]
1563name = "error-code"
1564version = "3.3.2"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1567
1568[[package]]
1569name = "euclid"
1570version = "0.22.14"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
1573dependencies = [
1574 "num-traits",
1575]
1576
1577[[package]]
1578name = "event-listener"
1579version = "5.4.1"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1582dependencies = [
1583 "concurrent-queue",
1584 "parking",
1585 "pin-project-lite",
1586]
1587
1588[[package]]
1589name = "event-listener-strategy"
1590version = "0.5.4"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1593dependencies = [
1594 "event-listener",
1595 "pin-project-lite",
1596]
1597
1598[[package]]
1599name = "exr"
1600version = "1.74.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
1603dependencies = [
1604 "bit_field",
1605 "half",
1606 "lebe",
1607 "miniz_oxide",
1608 "rayon-core",
1609 "smallvec",
1610 "zune-inflate",
1611]
1612
1613[[package]]
1614name = "fastrand"
1615version = "2.4.1"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
1618
1619[[package]]
1620name = "fax"
1621version = "0.2.6"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
1624dependencies = [
1625 "fax_derive",
1626]
1627
1628[[package]]
1629name = "fax_derive"
1630version = "0.2.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
1633dependencies = [
1634 "proc-macro2",
1635 "quote",
1636 "syn 2.0.117",
1637]
1638
1639[[package]]
1640name = "fdeflate"
1641version = "0.3.7"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1644dependencies = [
1645 "simd-adler32",
1646]
1647
1648[[package]]
1649name = "femtovg"
1650version = "0.23.2"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "727c5dd9d601f3f4ea133b8a6ba37d37ca67ed59781675dc1c9c9f1701e0d197"
1653dependencies = [
1654 "bitflags 2.11.1",
1655 "bytemuck",
1656 "fnv",
1657 "glow",
1658 "imgref",
1659 "itertools 0.14.0",
1660 "log",
1661 "rgb",
1662 "slotmap",
1663 "swash",
1664 "wasm-bindgen",
1665 "web-sys",
1666]
1667
1668[[package]]
1669name = "field-offset"
1670version = "0.3.6"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1673dependencies = [
1674 "memoffset",
1675 "rustc_version",
1676]
1677
1678[[package]]
1679name = "filetime"
1680version = "0.2.27"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
1683dependencies = [
1684 "cfg-if",
1685 "libc",
1686 "libredox",
1687]
1688
1689[[package]]
1690name = "find-msvc-tools"
1691version = "0.1.9"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1694
1695[[package]]
1696name = "flate2"
1697version = "1.1.9"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1700dependencies = [
1701 "crc32fast",
1702 "miniz_oxide",
1703]
1704
1705[[package]]
1706name = "float-cmp"
1707version = "0.9.0"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1710
1711[[package]]
1712name = "fnv"
1713version = "1.0.7"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1716
1717[[package]]
1718name = "foldhash"
1719version = "0.1.5"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1722
1723[[package]]
1724name = "foldhash"
1725version = "0.2.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1728
1729[[package]]
1730name = "font-types"
1731version = "0.11.3"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7"
1734dependencies = [
1735 "bytemuck",
1736]
1737
1738[[package]]
1739name = "fontdb"
1740version = "0.23.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
1743dependencies = [
1744 "log",
1745 "slotmap",
1746 "tinyvec",
1747 "ttf-parser 0.25.1",
1748]
1749
1750[[package]]
1751name = "fontdue"
1752version = "0.7.3"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "0793f5137567643cf65ea42043a538804ff0fbf288649e2141442b602d81f9bc"
1755dependencies = [
1756 "hashbrown 0.13.2",
1757 "ttf-parser 0.15.2",
1758]
1759
1760[[package]]
1761name = "fontique"
1762version = "0.8.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "23358480a54a886d51b306718d5ca743fdfe238e5df38ef650f4e72f29c5d9e9"
1765dependencies = [
1766 "hashbrown 0.16.1",
1767 "linebender_resource_handle",
1768 "memmap2",
1769 "objc2 0.6.4",
1770 "objc2-core-foundation",
1771 "objc2-core-text",
1772 "objc2-foundation 0.3.2",
1773 "parlance",
1774 "read-fonts",
1775 "roxmltree",
1776 "smallvec",
1777 "windows 0.62.2",
1778 "windows-core 0.62.2",
1779 "yeslogic-fontconfig-sys",
1780]
1781
1782[[package]]
1783name = "foreign-types"
1784version = "0.5.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1787dependencies = [
1788 "foreign-types-macros",
1789 "foreign-types-shared",
1790]
1791
1792[[package]]
1793name = "foreign-types-macros"
1794version = "0.2.3"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1797dependencies = [
1798 "proc-macro2",
1799 "quote",
1800 "syn 2.0.117",
1801]
1802
1803[[package]]
1804name = "foreign-types-shared"
1805version = "0.3.1"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1808
1809[[package]]
1810name = "form_urlencoded"
1811version = "1.2.2"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1814dependencies = [
1815 "percent-encoding",
1816]
1817
1818[[package]]
1819name = "futures"
1820version = "0.3.32"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1823dependencies = [
1824 "futures-channel",
1825 "futures-core",
1826 "futures-executor",
1827 "futures-io",
1828 "futures-sink",
1829 "futures-task",
1830 "futures-util",
1831]
1832
1833[[package]]
1834name = "futures-channel"
1835version = "0.3.32"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1838dependencies = [
1839 "futures-core",
1840 "futures-sink",
1841]
1842
1843[[package]]
1844name = "futures-core"
1845version = "0.3.32"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1848
1849[[package]]
1850name = "futures-executor"
1851version = "0.3.32"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1854dependencies = [
1855 "futures-core",
1856 "futures-task",
1857 "futures-util",
1858]
1859
1860[[package]]
1861name = "futures-io"
1862version = "0.3.32"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1865
1866[[package]]
1867name = "futures-lite"
1868version = "2.6.1"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1871dependencies = [
1872 "fastrand",
1873 "futures-core",
1874 "futures-io",
1875 "parking",
1876 "pin-project-lite",
1877]
1878
1879[[package]]
1880name = "futures-macro"
1881version = "0.3.32"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1884dependencies = [
1885 "proc-macro2",
1886 "quote",
1887 "syn 2.0.117",
1888]
1889
1890[[package]]
1891name = "futures-sink"
1892version = "0.3.32"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1895
1896[[package]]
1897name = "futures-task"
1898version = "0.3.32"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1901
1902[[package]]
1903name = "futures-util"
1904version = "0.3.32"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1907dependencies = [
1908 "futures-channel",
1909 "futures-core",
1910 "futures-io",
1911 "futures-macro",
1912 "futures-sink",
1913 "futures-task",
1914 "memchr",
1915 "pin-project-lite",
1916 "slab",
1917]
1918
1919[[package]]
1920name = "fxhash"
1921version = "0.2.1"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1924dependencies = [
1925 "byteorder",
1926]
1927
1928[[package]]
1929name = "gbm"
1930version = "0.18.0"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "ce852e998d3ca5e4a97014fb31c940dc5ef344ec7d364984525fd11e8a547e6a"
1933dependencies = [
1934 "bitflags 2.11.1",
1935 "drm",
1936 "drm-fourcc",
1937 "gbm-sys",
1938 "libc",
1939]
1940
1941[[package]]
1942name = "gbm-sys"
1943version = "0.4.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "c13a5f2acc785d8fb6bf6b7ab6bfb0ef5dad4f4d97e8e70bb8e470722312f76f"
1946dependencies = [
1947 "libc",
1948]
1949
1950[[package]]
1951name = "gdk"
1952version = "0.18.2"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1955dependencies = [
1956 "cairo-rs",
1957 "gdk-pixbuf",
1958 "gdk-sys",
1959 "gio",
1960 "glib",
1961 "libc",
1962 "pango",
1963]
1964
1965[[package]]
1966name = "gdk-pixbuf"
1967version = "0.18.5"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1970dependencies = [
1971 "gdk-pixbuf-sys",
1972 "gio",
1973 "glib",
1974 "libc",
1975 "once_cell",
1976]
1977
1978[[package]]
1979name = "gdk-pixbuf-sys"
1980version = "0.18.0"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1983dependencies = [
1984 "gio-sys",
1985 "glib-sys",
1986 "gobject-sys",
1987 "libc",
1988 "system-deps",
1989]
1990
1991[[package]]
1992name = "gdk-sys"
1993version = "0.18.2"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1996dependencies = [
1997 "cairo-sys-rs",
1998 "gdk-pixbuf-sys",
1999 "gio-sys",
2000 "glib-sys",
2001 "gobject-sys",
2002 "libc",
2003 "pango-sys",
2004 "pkg-config",
2005 "system-deps",
2006]
2007
2008[[package]]
2009name = "generic-array"
2010version = "0.14.7"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2013dependencies = [
2014 "typenum",
2015 "version_check",
2016]
2017
2018[[package]]
2019name = "gethostname"
2020version = "1.1.0"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
2023dependencies = [
2024 "rustix 1.1.4",
2025 "windows-link 0.2.1",
2026]
2027
2028[[package]]
2029name = "getopts"
2030version = "0.2.24"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
2033dependencies = [
2034 "unicode-width",
2035]
2036
2037[[package]]
2038name = "getrandom"
2039version = "0.2.17"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2042dependencies = [
2043 "cfg-if",
2044 "libc",
2045 "wasi",
2046]
2047
2048[[package]]
2049name = "getrandom"
2050version = "0.3.4"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2053dependencies = [
2054 "cfg-if",
2055 "libc",
2056 "r-efi 5.3.0",
2057 "wasip2",
2058]
2059
2060[[package]]
2061name = "getrandom"
2062version = "0.4.2"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
2065dependencies = [
2066 "cfg-if",
2067 "libc",
2068 "r-efi 6.0.0",
2069 "wasip2",
2070 "wasip3",
2071]
2072
2073[[package]]
2074name = "gif"
2075version = "0.14.2"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
2078dependencies = [
2079 "color_quant",
2080 "weezl",
2081]
2082
2083[[package]]
2084name = "gio"
2085version = "0.18.4"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
2088dependencies = [
2089 "futures-channel",
2090 "futures-core",
2091 "futures-io",
2092 "futures-util",
2093 "gio-sys",
2094 "glib",
2095 "libc",
2096 "once_cell",
2097 "pin-project-lite",
2098 "smallvec",
2099 "thiserror 1.0.69",
2100]
2101
2102[[package]]
2103name = "gio-sys"
2104version = "0.18.1"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
2107dependencies = [
2108 "glib-sys",
2109 "gobject-sys",
2110 "libc",
2111 "system-deps",
2112 "winapi",
2113]
2114
2115[[package]]
2116name = "gl_generator"
2117version = "0.14.0"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2120dependencies = [
2121 "khronos_api",
2122 "log",
2123 "xml-rs",
2124]
2125
2126[[package]]
2127name = "glib"
2128version = "0.18.5"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
2131dependencies = [
2132 "bitflags 2.11.1",
2133 "futures-channel",
2134 "futures-core",
2135 "futures-executor",
2136 "futures-task",
2137 "futures-util",
2138 "gio-sys",
2139 "glib-macros",
2140 "glib-sys",
2141 "gobject-sys",
2142 "libc",
2143 "memchr",
2144 "once_cell",
2145 "smallvec",
2146 "thiserror 1.0.69",
2147]
2148
2149[[package]]
2150name = "glib-macros"
2151version = "0.18.5"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
2154dependencies = [
2155 "heck 0.4.1",
2156 "proc-macro-crate 2.0.2",
2157 "proc-macro-error",
2158 "proc-macro2",
2159 "quote",
2160 "syn 2.0.117",
2161]
2162
2163[[package]]
2164name = "glib-sys"
2165version = "0.18.1"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
2168dependencies = [
2169 "libc",
2170 "system-deps",
2171]
2172
2173[[package]]
2174name = "glob"
2175version = "0.3.3"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2178
2179[[package]]
2180name = "glow"
2181version = "0.17.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
2184dependencies = [
2185 "js-sys",
2186 "slotmap",
2187 "wasm-bindgen",
2188 "web-sys",
2189]
2190
2191[[package]]
2192name = "glutin"
2193version = "0.32.3"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
2196dependencies = [
2197 "bitflags 2.11.1",
2198 "cfg_aliases",
2199 "cgl",
2200 "dispatch2",
2201 "glutin_egl_sys",
2202 "glutin_glx_sys",
2203 "glutin_wgl_sys",
2204 "libloading 0.8.9",
2205 "objc2 0.6.4",
2206 "objc2-app-kit 0.3.2",
2207 "objc2-core-foundation",
2208 "objc2-foundation 0.3.2",
2209 "once_cell",
2210 "raw-window-handle",
2211 "wayland-sys",
2212 "windows-sys 0.52.0",
2213 "x11-dl",
2214]
2215
2216[[package]]
2217name = "glutin-winit"
2218version = "0.5.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
2221dependencies = [
2222 "cfg_aliases",
2223 "glutin",
2224 "raw-window-handle",
2225 "winit",
2226]
2227
2228[[package]]
2229name = "glutin_egl_sys"
2230version = "0.7.1"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
2233dependencies = [
2234 "gl_generator",
2235 "windows-sys 0.52.0",
2236]
2237
2238[[package]]
2239name = "glutin_glx_sys"
2240version = "0.6.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
2243dependencies = [
2244 "gl_generator",
2245 "x11-dl",
2246]
2247
2248[[package]]
2249name = "glutin_wgl_sys"
2250version = "0.6.1"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
2253dependencies = [
2254 "gl_generator",
2255]
2256
2257[[package]]
2258name = "gobject-sys"
2259version = "0.18.0"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
2262dependencies = [
2263 "glib-sys",
2264 "libc",
2265 "system-deps",
2266]
2267
2268[[package]]
2269name = "grid"
2270version = "1.0.0"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"
2273
2274[[package]]
2275name = "gtk"
2276version = "0.18.2"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
2279dependencies = [
2280 "atk",
2281 "cairo-rs",
2282 "field-offset",
2283 "futures-channel",
2284 "gdk",
2285 "gdk-pixbuf",
2286 "gio",
2287 "glib",
2288 "gtk-sys",
2289 "gtk3-macros",
2290 "libc",
2291 "pango",
2292 "pkg-config",
2293]
2294
2295[[package]]
2296name = "gtk-sys"
2297version = "0.18.2"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
2300dependencies = [
2301 "atk-sys",
2302 "cairo-sys-rs",
2303 "gdk-pixbuf-sys",
2304 "gdk-sys",
2305 "gio-sys",
2306 "glib-sys",
2307 "gobject-sys",
2308 "libc",
2309 "pango-sys",
2310 "system-deps",
2311]
2312
2313[[package]]
2314name = "gtk3-macros"
2315version = "0.18.2"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
2318dependencies = [
2319 "proc-macro-crate 1.3.1",
2320 "proc-macro-error",
2321 "proc-macro2",
2322 "quote",
2323 "syn 2.0.117",
2324]
2325
2326[[package]]
2327name = "half"
2328version = "2.7.1"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2331dependencies = [
2332 "cfg-if",
2333 "crunchy",
2334 "zerocopy",
2335]
2336
2337[[package]]
2338name = "harfrust"
2339version = "0.5.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "9da2e5ae821f6e96664977bf974d6d6a2d6682f9ccee23e62ec1d134246845f9"
2342dependencies = [
2343 "bitflags 2.11.1",
2344 "bytemuck",
2345 "core_maths",
2346 "read-fonts",
2347 "smallvec",
2348]
2349
2350[[package]]
2351name = "hashbrown"
2352version = "0.13.2"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2355dependencies = [
2356 "ahash",
2357]
2358
2359[[package]]
2360name = "hashbrown"
2361version = "0.14.5"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2364
2365[[package]]
2366name = "hashbrown"
2367version = "0.15.5"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2370dependencies = [
2371 "foldhash 0.1.5",
2372]
2373
2374[[package]]
2375name = "hashbrown"
2376version = "0.16.1"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2379dependencies = [
2380 "allocator-api2",
2381 "equivalent",
2382 "foldhash 0.2.0",
2383]
2384
2385[[package]]
2386name = "hashbrown"
2387version = "0.17.0"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
2390
2391[[package]]
2392name = "heck"
2393version = "0.4.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2396
2397[[package]]
2398name = "heck"
2399version = "0.5.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2402
2403[[package]]
2404name = "hermit-abi"
2405version = "0.3.9"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2408
2409[[package]]
2410name = "hermit-abi"
2411version = "0.5.2"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2414
2415[[package]]
2416name = "hex"
2417version = "0.4.3"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2420
2421[[package]]
2422name = "hound"
2423version = "3.5.1"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
2426
2427[[package]]
2428name = "htmlparser"
2429version = "0.2.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "48ce8546b993eaf241d69ded33b1be6d205dd9857ec879d9d18bd05d3676e144"
2432
2433[[package]]
2434name = "i-slint-backend-linuxkms"
2435version = "1.16.1"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "3224c3aa9f3ea568daf38389d0f7ace164eda4d6f1851042eb83750ac43e1a65"
2438dependencies = [
2439 "bytemuck",
2440 "calloop 0.14.4",
2441 "cfg_aliases",
2442 "drm",
2443 "gbm",
2444 "glutin",
2445 "i-slint-common",
2446 "i-slint-core",
2447 "i-slint-renderer-femtovg",
2448 "i-slint-renderer-software",
2449 "input",
2450 "memmap2",
2451 "nix 0.30.1",
2452 "raw-window-handle",
2453 "xkbcommon",
2454]
2455
2456[[package]]
2457name = "i-slint-backend-selector"
2458version = "1.16.1"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "f93c9c4203e0a2c5c396b8f1686160816f73e9b9cadaf3915aa3b888a83448aa"
2461dependencies = [
2462 "cfg-if",
2463 "i-slint-backend-linuxkms",
2464 "i-slint-backend-winit",
2465 "i-slint-common",
2466 "i-slint-core",
2467 "i-slint-core-macros",
2468 "i-slint-renderer-femtovg",
2469]
2470
2471[[package]]
2472name = "i-slint-backend-winit"
2473version = "1.16.1"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "f4df6ec88d452e3c22e418d20c96bc1ccbc9509e81e6596426d3388bf226a5f9"
2476dependencies = [
2477 "accesskit",
2478 "accesskit_winit",
2479 "block2 0.6.2",
2480 "bytemuck",
2481 "cfg-if",
2482 "cfg_aliases",
2483 "copypasta",
2484 "derive_more",
2485 "futures",
2486 "glutin",
2487 "glutin-winit",
2488 "i-slint-common",
2489 "i-slint-core",
2490 "i-slint-core-macros",
2491 "i-slint-renderer-femtovg",
2492 "i-slint-renderer-skia",
2493 "i-slint-renderer-software",
2494 "imgref",
2495 "lyon_path",
2496 "muda 0.18.0",
2497 "objc2 0.6.4",
2498 "objc2-app-kit 0.3.2",
2499 "objc2-foundation 0.3.2",
2500 "objc2-quartz-core 0.3.2",
2501 "objc2-ui-kit 0.3.2",
2502 "pin-weak",
2503 "raw-window-handle",
2504 "rgb",
2505 "scoped-tls-hkt",
2506 "scopeguard",
2507 "softbuffer",
2508 "strum",
2509 "vtable",
2510 "wasm-bindgen",
2511 "web-sys",
2512 "webbrowser",
2513 "windows 0.62.2",
2514 "winit",
2515 "zbus 5.14.0",
2516]
2517
2518[[package]]
2519name = "i-slint-common"
2520version = "1.16.1"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "40cae5cd0a81ce044029ac303256e025f98a4c59495b5189fc22b588da094e01"
2523dependencies = [
2524 "derive_more",
2525 "fontique",
2526 "htmlparser",
2527 "pulldown-cmark",
2528 "skrifa",
2529]
2530
2531[[package]]
2532name = "i-slint-compiler"
2533version = "1.16.1"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "a7b7f9834faf2a62cc36f01decc7c683e66bb0861b53511723c3da9ad914d9bb"
2536dependencies = [
2537 "annotate-snippets",
2538 "by_address",
2539 "data-url",
2540 "derive_more",
2541 "i-slint-common",
2542 "icu_normalizer",
2543 "image",
2544 "itertools 0.14.0",
2545 "linked_hash_set",
2546 "lyon_extra",
2547 "lyon_path",
2548 "num_enum",
2549 "proc-macro2",
2550 "quote",
2551 "rayon",
2552 "resvg",
2553 "rowan",
2554 "rspolib",
2555 "skrifa",
2556 "smol_str 0.3.6",
2557 "strum",
2558 "swash",
2559 "typed-index-collections",
2560 "unicode-segmentation",
2561 "url",
2562]
2563
2564[[package]]
2565name = "i-slint-core"
2566version = "1.16.1"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "89e4a57afd78d8a1f599a78781dc1413af68545b2bc5ba5e143ecf022c75d5f3"
2569dependencies = [
2570 "auto_enums",
2571 "bitflags 2.11.1",
2572 "cfg-if",
2573 "chrono",
2574 "clru",
2575 "const-field-offset",
2576 "derive_more",
2577 "euclid",
2578 "i-slint-common",
2579 "i-slint-core-macros",
2580 "icu_normalizer",
2581 "image",
2582 "lyon_algorithms",
2583 "lyon_extra",
2584 "lyon_geom",
2585 "lyon_path",
2586 "num-traits",
2587 "once_cell",
2588 "parley",
2589 "pin-project",
2590 "pin-weak",
2591 "portable-atomic",
2592 "raw-window-handle",
2593 "resvg",
2594 "rgb",
2595 "scoped-tls-hkt",
2596 "scopeguard",
2597 "skrifa",
2598 "slab",
2599 "strum",
2600 "swash",
2601 "sys-locale",
2602 "taffy",
2603 "unicode-linebreak",
2604 "unicode-script",
2605 "unicode-segmentation",
2606 "vtable",
2607 "wasm-bindgen",
2608 "web-sys",
2609 "web-time",
2610]
2611
2612[[package]]
2613name = "i-slint-core-macros"
2614version = "1.16.1"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "7931356d5238281e6be994ec15241fb2d9e66359776d53b4bd6b2fdd9c257c6e"
2617dependencies = [
2618 "quote",
2619 "serde_json",
2620 "syn 2.0.117",
2621]
2622
2623[[package]]
2624name = "i-slint-renderer-femtovg"
2625version = "1.16.1"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "72b28a8f0a7a777e670fbe2af6cbcec4935c37335bc0dab100f73bdc197dfa3a"
2628dependencies = [
2629 "cfg-if",
2630 "const-field-offset",
2631 "derive_more",
2632 "femtovg",
2633 "glow",
2634 "i-slint-common",
2635 "i-slint-core",
2636 "i-slint-core-macros",
2637 "imgref",
2638 "lyon_path",
2639 "pin-weak",
2640 "rgb",
2641 "wasm-bindgen",
2642 "web-sys",
2643]
2644
2645[[package]]
2646name = "i-slint-renderer-skia"
2647version = "1.16.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "d4030ff9eeb1b99fdf9b47472f3a7a582f3bcb57207c9bc07505dc6998abdcbc"
2650dependencies = [
2651 "bytemuck",
2652 "cfg-if",
2653 "cfg_aliases",
2654 "clru",
2655 "const-field-offset",
2656 "derive_more",
2657 "glow",
2658 "glutin",
2659 "i-slint-common",
2660 "i-slint-core",
2661 "i-slint-core-macros",
2662 "lyon_path",
2663 "objc2 0.6.4",
2664 "objc2-app-kit 0.3.2",
2665 "objc2-core-foundation",
2666 "objc2-foundation 0.3.2",
2667 "objc2-metal 0.3.2",
2668 "objc2-quartz-core 0.3.2",
2669 "pin-weak",
2670 "raw-window-handle",
2671 "raw-window-metal",
2672 "read-fonts",
2673 "scoped-tls-hkt",
2674 "skia-safe",
2675 "softbuffer",
2676 "unicode-segmentation",
2677 "vtable",
2678 "windows 0.62.2",
2679 "write-fonts",
2680]
2681
2682[[package]]
2683name = "i-slint-renderer-software"
2684version = "1.16.1"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "ee8a21285f3a81a8e1b1e7c385eefe89bf9487f53fabfd5b238c68bc895d6013"
2687dependencies = [
2688 "bytemuck",
2689 "clru",
2690 "derive_more",
2691 "euclid",
2692 "i-slint-common",
2693 "i-slint-core",
2694 "integer-sqrt",
2695 "lyon_path",
2696 "num-traits",
2697 "skrifa",
2698 "swash",
2699 "zeno",
2700]
2701
2702[[package]]
2703name = "iana-time-zone"
2704version = "0.1.65"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2707dependencies = [
2708 "android_system_properties",
2709 "core-foundation-sys",
2710 "iana-time-zone-haiku",
2711 "js-sys",
2712 "log",
2713 "wasm-bindgen",
2714 "windows-core 0.62.2",
2715]
2716
2717[[package]]
2718name = "iana-time-zone-haiku"
2719version = "0.1.2"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2722dependencies = [
2723 "cc",
2724]
2725
2726[[package]]
2727name = "icu_collections"
2728version = "2.2.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
2731dependencies = [
2732 "displaydoc",
2733 "potential_utf",
2734 "utf8_iter",
2735 "yoke",
2736 "zerofrom",
2737 "zerovec",
2738]
2739
2740[[package]]
2741name = "icu_locale"
2742version = "2.2.0"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26"
2745dependencies = [
2746 "icu_collections",
2747 "icu_locale_core",
2748 "icu_locale_data",
2749 "icu_provider",
2750 "potential_utf",
2751 "tinystr",
2752 "zerovec",
2753]
2754
2755[[package]]
2756name = "icu_locale_core"
2757version = "2.2.0"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
2760dependencies = [
2761 "displaydoc",
2762 "litemap",
2763 "serde",
2764 "tinystr",
2765 "writeable",
2766 "zerovec",
2767]
2768
2769[[package]]
2770name = "icu_locale_data"
2771version = "2.2.0"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993"
2774
2775[[package]]
2776name = "icu_normalizer"
2777version = "2.2.0"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
2780dependencies = [
2781 "icu_collections",
2782 "icu_normalizer_data",
2783 "icu_properties",
2784 "icu_provider",
2785 "smallvec",
2786 "zerovec",
2787]
2788
2789[[package]]
2790name = "icu_normalizer_data"
2791version = "2.2.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2794
2795[[package]]
2796name = "icu_properties"
2797version = "2.2.0"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
2800dependencies = [
2801 "icu_collections",
2802 "icu_locale_core",
2803 "icu_properties_data",
2804 "icu_provider",
2805 "zerotrie",
2806 "zerovec",
2807]
2808
2809[[package]]
2810name = "icu_properties_data"
2811version = "2.2.0"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2814
2815[[package]]
2816name = "icu_provider"
2817version = "2.2.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
2820dependencies = [
2821 "displaydoc",
2822 "icu_locale_core",
2823 "serde",
2824 "stable_deref_trait",
2825 "writeable",
2826 "yoke",
2827 "zerofrom",
2828 "zerotrie",
2829 "zerovec",
2830]
2831
2832[[package]]
2833name = "icu_segmenter"
2834version = "2.2.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "5c0794db0b1a86193ac9c48768d0e6c52c54448e0870ad87907d456ee0dac964"
2837dependencies = [
2838 "icu_collections",
2839 "icu_locale",
2840 "icu_provider",
2841 "icu_segmenter_data",
2842 "potential_utf",
2843 "utf8_iter",
2844 "zerovec",
2845]
2846
2847[[package]]
2848name = "icu_segmenter_data"
2849version = "2.2.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "e4a2c462a4d927d512f5f882a033ddd62f33a05bb9f230d98f736ac3dc85938f"
2852
2853[[package]]
2854name = "id-arena"
2855version = "2.3.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2858
2859[[package]]
2860name = "idna"
2861version = "1.1.0"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2864dependencies = [
2865 "idna_adapter",
2866 "smallvec",
2867 "utf8_iter",
2868]
2869
2870[[package]]
2871name = "idna_adapter"
2872version = "1.2.1"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2875dependencies = [
2876 "icu_normalizer",
2877 "icu_properties",
2878]
2879
2880[[package]]
2881name = "image"
2882version = "0.25.10"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
2885dependencies = [
2886 "bytemuck",
2887 "byteorder-lite",
2888 "color_quant",
2889 "exr",
2890 "gif",
2891 "image-webp",
2892 "moxcms",
2893 "num-traits",
2894 "png 0.18.1",
2895 "qoi",
2896 "ravif",
2897 "rayon",
2898 "rgb",
2899 "tiff",
2900 "zune-core",
2901 "zune-jpeg",
2902]
2903
2904[[package]]
2905name = "image-webp"
2906version = "0.2.4"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
2909dependencies = [
2910 "byteorder-lite",
2911 "quick-error",
2912]
2913
2914[[package]]
2915name = "imagesize"
2916version = "0.14.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c"
2919
2920[[package]]
2921name = "imgref"
2922version = "1.12.0"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
2925
2926[[package]]
2927name = "indexmap"
2928version = "2.14.0"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2931dependencies = [
2932 "equivalent",
2933 "hashbrown 0.17.0",
2934 "serde",
2935 "serde_core",
2936]
2937
2938[[package]]
2939name = "input"
2940version = "0.9.1"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9"
2943dependencies = [
2944 "bitflags 2.11.1",
2945 "input-sys",
2946 "libc",
2947 "log",
2948 "udev",
2949]
2950
2951[[package]]
2952name = "input-sys"
2953version = "1.19.0"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "36eee07d8e02bd95bf52b2e642cf13d33701b94c6e4b04fbf1d1fb07e9cb19e7"
2956
2957[[package]]
2958name = "integer-sqrt"
2959version = "0.1.5"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"
2962dependencies = [
2963 "num-traits",
2964]
2965
2966[[package]]
2967name = "interpolate_name"
2968version = "0.2.4"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2971dependencies = [
2972 "proc-macro2",
2973 "quote",
2974 "syn 2.0.117",
2975]
2976
2977[[package]]
2978name = "io-lifetimes"
2979version = "1.0.11"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2982dependencies = [
2983 "hermit-abi 0.3.9",
2984 "libc",
2985 "windows-sys 0.48.0",
2986]
2987
2988[[package]]
2989name = "ioma"
2990version = "0.1.0"
2991dependencies = [
2992 "anyhow",
2993 "argon2",
2994 "auto-launch",
2995 "dirs 5.0.1",
2996 "display-info",
2997 "env_logger",
2998 "fontdue",
2999 "gtk",
3000 "i-slint-backend-selector",
3001 "image",
3002 "log",
3003 "muda 0.15.3",
3004 "open",
3005 "rand_core 0.6.4",
3006 "rodio",
3007 "serde",
3008 "slint",
3009 "slint-build",
3010 "thiserror 1.0.69",
3011 "tokio",
3012 "toml 0.8.2",
3013 "tray-icon",
3014 "wayland-client",
3015 "wayland-protocols-wlr 0.2.0",
3016 "windows 0.58.0",
3017 "zbus 4.4.0",
3018]
3019
3020[[package]]
3021name = "is-docker"
3022version = "0.2.0"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
3025dependencies = [
3026 "once_cell",
3027]
3028
3029[[package]]
3030name = "is-wsl"
3031version = "0.4.0"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
3034dependencies = [
3035 "is-docker",
3036 "once_cell",
3037]
3038
3039[[package]]
3040name = "is_terminal_polyfill"
3041version = "1.70.2"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3044
3045[[package]]
3046name = "itertools"
3047version = "0.13.0"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3050dependencies = [
3051 "either",
3052]
3053
3054[[package]]
3055name = "itertools"
3056version = "0.14.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3059dependencies = [
3060 "either",
3061]
3062
3063[[package]]
3064name = "itoa"
3065version = "1.0.18"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
3068
3069[[package]]
3070name = "jiff"
3071version = "0.2.23"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
3074dependencies = [
3075 "jiff-static",
3076 "log",
3077 "portable-atomic",
3078 "portable-atomic-util",
3079 "serde_core",
3080]
3081
3082[[package]]
3083name = "jiff-static"
3084version = "0.2.23"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
3087dependencies = [
3088 "proc-macro2",
3089 "quote",
3090 "syn 2.0.117",
3091]
3092
3093[[package]]
3094name = "jni"
3095version = "0.21.1"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3098dependencies = [
3099 "cesu8",
3100 "cfg-if",
3101 "combine",
3102 "jni-sys 0.3.1",
3103 "log",
3104 "thiserror 1.0.69",
3105 "walkdir",
3106 "windows-sys 0.45.0",
3107]
3108
3109[[package]]
3110name = "jni"
3111version = "0.22.4"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3114dependencies = [
3115 "cfg-if",
3116 "combine",
3117 "jni-macros",
3118 "jni-sys 0.4.1",
3119 "log",
3120 "simd_cesu8",
3121 "thiserror 2.0.18",
3122 "walkdir",
3123 "windows-link 0.2.1",
3124]
3125
3126[[package]]
3127name = "jni-macros"
3128version = "0.22.4"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3131dependencies = [
3132 "proc-macro2",
3133 "quote",
3134 "rustc_version",
3135 "simd_cesu8",
3136 "syn 2.0.117",
3137]
3138
3139[[package]]
3140name = "jni-sys"
3141version = "0.3.1"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
3144dependencies = [
3145 "jni-sys 0.4.1",
3146]
3147
3148[[package]]
3149name = "jni-sys"
3150version = "0.4.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
3153dependencies = [
3154 "jni-sys-macros",
3155]
3156
3157[[package]]
3158name = "jni-sys-macros"
3159version = "0.4.1"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
3162dependencies = [
3163 "quote",
3164 "syn 2.0.117",
3165]
3166
3167[[package]]
3168name = "jobserver"
3169version = "0.1.34"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
3172dependencies = [
3173 "getrandom 0.3.4",
3174 "libc",
3175]
3176
3177[[package]]
3178name = "js-sys"
3179version = "0.3.95"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
3182dependencies = [
3183 "cfg-if",
3184 "futures-util",
3185 "once_cell",
3186 "wasm-bindgen",
3187]
3188
3189[[package]]
3190name = "keyboard-types"
3191version = "0.7.0"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
3194dependencies = [
3195 "bitflags 2.11.1",
3196 "serde",
3197 "unicode-segmentation",
3198]
3199
3200[[package]]
3201name = "khronos_api"
3202version = "3.1.0"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
3205
3206[[package]]
3207name = "kurbo"
3208version = "0.13.0"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "7564e90fe3c0d5771e1f0bc95322b21baaeaa0d9213fa6a0b61c99f8b17b3bfb"
3211dependencies = [
3212 "arrayvec",
3213 "euclid",
3214 "smallvec",
3215]
3216
3217[[package]]
3218name = "lazy_static"
3219version = "1.5.0"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3222
3223[[package]]
3224name = "leb128fmt"
3225version = "0.1.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
3228
3229[[package]]
3230name = "lebe"
3231version = "0.5.3"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
3234
3235[[package]]
3236name = "lewton"
3237version = "0.10.2"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
3240dependencies = [
3241 "byteorder",
3242 "ogg",
3243 "tinyvec",
3244]
3245
3246[[package]]
3247name = "libappindicator"
3248version = "0.9.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
3251dependencies = [
3252 "glib",
3253 "gtk",
3254 "gtk-sys",
3255 "libappindicator-sys",
3256 "log",
3257]
3258
3259[[package]]
3260name = "libappindicator-sys"
3261version = "0.9.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
3264dependencies = [
3265 "gtk-sys",
3266 "libloading 0.7.4",
3267 "once_cell",
3268]
3269
3270[[package]]
3271name = "libc"
3272version = "0.2.185"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
3275
3276[[package]]
3277name = "libfuzzer-sys"
3278version = "0.4.12"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
3281dependencies = [
3282 "arbitrary",
3283 "cc",
3284]
3285
3286[[package]]
3287name = "libloading"
3288version = "0.7.4"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3291dependencies = [
3292 "cfg-if",
3293 "winapi",
3294]
3295
3296[[package]]
3297name = "libloading"
3298version = "0.8.9"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3301dependencies = [
3302 "cfg-if",
3303 "windows-link 0.2.1",
3304]
3305
3306[[package]]
3307name = "libm"
3308version = "0.2.16"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3311
3312[[package]]
3313name = "libredox"
3314version = "0.1.16"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
3317dependencies = [
3318 "bitflags 2.11.1",
3319 "libc",
3320 "plain",
3321 "redox_syscall 0.7.4",
3322]
3323
3324[[package]]
3325name = "libudev-sys"
3326version = "0.1.4"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
3329dependencies = [
3330 "libc",
3331 "pkg-config",
3332]
3333
3334[[package]]
3335name = "libxdo"
3336version = "0.6.0"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db"
3339dependencies = [
3340 "libxdo-sys",
3341]
3342
3343[[package]]
3344name = "libxdo-sys"
3345version = "0.11.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
3348dependencies = [
3349 "libc",
3350 "x11",
3351]
3352
3353[[package]]
3354name = "linebender_resource_handle"
3355version = "0.1.1"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
3358
3359[[package]]
3360name = "linked-hash-map"
3361version = "0.5.6"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3364
3365[[package]]
3366name = "linked_hash_set"
3367version = "0.1.6"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "984fb35d06508d1e69fc91050cceba9c0b748f983e6739fa2c7a9237154c52c8"
3370dependencies = [
3371 "linked-hash-map",
3372]
3373
3374[[package]]
3375name = "linux-raw-sys"
3376version = "0.4.15"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3379
3380[[package]]
3381name = "linux-raw-sys"
3382version = "0.9.4"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
3385
3386[[package]]
3387name = "linux-raw-sys"
3388version = "0.12.1"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
3391
3392[[package]]
3393name = "litemap"
3394version = "0.8.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
3397
3398[[package]]
3399name = "log"
3400version = "0.4.29"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
3403
3404[[package]]
3405name = "loop9"
3406version = "0.1.5"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
3409dependencies = [
3410 "imgref",
3411]
3412
3413[[package]]
3414name = "lyon_algorithms"
3415version = "1.0.19"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "9815fac08e6fd96733a11dce4f9d15a3f338e96a2e2311ee21e1b738efc2bc0f"
3418dependencies = [
3419 "lyon_path",
3420 "num-traits",
3421]
3422
3423[[package]]
3424name = "lyon_extra"
3425version = "1.1.0"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "7755f08423275157ad1680aaecc9ccb7e0cc633da3240fea2d1522935cc15c72"
3428dependencies = [
3429 "lyon_path",
3430 "thiserror 2.0.18",
3431]
3432
3433[[package]]
3434name = "lyon_geom"
3435version = "1.0.19"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92"
3438dependencies = [
3439 "arrayvec",
3440 "euclid",
3441 "num-traits",
3442]
3443
3444[[package]]
3445name = "lyon_path"
3446version = "1.0.19"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e"
3449dependencies = [
3450 "lyon_geom",
3451 "num-traits",
3452]
3453
3454[[package]]
3455name = "mach2"
3456version = "0.4.3"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
3459dependencies = [
3460 "libc",
3461]
3462
3463[[package]]
3464name = "maybe-rayon"
3465version = "0.1.1"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
3468dependencies = [
3469 "cfg-if",
3470 "rayon",
3471]
3472
3473[[package]]
3474name = "memchr"
3475version = "2.8.0"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
3478
3479[[package]]
3480name = "memmap2"
3481version = "0.9.10"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
3484dependencies = [
3485 "libc",
3486]
3487
3488[[package]]
3489name = "memoffset"
3490version = "0.9.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3493dependencies = [
3494 "autocfg",
3495]
3496
3497[[package]]
3498name = "minimal-lexical"
3499version = "0.2.1"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3502
3503[[package]]
3504name = "miniz_oxide"
3505version = "0.8.9"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3508dependencies = [
3509 "adler2",
3510 "simd-adler32",
3511]
3512
3513[[package]]
3514name = "mio"
3515version = "1.2.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
3518dependencies = [
3519 "libc",
3520 "wasi",
3521 "windows-sys 0.61.2",
3522]
3523
3524[[package]]
3525name = "moxcms"
3526version = "0.8.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3529dependencies = [
3530 "num-traits",
3531 "pxfm",
3532]
3533
3534[[package]]
3535name = "muda"
3536version = "0.15.3"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "fdae9c00e61cc0579bcac625e8ad22104c60548a025bfc972dc83868a28e1484"
3539dependencies = [
3540 "crossbeam-channel",
3541 "dpi",
3542 "gtk",
3543 "keyboard-types",
3544 "libxdo",
3545 "objc2 0.5.2",
3546 "objc2-app-kit 0.2.2",
3547 "objc2-foundation 0.2.2",
3548 "once_cell",
3549 "png 0.17.16",
3550 "thiserror 1.0.69",
3551 "windows-sys 0.59.0",
3552]
3553
3554[[package]]
3555name = "muda"
3556version = "0.18.0"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "b20e2339ef964849496bd6dab1bcd8ceb7a3a5a268dc64c8b84c833e75d66dab"
3559dependencies = [
3560 "crossbeam-channel",
3561 "dpi",
3562 "keyboard-types",
3563 "objc2 0.6.4",
3564 "objc2-app-kit 0.3.2",
3565 "objc2-core-foundation",
3566 "objc2-foundation 0.3.2",
3567 "once_cell",
3568 "png 0.17.16",
3569 "thiserror 2.0.18",
3570 "windows-sys 0.60.2",
3571]
3572
3573[[package]]
3574name = "natord"
3575version = "1.0.9"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
3578
3579[[package]]
3580name = "ndk"
3581version = "0.8.0"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
3584dependencies = [
3585 "bitflags 2.11.1",
3586 "jni-sys 0.3.1",
3587 "log",
3588 "ndk-sys 0.5.0+25.2.9519653",
3589 "num_enum",
3590 "thiserror 1.0.69",
3591]
3592
3593[[package]]
3594name = "ndk"
3595version = "0.9.0"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3598dependencies = [
3599 "bitflags 2.11.1",
3600 "jni-sys 0.3.1",
3601 "log",
3602 "ndk-sys 0.6.0+11769913",
3603 "num_enum",
3604 "raw-window-handle",
3605 "thiserror 1.0.69",
3606]
3607
3608[[package]]
3609name = "ndk-context"
3610version = "0.1.1"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3613
3614[[package]]
3615name = "ndk-sys"
3616version = "0.5.0+25.2.9519653"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
3619dependencies = [
3620 "jni-sys 0.3.1",
3621]
3622
3623[[package]]
3624name = "ndk-sys"
3625version = "0.6.0+11769913"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3628dependencies = [
3629 "jni-sys 0.3.1",
3630]
3631
3632[[package]]
3633name = "new_debug_unreachable"
3634version = "1.0.6"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3637
3638[[package]]
3639name = "nix"
3640version = "0.29.0"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
3643dependencies = [
3644 "bitflags 2.11.1",
3645 "cfg-if",
3646 "cfg_aliases",
3647 "libc",
3648 "memoffset",
3649]
3650
3651[[package]]
3652name = "nix"
3653version = "0.30.1"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3656dependencies = [
3657 "bitflags 2.11.1",
3658 "cfg-if",
3659 "cfg_aliases",
3660 "libc",
3661]
3662
3663[[package]]
3664name = "no_std_io2"
3665version = "0.9.3"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "b51ed7824b6e07d354605f4abb3d9d300350701299da96642ee084f5ce631550"
3668dependencies = [
3669 "memchr",
3670]
3671
3672[[package]]
3673name = "nom"
3674version = "7.1.3"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3677dependencies = [
3678 "memchr",
3679 "minimal-lexical",
3680]
3681
3682[[package]]
3683name = "nom"
3684version = "8.0.0"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
3687dependencies = [
3688 "memchr",
3689]
3690
3691[[package]]
3692name = "noop_proc_macro"
3693version = "0.3.0"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
3696
3697[[package]]
3698name = "num-bigint"
3699version = "0.4.6"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3702dependencies = [
3703 "num-integer",
3704 "num-traits",
3705]
3706
3707[[package]]
3708name = "num-derive"
3709version = "0.4.2"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
3712dependencies = [
3713 "proc-macro2",
3714 "quote",
3715 "syn 2.0.117",
3716]
3717
3718[[package]]
3719name = "num-integer"
3720version = "0.1.46"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3723dependencies = [
3724 "num-traits",
3725]
3726
3727[[package]]
3728name = "num-rational"
3729version = "0.4.2"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3732dependencies = [
3733 "num-bigint",
3734 "num-integer",
3735 "num-traits",
3736]
3737
3738[[package]]
3739name = "num-traits"
3740version = "0.2.19"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3743dependencies = [
3744 "autocfg",
3745 "libm",
3746]
3747
3748[[package]]
3749name = "num_enum"
3750version = "0.7.6"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
3753dependencies = [
3754 "num_enum_derive",
3755 "rustversion",
3756]
3757
3758[[package]]
3759name = "num_enum_derive"
3760version = "0.7.6"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3763dependencies = [
3764 "proc-macro-crate 3.5.0",
3765 "proc-macro2",
3766 "quote",
3767 "syn 2.0.117",
3768]
3769
3770[[package]]
3771name = "objc-sys"
3772version = "0.3.5"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
3775
3776[[package]]
3777name = "objc2"
3778version = "0.5.2"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
3781dependencies = [
3782 "objc-sys",
3783 "objc2-encode",
3784]
3785
3786[[package]]
3787name = "objc2"
3788version = "0.6.4"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
3791dependencies = [
3792 "objc2-encode",
3793]
3794
3795[[package]]
3796name = "objc2-app-kit"
3797version = "0.2.2"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
3800dependencies = [
3801 "bitflags 2.11.1",
3802 "block2 0.5.1",
3803 "libc",
3804 "objc2 0.5.2",
3805 "objc2-core-data 0.2.2",
3806 "objc2-core-image 0.2.2",
3807 "objc2-foundation 0.2.2",
3808 "objc2-quartz-core 0.2.2",
3809]
3810
3811[[package]]
3812name = "objc2-app-kit"
3813version = "0.3.2"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
3816dependencies = [
3817 "bitflags 2.11.1",
3818 "block2 0.6.2",
3819 "libc",
3820 "objc2 0.6.4",
3821 "objc2-cloud-kit 0.3.2",
3822 "objc2-core-data 0.3.2",
3823 "objc2-core-foundation",
3824 "objc2-core-graphics",
3825 "objc2-core-image 0.3.2",
3826 "objc2-core-text",
3827 "objc2-core-video",
3828 "objc2-foundation 0.3.2",
3829 "objc2-quartz-core 0.3.2",
3830]
3831
3832[[package]]
3833name = "objc2-cloud-kit"
3834version = "0.2.2"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
3837dependencies = [
3838 "bitflags 2.11.1",
3839 "block2 0.5.1",
3840 "objc2 0.5.2",
3841 "objc2-core-location",
3842 "objc2-foundation 0.2.2",
3843]
3844
3845[[package]]
3846name = "objc2-cloud-kit"
3847version = "0.3.2"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
3850dependencies = [
3851 "bitflags 2.11.1",
3852 "objc2 0.6.4",
3853 "objc2-foundation 0.3.2",
3854]
3855
3856[[package]]
3857name = "objc2-contacts"
3858version = "0.2.2"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
3861dependencies = [
3862 "block2 0.5.1",
3863 "objc2 0.5.2",
3864 "objc2-foundation 0.2.2",
3865]
3866
3867[[package]]
3868name = "objc2-core-data"
3869version = "0.2.2"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
3872dependencies = [
3873 "bitflags 2.11.1",
3874 "block2 0.5.1",
3875 "objc2 0.5.2",
3876 "objc2-foundation 0.2.2",
3877]
3878
3879[[package]]
3880name = "objc2-core-data"
3881version = "0.3.2"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
3884dependencies = [
3885 "bitflags 2.11.1",
3886 "objc2 0.6.4",
3887 "objc2-foundation 0.3.2",
3888]
3889
3890[[package]]
3891name = "objc2-core-foundation"
3892version = "0.3.2"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3895dependencies = [
3896 "bitflags 2.11.1",
3897 "block2 0.6.2",
3898 "dispatch2",
3899 "libc",
3900 "objc2 0.6.4",
3901]
3902
3903[[package]]
3904name = "objc2-core-graphics"
3905version = "0.3.2"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
3908dependencies = [
3909 "bitflags 2.11.1",
3910 "block2 0.6.2",
3911 "dispatch2",
3912 "libc",
3913 "objc2 0.6.4",
3914 "objc2-core-foundation",
3915 "objc2-io-surface",
3916 "objc2-metal 0.3.2",
3917]
3918
3919[[package]]
3920name = "objc2-core-image"
3921version = "0.2.2"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
3924dependencies = [
3925 "block2 0.5.1",
3926 "objc2 0.5.2",
3927 "objc2-foundation 0.2.2",
3928 "objc2-metal 0.2.2",
3929]
3930
3931[[package]]
3932name = "objc2-core-image"
3933version = "0.3.2"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
3936dependencies = [
3937 "objc2 0.6.4",
3938 "objc2-foundation 0.3.2",
3939]
3940
3941[[package]]
3942name = "objc2-core-location"
3943version = "0.2.2"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
3946dependencies = [
3947 "block2 0.5.1",
3948 "objc2 0.5.2",
3949 "objc2-contacts",
3950 "objc2-foundation 0.2.2",
3951]
3952
3953[[package]]
3954name = "objc2-core-text"
3955version = "0.3.2"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
3958dependencies = [
3959 "bitflags 2.11.1",
3960 "objc2 0.6.4",
3961 "objc2-core-foundation",
3962 "objc2-core-graphics",
3963]
3964
3965[[package]]
3966name = "objc2-core-video"
3967version = "0.3.2"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
3970dependencies = [
3971 "bitflags 2.11.1",
3972 "objc2 0.6.4",
3973 "objc2-core-foundation",
3974 "objc2-core-graphics",
3975 "objc2-io-surface",
3976]
3977
3978[[package]]
3979name = "objc2-encode"
3980version = "4.1.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3983
3984[[package]]
3985name = "objc2-foundation"
3986version = "0.2.2"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
3989dependencies = [
3990 "bitflags 2.11.1",
3991 "block2 0.5.1",
3992 "dispatch",
3993 "libc",
3994 "objc2 0.5.2",
3995]
3996
3997[[package]]
3998name = "objc2-foundation"
3999version = "0.3.2"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4002dependencies = [
4003 "bitflags 2.11.1",
4004 "block2 0.6.2",
4005 "libc",
4006 "objc2 0.6.4",
4007 "objc2-core-foundation",
4008]
4009
4010[[package]]
4011name = "objc2-io-surface"
4012version = "0.3.2"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
4015dependencies = [
4016 "bitflags 2.11.1",
4017 "objc2 0.6.4",
4018 "objc2-core-foundation",
4019]
4020
4021[[package]]
4022name = "objc2-link-presentation"
4023version = "0.2.2"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
4026dependencies = [
4027 "block2 0.5.1",
4028 "objc2 0.5.2",
4029 "objc2-app-kit 0.2.2",
4030 "objc2-foundation 0.2.2",
4031]
4032
4033[[package]]
4034name = "objc2-metal"
4035version = "0.2.2"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
4038dependencies = [
4039 "bitflags 2.11.1",
4040 "block2 0.5.1",
4041 "objc2 0.5.2",
4042 "objc2-foundation 0.2.2",
4043]
4044
4045[[package]]
4046name = "objc2-metal"
4047version = "0.3.2"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
4050dependencies = [
4051 "bitflags 2.11.1",
4052 "objc2 0.6.4",
4053 "objc2-foundation 0.3.2",
4054]
4055
4056[[package]]
4057name = "objc2-quartz-core"
4058version = "0.2.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
4061dependencies = [
4062 "bitflags 2.11.1",
4063 "block2 0.5.1",
4064 "objc2 0.5.2",
4065 "objc2-foundation 0.2.2",
4066 "objc2-metal 0.2.2",
4067]
4068
4069[[package]]
4070name = "objc2-quartz-core"
4071version = "0.3.2"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
4074dependencies = [
4075 "bitflags 2.11.1",
4076 "objc2 0.6.4",
4077 "objc2-core-foundation",
4078 "objc2-foundation 0.3.2",
4079 "objc2-metal 0.3.2",
4080]
4081
4082[[package]]
4083name = "objc2-symbols"
4084version = "0.2.2"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
4087dependencies = [
4088 "objc2 0.5.2",
4089 "objc2-foundation 0.2.2",
4090]
4091
4092[[package]]
4093name = "objc2-ui-kit"
4094version = "0.2.2"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
4097dependencies = [
4098 "bitflags 2.11.1",
4099 "block2 0.5.1",
4100 "objc2 0.5.2",
4101 "objc2-cloud-kit 0.2.2",
4102 "objc2-core-data 0.2.2",
4103 "objc2-core-image 0.2.2",
4104 "objc2-core-location",
4105 "objc2-foundation 0.2.2",
4106 "objc2-link-presentation",
4107 "objc2-quartz-core 0.2.2",
4108 "objc2-symbols",
4109 "objc2-uniform-type-identifiers",
4110 "objc2-user-notifications",
4111]
4112
4113[[package]]
4114name = "objc2-ui-kit"
4115version = "0.3.2"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
4118dependencies = [
4119 "bitflags 2.11.1",
4120 "block2 0.6.2",
4121 "objc2 0.6.4",
4122 "objc2-core-foundation",
4123 "objc2-foundation 0.3.2",
4124 "objc2-quartz-core 0.3.2",
4125]
4126
4127[[package]]
4128name = "objc2-uniform-type-identifiers"
4129version = "0.2.2"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
4132dependencies = [
4133 "block2 0.5.1",
4134 "objc2 0.5.2",
4135 "objc2-foundation 0.2.2",
4136]
4137
4138[[package]]
4139name = "objc2-user-notifications"
4140version = "0.2.2"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
4143dependencies = [
4144 "bitflags 2.11.1",
4145 "block2 0.5.1",
4146 "objc2 0.5.2",
4147 "objc2-core-location",
4148 "objc2-foundation 0.2.2",
4149]
4150
4151[[package]]
4152name = "oboe"
4153version = "0.6.1"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
4156dependencies = [
4157 "jni 0.21.1",
4158 "ndk 0.8.0",
4159 "ndk-context",
4160 "num-derive",
4161 "num-traits",
4162 "oboe-sys",
4163]
4164
4165[[package]]
4166name = "oboe-sys"
4167version = "0.6.1"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
4170dependencies = [
4171 "cc",
4172]
4173
4174[[package]]
4175name = "ogg"
4176version = "0.8.0"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
4179dependencies = [
4180 "byteorder",
4181]
4182
4183[[package]]
4184name = "once_cell"
4185version = "1.21.4"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4188dependencies = [
4189 "critical-section",
4190 "portable-atomic",
4191]
4192
4193[[package]]
4194name = "once_cell_polyfill"
4195version = "1.70.2"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4198
4199[[package]]
4200name = "open"
4201version = "5.3.3"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc"
4204dependencies = [
4205 "is-wsl",
4206 "libc",
4207 "pathdiff",
4208]
4209
4210[[package]]
4211name = "option-ext"
4212version = "0.2.0"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4215
4216[[package]]
4217name = "orbclient"
4218version = "0.3.51"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6"
4221dependencies = [
4222 "libc",
4223 "libredox",
4224]
4225
4226[[package]]
4227name = "ordered-stream"
4228version = "0.2.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
4231dependencies = [
4232 "futures-core",
4233 "pin-project-lite",
4234]
4235
4236[[package]]
4237name = "owned_ttf_parser"
4238version = "0.25.1"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
4241dependencies = [
4242 "ttf-parser 0.25.1",
4243]
4244
4245[[package]]
4246name = "pango"
4247version = "0.18.3"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
4250dependencies = [
4251 "gio",
4252 "glib",
4253 "libc",
4254 "once_cell",
4255 "pango-sys",
4256]
4257
4258[[package]]
4259name = "pango-sys"
4260version = "0.18.0"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
4263dependencies = [
4264 "glib-sys",
4265 "gobject-sys",
4266 "libc",
4267 "system-deps",
4268]
4269
4270[[package]]
4271name = "parking"
4272version = "2.2.1"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4275
4276[[package]]
4277name = "parlance"
4278version = "0.1.0"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "4b6937eda350acc1a5d05872c3cbf99fe78619c269096e2be3d4a350058639d5"
4281
4282[[package]]
4283name = "parley"
4284version = "0.8.0"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "d6c00ec192e1a402861526eff91a4b4690a2e5a17a4ae2deb772d72b49daf868"
4287dependencies = [
4288 "fontique",
4289 "harfrust",
4290 "hashbrown 0.16.1",
4291 "icu_normalizer",
4292 "icu_properties",
4293 "icu_segmenter",
4294 "linebender_resource_handle",
4295 "parlance",
4296 "parley_data",
4297 "skrifa",
4298]
4299
4300[[package]]
4301name = "parley_data"
4302version = "0.8.0"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "232313eddc02ac27f015e8f8eeb7facce8a896116df7e3eda1bfd9f600a9a39d"
4305dependencies = [
4306 "icu_properties",
4307]
4308
4309[[package]]
4310name = "password-hash"
4311version = "0.5.0"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
4314dependencies = [
4315 "base64ct",
4316 "rand_core 0.6.4",
4317 "subtle",
4318]
4319
4320[[package]]
4321name = "paste"
4322version = "1.0.15"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4325
4326[[package]]
4327name = "pastey"
4328version = "0.1.1"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
4331
4332[[package]]
4333name = "pathdiff"
4334version = "0.2.3"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
4337
4338[[package]]
4339name = "percent-encoding"
4340version = "2.3.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4343
4344[[package]]
4345name = "pico-args"
4346version = "0.5.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
4349
4350[[package]]
4351name = "pin-project"
4352version = "1.1.11"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
4355dependencies = [
4356 "pin-project-internal",
4357]
4358
4359[[package]]
4360name = "pin-project-internal"
4361version = "1.1.11"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
4364dependencies = [
4365 "proc-macro2",
4366 "quote",
4367 "syn 2.0.117",
4368]
4369
4370[[package]]
4371name = "pin-project-lite"
4372version = "0.2.17"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
4375
4376[[package]]
4377name = "pin-utils"
4378version = "0.1.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4381
4382[[package]]
4383name = "pin-weak"
4384version = "1.1.0"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "b330c9d1b92dfe68442ca20b009c717d5f0b1e3cf4965e62f704c3c6e95a1305"
4387
4388[[package]]
4389name = "piper"
4390version = "0.2.5"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
4393dependencies = [
4394 "atomic-waker",
4395 "fastrand",
4396 "futures-io",
4397]
4398
4399[[package]]
4400name = "pkg-config"
4401version = "0.3.33"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
4404
4405[[package]]
4406name = "plain"
4407version = "0.2.3"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
4410
4411[[package]]
4412name = "png"
4413version = "0.17.16"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
4416dependencies = [
4417 "bitflags 1.3.2",
4418 "crc32fast",
4419 "fdeflate",
4420 "flate2",
4421 "miniz_oxide",
4422]
4423
4424[[package]]
4425name = "png"
4426version = "0.18.1"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
4429dependencies = [
4430 "bitflags 2.11.1",
4431 "crc32fast",
4432 "fdeflate",
4433 "flate2",
4434 "miniz_oxide",
4435]
4436
4437[[package]]
4438name = "polling"
4439version = "3.11.0"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
4442dependencies = [
4443 "cfg-if",
4444 "concurrent-queue",
4445 "hermit-abi 0.5.2",
4446 "pin-project-lite",
4447 "rustix 1.1.4",
4448 "windows-sys 0.61.2",
4449]
4450
4451[[package]]
4452name = "portable-atomic"
4453version = "1.13.1"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
4456dependencies = [
4457 "critical-section",
4458]
4459
4460[[package]]
4461name = "portable-atomic-util"
4462version = "0.2.7"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
4465dependencies = [
4466 "portable-atomic",
4467]
4468
4469[[package]]
4470name = "potential_utf"
4471version = "0.1.5"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
4474dependencies = [
4475 "serde_core",
4476 "writeable",
4477 "zerovec",
4478]
4479
4480[[package]]
4481name = "ppv-lite86"
4482version = "0.2.21"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4485dependencies = [
4486 "zerocopy",
4487]
4488
4489[[package]]
4490name = "prettyplease"
4491version = "0.2.37"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4494dependencies = [
4495 "proc-macro2",
4496 "syn 2.0.117",
4497]
4498
4499[[package]]
4500name = "proc-macro-crate"
4501version = "1.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
4504dependencies = [
4505 "once_cell",
4506 "toml_edit 0.19.15",
4507]
4508
4509[[package]]
4510name = "proc-macro-crate"
4511version = "2.0.2"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
4514dependencies = [
4515 "toml_datetime 0.6.3",
4516 "toml_edit 0.20.2",
4517]
4518
4519[[package]]
4520name = "proc-macro-crate"
4521version = "3.5.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
4524dependencies = [
4525 "toml_edit 0.25.11+spec-1.1.0",
4526]
4527
4528[[package]]
4529name = "proc-macro-error"
4530version = "1.0.4"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4533dependencies = [
4534 "proc-macro-error-attr",
4535 "proc-macro2",
4536 "quote",
4537 "syn 1.0.109",
4538 "version_check",
4539]
4540
4541[[package]]
4542name = "proc-macro-error-attr"
4543version = "1.0.4"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4546dependencies = [
4547 "proc-macro2",
4548 "quote",
4549 "version_check",
4550]
4551
4552[[package]]
4553name = "proc-macro2"
4554version = "1.0.106"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
4557dependencies = [
4558 "unicode-ident",
4559]
4560
4561[[package]]
4562name = "profiling"
4563version = "1.0.17"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
4566dependencies = [
4567 "profiling-procmacros",
4568]
4569
4570[[package]]
4571name = "profiling-procmacros"
4572version = "1.0.17"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
4575dependencies = [
4576 "quote",
4577 "syn 2.0.117",
4578]
4579
4580[[package]]
4581name = "pulldown-cmark"
4582version = "0.13.3"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad"
4585dependencies = [
4586 "bitflags 2.11.1",
4587 "getopts",
4588 "memchr",
4589 "pulldown-cmark-escape",
4590 "unicase",
4591]
4592
4593[[package]]
4594name = "pulldown-cmark-escape"
4595version = "0.11.0"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
4598
4599[[package]]
4600name = "pxfm"
4601version = "0.1.29"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
4604
4605[[package]]
4606name = "qoi"
4607version = "0.4.1"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
4610dependencies = [
4611 "bytemuck",
4612]
4613
4614[[package]]
4615name = "quick-error"
4616version = "2.0.1"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4619
4620[[package]]
4621name = "quick-xml"
4622version = "0.30.0"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
4625dependencies = [
4626 "memchr",
4627]
4628
4629[[package]]
4630name = "quick-xml"
4631version = "0.38.4"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
4634dependencies = [
4635 "memchr",
4636 "serde",
4637]
4638
4639[[package]]
4640name = "quick-xml"
4641version = "0.39.2"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
4644dependencies = [
4645 "memchr",
4646]
4647
4648[[package]]
4649name = "quote"
4650version = "1.0.45"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
4653dependencies = [
4654 "proc-macro2",
4655]
4656
4657[[package]]
4658name = "r-efi"
4659version = "5.3.0"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4662
4663[[package]]
4664name = "r-efi"
4665version = "6.0.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
4668
4669[[package]]
4670name = "rand"
4671version = "0.8.5"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4674dependencies = [
4675 "libc",
4676 "rand_chacha 0.3.1",
4677 "rand_core 0.6.4",
4678]
4679
4680[[package]]
4681name = "rand"
4682version = "0.9.4"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
4685dependencies = [
4686 "rand_chacha 0.9.0",
4687 "rand_core 0.9.5",
4688]
4689
4690[[package]]
4691name = "rand_chacha"
4692version = "0.3.1"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4695dependencies = [
4696 "ppv-lite86",
4697 "rand_core 0.6.4",
4698]
4699
4700[[package]]
4701name = "rand_chacha"
4702version = "0.9.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4705dependencies = [
4706 "ppv-lite86",
4707 "rand_core 0.9.5",
4708]
4709
4710[[package]]
4711name = "rand_core"
4712version = "0.6.4"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4715dependencies = [
4716 "getrandom 0.2.17",
4717]
4718
4719[[package]]
4720name = "rand_core"
4721version = "0.9.5"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
4724dependencies = [
4725 "getrandom 0.3.4",
4726]
4727
4728[[package]]
4729name = "rav1e"
4730version = "0.8.1"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
4733dependencies = [
4734 "aligned-vec",
4735 "arbitrary",
4736 "arg_enum_proc_macro",
4737 "arrayvec",
4738 "av-scenechange",
4739 "av1-grain",
4740 "bitstream-io",
4741 "built",
4742 "cfg-if",
4743 "interpolate_name",
4744 "itertools 0.14.0",
4745 "libc",
4746 "libfuzzer-sys",
4747 "log",
4748 "maybe-rayon",
4749 "new_debug_unreachable",
4750 "noop_proc_macro",
4751 "num-derive",
4752 "num-traits",
4753 "paste",
4754 "profiling",
4755 "rand 0.9.4",
4756 "rand_chacha 0.9.0",
4757 "simd_helpers",
4758 "thiserror 2.0.18",
4759 "v_frame",
4760 "wasm-bindgen",
4761]
4762
4763[[package]]
4764name = "ravif"
4765version = "0.13.0"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
4768dependencies = [
4769 "avif-serialize",
4770 "imgref",
4771 "loop9",
4772 "quick-error",
4773 "rav1e",
4774 "rayon",
4775 "rgb",
4776]
4777
4778[[package]]
4779name = "raw-window-handle"
4780version = "0.6.2"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
4783
4784[[package]]
4785name = "raw-window-metal"
4786version = "1.1.0"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
4789dependencies = [
4790 "objc2 0.6.4",
4791 "objc2-core-foundation",
4792 "objc2-foundation 0.3.2",
4793 "objc2-quartz-core 0.3.2",
4794]
4795
4796[[package]]
4797name = "rayon"
4798version = "1.12.0"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
4801dependencies = [
4802 "either",
4803 "rayon-core",
4804]
4805
4806[[package]]
4807name = "rayon-core"
4808version = "1.13.0"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
4811dependencies = [
4812 "crossbeam-deque",
4813 "crossbeam-utils",
4814]
4815
4816[[package]]
4817name = "read-fonts"
4818version = "0.37.0"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
4821dependencies = [
4822 "bytemuck",
4823 "core_maths",
4824 "font-types",
4825]
4826
4827[[package]]
4828name = "redox_syscall"
4829version = "0.4.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
4832dependencies = [
4833 "bitflags 1.3.2",
4834]
4835
4836[[package]]
4837name = "redox_syscall"
4838version = "0.5.18"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4841dependencies = [
4842 "bitflags 2.11.1",
4843]
4844
4845[[package]]
4846name = "redox_syscall"
4847version = "0.7.4"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
4850dependencies = [
4851 "bitflags 2.11.1",
4852]
4853
4854[[package]]
4855name = "redox_users"
4856version = "0.4.6"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
4859dependencies = [
4860 "getrandom 0.2.17",
4861 "libredox",
4862 "thiserror 1.0.69",
4863]
4864
4865[[package]]
4866name = "redox_users"
4867version = "0.5.2"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
4870dependencies = [
4871 "getrandom 0.2.17",
4872 "libredox",
4873 "thiserror 2.0.18",
4874]
4875
4876[[package]]
4877name = "regex"
4878version = "1.12.3"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
4881dependencies = [
4882 "aho-corasick",
4883 "memchr",
4884 "regex-automata",
4885 "regex-syntax",
4886]
4887
4888[[package]]
4889name = "regex-automata"
4890version = "0.4.14"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
4893dependencies = [
4894 "aho-corasick",
4895 "memchr",
4896 "regex-syntax",
4897]
4898
4899[[package]]
4900name = "regex-syntax"
4901version = "0.8.10"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
4904
4905[[package]]
4906name = "resvg"
4907version = "0.47.0"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "9be183ad6a216aa96f33e4c8033b0988b8b3ea6fd2359d19af5bac4643fd8e81"
4910dependencies = [
4911 "gif",
4912 "image-webp",
4913 "log",
4914 "pico-args",
4915 "rgb",
4916 "svgtypes",
4917 "tiny-skia 0.12.0",
4918 "usvg",
4919 "zune-jpeg",
4920]
4921
4922[[package]]
4923name = "rgb"
4924version = "0.8.53"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
4927dependencies = [
4928 "bytemuck",
4929]
4930
4931[[package]]
4932name = "rodio"
4933version = "0.19.0"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
4936dependencies = [
4937 "cpal",
4938 "hound",
4939 "lewton",
4940 "thiserror 1.0.69",
4941]
4942
4943[[package]]
4944name = "rowan"
4945version = "0.16.1"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21"
4948dependencies = [
4949 "countme",
4950 "hashbrown 0.14.5",
4951 "rustc-hash 1.1.0",
4952 "text-size",
4953]
4954
4955[[package]]
4956name = "roxmltree"
4957version = "0.21.1"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
4960dependencies = [
4961 "memchr",
4962]
4963
4964[[package]]
4965name = "rspolib"
4966version = "0.1.2"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "4fda9a7796aff63a7b1b39ccc93fffaaf65e20042984b4843041a49ca4677535"
4969dependencies = [
4970 "lazy_static",
4971 "natord",
4972 "snafu",
4973 "unicode-linebreak",
4974 "unicode-width",
4975]
4976
4977[[package]]
4978name = "rustc-hash"
4979version = "1.1.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4982
4983[[package]]
4984name = "rustc-hash"
4985version = "2.1.2"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
4988
4989[[package]]
4990name = "rustc_version"
4991version = "0.4.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4994dependencies = [
4995 "semver",
4996]
4997
4998[[package]]
4999name = "rustix"
5000version = "0.38.44"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5003dependencies = [
5004 "bitflags 2.11.1",
5005 "errno",
5006 "libc",
5007 "linux-raw-sys 0.4.15",
5008 "windows-sys 0.59.0",
5009]
5010
5011[[package]]
5012name = "rustix"
5013version = "1.1.4"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5016dependencies = [
5017 "bitflags 2.11.1",
5018 "errno",
5019 "libc",
5020 "linux-raw-sys 0.12.1",
5021 "windows-sys 0.61.2",
5022]
5023
5024[[package]]
5025name = "rustversion"
5026version = "1.0.22"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
5029
5030[[package]]
5031name = "rustybuzz"
5032version = "0.20.1"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
5035dependencies = [
5036 "bitflags 2.11.1",
5037 "bytemuck",
5038 "core_maths",
5039 "log",
5040 "smallvec",
5041 "ttf-parser 0.25.1",
5042 "unicode-bidi-mirroring",
5043 "unicode-ccc",
5044 "unicode-properties",
5045 "unicode-script",
5046]
5047
5048[[package]]
5049name = "same-file"
5050version = "1.0.6"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5053dependencies = [
5054 "winapi-util",
5055]
5056
5057[[package]]
5058name = "scoped-tls"
5059version = "1.0.1"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
5062
5063[[package]]
5064name = "scoped-tls-hkt"
5065version = "0.1.5"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "e9603871ffe5df3ac39cb624790c296dbd47a400d202f56bf3e414045099524d"
5068
5069[[package]]
5070name = "scopeguard"
5071version = "1.2.0"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5074
5075[[package]]
5076name = "sctk-adwaita"
5077version = "0.10.1"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
5080dependencies = [
5081 "ab_glyph",
5082 "log",
5083 "memmap2",
5084 "smithay-client-toolkit 0.19.2",
5085 "tiny-skia 0.11.4",
5086]
5087
5088[[package]]
5089name = "semver"
5090version = "1.0.28"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
5093
5094[[package]]
5095name = "serde"
5096version = "1.0.228"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
5099dependencies = [
5100 "serde_core",
5101 "serde_derive",
5102]
5103
5104[[package]]
5105name = "serde_core"
5106version = "1.0.228"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
5109dependencies = [
5110 "serde_derive",
5111]
5112
5113[[package]]
5114name = "serde_derive"
5115version = "1.0.228"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
5118dependencies = [
5119 "proc-macro2",
5120 "quote",
5121 "syn 2.0.117",
5122]
5123
5124[[package]]
5125name = "serde_json"
5126version = "1.0.149"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
5129dependencies = [
5130 "itoa",
5131 "memchr",
5132 "serde",
5133 "serde_core",
5134 "zmij",
5135]
5136
5137[[package]]
5138name = "serde_repr"
5139version = "0.1.20"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
5142dependencies = [
5143 "proc-macro2",
5144 "quote",
5145 "syn 2.0.117",
5146]
5147
5148[[package]]
5149name = "serde_spanned"
5150version = "0.6.9"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
5153dependencies = [
5154 "serde",
5155]
5156
5157[[package]]
5158name = "serde_spanned"
5159version = "1.1.1"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
5162dependencies = [
5163 "serde_core",
5164]
5165
5166[[package]]
5167name = "sha1"
5168version = "0.10.6"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5171dependencies = [
5172 "cfg-if",
5173 "cpufeatures",
5174 "digest",
5175]
5176
5177[[package]]
5178name = "shlex"
5179version = "1.3.0"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5182
5183[[package]]
5184name = "signal-hook-registry"
5185version = "1.4.8"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
5188dependencies = [
5189 "errno",
5190 "libc",
5191]
5192
5193[[package]]
5194name = "simd-adler32"
5195version = "0.3.9"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
5198
5199[[package]]
5200name = "simd_cesu8"
5201version = "1.1.1"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
5204dependencies = [
5205 "rustc_version",
5206 "simdutf8",
5207]
5208
5209[[package]]
5210name = "simd_helpers"
5211version = "0.1.0"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
5214dependencies = [
5215 "quote",
5216]
5217
5218[[package]]
5219name = "simdutf8"
5220version = "0.1.5"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
5223
5224[[package]]
5225name = "simplecss"
5226version = "0.2.2"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
5229dependencies = [
5230 "log",
5231]
5232
5233[[package]]
5234name = "siphasher"
5235version = "1.0.2"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
5238
5239[[package]]
5240name = "skia-bindings"
5241version = "0.90.0"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "8f6f96e00735f14a781aac8a6870c862b8cc831df6d8e4ad77ab78e11411b9af"
5244dependencies = [
5245 "bindgen",
5246 "cc",
5247 "flate2",
5248 "heck 0.5.0",
5249 "pkg-config",
5250 "regex",
5251 "serde_json",
5252 "tar",
5253 "toml 0.9.12+spec-1.1.0",
5254]
5255
5256[[package]]
5257name = "skia-safe"
5258version = "0.90.0"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "6a71c01d325d40b1031dee67d251a5e0132e79e2a9ec272149a4f4a0d4b8b3be"
5261dependencies = [
5262 "bitflags 2.11.1",
5263 "skia-bindings",
5264 "windows 0.62.2",
5265]
5266
5267[[package]]
5268name = "skrifa"
5269version = "0.40.0"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
5272dependencies = [
5273 "bytemuck",
5274 "read-fonts",
5275]
5276
5277[[package]]
5278name = "slab"
5279version = "0.4.12"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
5282
5283[[package]]
5284name = "slint"
5285version = "1.16.1"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "d46bc502cc6b113bfd1a7e9a0876532a9454ff4ee905afe09784eaa2ec3f3f33"
5288dependencies = [
5289 "const-field-offset",
5290 "i-slint-backend-selector",
5291 "i-slint-backend-winit",
5292 "i-slint-common",
5293 "i-slint-core",
5294 "i-slint-core-macros",
5295 "i-slint-renderer-femtovg",
5296 "i-slint-renderer-software",
5297 "num-traits",
5298 "once_cell",
5299 "pin-weak",
5300 "slint-macros",
5301 "unicode-segmentation",
5302 "vtable",
5303]
5304
5305[[package]]
5306name = "slint-build"
5307version = "1.16.1"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "a73854b9adf81fa1600b46df488ffc3796400e8e9b40d504a94a36b55c8f3d0a"
5310dependencies = [
5311 "derive_more",
5312 "fontique",
5313 "i-slint-compiler",
5314 "spin_on",
5315 "toml_edit 0.25.11+spec-1.1.0",
5316]
5317
5318[[package]]
5319name = "slint-macros"
5320version = "1.16.1"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "6d5884e06072c329da7096ad1367eb83b98c78e5313f7ac90d66f90d4acc62ee"
5323dependencies = [
5324 "i-slint-compiler",
5325 "proc-macro2",
5326 "quote",
5327 "spin_on",
5328]
5329
5330[[package]]
5331name = "slotmap"
5332version = "1.1.1"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
5335dependencies = [
5336 "version_check",
5337]
5338
5339[[package]]
5340name = "smallvec"
5341version = "1.15.1"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
5344
5345[[package]]
5346name = "smithay-client-toolkit"
5347version = "0.19.2"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
5350dependencies = [
5351 "bitflags 2.11.1",
5352 "calloop 0.13.0",
5353 "calloop-wayland-source 0.3.0",
5354 "cursor-icon",
5355 "libc",
5356 "log",
5357 "memmap2",
5358 "rustix 0.38.44",
5359 "thiserror 1.0.69",
5360 "wayland-backend",
5361 "wayland-client",
5362 "wayland-csd-frame",
5363 "wayland-cursor",
5364 "wayland-protocols 0.32.12",
5365 "wayland-protocols-wlr 0.3.12",
5366 "wayland-scanner",
5367 "xkeysym",
5368]
5369
5370[[package]]
5371name = "smithay-client-toolkit"
5372version = "0.20.0"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
5375dependencies = [
5376 "bitflags 2.11.1",
5377 "calloop 0.14.4",
5378 "calloop-wayland-source 0.4.1",
5379 "cursor-icon",
5380 "libc",
5381 "log",
5382 "memmap2",
5383 "rustix 1.1.4",
5384 "thiserror 2.0.18",
5385 "wayland-backend",
5386 "wayland-client",
5387 "wayland-csd-frame",
5388 "wayland-cursor",
5389 "wayland-protocols 0.32.12",
5390 "wayland-protocols-experimental",
5391 "wayland-protocols-misc",
5392 "wayland-protocols-wlr 0.3.12",
5393 "wayland-scanner",
5394 "xkeysym",
5395]
5396
5397[[package]]
5398name = "smithay-clipboard"
5399version = "0.7.3"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
5402dependencies = [
5403 "libc",
5404 "smithay-client-toolkit 0.20.0",
5405 "wayland-backend",
5406]
5407
5408[[package]]
5409name = "smol_str"
5410version = "0.2.2"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
5413dependencies = [
5414 "serde",
5415]
5416
5417[[package]]
5418name = "smol_str"
5419version = "0.3.6"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
5422dependencies = [
5423 "borsh",
5424 "serde_core",
5425]
5426
5427[[package]]
5428name = "snafu"
5429version = "0.8.9"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
5432dependencies = [
5433 "snafu-derive",
5434]
5435
5436[[package]]
5437name = "snafu-derive"
5438version = "0.8.9"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
5441dependencies = [
5442 "heck 0.5.0",
5443 "proc-macro2",
5444 "quote",
5445 "syn 2.0.117",
5446]
5447
5448[[package]]
5449name = "socket2"
5450version = "0.6.3"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
5453dependencies = [
5454 "libc",
5455 "windows-sys 0.61.2",
5456]
5457
5458[[package]]
5459name = "softbuffer"
5460version = "0.4.8"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3"
5463dependencies = [
5464 "as-raw-xcb-connection",
5465 "bytemuck",
5466 "fastrand",
5467 "js-sys",
5468 "memmap2",
5469 "ndk 0.9.0",
5470 "objc2 0.6.4",
5471 "objc2-core-foundation",
5472 "objc2-core-graphics",
5473 "objc2-foundation 0.3.2",
5474 "objc2-quartz-core 0.3.2",
5475 "raw-window-handle",
5476 "redox_syscall 0.5.18",
5477 "rustix 1.1.4",
5478 "tiny-xlib",
5479 "tracing",
5480 "wasm-bindgen",
5481 "wayland-backend",
5482 "wayland-client",
5483 "wayland-sys",
5484 "web-sys",
5485 "windows-sys 0.61.2",
5486 "x11rb",
5487]
5488
5489[[package]]
5490name = "spin_on"
5491version = "0.1.1"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "076e103ed41b9864aa838287efe5f4e3a7a0362dd00671ae62a212e5e4612da2"
5494dependencies = [
5495 "pin-utils",
5496]
5497
5498[[package]]
5499name = "stable_deref_trait"
5500version = "1.2.1"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
5503
5504[[package]]
5505name = "static_assertions"
5506version = "1.1.0"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5509
5510[[package]]
5511name = "strict-num"
5512version = "0.1.1"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
5515dependencies = [
5516 "float-cmp",
5517]
5518
5519[[package]]
5520name = "strum"
5521version = "0.28.0"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
5524dependencies = [
5525 "strum_macros",
5526]
5527
5528[[package]]
5529name = "strum_macros"
5530version = "0.28.0"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
5533dependencies = [
5534 "heck 0.5.0",
5535 "proc-macro2",
5536 "quote",
5537 "syn 2.0.117",
5538]
5539
5540[[package]]
5541name = "subtle"
5542version = "2.6.1"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5545
5546[[package]]
5547name = "svgtypes"
5548version = "0.16.1"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "695b5790b3131dafa99b3bbfd25a216edb3d216dad9ca208d4657bfb8f2abc3d"
5551dependencies = [
5552 "kurbo",
5553 "siphasher",
5554]
5555
5556[[package]]
5557name = "swash"
5558version = "0.2.7"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "842f3cd369c2ba38966204f983eaa5e54a8e84a7d7159ed36ade2b6c335aae64"
5561dependencies = [
5562 "skrifa",
5563 "yazi",
5564 "zeno",
5565]
5566
5567[[package]]
5568name = "syn"
5569version = "1.0.109"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5572dependencies = [
5573 "proc-macro2",
5574 "unicode-ident",
5575]
5576
5577[[package]]
5578name = "syn"
5579version = "2.0.117"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
5582dependencies = [
5583 "proc-macro2",
5584 "quote",
5585 "unicode-ident",
5586]
5587
5588[[package]]
5589name = "synstructure"
5590version = "0.13.2"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5593dependencies = [
5594 "proc-macro2",
5595 "quote",
5596 "syn 2.0.117",
5597]
5598
5599[[package]]
5600name = "sys-locale"
5601version = "0.3.2"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
5604dependencies = [
5605 "js-sys",
5606 "libc",
5607 "wasm-bindgen",
5608 "web-sys",
5609]
5610
5611[[package]]
5612name = "system-deps"
5613version = "6.2.2"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
5616dependencies = [
5617 "cfg-expr",
5618 "heck 0.5.0",
5619 "pkg-config",
5620 "toml 0.8.2",
5621 "version-compare",
5622]
5623
5624[[package]]
5625name = "taffy"
5626version = "0.9.2"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "41ba83ebaf2954d31d05d67340fd46cebe99da2b7133b0dd68d70c65473a437b"
5629dependencies = [
5630 "arrayvec",
5631 "grid",
5632 "serde",
5633 "slotmap",
5634]
5635
5636[[package]]
5637name = "tar"
5638version = "0.4.45"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973"
5641dependencies = [
5642 "filetime",
5643 "libc",
5644 "xattr",
5645]
5646
5647[[package]]
5648name = "target-lexicon"
5649version = "0.12.16"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
5652
5653[[package]]
5654name = "tempfile"
5655version = "3.27.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
5658dependencies = [
5659 "fastrand",
5660 "getrandom 0.4.2",
5661 "once_cell",
5662 "rustix 1.1.4",
5663 "windows-sys 0.61.2",
5664]
5665
5666[[package]]
5667name = "text-size"
5668version = "1.1.1"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
5671
5672[[package]]
5673name = "thiserror"
5674version = "1.0.69"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5677dependencies = [
5678 "thiserror-impl 1.0.69",
5679]
5680
5681[[package]]
5682name = "thiserror"
5683version = "2.0.18"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
5686dependencies = [
5687 "thiserror-impl 2.0.18",
5688]
5689
5690[[package]]
5691name = "thiserror-impl"
5692version = "1.0.69"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5695dependencies = [
5696 "proc-macro2",
5697 "quote",
5698 "syn 2.0.117",
5699]
5700
5701[[package]]
5702name = "thiserror-impl"
5703version = "2.0.18"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
5706dependencies = [
5707 "proc-macro2",
5708 "quote",
5709 "syn 2.0.117",
5710]
5711
5712[[package]]
5713name = "tiff"
5714version = "0.11.3"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
5717dependencies = [
5718 "fax",
5719 "flate2",
5720 "half",
5721 "quick-error",
5722 "weezl",
5723 "zune-jpeg",
5724]
5725
5726[[package]]
5727name = "tiny-skia"
5728version = "0.11.4"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
5731dependencies = [
5732 "arrayref",
5733 "arrayvec",
5734 "bytemuck",
5735 "cfg-if",
5736 "log",
5737 "tiny-skia-path 0.11.4",
5738]
5739
5740[[package]]
5741name = "tiny-skia"
5742version = "0.12.0"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "47ffee5eaaf5527f630fb0e356b90ebdec84d5d18d937c5e440350f88c5a91ea"
5745dependencies = [
5746 "arrayref",
5747 "arrayvec",
5748 "bytemuck",
5749 "cfg-if",
5750 "log",
5751 "png 0.18.1",
5752 "tiny-skia-path 0.12.0",
5753]
5754
5755[[package]]
5756name = "tiny-skia-path"
5757version = "0.11.4"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
5760dependencies = [
5761 "arrayref",
5762 "bytemuck",
5763 "strict-num",
5764]
5765
5766[[package]]
5767name = "tiny-skia-path"
5768version = "0.12.0"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "edca365c3faccca67d06593c5980fa6c57687de727a03131735bb85f01fdeeb9"
5771dependencies = [
5772 "arrayref",
5773 "bytemuck",
5774 "strict-num",
5775]
5776
5777[[package]]
5778name = "tiny-xlib"
5779version = "0.2.4"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
5782dependencies = [
5783 "as-raw-xcb-connection",
5784 "ctor-lite",
5785 "libloading 0.8.9",
5786 "pkg-config",
5787 "tracing",
5788]
5789
5790[[package]]
5791name = "tinystr"
5792version = "0.8.3"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
5795dependencies = [
5796 "displaydoc",
5797 "serde_core",
5798 "zerovec",
5799]
5800
5801[[package]]
5802name = "tinyvec"
5803version = "1.11.0"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
5806dependencies = [
5807 "tinyvec_macros",
5808]
5809
5810[[package]]
5811name = "tinyvec_macros"
5812version = "0.1.1"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5815
5816[[package]]
5817name = "tokio"
5818version = "1.52.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
5821dependencies = [
5822 "bytes",
5823 "libc",
5824 "mio",
5825 "pin-project-lite",
5826 "signal-hook-registry",
5827 "socket2",
5828 "tokio-macros",
5829 "tracing",
5830 "windows-sys 0.61.2",
5831]
5832
5833[[package]]
5834name = "tokio-macros"
5835version = "2.7.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
5838dependencies = [
5839 "proc-macro2",
5840 "quote",
5841 "syn 2.0.117",
5842]
5843
5844[[package]]
5845name = "toml"
5846version = "0.8.2"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
5849dependencies = [
5850 "serde",
5851 "serde_spanned 0.6.9",
5852 "toml_datetime 0.6.3",
5853 "toml_edit 0.20.2",
5854]
5855
5856[[package]]
5857name = "toml"
5858version = "0.9.12+spec-1.1.0"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
5861dependencies = [
5862 "indexmap",
5863 "serde_core",
5864 "serde_spanned 1.1.1",
5865 "toml_datetime 0.7.5+spec-1.1.0",
5866 "toml_parser",
5867 "toml_writer",
5868 "winnow 0.7.15",
5869]
5870
5871[[package]]
5872name = "toml_datetime"
5873version = "0.6.3"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
5876dependencies = [
5877 "serde",
5878]
5879
5880[[package]]
5881name = "toml_datetime"
5882version = "0.7.5+spec-1.1.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
5885dependencies = [
5886 "serde_core",
5887]
5888
5889[[package]]
5890name = "toml_datetime"
5891version = "1.1.1+spec-1.1.0"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
5894dependencies = [
5895 "serde_core",
5896]
5897
5898[[package]]
5899name = "toml_edit"
5900version = "0.19.15"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
5903dependencies = [
5904 "indexmap",
5905 "toml_datetime 0.6.3",
5906 "winnow 0.5.40",
5907]
5908
5909[[package]]
5910name = "toml_edit"
5911version = "0.20.2"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
5914dependencies = [
5915 "indexmap",
5916 "serde",
5917 "serde_spanned 0.6.9",
5918 "toml_datetime 0.6.3",
5919 "winnow 0.5.40",
5920]
5921
5922[[package]]
5923name = "toml_edit"
5924version = "0.25.11+spec-1.1.0"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
5927dependencies = [
5928 "indexmap",
5929 "toml_datetime 1.1.1+spec-1.1.0",
5930 "toml_parser",
5931 "toml_writer",
5932 "winnow 1.0.1",
5933]
5934
5935[[package]]
5936name = "toml_parser"
5937version = "1.1.2+spec-1.1.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
5940dependencies = [
5941 "winnow 1.0.1",
5942]
5943
5944[[package]]
5945name = "toml_writer"
5946version = "1.1.1+spec-1.1.0"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
5949
5950[[package]]
5951name = "tracing"
5952version = "0.1.44"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
5955dependencies = [
5956 "log",
5957 "pin-project-lite",
5958 "tracing-attributes",
5959 "tracing-core",
5960]
5961
5962[[package]]
5963name = "tracing-attributes"
5964version = "0.1.31"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5967dependencies = [
5968 "proc-macro2",
5969 "quote",
5970 "syn 2.0.117",
5971]
5972
5973[[package]]
5974name = "tracing-core"
5975version = "0.1.36"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
5978dependencies = [
5979 "once_cell",
5980]
5981
5982[[package]]
5983name = "tray-icon"
5984version = "0.19.3"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "eadd75f5002e2513eaa19b2365f533090cc3e93abd38788452d9ea85cff7b48a"
5987dependencies = [
5988 "crossbeam-channel",
5989 "dirs 6.0.0",
5990 "libappindicator",
5991 "muda 0.15.3",
5992 "objc2 0.6.4",
5993 "objc2-app-kit 0.3.2",
5994 "objc2-core-foundation",
5995 "objc2-core-graphics",
5996 "objc2-foundation 0.3.2",
5997 "once_cell",
5998 "png 0.17.16",
5999 "thiserror 2.0.18",
6000 "windows-sys 0.59.0",
6001]
6002
6003[[package]]
6004name = "ttf-parser"
6005version = "0.15.2"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
6008
6009[[package]]
6010name = "ttf-parser"
6011version = "0.25.1"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
6014dependencies = [
6015 "core_maths",
6016]
6017
6018[[package]]
6019name = "typed-index-collections"
6020version = "3.5.0"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "898160f1dfd383b4e92e17f0512a7d62f3c51c44937b23b6ffc3a1614a8eaccd"
6023dependencies = [
6024 "bincode",
6025 "serde",
6026]
6027
6028[[package]]
6029name = "typenum"
6030version = "1.19.0"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
6033
6034[[package]]
6035name = "udev"
6036version = "0.9.3"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f"
6039dependencies = [
6040 "io-lifetimes",
6041 "libc",
6042 "libudev-sys",
6043 "pkg-config",
6044]
6045
6046[[package]]
6047name = "uds_windows"
6048version = "1.2.1"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
6051dependencies = [
6052 "memoffset",
6053 "tempfile",
6054 "windows-sys 0.61.2",
6055]
6056
6057[[package]]
6058name = "unicase"
6059version = "2.9.0"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
6062
6063[[package]]
6064name = "unicode-bidi"
6065version = "0.3.18"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
6068
6069[[package]]
6070name = "unicode-bidi-mirroring"
6071version = "0.4.0"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
6074
6075[[package]]
6076name = "unicode-ccc"
6077version = "0.4.0"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
6080
6081[[package]]
6082name = "unicode-ident"
6083version = "1.0.24"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
6086
6087[[package]]
6088name = "unicode-linebreak"
6089version = "0.1.5"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
6092
6093[[package]]
6094name = "unicode-properties"
6095version = "0.1.4"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
6098
6099[[package]]
6100name = "unicode-script"
6101version = "0.5.8"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
6104
6105[[package]]
6106name = "unicode-segmentation"
6107version = "1.13.2"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
6110
6111[[package]]
6112name = "unicode-vo"
6113version = "0.1.0"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
6116
6117[[package]]
6118name = "unicode-width"
6119version = "0.2.2"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
6122
6123[[package]]
6124name = "unicode-xid"
6125version = "0.2.6"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
6128
6129[[package]]
6130name = "unty"
6131version = "0.0.4"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
6134
6135[[package]]
6136name = "url"
6137version = "2.5.8"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
6140dependencies = [
6141 "form_urlencoded",
6142 "idna",
6143 "percent-encoding",
6144 "serde",
6145]
6146
6147[[package]]
6148name = "usvg"
6149version = "0.47.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "d46cf96c5f498d36b7a9693bc6a7075c0bb9303189d61b2249b0dc3d309c07de"
6152dependencies = [
6153 "base64",
6154 "data-url",
6155 "flate2",
6156 "fontdb",
6157 "imagesize",
6158 "kurbo",
6159 "log",
6160 "pico-args",
6161 "roxmltree",
6162 "rustybuzz",
6163 "simplecss",
6164 "siphasher",
6165 "strict-num",
6166 "svgtypes",
6167 "tiny-skia-path 0.12.0",
6168 "ttf-parser 0.25.1",
6169 "unicode-bidi",
6170 "unicode-script",
6171 "unicode-vo",
6172 "xmlwriter",
6173]
6174
6175[[package]]
6176name = "utf8_iter"
6177version = "1.0.4"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
6180
6181[[package]]
6182name = "utf8parse"
6183version = "0.2.2"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
6186
6187[[package]]
6188name = "uuid"
6189version = "1.23.1"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
6192dependencies = [
6193 "js-sys",
6194 "serde_core",
6195 "wasm-bindgen",
6196]
6197
6198[[package]]
6199name = "v_frame"
6200version = "0.3.9"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
6203dependencies = [
6204 "aligned-vec",
6205 "num-traits",
6206 "wasm-bindgen",
6207]
6208
6209[[package]]
6210name = "version-compare"
6211version = "0.2.1"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
6214
6215[[package]]
6216name = "version_check"
6217version = "0.9.5"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6220
6221[[package]]
6222name = "vtable"
6223version = "0.4.0"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "5ea953f65593feb5287b022b83c35046d1ff49c7417b6f5851a079d8a231fe31"
6226dependencies = [
6227 "const-field-offset",
6228 "portable-atomic",
6229 "stable_deref_trait",
6230 "vtable-macro",
6231]
6232
6233[[package]]
6234name = "vtable-macro"
6235version = "0.4.0"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "482a37f9777480673d3a99c80ac2edc69f92382230440946855fa27ebc47cba6"
6238dependencies = [
6239 "proc-macro2",
6240 "quote",
6241 "syn 2.0.117",
6242]
6243
6244[[package]]
6245name = "walkdir"
6246version = "2.5.0"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6249dependencies = [
6250 "same-file",
6251 "winapi-util",
6252]
6253
6254[[package]]
6255name = "wasi"
6256version = "0.11.1+wasi-snapshot-preview1"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
6259
6260[[package]]
6261name = "wasip2"
6262version = "1.0.2+wasi-0.2.9"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
6265dependencies = [
6266 "wit-bindgen",
6267]
6268
6269[[package]]
6270name = "wasip3"
6271version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
6274dependencies = [
6275 "wit-bindgen",
6276]
6277
6278[[package]]
6279name = "wasm-bindgen"
6280version = "0.2.118"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
6283dependencies = [
6284 "cfg-if",
6285 "once_cell",
6286 "rustversion",
6287 "wasm-bindgen-macro",
6288 "wasm-bindgen-shared",
6289]
6290
6291[[package]]
6292name = "wasm-bindgen-futures"
6293version = "0.4.68"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
6296dependencies = [
6297 "js-sys",
6298 "wasm-bindgen",
6299]
6300
6301[[package]]
6302name = "wasm-bindgen-macro"
6303version = "0.2.118"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
6306dependencies = [
6307 "quote",
6308 "wasm-bindgen-macro-support",
6309]
6310
6311[[package]]
6312name = "wasm-bindgen-macro-support"
6313version = "0.2.118"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
6316dependencies = [
6317 "bumpalo",
6318 "proc-macro2",
6319 "quote",
6320 "syn 2.0.117",
6321 "wasm-bindgen-shared",
6322]
6323
6324[[package]]
6325name = "wasm-bindgen-shared"
6326version = "0.2.118"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
6329dependencies = [
6330 "unicode-ident",
6331]
6332
6333[[package]]
6334name = "wasm-encoder"
6335version = "0.244.0"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
6338dependencies = [
6339 "leb128fmt",
6340 "wasmparser",
6341]
6342
6343[[package]]
6344name = "wasm-metadata"
6345version = "0.244.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
6348dependencies = [
6349 "anyhow",
6350 "indexmap",
6351 "wasm-encoder",
6352 "wasmparser",
6353]
6354
6355[[package]]
6356name = "wasmparser"
6357version = "0.244.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
6360dependencies = [
6361 "bitflags 2.11.1",
6362 "hashbrown 0.15.5",
6363 "indexmap",
6364 "semver",
6365]
6366
6367[[package]]
6368name = "wayland-backend"
6369version = "0.3.15"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d"
6372dependencies = [
6373 "cc",
6374 "downcast-rs",
6375 "rustix 1.1.4",
6376 "scoped-tls",
6377 "smallvec",
6378 "wayland-sys",
6379]
6380
6381[[package]]
6382name = "wayland-client"
6383version = "0.31.14"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144"
6386dependencies = [
6387 "bitflags 2.11.1",
6388 "rustix 1.1.4",
6389 "wayland-backend",
6390 "wayland-scanner",
6391]
6392
6393[[package]]
6394name = "wayland-csd-frame"
6395version = "0.3.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
6398dependencies = [
6399 "bitflags 2.11.1",
6400 "cursor-icon",
6401 "wayland-backend",
6402]
6403
6404[[package]]
6405name = "wayland-cursor"
6406version = "0.31.14"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
6409dependencies = [
6410 "rustix 1.1.4",
6411 "wayland-client",
6412 "xcursor",
6413]
6414
6415[[package]]
6416name = "wayland-protocols"
6417version = "0.31.2"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
6420dependencies = [
6421 "bitflags 2.11.1",
6422 "wayland-backend",
6423 "wayland-client",
6424 "wayland-scanner",
6425]
6426
6427[[package]]
6428name = "wayland-protocols"
6429version = "0.32.12"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f"
6432dependencies = [
6433 "bitflags 2.11.1",
6434 "wayland-backend",
6435 "wayland-client",
6436 "wayland-scanner",
6437]
6438
6439[[package]]
6440name = "wayland-protocols-experimental"
6441version = "20250721.0.1"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
6444dependencies = [
6445 "bitflags 2.11.1",
6446 "wayland-backend",
6447 "wayland-client",
6448 "wayland-protocols 0.32.12",
6449 "wayland-scanner",
6450]
6451
6452[[package]]
6453name = "wayland-protocols-misc"
6454version = "0.3.12"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
6457dependencies = [
6458 "bitflags 2.11.1",
6459 "wayland-backend",
6460 "wayland-client",
6461 "wayland-protocols 0.32.12",
6462 "wayland-scanner",
6463]
6464
6465[[package]]
6466name = "wayland-protocols-plasma"
6467version = "0.3.12"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
6470dependencies = [
6471 "bitflags 2.11.1",
6472 "wayland-backend",
6473 "wayland-client",
6474 "wayland-protocols 0.32.12",
6475 "wayland-scanner",
6476]
6477
6478[[package]]
6479name = "wayland-protocols-wlr"
6480version = "0.2.0"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
6483dependencies = [
6484 "bitflags 2.11.1",
6485 "wayland-backend",
6486 "wayland-client",
6487 "wayland-protocols 0.31.2",
6488 "wayland-scanner",
6489]
6490
6491[[package]]
6492name = "wayland-protocols-wlr"
6493version = "0.3.12"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
6496dependencies = [
6497 "bitflags 2.11.1",
6498 "wayland-backend",
6499 "wayland-client",
6500 "wayland-protocols 0.32.12",
6501 "wayland-scanner",
6502]
6503
6504[[package]]
6505name = "wayland-scanner"
6506version = "0.31.10"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a"
6509dependencies = [
6510 "proc-macro2",
6511 "quick-xml 0.39.2",
6512 "quote",
6513]
6514
6515[[package]]
6516name = "wayland-sys"
6517version = "0.31.11"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
6520dependencies = [
6521 "dlib",
6522 "log",
6523 "once_cell",
6524 "pkg-config",
6525]
6526
6527[[package]]
6528name = "web-sys"
6529version = "0.3.95"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
6532dependencies = [
6533 "js-sys",
6534 "wasm-bindgen",
6535]
6536
6537[[package]]
6538name = "web-time"
6539version = "1.1.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6542dependencies = [
6543 "js-sys",
6544 "wasm-bindgen",
6545]
6546
6547[[package]]
6548name = "webbrowser"
6549version = "1.2.1"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72"
6552dependencies = [
6553 "core-foundation 0.10.1",
6554 "jni 0.22.4",
6555 "log",
6556 "ndk-context",
6557 "objc2 0.6.4",
6558 "objc2-foundation 0.3.2",
6559 "url",
6560 "web-sys",
6561]
6562
6563[[package]]
6564name = "weezl"
6565version = "0.1.12"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
6568
6569[[package]]
6570name = "widestring"
6571version = "1.2.1"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
6574
6575[[package]]
6576name = "winapi"
6577version = "0.3.9"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6580dependencies = [
6581 "winapi-i686-pc-windows-gnu",
6582 "winapi-x86_64-pc-windows-gnu",
6583]
6584
6585[[package]]
6586name = "winapi-i686-pc-windows-gnu"
6587version = "0.4.0"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6590
6591[[package]]
6592name = "winapi-util"
6593version = "0.1.11"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6596dependencies = [
6597 "windows-sys 0.61.2",
6598]
6599
6600[[package]]
6601name = "winapi-x86_64-pc-windows-gnu"
6602version = "0.4.0"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6605
6606[[package]]
6607name = "windows"
6608version = "0.54.0"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
6611dependencies = [
6612 "windows-core 0.54.0",
6613 "windows-targets 0.52.6",
6614]
6615
6616[[package]]
6617name = "windows"
6618version = "0.58.0"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
6621dependencies = [
6622 "windows-core 0.58.0",
6623 "windows-targets 0.52.6",
6624]
6625
6626[[package]]
6627name = "windows"
6628version = "0.61.3"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
6631dependencies = [
6632 "windows-collections 0.2.0",
6633 "windows-core 0.61.2",
6634 "windows-future 0.2.1",
6635 "windows-link 0.1.3",
6636 "windows-numerics 0.2.0",
6637]
6638
6639[[package]]
6640name = "windows"
6641version = "0.62.2"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
6644dependencies = [
6645 "windows-collections 0.3.2",
6646 "windows-core 0.62.2",
6647 "windows-future 0.3.2",
6648 "windows-numerics 0.3.1",
6649]
6650
6651[[package]]
6652name = "windows-collections"
6653version = "0.2.0"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
6656dependencies = [
6657 "windows-core 0.61.2",
6658]
6659
6660[[package]]
6661name = "windows-collections"
6662version = "0.3.2"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
6665dependencies = [
6666 "windows-core 0.62.2",
6667]
6668
6669[[package]]
6670name = "windows-core"
6671version = "0.54.0"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
6674dependencies = [
6675 "windows-result 0.1.2",
6676 "windows-targets 0.52.6",
6677]
6678
6679[[package]]
6680name = "windows-core"
6681version = "0.58.0"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
6684dependencies = [
6685 "windows-implement 0.58.0",
6686 "windows-interface 0.58.0",
6687 "windows-result 0.2.0",
6688 "windows-strings 0.1.0",
6689 "windows-targets 0.52.6",
6690]
6691
6692[[package]]
6693name = "windows-core"
6694version = "0.61.2"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6697dependencies = [
6698 "windows-implement 0.60.2",
6699 "windows-interface 0.59.3",
6700 "windows-link 0.1.3",
6701 "windows-result 0.3.4",
6702 "windows-strings 0.4.2",
6703]
6704
6705[[package]]
6706name = "windows-core"
6707version = "0.62.2"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6710dependencies = [
6711 "windows-implement 0.60.2",
6712 "windows-interface 0.59.3",
6713 "windows-link 0.2.1",
6714 "windows-result 0.4.1",
6715 "windows-strings 0.5.1",
6716]
6717
6718[[package]]
6719name = "windows-future"
6720version = "0.2.1"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
6723dependencies = [
6724 "windows-core 0.61.2",
6725 "windows-link 0.1.3",
6726 "windows-threading 0.1.0",
6727]
6728
6729[[package]]
6730name = "windows-future"
6731version = "0.3.2"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
6734dependencies = [
6735 "windows-core 0.62.2",
6736 "windows-link 0.2.1",
6737 "windows-threading 0.2.1",
6738]
6739
6740[[package]]
6741name = "windows-implement"
6742version = "0.58.0"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
6745dependencies = [
6746 "proc-macro2",
6747 "quote",
6748 "syn 2.0.117",
6749]
6750
6751[[package]]
6752name = "windows-implement"
6753version = "0.60.2"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6756dependencies = [
6757 "proc-macro2",
6758 "quote",
6759 "syn 2.0.117",
6760]
6761
6762[[package]]
6763name = "windows-interface"
6764version = "0.58.0"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
6767dependencies = [
6768 "proc-macro2",
6769 "quote",
6770 "syn 2.0.117",
6771]
6772
6773[[package]]
6774name = "windows-interface"
6775version = "0.59.3"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6778dependencies = [
6779 "proc-macro2",
6780 "quote",
6781 "syn 2.0.117",
6782]
6783
6784[[package]]
6785name = "windows-link"
6786version = "0.1.3"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
6789
6790[[package]]
6791name = "windows-link"
6792version = "0.2.1"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6795
6796[[package]]
6797name = "windows-numerics"
6798version = "0.2.0"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
6801dependencies = [
6802 "windows-core 0.61.2",
6803 "windows-link 0.1.3",
6804]
6805
6806[[package]]
6807name = "windows-numerics"
6808version = "0.3.1"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
6811dependencies = [
6812 "windows-core 0.62.2",
6813 "windows-link 0.2.1",
6814]
6815
6816[[package]]
6817name = "windows-result"
6818version = "0.1.2"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
6821dependencies = [
6822 "windows-targets 0.52.6",
6823]
6824
6825[[package]]
6826name = "windows-result"
6827version = "0.2.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
6830dependencies = [
6831 "windows-targets 0.52.6",
6832]
6833
6834[[package]]
6835name = "windows-result"
6836version = "0.3.4"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6839dependencies = [
6840 "windows-link 0.1.3",
6841]
6842
6843[[package]]
6844name = "windows-result"
6845version = "0.4.1"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6848dependencies = [
6849 "windows-link 0.2.1",
6850]
6851
6852[[package]]
6853name = "windows-strings"
6854version = "0.1.0"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
6857dependencies = [
6858 "windows-result 0.2.0",
6859 "windows-targets 0.52.6",
6860]
6861
6862[[package]]
6863name = "windows-strings"
6864version = "0.4.2"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6867dependencies = [
6868 "windows-link 0.1.3",
6869]
6870
6871[[package]]
6872name = "windows-strings"
6873version = "0.5.1"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6876dependencies = [
6877 "windows-link 0.2.1",
6878]
6879
6880[[package]]
6881name = "windows-sys"
6882version = "0.45.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6885dependencies = [
6886 "windows-targets 0.42.2",
6887]
6888
6889[[package]]
6890name = "windows-sys"
6891version = "0.48.0"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6894dependencies = [
6895 "windows-targets 0.48.5",
6896]
6897
6898[[package]]
6899name = "windows-sys"
6900version = "0.52.0"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6903dependencies = [
6904 "windows-targets 0.52.6",
6905]
6906
6907[[package]]
6908name = "windows-sys"
6909version = "0.59.0"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6912dependencies = [
6913 "windows-targets 0.52.6",
6914]
6915
6916[[package]]
6917name = "windows-sys"
6918version = "0.60.2"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6921dependencies = [
6922 "windows-targets 0.53.5",
6923]
6924
6925[[package]]
6926name = "windows-sys"
6927version = "0.61.2"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6930dependencies = [
6931 "windows-link 0.2.1",
6932]
6933
6934[[package]]
6935name = "windows-targets"
6936version = "0.42.2"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6939dependencies = [
6940 "windows_aarch64_gnullvm 0.42.2",
6941 "windows_aarch64_msvc 0.42.2",
6942 "windows_i686_gnu 0.42.2",
6943 "windows_i686_msvc 0.42.2",
6944 "windows_x86_64_gnu 0.42.2",
6945 "windows_x86_64_gnullvm 0.42.2",
6946 "windows_x86_64_msvc 0.42.2",
6947]
6948
6949[[package]]
6950name = "windows-targets"
6951version = "0.48.5"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6954dependencies = [
6955 "windows_aarch64_gnullvm 0.48.5",
6956 "windows_aarch64_msvc 0.48.5",
6957 "windows_i686_gnu 0.48.5",
6958 "windows_i686_msvc 0.48.5",
6959 "windows_x86_64_gnu 0.48.5",
6960 "windows_x86_64_gnullvm 0.48.5",
6961 "windows_x86_64_msvc 0.48.5",
6962]
6963
6964[[package]]
6965name = "windows-targets"
6966version = "0.52.6"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6969dependencies = [
6970 "windows_aarch64_gnullvm 0.52.6",
6971 "windows_aarch64_msvc 0.52.6",
6972 "windows_i686_gnu 0.52.6",
6973 "windows_i686_gnullvm 0.52.6",
6974 "windows_i686_msvc 0.52.6",
6975 "windows_x86_64_gnu 0.52.6",
6976 "windows_x86_64_gnullvm 0.52.6",
6977 "windows_x86_64_msvc 0.52.6",
6978]
6979
6980[[package]]
6981name = "windows-targets"
6982version = "0.53.5"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6985dependencies = [
6986 "windows-link 0.2.1",
6987 "windows_aarch64_gnullvm 0.53.1",
6988 "windows_aarch64_msvc 0.53.1",
6989 "windows_i686_gnu 0.53.1",
6990 "windows_i686_gnullvm 0.53.1",
6991 "windows_i686_msvc 0.53.1",
6992 "windows_x86_64_gnu 0.53.1",
6993 "windows_x86_64_gnullvm 0.53.1",
6994 "windows_x86_64_msvc 0.53.1",
6995]
6996
6997[[package]]
6998name = "windows-threading"
6999version = "0.1.0"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
7002dependencies = [
7003 "windows-link 0.1.3",
7004]
7005
7006[[package]]
7007name = "windows-threading"
7008version = "0.2.1"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
7011dependencies = [
7012 "windows-link 0.2.1",
7013]
7014
7015[[package]]
7016name = "windows_aarch64_gnullvm"
7017version = "0.42.2"
7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7020
7021[[package]]
7022name = "windows_aarch64_gnullvm"
7023version = "0.48.5"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7026
7027[[package]]
7028name = "windows_aarch64_gnullvm"
7029version = "0.52.6"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7032
7033[[package]]
7034name = "windows_aarch64_gnullvm"
7035version = "0.53.1"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
7038
7039[[package]]
7040name = "windows_aarch64_msvc"
7041version = "0.42.2"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7044
7045[[package]]
7046name = "windows_aarch64_msvc"
7047version = "0.48.5"
7048source = "registry+https://github.com/rust-lang/crates.io-index"
7049checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7050
7051[[package]]
7052name = "windows_aarch64_msvc"
7053version = "0.52.6"
7054source = "registry+https://github.com/rust-lang/crates.io-index"
7055checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7056
7057[[package]]
7058name = "windows_aarch64_msvc"
7059version = "0.53.1"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
7062
7063[[package]]
7064name = "windows_i686_gnu"
7065version = "0.42.2"
7066source = "registry+https://github.com/rust-lang/crates.io-index"
7067checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7068
7069[[package]]
7070name = "windows_i686_gnu"
7071version = "0.48.5"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7074
7075[[package]]
7076name = "windows_i686_gnu"
7077version = "0.52.6"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7080
7081[[package]]
7082name = "windows_i686_gnu"
7083version = "0.53.1"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
7086
7087[[package]]
7088name = "windows_i686_gnullvm"
7089version = "0.52.6"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7092
7093[[package]]
7094name = "windows_i686_gnullvm"
7095version = "0.53.1"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
7098
7099[[package]]
7100name = "windows_i686_msvc"
7101version = "0.42.2"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7104
7105[[package]]
7106name = "windows_i686_msvc"
7107version = "0.48.5"
7108source = "registry+https://github.com/rust-lang/crates.io-index"
7109checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7110
7111[[package]]
7112name = "windows_i686_msvc"
7113version = "0.52.6"
7114source = "registry+https://github.com/rust-lang/crates.io-index"
7115checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7116
7117[[package]]
7118name = "windows_i686_msvc"
7119version = "0.53.1"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
7122
7123[[package]]
7124name = "windows_x86_64_gnu"
7125version = "0.42.2"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7128
7129[[package]]
7130name = "windows_x86_64_gnu"
7131version = "0.48.5"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7134
7135[[package]]
7136name = "windows_x86_64_gnu"
7137version = "0.52.6"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7140
7141[[package]]
7142name = "windows_x86_64_gnu"
7143version = "0.53.1"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
7146
7147[[package]]
7148name = "windows_x86_64_gnullvm"
7149version = "0.42.2"
7150source = "registry+https://github.com/rust-lang/crates.io-index"
7151checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
7152
7153[[package]]
7154name = "windows_x86_64_gnullvm"
7155version = "0.48.5"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7158
7159[[package]]
7160name = "windows_x86_64_gnullvm"
7161version = "0.52.6"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7164
7165[[package]]
7166name = "windows_x86_64_gnullvm"
7167version = "0.53.1"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
7170
7171[[package]]
7172name = "windows_x86_64_msvc"
7173version = "0.42.2"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
7176
7177[[package]]
7178name = "windows_x86_64_msvc"
7179version = "0.48.5"
7180source = "registry+https://github.com/rust-lang/crates.io-index"
7181checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7182
7183[[package]]
7184name = "windows_x86_64_msvc"
7185version = "0.52.6"
7186source = "registry+https://github.com/rust-lang/crates.io-index"
7187checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7188
7189[[package]]
7190name = "windows_x86_64_msvc"
7191version = "0.53.1"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
7194
7195[[package]]
7196name = "winit"
7197version = "0.30.13"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
7200dependencies = [
7201 "ahash",
7202 "android-activity",
7203 "atomic-waker",
7204 "bitflags 2.11.1",
7205 "block2 0.5.1",
7206 "bytemuck",
7207 "calloop 0.13.0",
7208 "cfg_aliases",
7209 "concurrent-queue",
7210 "core-foundation 0.9.4",
7211 "core-graphics",
7212 "cursor-icon",
7213 "dpi",
7214 "js-sys",
7215 "libc",
7216 "memmap2",
7217 "ndk 0.9.0",
7218 "objc2 0.5.2",
7219 "objc2-app-kit 0.2.2",
7220 "objc2-foundation 0.2.2",
7221 "objc2-ui-kit 0.2.2",
7222 "orbclient",
7223 "percent-encoding",
7224 "pin-project",
7225 "raw-window-handle",
7226 "redox_syscall 0.4.1",
7227 "rustix 0.38.44",
7228 "sctk-adwaita",
7229 "smithay-client-toolkit 0.19.2",
7230 "smol_str 0.2.2",
7231 "tracing",
7232 "unicode-segmentation",
7233 "wasm-bindgen",
7234 "wasm-bindgen-futures",
7235 "wayland-backend",
7236 "wayland-client",
7237 "wayland-protocols 0.32.12",
7238 "wayland-protocols-plasma",
7239 "web-sys",
7240 "web-time",
7241 "windows-sys 0.52.0",
7242 "x11-dl",
7243 "x11rb",
7244 "xkbcommon-dl",
7245]
7246
7247[[package]]
7248name = "winnow"
7249version = "0.5.40"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
7252dependencies = [
7253 "memchr",
7254]
7255
7256[[package]]
7257name = "winnow"
7258version = "0.7.15"
7259source = "registry+https://github.com/rust-lang/crates.io-index"
7260checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
7261dependencies = [
7262 "memchr",
7263]
7264
7265[[package]]
7266name = "winnow"
7267version = "1.0.1"
7268source = "registry+https://github.com/rust-lang/crates.io-index"
7269checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
7270dependencies = [
7271 "memchr",
7272]
7273
7274[[package]]
7275name = "winreg"
7276version = "0.10.1"
7277source = "registry+https://github.com/rust-lang/crates.io-index"
7278checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
7279dependencies = [
7280 "winapi",
7281]
7282
7283[[package]]
7284name = "wit-bindgen"
7285version = "0.51.0"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
7288dependencies = [
7289 "wit-bindgen-rust-macro",
7290]
7291
7292[[package]]
7293name = "wit-bindgen-core"
7294version = "0.51.0"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
7297dependencies = [
7298 "anyhow",
7299 "heck 0.5.0",
7300 "wit-parser",
7301]
7302
7303[[package]]
7304name = "wit-bindgen-rust"
7305version = "0.51.0"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
7308dependencies = [
7309 "anyhow",
7310 "heck 0.5.0",
7311 "indexmap",
7312 "prettyplease",
7313 "syn 2.0.117",
7314 "wasm-metadata",
7315 "wit-bindgen-core",
7316 "wit-component",
7317]
7318
7319[[package]]
7320name = "wit-bindgen-rust-macro"
7321version = "0.51.0"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
7324dependencies = [
7325 "anyhow",
7326 "prettyplease",
7327 "proc-macro2",
7328 "quote",
7329 "syn 2.0.117",
7330 "wit-bindgen-core",
7331 "wit-bindgen-rust",
7332]
7333
7334[[package]]
7335name = "wit-component"
7336version = "0.244.0"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
7339dependencies = [
7340 "anyhow",
7341 "bitflags 2.11.1",
7342 "indexmap",
7343 "log",
7344 "serde",
7345 "serde_derive",
7346 "serde_json",
7347 "wasm-encoder",
7348 "wasm-metadata",
7349 "wasmparser",
7350 "wit-parser",
7351]
7352
7353[[package]]
7354name = "wit-parser"
7355version = "0.244.0"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
7358dependencies = [
7359 "anyhow",
7360 "id-arena",
7361 "indexmap",
7362 "log",
7363 "semver",
7364 "serde",
7365 "serde_derive",
7366 "serde_json",
7367 "unicode-xid",
7368 "wasmparser",
7369]
7370
7371[[package]]
7372name = "write-fonts"
7373version = "0.45.0"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "f12725b0845073e20b04e79b500dbfb465904d7cbd84883a1f1bbd084debc515"
7376dependencies = [
7377 "font-types",
7378 "indexmap",
7379 "kurbo",
7380 "log",
7381 "read-fonts",
7382]
7383
7384[[package]]
7385name = "writeable"
7386version = "0.6.3"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
7389
7390[[package]]
7391name = "x11"
7392version = "2.21.0"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
7395dependencies = [
7396 "libc",
7397 "pkg-config",
7398]
7399
7400[[package]]
7401name = "x11-clipboard"
7402version = "0.9.3"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
7405dependencies = [
7406 "libc",
7407 "x11rb",
7408]
7409
7410[[package]]
7411name = "x11-dl"
7412version = "2.21.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
7415dependencies = [
7416 "libc",
7417 "once_cell",
7418 "pkg-config",
7419]
7420
7421[[package]]
7422name = "x11rb"
7423version = "0.13.2"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
7426dependencies = [
7427 "as-raw-xcb-connection",
7428 "gethostname",
7429 "libc",
7430 "libloading 0.8.9",
7431 "once_cell",
7432 "rustix 1.1.4",
7433 "x11rb-protocol",
7434]
7435
7436[[package]]
7437name = "x11rb-protocol"
7438version = "0.13.2"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
7441
7442[[package]]
7443name = "xattr"
7444version = "1.6.1"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
7447dependencies = [
7448 "libc",
7449 "rustix 1.1.4",
7450]
7451
7452[[package]]
7453name = "xcb"
7454version = "1.7.0"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "ee4c580d8205abb0a5cf4eb7e927bd664e425b6c3263f9c5310583da96970cf6"
7457dependencies = [
7458 "bitflags 1.3.2",
7459 "libc",
7460 "quick-xml 0.30.0",
7461]
7462
7463[[package]]
7464name = "xcursor"
7465version = "0.3.10"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
7468
7469[[package]]
7470name = "xdg-home"
7471version = "1.3.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
7474dependencies = [
7475 "libc",
7476 "windows-sys 0.59.0",
7477]
7478
7479[[package]]
7480name = "xkbcommon"
7481version = "0.9.0"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d"
7484dependencies = [
7485 "libc",
7486 "memmap2",
7487 "xkeysym",
7488]
7489
7490[[package]]
7491name = "xkbcommon-dl"
7492version = "0.4.2"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
7495dependencies = [
7496 "bitflags 2.11.1",
7497 "dlib",
7498 "log",
7499 "once_cell",
7500 "xkeysym",
7501]
7502
7503[[package]]
7504name = "xkeysym"
7505version = "0.2.1"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
7508
7509[[package]]
7510name = "xml-rs"
7511version = "0.8.28"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
7514
7515[[package]]
7516name = "xmlwriter"
7517version = "0.1.0"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
7520
7521[[package]]
7522name = "y4m"
7523version = "0.8.0"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
7526
7527[[package]]
7528name = "yazi"
7529version = "0.2.1"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
7532
7533[[package]]
7534name = "yeslogic-fontconfig-sys"
7535version = "6.0.0"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
7538dependencies = [
7539 "dlib",
7540 "once_cell",
7541 "pkg-config",
7542]
7543
7544[[package]]
7545name = "yoke"
7546version = "0.8.2"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
7549dependencies = [
7550 "stable_deref_trait",
7551 "yoke-derive",
7552 "zerofrom",
7553]
7554
7555[[package]]
7556name = "yoke-derive"
7557version = "0.8.2"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
7560dependencies = [
7561 "proc-macro2",
7562 "quote",
7563 "syn 2.0.117",
7564 "synstructure",
7565]
7566
7567[[package]]
7568name = "zbus"
7569version = "4.4.0"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
7572dependencies = [
7573 "async-broadcast",
7574 "async-process",
7575 "async-recursion",
7576 "async-trait",
7577 "enumflags2",
7578 "event-listener",
7579 "futures-core",
7580 "futures-sink",
7581 "futures-util",
7582 "hex",
7583 "nix 0.29.0",
7584 "ordered-stream",
7585 "rand 0.8.5",
7586 "serde",
7587 "serde_repr",
7588 "sha1",
7589 "static_assertions",
7590 "tokio",
7591 "tracing",
7592 "uds_windows",
7593 "windows-sys 0.52.0",
7594 "xdg-home",
7595 "zbus_macros 4.4.0",
7596 "zbus_names 3.0.0",
7597 "zvariant 4.2.0",
7598]
7599
7600[[package]]
7601name = "zbus"
7602version = "5.14.0"
7603source = "registry+https://github.com/rust-lang/crates.io-index"
7604checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc"
7605dependencies = [
7606 "async-broadcast",
7607 "async-executor",
7608 "async-io",
7609 "async-lock",
7610 "async-process",
7611 "async-recursion",
7612 "async-task",
7613 "async-trait",
7614 "blocking",
7615 "enumflags2",
7616 "event-listener",
7617 "futures-core",
7618 "futures-lite",
7619 "hex",
7620 "libc",
7621 "ordered-stream",
7622 "rustix 1.1.4",
7623 "serde",
7624 "serde_repr",
7625 "tracing",
7626 "uds_windows",
7627 "uuid",
7628 "windows-sys 0.61.2",
7629 "winnow 0.7.15",
7630 "zbus_macros 5.14.0",
7631 "zbus_names 4.3.1",
7632 "zvariant 5.10.0",
7633]
7634
7635[[package]]
7636name = "zbus-lockstep"
7637version = "0.5.2"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "6998de05217a084b7578728a9443d04ea4cd80f2a0839b8d78770b76ccd45863"
7640dependencies = [
7641 "zbus_xml",
7642 "zvariant 5.10.0",
7643]
7644
7645[[package]]
7646name = "zbus-lockstep-macros"
7647version = "0.5.2"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "10da05367f3a7b7553c8cdf8fa91aee6b64afebe32b51c95177957efc47ca3a0"
7650dependencies = [
7651 "proc-macro2",
7652 "quote",
7653 "syn 2.0.117",
7654 "zbus-lockstep",
7655 "zbus_xml",
7656 "zvariant 5.10.0",
7657]
7658
7659[[package]]
7660name = "zbus_macros"
7661version = "4.4.0"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
7664dependencies = [
7665 "proc-macro-crate 3.5.0",
7666 "proc-macro2",
7667 "quote",
7668 "syn 2.0.117",
7669 "zvariant_utils 2.1.0",
7670]
7671
7672[[package]]
7673name = "zbus_macros"
7674version = "5.14.0"
7675source = "registry+https://github.com/rust-lang/crates.io-index"
7676checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222"
7677dependencies = [
7678 "proc-macro-crate 3.5.0",
7679 "proc-macro2",
7680 "quote",
7681 "syn 2.0.117",
7682 "zbus_names 4.3.1",
7683 "zvariant 5.10.0",
7684 "zvariant_utils 3.3.0",
7685]
7686
7687[[package]]
7688name = "zbus_names"
7689version = "3.0.0"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
7692dependencies = [
7693 "serde",
7694 "static_assertions",
7695 "zvariant 4.2.0",
7696]
7697
7698[[package]]
7699name = "zbus_names"
7700version = "4.3.1"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
7703dependencies = [
7704 "serde",
7705 "winnow 0.7.15",
7706 "zvariant 5.10.0",
7707]
7708
7709[[package]]
7710name = "zbus_xml"
7711version = "5.1.0"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "441a0064125265655bccc3a6af6bef56814d9277ac83fce48b1cd7e160b80eac"
7714dependencies = [
7715 "quick-xml 0.38.4",
7716 "serde",
7717 "zbus_names 4.3.1",
7718 "zvariant 5.10.0",
7719]
7720
7721[[package]]
7722name = "zeno"
7723version = "0.3.3"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
7726
7727[[package]]
7728name = "zerocopy"
7729version = "0.8.48"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
7732dependencies = [
7733 "zerocopy-derive",
7734]
7735
7736[[package]]
7737name = "zerocopy-derive"
7738version = "0.8.48"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
7741dependencies = [
7742 "proc-macro2",
7743 "quote",
7744 "syn 2.0.117",
7745]
7746
7747[[package]]
7748name = "zerofrom"
7749version = "0.1.7"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
7752dependencies = [
7753 "zerofrom-derive",
7754]
7755
7756[[package]]
7757name = "zerofrom-derive"
7758version = "0.1.7"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
7761dependencies = [
7762 "proc-macro2",
7763 "quote",
7764 "syn 2.0.117",
7765 "synstructure",
7766]
7767
7768[[package]]
7769name = "zerotrie"
7770version = "0.2.4"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
7773dependencies = [
7774 "displaydoc",
7775 "yoke",
7776 "zerofrom",
7777 "zerovec",
7778]
7779
7780[[package]]
7781name = "zerovec"
7782version = "0.11.6"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
7785dependencies = [
7786 "serde",
7787 "yoke",
7788 "zerofrom",
7789 "zerovec-derive",
7790]
7791
7792[[package]]
7793name = "zerovec-derive"
7794version = "0.11.3"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
7797dependencies = [
7798 "proc-macro2",
7799 "quote",
7800 "syn 2.0.117",
7801]
7802
7803[[package]]
7804name = "zmij"
7805version = "1.0.21"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
7808
7809[[package]]
7810name = "zune-core"
7811version = "0.5.1"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
7814
7815[[package]]
7816name = "zune-inflate"
7817version = "0.2.54"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
7820dependencies = [
7821 "simd-adler32",
7822]
7823
7824[[package]]
7825name = "zune-jpeg"
7826version = "0.5.15"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
7829dependencies = [
7830 "zune-core",
7831]
7832
7833[[package]]
7834name = "zvariant"
7835version = "4.2.0"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
7838dependencies = [
7839 "endi",
7840 "enumflags2",
7841 "serde",
7842 "static_assertions",
7843 "zvariant_derive 4.2.0",
7844]
7845
7846[[package]]
7847name = "zvariant"
7848version = "5.10.0"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b"
7851dependencies = [
7852 "endi",
7853 "enumflags2",
7854 "serde",
7855 "winnow 0.7.15",
7856 "zvariant_derive 5.10.0",
7857 "zvariant_utils 3.3.0",
7858]
7859
7860[[package]]
7861name = "zvariant_derive"
7862version = "4.2.0"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
7865dependencies = [
7866 "proc-macro-crate 3.5.0",
7867 "proc-macro2",
7868 "quote",
7869 "syn 2.0.117",
7870 "zvariant_utils 2.1.0",
7871]
7872
7873[[package]]
7874name = "zvariant_derive"
7875version = "5.10.0"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c"
7878dependencies = [
7879 "proc-macro-crate 3.5.0",
7880 "proc-macro2",
7881 "quote",
7882 "syn 2.0.117",
7883 "zvariant_utils 3.3.0",
7884]
7885
7886[[package]]
7887name = "zvariant_utils"
7888version = "2.1.0"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
7891dependencies = [
7892 "proc-macro2",
7893 "quote",
7894 "syn 2.0.117",
7895]
7896
7897[[package]]
7898name = "zvariant_utils"
7899version = "3.3.0"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
7902dependencies = [
7903 "proc-macro2",
7904 "quote",
7905 "serde",
7906 "syn 2.0.117",
7907 "winnow 0.7.15",
7908]