[MIRROR] https://codeberg.org/naomi/nanel
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.29"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.8"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
20
21[[package]]
22name = "addr2line"
23version = "0.24.2"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
26dependencies = [
27 "gimli",
28]
29
30[[package]]
31name = "adler2"
32version = "2.0.0"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
35
36[[package]]
37name = "ahash"
38version = "0.7.8"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
41dependencies = [
42 "getrandom 0.2.15",
43 "once_cell",
44 "version_check",
45]
46
47[[package]]
48name = "ahash"
49version = "0.8.11"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
52dependencies = [
53 "cfg-if",
54 "getrandom 0.2.15",
55 "once_cell",
56 "version_check",
57 "zerocopy",
58]
59
60[[package]]
61name = "allocator-api2"
62version = "0.2.21"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
65
66[[package]]
67name = "android-activity"
68version = "0.6.0"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
71dependencies = [
72 "android-properties",
73 "bitflags 2.8.0",
74 "cc",
75 "cesu8",
76 "jni",
77 "jni-sys",
78 "libc",
79 "log",
80 "ndk",
81 "ndk-context",
82 "ndk-sys 0.6.0+11769913",
83 "num_enum",
84 "thiserror",
85]
86
87[[package]]
88name = "android-properties"
89version = "0.2.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
92
93[[package]]
94name = "android-tzdata"
95version = "0.1.1"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
98
99[[package]]
100name = "android_system_properties"
101version = "0.1.5"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
104dependencies = [
105 "libc",
106]
107
108[[package]]
109name = "anstream"
110version = "0.6.18"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
113dependencies = [
114 "anstyle",
115 "anstyle-parse",
116 "anstyle-query",
117 "anstyle-wincon",
118 "colorchoice",
119 "is_terminal_polyfill",
120 "utf8parse",
121]
122
123[[package]]
124name = "anstyle"
125version = "1.0.10"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
128
129[[package]]
130name = "anstyle-parse"
131version = "0.2.6"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
134dependencies = [
135 "utf8parse",
136]
137
138[[package]]
139name = "anstyle-query"
140version = "1.1.2"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
143dependencies = [
144 "windows-sys 0.59.0",
145]
146
147[[package]]
148name = "anstyle-wincon"
149version = "3.0.7"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
152dependencies = [
153 "anstyle",
154 "once_cell",
155 "windows-sys 0.59.0",
156]
157
158[[package]]
159name = "approx"
160version = "0.5.1"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
163dependencies = [
164 "num-traits",
165]
166
167[[package]]
168name = "arrayref"
169version = "0.3.9"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
172
173[[package]]
174name = "arrayvec"
175version = "0.7.6"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
178
179[[package]]
180name = "as-raw-xcb-connection"
181version = "1.0.1"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
184
185[[package]]
186name = "ash"
187version = "0.37.3+1.3.251"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
190dependencies = [
191 "libloading 0.7.4",
192]
193
194[[package]]
195name = "async-broadcast"
196version = "0.7.2"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
199dependencies = [
200 "event-listener",
201 "event-listener-strategy",
202 "futures-core",
203 "pin-project-lite",
204]
205
206[[package]]
207name = "async-channel"
208version = "2.3.1"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
211dependencies = [
212 "concurrent-queue",
213 "event-listener-strategy",
214 "futures-core",
215 "pin-project-lite",
216]
217
218[[package]]
219name = "async-executor"
220version = "1.13.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
223dependencies = [
224 "async-task",
225 "concurrent-queue",
226 "fastrand",
227 "futures-lite",
228 "slab",
229]
230
231[[package]]
232name = "async-fs"
233version = "2.1.2"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
236dependencies = [
237 "async-lock",
238 "blocking",
239 "futures-lite",
240]
241
242[[package]]
243name = "async-io"
244version = "2.4.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
247dependencies = [
248 "async-lock",
249 "cfg-if",
250 "concurrent-queue",
251 "futures-io",
252 "futures-lite",
253 "parking",
254 "polling",
255 "rustix",
256 "slab",
257 "tracing",
258 "windows-sys 0.59.0",
259]
260
261[[package]]
262name = "async-lock"
263version = "3.4.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
266dependencies = [
267 "event-listener",
268 "event-listener-strategy",
269 "pin-project-lite",
270]
271
272[[package]]
273name = "async-process"
274version = "2.3.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
277dependencies = [
278 "async-channel",
279 "async-io",
280 "async-lock",
281 "async-signal",
282 "async-task",
283 "blocking",
284 "cfg-if",
285 "event-listener",
286 "futures-lite",
287 "rustix",
288 "tracing",
289]
290
291[[package]]
292name = "async-recursion"
293version = "1.1.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
296dependencies = [
297 "proc-macro2",
298 "quote",
299 "syn 2.0.98",
300]
301
302[[package]]
303name = "async-signal"
304version = "0.2.10"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
307dependencies = [
308 "async-io",
309 "async-lock",
310 "atomic-waker",
311 "cfg-if",
312 "futures-core",
313 "futures-io",
314 "rustix",
315 "signal-hook-registry",
316 "slab",
317 "windows-sys 0.59.0",
318]
319
320[[package]]
321name = "async-task"
322version = "4.7.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
325
326[[package]]
327name = "async-trait"
328version = "0.1.86"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
331dependencies = [
332 "proc-macro2",
333 "quote",
334 "syn 2.0.98",
335]
336
337[[package]]
338name = "atomic-waker"
339version = "1.1.2"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
342
343[[package]]
344name = "autocfg"
345version = "1.4.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
348
349[[package]]
350name = "backtrace"
351version = "0.3.74"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
354dependencies = [
355 "addr2line",
356 "cfg-if",
357 "libc",
358 "miniz_oxide",
359 "object",
360 "rustc-demangle",
361 "windows-targets 0.52.6",
362]
363
364[[package]]
365name = "base64"
366version = "0.21.7"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
369
370[[package]]
371name = "bit-set"
372version = "0.5.3"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
375dependencies = [
376 "bit-vec",
377]
378
379[[package]]
380name = "bit-vec"
381version = "0.6.3"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
384
385[[package]]
386name = "bitflags"
387version = "1.3.2"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
390
391[[package]]
392name = "bitflags"
393version = "2.8.0"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
396dependencies = [
397 "serde",
398]
399
400[[package]]
401name = "block"
402version = "0.1.6"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
405
406[[package]]
407name = "block-buffer"
408version = "0.10.4"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
411dependencies = [
412 "generic-array",
413]
414
415[[package]]
416name = "block2"
417version = "0.5.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
420dependencies = [
421 "objc2",
422]
423
424[[package]]
425name = "blocking"
426version = "1.6.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
429dependencies = [
430 "async-channel",
431 "async-task",
432 "futures-io",
433 "futures-lite",
434 "piper",
435]
436
437[[package]]
438name = "bumpalo"
439version = "3.17.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
442
443[[package]]
444name = "by_address"
445version = "1.2.1"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
448
449[[package]]
450name = "bytemuck"
451version = "1.21.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
454dependencies = [
455 "bytemuck_derive",
456]
457
458[[package]]
459name = "bytemuck_derive"
460version = "1.8.1"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a"
463dependencies = [
464 "proc-macro2",
465 "quote",
466 "syn 2.0.98",
467]
468
469[[package]]
470name = "byteorder"
471version = "1.5.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
474
475[[package]]
476name = "bytes"
477version = "1.10.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
480
481[[package]]
482name = "calloop"
483version = "0.13.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
486dependencies = [
487 "bitflags 2.8.0",
488 "log",
489 "polling",
490 "rustix",
491 "slab",
492 "thiserror",
493]
494
495[[package]]
496name = "calloop"
497version = "0.14.2"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "10929724661d1c43856fd87c7a127ae944ec55579134fb485e4136fb6a46fdcb"
500dependencies = [
501 "bitflags 2.8.0",
502 "polling",
503 "rustix",
504 "slab",
505 "tracing",
506]
507
508[[package]]
509name = "calloop-wayland-source"
510version = "0.3.0"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
513dependencies = [
514 "calloop 0.13.0",
515 "rustix",
516 "wayland-backend",
517 "wayland-client",
518]
519
520[[package]]
521name = "calloop-wayland-source"
522version = "0.4.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "876a7a1dbbe026a55ef47a500b123af5a9a0914520f061d467914cf21be95daf"
525dependencies = [
526 "calloop 0.14.2",
527 "rustix",
528 "wayland-backend",
529 "wayland-client",
530]
531
532[[package]]
533name = "cc"
534version = "1.2.15"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
537dependencies = [
538 "jobserver",
539 "libc",
540 "shlex",
541]
542
543[[package]]
544name = "cesu8"
545version = "1.1.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
548
549[[package]]
550name = "cfg-if"
551version = "1.0.0"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
554
555[[package]]
556name = "cfg_aliases"
557version = "0.1.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
560
561[[package]]
562name = "cfg_aliases"
563version = "0.2.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
566
567[[package]]
568name = "chrono"
569version = "0.4.39"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
572dependencies = [
573 "android-tzdata",
574 "iana-time-zone",
575 "js-sys",
576 "num-traits",
577 "wasm-bindgen",
578 "windows-targets 0.52.6",
579]
580
581[[package]]
582name = "clap"
583version = "4.5.30"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d"
586dependencies = [
587 "clap_builder",
588 "clap_derive",
589]
590
591[[package]]
592name = "clap_builder"
593version = "4.5.30"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c"
596dependencies = [
597 "anstream",
598 "anstyle",
599 "clap_lex",
600 "strsim",
601]
602
603[[package]]
604name = "clap_derive"
605version = "4.5.28"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
608dependencies = [
609 "heck",
610 "proc-macro2",
611 "quote",
612 "syn 2.0.98",
613]
614
615[[package]]
616name = "clap_lex"
617version = "0.7.4"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
620
621[[package]]
622name = "clipboard-win"
623version = "5.4.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
626dependencies = [
627 "error-code",
628]
629
630[[package]]
631name = "clipboard_macos"
632version = "0.1.1"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f"
635dependencies = [
636 "objc2",
637 "objc2-app-kit",
638 "objc2-foundation",
639]
640
641[[package]]
642name = "clipboard_wayland"
643version = "0.2.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8"
646dependencies = [
647 "smithay-clipboard",
648]
649
650[[package]]
651name = "clipboard_x11"
652version = "0.4.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c"
655dependencies = [
656 "thiserror",
657 "x11rb",
658]
659
660[[package]]
661name = "codespan-reporting"
662version = "0.11.1"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
665dependencies = [
666 "termcolor",
667 "unicode-width",
668]
669
670[[package]]
671name = "colorchoice"
672version = "1.0.3"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
675
676[[package]]
677name = "com"
678version = "0.6.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
681dependencies = [
682 "com_macros",
683]
684
685[[package]]
686name = "com_macros"
687version = "0.6.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
690dependencies = [
691 "com_macros_support",
692 "proc-macro2",
693 "syn 1.0.109",
694]
695
696[[package]]
697name = "com_macros_support"
698version = "0.6.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
701dependencies = [
702 "proc-macro2",
703 "quote",
704 "syn 1.0.109",
705]
706
707[[package]]
708name = "combine"
709version = "4.6.7"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
712dependencies = [
713 "bytes",
714 "memchr",
715]
716
717[[package]]
718name = "concurrent-queue"
719version = "2.5.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
722dependencies = [
723 "crossbeam-utils",
724]
725
726[[package]]
727name = "core-foundation"
728version = "0.9.4"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
731dependencies = [
732 "core-foundation-sys",
733 "libc",
734]
735
736[[package]]
737name = "core-foundation"
738version = "0.10.0"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
741dependencies = [
742 "core-foundation-sys",
743 "libc",
744]
745
746[[package]]
747name = "core-foundation-sys"
748version = "0.8.7"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
751
752[[package]]
753name = "core-graphics"
754version = "0.23.2"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
757dependencies = [
758 "bitflags 1.3.2",
759 "core-foundation 0.9.4",
760 "core-graphics-types 0.1.3",
761 "foreign-types",
762 "libc",
763]
764
765[[package]]
766name = "core-graphics"
767version = "0.24.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
770dependencies = [
771 "bitflags 2.8.0",
772 "core-foundation 0.10.0",
773 "core-graphics-types 0.2.0",
774 "foreign-types",
775 "libc",
776]
777
778[[package]]
779name = "core-graphics-types"
780version = "0.1.3"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
783dependencies = [
784 "bitflags 1.3.2",
785 "core-foundation 0.9.4",
786 "libc",
787]
788
789[[package]]
790name = "core-graphics-types"
791version = "0.2.0"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
794dependencies = [
795 "bitflags 2.8.0",
796 "core-foundation 0.10.0",
797 "libc",
798]
799
800[[package]]
801name = "cosmic-text"
802version = "0.12.1"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "59fd57d82eb4bfe7ffa9b1cec0c05e2fd378155b47f255a67983cb4afe0e80c2"
805dependencies = [
806 "bitflags 2.8.0",
807 "fontdb",
808 "log",
809 "rangemap",
810 "rayon",
811 "rustc-hash 1.1.0",
812 "rustybuzz",
813 "self_cell",
814 "swash",
815 "sys-locale",
816 "ttf-parser 0.21.1",
817 "unicode-bidi",
818 "unicode-linebreak",
819 "unicode-script",
820 "unicode-segmentation",
821]
822
823[[package]]
824name = "cpufeatures"
825version = "0.2.17"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
828dependencies = [
829 "libc",
830]
831
832[[package]]
833name = "crc32fast"
834version = "1.4.2"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
837dependencies = [
838 "cfg-if",
839]
840
841[[package]]
842name = "crossbeam-deque"
843version = "0.8.6"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
846dependencies = [
847 "crossbeam-epoch",
848 "crossbeam-utils",
849]
850
851[[package]]
852name = "crossbeam-epoch"
853version = "0.9.18"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
856dependencies = [
857 "crossbeam-utils",
858]
859
860[[package]]
861name = "crossbeam-utils"
862version = "0.8.21"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
865
866[[package]]
867name = "crunchy"
868version = "0.2.3"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
871
872[[package]]
873name = "crypto-common"
874version = "0.1.6"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
877dependencies = [
878 "generic-array",
879 "typenum",
880]
881
882[[package]]
883name = "ctor-lite"
884version = "0.1.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
887
888[[package]]
889name = "cursor-icon"
890version = "1.1.0"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
893
894[[package]]
895name = "d3d12"
896version = "0.19.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307"
899dependencies = [
900 "bitflags 2.8.0",
901 "libloading 0.8.6",
902 "winapi",
903]
904
905[[package]]
906name = "dark-light"
907version = "1.1.1"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "2a76fa97167fa740dcdbfe18e8895601e1bc36525f09b044e00916e717c03a3c"
910dependencies = [
911 "dconf_rs",
912 "detect-desktop-environment",
913 "dirs",
914 "objc",
915 "rust-ini",
916 "web-sys",
917 "winreg",
918 "zbus",
919]
920
921[[package]]
922name = "darling"
923version = "0.20.10"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
926dependencies = [
927 "darling_core",
928 "darling_macro",
929]
930
931[[package]]
932name = "darling_core"
933version = "0.20.10"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
936dependencies = [
937 "fnv",
938 "ident_case",
939 "proc-macro2",
940 "quote",
941 "strsim",
942 "syn 2.0.98",
943]
944
945[[package]]
946name = "darling_macro"
947version = "0.20.10"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
950dependencies = [
951 "darling_core",
952 "quote",
953 "syn 2.0.98",
954]
955
956[[package]]
957name = "dconf_rs"
958version = "0.3.0"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b"
961
962[[package]]
963name = "detect-desktop-environment"
964version = "0.2.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810"
967
968[[package]]
969name = "digest"
970version = "0.10.7"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
973dependencies = [
974 "block-buffer",
975 "crypto-common",
976]
977
978[[package]]
979name = "dirs"
980version = "4.0.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
983dependencies = [
984 "dirs-sys",
985]
986
987[[package]]
988name = "dirs-sys"
989version = "0.3.7"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
992dependencies = [
993 "libc",
994 "redox_users",
995 "winapi",
996]
997
998[[package]]
999name = "dispatch"
1000version = "0.2.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1003
1004[[package]]
1005name = "dlib"
1006version = "0.5.2"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
1009dependencies = [
1010 "libloading 0.8.6",
1011]
1012
1013[[package]]
1014name = "dlv-list"
1015version = "0.3.0"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
1018
1019[[package]]
1020name = "downcast-rs"
1021version = "1.2.1"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1024
1025[[package]]
1026name = "dpi"
1027version = "0.1.1"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
1030
1031[[package]]
1032name = "drm"
1033version = "0.12.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1"
1036dependencies = [
1037 "bitflags 2.8.0",
1038 "bytemuck",
1039 "drm-ffi",
1040 "drm-fourcc",
1041 "rustix",
1042]
1043
1044[[package]]
1045name = "drm-ffi"
1046version = "0.8.0"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53"
1049dependencies = [
1050 "drm-sys",
1051 "rustix",
1052]
1053
1054[[package]]
1055name = "drm-fourcc"
1056version = "2.2.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
1059
1060[[package]]
1061name = "drm-sys"
1062version = "0.7.0"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986"
1065dependencies = [
1066 "libc",
1067 "linux-raw-sys 0.6.5",
1068]
1069
1070[[package]]
1071name = "either"
1072version = "1.13.0"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1075
1076[[package]]
1077name = "endi"
1078version = "1.1.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
1081
1082[[package]]
1083name = "enumflags2"
1084version = "0.7.11"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
1087dependencies = [
1088 "enumflags2_derive",
1089 "serde",
1090]
1091
1092[[package]]
1093name = "enumflags2_derive"
1094version = "0.7.11"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
1097dependencies = [
1098 "proc-macro2",
1099 "quote",
1100 "syn 2.0.98",
1101]
1102
1103[[package]]
1104name = "equivalent"
1105version = "1.0.2"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1108
1109[[package]]
1110name = "errno"
1111version = "0.3.10"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
1114dependencies = [
1115 "libc",
1116 "windows-sys 0.59.0",
1117]
1118
1119[[package]]
1120name = "error-code"
1121version = "3.3.1"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f"
1124
1125[[package]]
1126name = "etagere"
1127version = "0.2.15"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
1130dependencies = [
1131 "euclid",
1132 "svg_fmt",
1133]
1134
1135[[package]]
1136name = "euclid"
1137version = "0.22.11"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
1140dependencies = [
1141 "num-traits",
1142]
1143
1144[[package]]
1145name = "event-listener"
1146version = "5.4.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1149dependencies = [
1150 "concurrent-queue",
1151 "parking",
1152 "pin-project-lite",
1153]
1154
1155[[package]]
1156name = "event-listener-strategy"
1157version = "0.5.3"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
1160dependencies = [
1161 "event-listener",
1162 "pin-project-lite",
1163]
1164
1165[[package]]
1166name = "fast-srgb8"
1167version = "1.0.0"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
1170
1171[[package]]
1172name = "fastrand"
1173version = "2.3.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1176
1177[[package]]
1178name = "fdeflate"
1179version = "0.3.7"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1182dependencies = [
1183 "simd-adler32",
1184]
1185
1186[[package]]
1187name = "flate2"
1188version = "1.0.35"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
1191dependencies = [
1192 "crc32fast",
1193 "miniz_oxide",
1194]
1195
1196[[package]]
1197name = "fnv"
1198version = "1.0.7"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1201
1202[[package]]
1203name = "font-types"
1204version = "0.7.3"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
1207dependencies = [
1208 "bytemuck",
1209]
1210
1211[[package]]
1212name = "fontconfig-parser"
1213version = "0.5.7"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
1216dependencies = [
1217 "roxmltree",
1218]
1219
1220[[package]]
1221name = "fontdb"
1222version = "0.16.2"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
1225dependencies = [
1226 "fontconfig-parser",
1227 "log",
1228 "memmap2",
1229 "slotmap",
1230 "tinyvec",
1231 "ttf-parser 0.20.0",
1232]
1233
1234[[package]]
1235name = "foreign-types"
1236version = "0.5.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1239dependencies = [
1240 "foreign-types-macros",
1241 "foreign-types-shared",
1242]
1243
1244[[package]]
1245name = "foreign-types-macros"
1246version = "0.2.3"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1249dependencies = [
1250 "proc-macro2",
1251 "quote",
1252 "syn 2.0.98",
1253]
1254
1255[[package]]
1256name = "foreign-types-shared"
1257version = "0.3.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1260
1261[[package]]
1262name = "futures"
1263version = "0.3.31"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1266dependencies = [
1267 "futures-channel",
1268 "futures-core",
1269 "futures-executor",
1270 "futures-io",
1271 "futures-sink",
1272 "futures-task",
1273 "futures-util",
1274]
1275
1276[[package]]
1277name = "futures-channel"
1278version = "0.3.31"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1281dependencies = [
1282 "futures-core",
1283 "futures-sink",
1284]
1285
1286[[package]]
1287name = "futures-core"
1288version = "0.3.31"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1291
1292[[package]]
1293name = "futures-executor"
1294version = "0.3.31"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1297dependencies = [
1298 "futures-core",
1299 "futures-task",
1300 "futures-util",
1301 "num_cpus",
1302]
1303
1304[[package]]
1305name = "futures-io"
1306version = "0.3.31"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1309
1310[[package]]
1311name = "futures-lite"
1312version = "2.6.0"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1315dependencies = [
1316 "fastrand",
1317 "futures-core",
1318 "futures-io",
1319 "parking",
1320 "pin-project-lite",
1321]
1322
1323[[package]]
1324name = "futures-macro"
1325version = "0.3.31"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1328dependencies = [
1329 "proc-macro2",
1330 "quote",
1331 "syn 2.0.98",
1332]
1333
1334[[package]]
1335name = "futures-sink"
1336version = "0.3.31"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1339
1340[[package]]
1341name = "futures-task"
1342version = "0.3.31"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1345
1346[[package]]
1347name = "futures-util"
1348version = "0.3.31"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1351dependencies = [
1352 "futures-channel",
1353 "futures-core",
1354 "futures-io",
1355 "futures-macro",
1356 "futures-sink",
1357 "futures-task",
1358 "memchr",
1359 "pin-project-lite",
1360 "pin-utils",
1361 "slab",
1362]
1363
1364[[package]]
1365name = "generic-array"
1366version = "0.14.7"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1369dependencies = [
1370 "typenum",
1371 "version_check",
1372]
1373
1374[[package]]
1375name = "gethostname"
1376version = "0.4.3"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1379dependencies = [
1380 "libc",
1381 "windows-targets 0.48.5",
1382]
1383
1384[[package]]
1385name = "getrandom"
1386version = "0.2.15"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1389dependencies = [
1390 "cfg-if",
1391 "libc",
1392 "wasi 0.11.0+wasi-snapshot-preview1",
1393]
1394
1395[[package]]
1396name = "getrandom"
1397version = "0.3.1"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1400dependencies = [
1401 "cfg-if",
1402 "libc",
1403 "wasi 0.13.3+wasi-0.2.2",
1404 "windows-targets 0.52.6",
1405]
1406
1407[[package]]
1408name = "gimli"
1409version = "0.31.1"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1412
1413[[package]]
1414name = "gl_generator"
1415version = "0.14.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1418dependencies = [
1419 "khronos_api",
1420 "log",
1421 "xml-rs",
1422]
1423
1424[[package]]
1425name = "glam"
1426version = "0.25.0"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
1429
1430[[package]]
1431name = "glow"
1432version = "0.13.1"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
1435dependencies = [
1436 "js-sys",
1437 "slotmap",
1438 "wasm-bindgen",
1439 "web-sys",
1440]
1441
1442[[package]]
1443name = "glutin_wgl_sys"
1444version = "0.5.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
1447dependencies = [
1448 "gl_generator",
1449]
1450
1451[[package]]
1452name = "gpu-alloc"
1453version = "0.6.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1456dependencies = [
1457 "bitflags 2.8.0",
1458 "gpu-alloc-types",
1459]
1460
1461[[package]]
1462name = "gpu-alloc-types"
1463version = "0.3.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1466dependencies = [
1467 "bitflags 2.8.0",
1468]
1469
1470[[package]]
1471name = "gpu-allocator"
1472version = "0.25.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
1475dependencies = [
1476 "log",
1477 "presser",
1478 "thiserror",
1479 "winapi",
1480 "windows",
1481]
1482
1483[[package]]
1484name = "gpu-descriptor"
1485version = "0.2.4"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
1488dependencies = [
1489 "bitflags 2.8.0",
1490 "gpu-descriptor-types",
1491 "hashbrown 0.14.5",
1492]
1493
1494[[package]]
1495name = "gpu-descriptor-types"
1496version = "0.1.2"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
1499dependencies = [
1500 "bitflags 2.8.0",
1501]
1502
1503[[package]]
1504name = "guillotiere"
1505version = "0.6.2"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
1508dependencies = [
1509 "euclid",
1510 "svg_fmt",
1511]
1512
1513[[package]]
1514name = "half"
1515version = "2.4.1"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1518dependencies = [
1519 "cfg-if",
1520 "crunchy",
1521]
1522
1523[[package]]
1524name = "hashbrown"
1525version = "0.12.3"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1528dependencies = [
1529 "ahash 0.7.8",
1530]
1531
1532[[package]]
1533name = "hashbrown"
1534version = "0.14.5"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1537dependencies = [
1538 "ahash 0.8.11",
1539 "allocator-api2",
1540]
1541
1542[[package]]
1543name = "hashbrown"
1544version = "0.15.2"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1547
1548[[package]]
1549name = "hassle-rs"
1550version = "0.11.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
1553dependencies = [
1554 "bitflags 2.8.0",
1555 "com",
1556 "libc",
1557 "libloading 0.8.6",
1558 "thiserror",
1559 "widestring",
1560 "winapi",
1561]
1562
1563[[package]]
1564name = "heck"
1565version = "0.5.0"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1568
1569[[package]]
1570name = "hermit-abi"
1571version = "0.3.9"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1574
1575[[package]]
1576name = "hermit-abi"
1577version = "0.4.0"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1580
1581[[package]]
1582name = "hex"
1583version = "0.4.3"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1586
1587[[package]]
1588name = "hexf-parse"
1589version = "0.2.1"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1592
1593[[package]]
1594name = "iana-time-zone"
1595version = "0.1.61"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1598dependencies = [
1599 "android_system_properties",
1600 "core-foundation-sys",
1601 "iana-time-zone-haiku",
1602 "js-sys",
1603 "wasm-bindgen",
1604 "windows-core",
1605]
1606
1607[[package]]
1608name = "iana-time-zone-haiku"
1609version = "0.1.2"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1612dependencies = [
1613 "cc",
1614]
1615
1616[[package]]
1617name = "iced"
1618version = "0.13.1"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "88acfabc84ec077eaf9ede3457ffa3a104626d79022a9bf7f296093b1d60c73f"
1621dependencies = [
1622 "iced_core",
1623 "iced_futures",
1624 "iced_renderer",
1625 "iced_widget",
1626 "iced_winit",
1627 "thiserror",
1628]
1629
1630[[package]]
1631name = "iced_core"
1632version = "0.13.2"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "0013a238275494641bf8f1732a23a808196540dc67b22ff97099c044ae4c8a1c"
1635dependencies = [
1636 "bitflags 2.8.0",
1637 "bytes",
1638 "dark-light",
1639 "glam",
1640 "log",
1641 "num-traits",
1642 "once_cell",
1643 "palette",
1644 "rustc-hash 2.1.1",
1645 "smol_str",
1646 "thiserror",
1647 "web-time",
1648]
1649
1650[[package]]
1651name = "iced_fonts"
1652version = "0.2.0"
1653source = "git+https://github.com/Redhawk18/iced_fonts.git#ac0001f67f4604fe4827790a33fe369d680fd8d0"
1654dependencies = [
1655 "iced_core",
1656 "iced_widget",
1657]
1658
1659[[package]]
1660name = "iced_futures"
1661version = "0.13.2"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "0c04a6745ba2e80f32cf01e034fd00d853aa4f4cd8b91888099cb7aaee0d5d7c"
1664dependencies = [
1665 "futures",
1666 "iced_core",
1667 "log",
1668 "rustc-hash 2.1.1",
1669 "tokio",
1670 "wasm-bindgen-futures",
1671 "wasm-timer",
1672]
1673
1674[[package]]
1675name = "iced_glyphon"
1676version = "0.6.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "41c3bb56f1820ca252bc1d0994ece33d233a55657c0c263ea7cb16895adbde82"
1679dependencies = [
1680 "cosmic-text",
1681 "etagere",
1682 "lru",
1683 "rustc-hash 2.1.1",
1684 "wgpu",
1685]
1686
1687[[package]]
1688name = "iced_graphics"
1689version = "0.13.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "ba25a18cfa6d5cc160aca7e1b34f73ccdff21680fa8702168c09739767b6c66f"
1692dependencies = [
1693 "bitflags 2.8.0",
1694 "bytemuck",
1695 "cosmic-text",
1696 "half",
1697 "iced_core",
1698 "iced_futures",
1699 "log",
1700 "once_cell",
1701 "raw-window-handle",
1702 "rustc-hash 2.1.1",
1703 "thiserror",
1704 "unicode-segmentation",
1705]
1706
1707[[package]]
1708name = "iced_layershell"
1709version = "0.13.4"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "b404ff42bcb765f52e7c48afc18086488e75c6ceb3911ca05072162981c6ae56"
1712dependencies = [
1713 "futures",
1714 "iced",
1715 "iced_core",
1716 "iced_futures",
1717 "iced_graphics",
1718 "iced_layershell_macros",
1719 "iced_renderer",
1720 "iced_runtime",
1721 "layershellev",
1722 "log",
1723 "thiserror",
1724 "tracing",
1725 "window_clipboard",
1726]
1727
1728[[package]]
1729name = "iced_layershell_macros"
1730version = "0.13.4"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "cb7cc06e7e9113029ef1b6574ae49ca9583a3ebe8203ce47b918d7e8f5385413"
1733dependencies = [
1734 "darling",
1735 "manyhow",
1736 "proc-macro2",
1737 "quote",
1738 "syn 2.0.98",
1739]
1740
1741[[package]]
1742name = "iced_renderer"
1743version = "0.13.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "73558208059f9e622df2bf434e044ee2f838ce75201a023cf0ca3e1244f46c2a"
1746dependencies = [
1747 "iced_graphics",
1748 "iced_tiny_skia",
1749 "iced_wgpu",
1750 "log",
1751 "thiserror",
1752]
1753
1754[[package]]
1755name = "iced_runtime"
1756version = "0.13.2"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "348b5b2c61c934d88ca3b0ed1ed913291e923d086a66fa288ce9669da9ef62b5"
1759dependencies = [
1760 "bytes",
1761 "iced_core",
1762 "iced_futures",
1763 "raw-window-handle",
1764 "thiserror",
1765]
1766
1767[[package]]
1768name = "iced_tiny_skia"
1769version = "0.13.0"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "c625d368284fcc43b0b36b176f76eff1abebe7959dd58bd8ce6897d641962a50"
1772dependencies = [
1773 "bytemuck",
1774 "cosmic-text",
1775 "iced_graphics",
1776 "kurbo",
1777 "log",
1778 "rustc-hash 2.1.1",
1779 "softbuffer",
1780 "tiny-skia",
1781]
1782
1783[[package]]
1784name = "iced_wgpu"
1785version = "0.13.5"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "15708887133671d2bcc6c1d01d1f176f43a64d6cdc3b2bf893396c3ee498295f"
1788dependencies = [
1789 "bitflags 2.8.0",
1790 "bytemuck",
1791 "futures",
1792 "glam",
1793 "guillotiere",
1794 "iced_glyphon",
1795 "iced_graphics",
1796 "log",
1797 "once_cell",
1798 "rustc-hash 2.1.1",
1799 "thiserror",
1800 "wgpu",
1801]
1802
1803[[package]]
1804name = "iced_widget"
1805version = "0.13.4"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "81429e1b950b0e4bca65be4c4278fea6678ea782030a411778f26fa9f8983e1d"
1808dependencies = [
1809 "iced_renderer",
1810 "iced_runtime",
1811 "num-traits",
1812 "once_cell",
1813 "rustc-hash 2.1.1",
1814 "thiserror",
1815 "unicode-segmentation",
1816]
1817
1818[[package]]
1819name = "iced_winit"
1820version = "0.13.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "f44cd4e1c594b6334f409282937bf972ba14d31fedf03c23aa595d982a2fda28"
1823dependencies = [
1824 "iced_futures",
1825 "iced_graphics",
1826 "iced_runtime",
1827 "log",
1828 "rustc-hash 2.1.1",
1829 "thiserror",
1830 "tracing",
1831 "wasm-bindgen-futures",
1832 "web-sys",
1833 "winapi",
1834 "window_clipboard",
1835 "winit",
1836]
1837
1838[[package]]
1839name = "ident_case"
1840version = "1.0.1"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1843
1844[[package]]
1845name = "indexmap"
1846version = "2.7.1"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1849dependencies = [
1850 "equivalent",
1851 "hashbrown 0.15.2",
1852]
1853
1854[[package]]
1855name = "instant"
1856version = "0.1.13"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1859dependencies = [
1860 "cfg-if",
1861]
1862
1863[[package]]
1864name = "is_terminal_polyfill"
1865version = "1.70.1"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1868
1869[[package]]
1870name = "jni"
1871version = "0.21.1"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1874dependencies = [
1875 "cesu8",
1876 "cfg-if",
1877 "combine",
1878 "jni-sys",
1879 "log",
1880 "thiserror",
1881 "walkdir",
1882 "windows-sys 0.45.0",
1883]
1884
1885[[package]]
1886name = "jni-sys"
1887version = "0.3.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1890
1891[[package]]
1892name = "jobserver"
1893version = "0.1.32"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1896dependencies = [
1897 "libc",
1898]
1899
1900[[package]]
1901name = "js-sys"
1902version = "0.3.77"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1905dependencies = [
1906 "once_cell",
1907 "wasm-bindgen",
1908]
1909
1910[[package]]
1911name = "khronos-egl"
1912version = "6.0.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1915dependencies = [
1916 "libc",
1917 "libloading 0.8.6",
1918 "pkg-config",
1919]
1920
1921[[package]]
1922name = "khronos_api"
1923version = "3.1.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1926
1927[[package]]
1928name = "kurbo"
1929version = "0.10.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440"
1932dependencies = [
1933 "arrayvec",
1934 "smallvec",
1935]
1936
1937[[package]]
1938name = "layershellev"
1939version = "0.13.4"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "1f1676424594e9cc888f4170e954d0934b4b921c28d22c09c02e1965f9725c95"
1942dependencies = [
1943 "bitflags 2.8.0",
1944 "calloop 0.14.2",
1945 "calloop-wayland-source 0.4.0",
1946 "log",
1947 "raw-window-handle",
1948 "tempfile",
1949 "thiserror",
1950 "waycrate_xkbkeycode",
1951 "wayland-backend",
1952 "wayland-client",
1953 "wayland-cursor",
1954 "wayland-protocols",
1955 "wayland-protocols-misc",
1956 "wayland-protocols-wlr",
1957]
1958
1959[[package]]
1960name = "libc"
1961version = "0.2.169"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
1964
1965[[package]]
1966name = "libloading"
1967version = "0.7.4"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1970dependencies = [
1971 "cfg-if",
1972 "winapi",
1973]
1974
1975[[package]]
1976name = "libloading"
1977version = "0.8.6"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1980dependencies = [
1981 "cfg-if",
1982 "windows-targets 0.52.6",
1983]
1984
1985[[package]]
1986name = "libm"
1987version = "0.2.11"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
1990
1991[[package]]
1992name = "libredox"
1993version = "0.1.3"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1996dependencies = [
1997 "bitflags 2.8.0",
1998 "libc",
1999 "redox_syscall 0.5.9",
2000]
2001
2002[[package]]
2003name = "linux-raw-sys"
2004version = "0.4.15"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2007
2008[[package]]
2009name = "linux-raw-sys"
2010version = "0.6.5"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
2013
2014[[package]]
2015name = "lock_api"
2016version = "0.4.12"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2019dependencies = [
2020 "autocfg",
2021 "scopeguard",
2022]
2023
2024[[package]]
2025name = "log"
2026version = "0.4.26"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
2029
2030[[package]]
2031name = "lru"
2032version = "0.12.5"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2035
2036[[package]]
2037name = "malloc_buf"
2038version = "0.0.6"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2041dependencies = [
2042 "libc",
2043]
2044
2045[[package]]
2046name = "manyhow"
2047version = "0.11.4"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
2050dependencies = [
2051 "darling_core",
2052 "manyhow-macros",
2053 "proc-macro2",
2054 "quote",
2055 "syn 2.0.98",
2056]
2057
2058[[package]]
2059name = "manyhow-macros"
2060version = "0.11.4"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
2063dependencies = [
2064 "proc-macro-utils",
2065 "proc-macro2",
2066 "quote",
2067]
2068
2069[[package]]
2070name = "memchr"
2071version = "2.7.4"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2074
2075[[package]]
2076name = "memmap2"
2077version = "0.9.5"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2080dependencies = [
2081 "libc",
2082]
2083
2084[[package]]
2085name = "memoffset"
2086version = "0.9.1"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2089dependencies = [
2090 "autocfg",
2091]
2092
2093[[package]]
2094name = "metal"
2095version = "0.27.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
2098dependencies = [
2099 "bitflags 2.8.0",
2100 "block",
2101 "core-graphics-types 0.1.3",
2102 "foreign-types",
2103 "log",
2104 "objc",
2105 "paste",
2106]
2107
2108[[package]]
2109name = "miniz_oxide"
2110version = "0.8.5"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
2113dependencies = [
2114 "adler2",
2115 "simd-adler32",
2116]
2117
2118[[package]]
2119name = "naga"
2120version = "0.19.2"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
2123dependencies = [
2124 "bit-set",
2125 "bitflags 2.8.0",
2126 "codespan-reporting",
2127 "hexf-parse",
2128 "indexmap",
2129 "log",
2130 "num-traits",
2131 "rustc-hash 1.1.0",
2132 "spirv",
2133 "termcolor",
2134 "thiserror",
2135 "unicode-xid",
2136]
2137
2138[[package]]
2139name = "nanel"
2140version = "1.0.0"
2141dependencies = [
2142 "chrono",
2143 "clap",
2144 "iced",
2145 "iced_core",
2146 "iced_fonts",
2147 "iced_layershell",
2148 "iced_runtime",
2149 "once_cell",
2150 "ron",
2151 "serde",
2152 "tokio",
2153]
2154
2155[[package]]
2156name = "ndk"
2157version = "0.9.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2160dependencies = [
2161 "bitflags 2.8.0",
2162 "jni-sys",
2163 "log",
2164 "ndk-sys 0.6.0+11769913",
2165 "num_enum",
2166 "raw-window-handle",
2167 "thiserror",
2168]
2169
2170[[package]]
2171name = "ndk-context"
2172version = "0.1.1"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2175
2176[[package]]
2177name = "ndk-sys"
2178version = "0.5.0+25.2.9519653"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
2181dependencies = [
2182 "jni-sys",
2183]
2184
2185[[package]]
2186name = "ndk-sys"
2187version = "0.6.0+11769913"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2190dependencies = [
2191 "jni-sys",
2192]
2193
2194[[package]]
2195name = "nix"
2196version = "0.29.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2199dependencies = [
2200 "bitflags 2.8.0",
2201 "cfg-if",
2202 "cfg_aliases 0.2.1",
2203 "libc",
2204 "memoffset",
2205]
2206
2207[[package]]
2208name = "num-traits"
2209version = "0.2.19"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2212dependencies = [
2213 "autocfg",
2214]
2215
2216[[package]]
2217name = "num_cpus"
2218version = "1.16.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2221dependencies = [
2222 "hermit-abi 0.3.9",
2223 "libc",
2224]
2225
2226[[package]]
2227name = "num_enum"
2228version = "0.7.3"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
2231dependencies = [
2232 "num_enum_derive",
2233]
2234
2235[[package]]
2236name = "num_enum_derive"
2237version = "0.7.3"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
2240dependencies = [
2241 "proc-macro-crate",
2242 "proc-macro2",
2243 "quote",
2244 "syn 2.0.98",
2245]
2246
2247[[package]]
2248name = "objc"
2249version = "0.2.7"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2252dependencies = [
2253 "malloc_buf",
2254 "objc_exception",
2255]
2256
2257[[package]]
2258name = "objc-sys"
2259version = "0.3.5"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2262
2263[[package]]
2264name = "objc2"
2265version = "0.5.2"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2268dependencies = [
2269 "objc-sys",
2270 "objc2-encode",
2271]
2272
2273[[package]]
2274name = "objc2-app-kit"
2275version = "0.2.2"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
2278dependencies = [
2279 "bitflags 2.8.0",
2280 "block2",
2281 "libc",
2282 "objc2",
2283 "objc2-core-data",
2284 "objc2-core-image",
2285 "objc2-foundation",
2286 "objc2-quartz-core",
2287]
2288
2289[[package]]
2290name = "objc2-cloud-kit"
2291version = "0.2.2"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
2294dependencies = [
2295 "bitflags 2.8.0",
2296 "block2",
2297 "objc2",
2298 "objc2-core-location",
2299 "objc2-foundation",
2300]
2301
2302[[package]]
2303name = "objc2-contacts"
2304version = "0.2.2"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
2307dependencies = [
2308 "block2",
2309 "objc2",
2310 "objc2-foundation",
2311]
2312
2313[[package]]
2314name = "objc2-core-data"
2315version = "0.2.2"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2318dependencies = [
2319 "bitflags 2.8.0",
2320 "block2",
2321 "objc2",
2322 "objc2-foundation",
2323]
2324
2325[[package]]
2326name = "objc2-core-image"
2327version = "0.2.2"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
2330dependencies = [
2331 "block2",
2332 "objc2",
2333 "objc2-foundation",
2334 "objc2-metal",
2335]
2336
2337[[package]]
2338name = "objc2-core-location"
2339version = "0.2.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
2342dependencies = [
2343 "block2",
2344 "objc2",
2345 "objc2-contacts",
2346 "objc2-foundation",
2347]
2348
2349[[package]]
2350name = "objc2-encode"
2351version = "4.1.0"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2354
2355[[package]]
2356name = "objc2-foundation"
2357version = "0.2.2"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2360dependencies = [
2361 "bitflags 2.8.0",
2362 "block2",
2363 "dispatch",
2364 "libc",
2365 "objc2",
2366]
2367
2368[[package]]
2369name = "objc2-link-presentation"
2370version = "0.2.2"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
2373dependencies = [
2374 "block2",
2375 "objc2",
2376 "objc2-app-kit",
2377 "objc2-foundation",
2378]
2379
2380[[package]]
2381name = "objc2-metal"
2382version = "0.2.2"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2385dependencies = [
2386 "bitflags 2.8.0",
2387 "block2",
2388 "objc2",
2389 "objc2-foundation",
2390]
2391
2392[[package]]
2393name = "objc2-quartz-core"
2394version = "0.2.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2397dependencies = [
2398 "bitflags 2.8.0",
2399 "block2",
2400 "objc2",
2401 "objc2-foundation",
2402 "objc2-metal",
2403]
2404
2405[[package]]
2406name = "objc2-symbols"
2407version = "0.2.2"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
2410dependencies = [
2411 "objc2",
2412 "objc2-foundation",
2413]
2414
2415[[package]]
2416name = "objc2-ui-kit"
2417version = "0.2.2"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2420dependencies = [
2421 "bitflags 2.8.0",
2422 "block2",
2423 "objc2",
2424 "objc2-cloud-kit",
2425 "objc2-core-data",
2426 "objc2-core-image",
2427 "objc2-core-location",
2428 "objc2-foundation",
2429 "objc2-link-presentation",
2430 "objc2-quartz-core",
2431 "objc2-symbols",
2432 "objc2-uniform-type-identifiers",
2433 "objc2-user-notifications",
2434]
2435
2436[[package]]
2437name = "objc2-uniform-type-identifiers"
2438version = "0.2.2"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
2441dependencies = [
2442 "block2",
2443 "objc2",
2444 "objc2-foundation",
2445]
2446
2447[[package]]
2448name = "objc2-user-notifications"
2449version = "0.2.2"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2452dependencies = [
2453 "bitflags 2.8.0",
2454 "block2",
2455 "objc2",
2456 "objc2-core-location",
2457 "objc2-foundation",
2458]
2459
2460[[package]]
2461name = "objc_exception"
2462version = "0.1.2"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2465dependencies = [
2466 "cc",
2467]
2468
2469[[package]]
2470name = "object"
2471version = "0.36.7"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2474dependencies = [
2475 "memchr",
2476]
2477
2478[[package]]
2479name = "once_cell"
2480version = "1.20.3"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
2483
2484[[package]]
2485name = "orbclient"
2486version = "0.3.48"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
2489dependencies = [
2490 "libredox",
2491]
2492
2493[[package]]
2494name = "ordered-multimap"
2495version = "0.4.3"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
2498dependencies = [
2499 "dlv-list",
2500 "hashbrown 0.12.3",
2501]
2502
2503[[package]]
2504name = "ordered-stream"
2505version = "0.2.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2508dependencies = [
2509 "futures-core",
2510 "pin-project-lite",
2511]
2512
2513[[package]]
2514name = "owned_ttf_parser"
2515version = "0.25.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
2518dependencies = [
2519 "ttf-parser 0.25.1",
2520]
2521
2522[[package]]
2523name = "palette"
2524version = "0.7.6"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2527dependencies = [
2528 "approx",
2529 "fast-srgb8",
2530 "palette_derive",
2531 "phf",
2532]
2533
2534[[package]]
2535name = "palette_derive"
2536version = "0.7.6"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2539dependencies = [
2540 "by_address",
2541 "proc-macro2",
2542 "quote",
2543 "syn 2.0.98",
2544]
2545
2546[[package]]
2547name = "parking"
2548version = "2.2.1"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2551
2552[[package]]
2553name = "parking_lot"
2554version = "0.11.2"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2557dependencies = [
2558 "instant",
2559 "lock_api",
2560 "parking_lot_core 0.8.6",
2561]
2562
2563[[package]]
2564name = "parking_lot"
2565version = "0.12.3"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2568dependencies = [
2569 "lock_api",
2570 "parking_lot_core 0.9.10",
2571]
2572
2573[[package]]
2574name = "parking_lot_core"
2575version = "0.8.6"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2578dependencies = [
2579 "cfg-if",
2580 "instant",
2581 "libc",
2582 "redox_syscall 0.2.16",
2583 "smallvec",
2584 "winapi",
2585]
2586
2587[[package]]
2588name = "parking_lot_core"
2589version = "0.9.10"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2592dependencies = [
2593 "cfg-if",
2594 "libc",
2595 "redox_syscall 0.5.9",
2596 "smallvec",
2597 "windows-targets 0.52.6",
2598]
2599
2600[[package]]
2601name = "paste"
2602version = "1.0.15"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2605
2606[[package]]
2607name = "percent-encoding"
2608version = "2.3.1"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2611
2612[[package]]
2613name = "phf"
2614version = "0.11.3"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2617dependencies = [
2618 "phf_macros",
2619 "phf_shared",
2620]
2621
2622[[package]]
2623name = "phf_generator"
2624version = "0.11.3"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2627dependencies = [
2628 "phf_shared",
2629 "rand",
2630]
2631
2632[[package]]
2633name = "phf_macros"
2634version = "0.11.3"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2637dependencies = [
2638 "phf_generator",
2639 "phf_shared",
2640 "proc-macro2",
2641 "quote",
2642 "syn 2.0.98",
2643]
2644
2645[[package]]
2646name = "phf_shared"
2647version = "0.11.3"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2650dependencies = [
2651 "siphasher",
2652]
2653
2654[[package]]
2655name = "pin-project"
2656version = "1.1.9"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
2659dependencies = [
2660 "pin-project-internal",
2661]
2662
2663[[package]]
2664name = "pin-project-internal"
2665version = "1.1.9"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
2668dependencies = [
2669 "proc-macro2",
2670 "quote",
2671 "syn 2.0.98",
2672]
2673
2674[[package]]
2675name = "pin-project-lite"
2676version = "0.2.16"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2679
2680[[package]]
2681name = "pin-utils"
2682version = "0.1.0"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2685
2686[[package]]
2687name = "piper"
2688version = "0.2.4"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2691dependencies = [
2692 "atomic-waker",
2693 "fastrand",
2694 "futures-io",
2695]
2696
2697[[package]]
2698name = "pkg-config"
2699version = "0.3.31"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2702
2703[[package]]
2704name = "png"
2705version = "0.17.16"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2708dependencies = [
2709 "bitflags 1.3.2",
2710 "crc32fast",
2711 "fdeflate",
2712 "flate2",
2713 "miniz_oxide",
2714]
2715
2716[[package]]
2717name = "polling"
2718version = "3.7.4"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
2721dependencies = [
2722 "cfg-if",
2723 "concurrent-queue",
2724 "hermit-abi 0.4.0",
2725 "pin-project-lite",
2726 "rustix",
2727 "tracing",
2728 "windows-sys 0.59.0",
2729]
2730
2731[[package]]
2732name = "ppv-lite86"
2733version = "0.2.20"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2736dependencies = [
2737 "zerocopy",
2738]
2739
2740[[package]]
2741name = "presser"
2742version = "0.3.1"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2745
2746[[package]]
2747name = "proc-macro-crate"
2748version = "3.2.0"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2751dependencies = [
2752 "toml_edit",
2753]
2754
2755[[package]]
2756name = "proc-macro-utils"
2757version = "0.10.0"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
2760dependencies = [
2761 "proc-macro2",
2762 "quote",
2763 "smallvec",
2764]
2765
2766[[package]]
2767name = "proc-macro2"
2768version = "1.0.93"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2771dependencies = [
2772 "unicode-ident",
2773]
2774
2775[[package]]
2776name = "profiling"
2777version = "1.0.16"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
2780
2781[[package]]
2782name = "quick-xml"
2783version = "0.37.2"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
2786dependencies = [
2787 "memchr",
2788]
2789
2790[[package]]
2791name = "quote"
2792version = "1.0.38"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2795dependencies = [
2796 "proc-macro2",
2797]
2798
2799[[package]]
2800name = "rand"
2801version = "0.8.5"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2804dependencies = [
2805 "libc",
2806 "rand_chacha",
2807 "rand_core",
2808]
2809
2810[[package]]
2811name = "rand_chacha"
2812version = "0.3.1"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2815dependencies = [
2816 "ppv-lite86",
2817 "rand_core",
2818]
2819
2820[[package]]
2821name = "rand_core"
2822version = "0.6.4"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2825dependencies = [
2826 "getrandom 0.2.15",
2827]
2828
2829[[package]]
2830name = "range-alloc"
2831version = "0.1.4"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
2834
2835[[package]]
2836name = "rangemap"
2837version = "1.5.1"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
2840
2841[[package]]
2842name = "raw-window-handle"
2843version = "0.6.2"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2846
2847[[package]]
2848name = "rayon"
2849version = "1.10.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2852dependencies = [
2853 "either",
2854 "rayon-core",
2855]
2856
2857[[package]]
2858name = "rayon-core"
2859version = "1.12.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2862dependencies = [
2863 "crossbeam-deque",
2864 "crossbeam-utils",
2865]
2866
2867[[package]]
2868name = "read-fonts"
2869version = "0.22.7"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "69aacb76b5c29acfb7f90155d39759a29496aebb49395830e928a9703d2eec2f"
2872dependencies = [
2873 "bytemuck",
2874 "font-types",
2875]
2876
2877[[package]]
2878name = "redox_syscall"
2879version = "0.2.16"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2882dependencies = [
2883 "bitflags 1.3.2",
2884]
2885
2886[[package]]
2887name = "redox_syscall"
2888version = "0.4.1"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2891dependencies = [
2892 "bitflags 1.3.2",
2893]
2894
2895[[package]]
2896name = "redox_syscall"
2897version = "0.5.9"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f"
2900dependencies = [
2901 "bitflags 2.8.0",
2902]
2903
2904[[package]]
2905name = "redox_users"
2906version = "0.4.6"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2909dependencies = [
2910 "getrandom 0.2.15",
2911 "libredox",
2912 "thiserror",
2913]
2914
2915[[package]]
2916name = "renderdoc-sys"
2917version = "1.1.0"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2920
2921[[package]]
2922name = "ron"
2923version = "0.8.1"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
2926dependencies = [
2927 "base64",
2928 "bitflags 2.8.0",
2929 "serde",
2930 "serde_derive",
2931]
2932
2933[[package]]
2934name = "roxmltree"
2935version = "0.20.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2938
2939[[package]]
2940name = "rust-ini"
2941version = "0.18.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
2944dependencies = [
2945 "cfg-if",
2946 "ordered-multimap",
2947]
2948
2949[[package]]
2950name = "rustc-demangle"
2951version = "0.1.24"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2954
2955[[package]]
2956name = "rustc-hash"
2957version = "1.1.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2960
2961[[package]]
2962name = "rustc-hash"
2963version = "2.1.1"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2966
2967[[package]]
2968name = "rustix"
2969version = "0.38.44"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2972dependencies = [
2973 "bitflags 2.8.0",
2974 "errno",
2975 "libc",
2976 "linux-raw-sys 0.4.15",
2977 "windows-sys 0.59.0",
2978]
2979
2980[[package]]
2981name = "rustversion"
2982version = "1.0.19"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2985
2986[[package]]
2987name = "rustybuzz"
2988version = "0.14.1"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
2991dependencies = [
2992 "bitflags 2.8.0",
2993 "bytemuck",
2994 "libm",
2995 "smallvec",
2996 "ttf-parser 0.21.1",
2997 "unicode-bidi-mirroring",
2998 "unicode-ccc",
2999 "unicode-properties",
3000 "unicode-script",
3001]
3002
3003[[package]]
3004name = "same-file"
3005version = "1.0.6"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3008dependencies = [
3009 "winapi-util",
3010]
3011
3012[[package]]
3013name = "scoped-tls"
3014version = "1.0.1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3017
3018[[package]]
3019name = "scopeguard"
3020version = "1.2.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3023
3024[[package]]
3025name = "sctk-adwaita"
3026version = "0.10.1"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
3029dependencies = [
3030 "ab_glyph",
3031 "log",
3032 "memmap2",
3033 "smithay-client-toolkit",
3034 "tiny-skia",
3035]
3036
3037[[package]]
3038name = "self_cell"
3039version = "1.1.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
3042
3043[[package]]
3044name = "serde"
3045version = "1.0.218"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
3048dependencies = [
3049 "serde_derive",
3050]
3051
3052[[package]]
3053name = "serde_derive"
3054version = "1.0.218"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
3057dependencies = [
3058 "proc-macro2",
3059 "quote",
3060 "syn 2.0.98",
3061]
3062
3063[[package]]
3064name = "serde_repr"
3065version = "0.1.19"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
3068dependencies = [
3069 "proc-macro2",
3070 "quote",
3071 "syn 2.0.98",
3072]
3073
3074[[package]]
3075name = "sha1"
3076version = "0.10.6"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3079dependencies = [
3080 "cfg-if",
3081 "cpufeatures",
3082 "digest",
3083]
3084
3085[[package]]
3086name = "shlex"
3087version = "1.3.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3090
3091[[package]]
3092name = "signal-hook-registry"
3093version = "1.4.2"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3096dependencies = [
3097 "libc",
3098]
3099
3100[[package]]
3101name = "simd-adler32"
3102version = "0.3.7"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3105
3106[[package]]
3107name = "siphasher"
3108version = "1.0.1"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3111
3112[[package]]
3113name = "skrifa"
3114version = "0.22.3"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
3117dependencies = [
3118 "bytemuck",
3119 "read-fonts",
3120]
3121
3122[[package]]
3123name = "slab"
3124version = "0.4.9"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3127dependencies = [
3128 "autocfg",
3129]
3130
3131[[package]]
3132name = "slotmap"
3133version = "1.0.7"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
3136dependencies = [
3137 "version_check",
3138]
3139
3140[[package]]
3141name = "smallvec"
3142version = "1.14.0"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
3145
3146[[package]]
3147name = "smithay-client-toolkit"
3148version = "0.19.2"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
3151dependencies = [
3152 "bitflags 2.8.0",
3153 "calloop 0.13.0",
3154 "calloop-wayland-source 0.3.0",
3155 "cursor-icon",
3156 "libc",
3157 "log",
3158 "memmap2",
3159 "rustix",
3160 "thiserror",
3161 "wayland-backend",
3162 "wayland-client",
3163 "wayland-csd-frame",
3164 "wayland-cursor",
3165 "wayland-protocols",
3166 "wayland-protocols-wlr",
3167 "wayland-scanner",
3168 "xkeysym",
3169]
3170
3171[[package]]
3172name = "smithay-clipboard"
3173version = "0.7.2"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846"
3176dependencies = [
3177 "libc",
3178 "smithay-client-toolkit",
3179 "wayland-backend",
3180]
3181
3182[[package]]
3183name = "smol_str"
3184version = "0.2.2"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
3187dependencies = [
3188 "serde",
3189]
3190
3191[[package]]
3192name = "softbuffer"
3193version = "0.4.6"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
3196dependencies = [
3197 "as-raw-xcb-connection",
3198 "bytemuck",
3199 "cfg_aliases 0.2.1",
3200 "core-graphics 0.24.0",
3201 "drm",
3202 "fastrand",
3203 "foreign-types",
3204 "js-sys",
3205 "log",
3206 "memmap2",
3207 "objc2",
3208 "objc2-foundation",
3209 "objc2-quartz-core",
3210 "raw-window-handle",
3211 "redox_syscall 0.5.9",
3212 "rustix",
3213 "tiny-xlib",
3214 "wasm-bindgen",
3215 "wayland-backend",
3216 "wayland-client",
3217 "wayland-sys",
3218 "web-sys",
3219 "windows-sys 0.59.0",
3220 "x11rb",
3221]
3222
3223[[package]]
3224name = "spirv"
3225version = "0.3.0+sdk-1.3.268.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
3228dependencies = [
3229 "bitflags 2.8.0",
3230]
3231
3232[[package]]
3233name = "static_assertions"
3234version = "1.1.0"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3237
3238[[package]]
3239name = "strict-num"
3240version = "0.1.1"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3243
3244[[package]]
3245name = "strsim"
3246version = "0.11.1"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3249
3250[[package]]
3251name = "svg_fmt"
3252version = "0.4.4"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
3255
3256[[package]]
3257name = "swash"
3258version = "0.1.19"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
3261dependencies = [
3262 "skrifa",
3263 "yazi",
3264 "zeno",
3265]
3266
3267[[package]]
3268name = "syn"
3269version = "1.0.109"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3272dependencies = [
3273 "proc-macro2",
3274 "quote",
3275 "unicode-ident",
3276]
3277
3278[[package]]
3279name = "syn"
3280version = "2.0.98"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
3283dependencies = [
3284 "proc-macro2",
3285 "quote",
3286 "unicode-ident",
3287]
3288
3289[[package]]
3290name = "sys-locale"
3291version = "0.3.2"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
3294dependencies = [
3295 "libc",
3296]
3297
3298[[package]]
3299name = "tempfile"
3300version = "3.17.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
3303dependencies = [
3304 "cfg-if",
3305 "fastrand",
3306 "getrandom 0.3.1",
3307 "once_cell",
3308 "rustix",
3309 "windows-sys 0.59.0",
3310]
3311
3312[[package]]
3313name = "termcolor"
3314version = "1.4.1"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3317dependencies = [
3318 "winapi-util",
3319]
3320
3321[[package]]
3322name = "thiserror"
3323version = "1.0.69"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3326dependencies = [
3327 "thiserror-impl",
3328]
3329
3330[[package]]
3331name = "thiserror-impl"
3332version = "1.0.69"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3335dependencies = [
3336 "proc-macro2",
3337 "quote",
3338 "syn 2.0.98",
3339]
3340
3341[[package]]
3342name = "tiny-skia"
3343version = "0.11.4"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3346dependencies = [
3347 "arrayref",
3348 "arrayvec",
3349 "bytemuck",
3350 "cfg-if",
3351 "log",
3352 "png",
3353 "tiny-skia-path",
3354]
3355
3356[[package]]
3357name = "tiny-skia-path"
3358version = "0.11.4"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3361dependencies = [
3362 "arrayref",
3363 "bytemuck",
3364 "strict-num",
3365]
3366
3367[[package]]
3368name = "tiny-xlib"
3369version = "0.2.4"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
3372dependencies = [
3373 "as-raw-xcb-connection",
3374 "ctor-lite",
3375 "libloading 0.8.6",
3376 "pkg-config",
3377 "tracing",
3378]
3379
3380[[package]]
3381name = "tinyvec"
3382version = "1.8.1"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
3385dependencies = [
3386 "tinyvec_macros",
3387]
3388
3389[[package]]
3390name = "tinyvec_macros"
3391version = "0.1.1"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3394
3395[[package]]
3396name = "tokio"
3397version = "1.43.0"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
3400dependencies = [
3401 "backtrace",
3402 "pin-project-lite",
3403]
3404
3405[[package]]
3406name = "toml_datetime"
3407version = "0.6.8"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
3410
3411[[package]]
3412name = "toml_edit"
3413version = "0.22.24"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
3416dependencies = [
3417 "indexmap",
3418 "toml_datetime",
3419 "winnow",
3420]
3421
3422[[package]]
3423name = "tracing"
3424version = "0.1.41"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3427dependencies = [
3428 "log",
3429 "pin-project-lite",
3430 "tracing-attributes",
3431 "tracing-core",
3432]
3433
3434[[package]]
3435name = "tracing-attributes"
3436version = "0.1.28"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
3439dependencies = [
3440 "proc-macro2",
3441 "quote",
3442 "syn 2.0.98",
3443]
3444
3445[[package]]
3446name = "tracing-core"
3447version = "0.1.33"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
3450dependencies = [
3451 "once_cell",
3452]
3453
3454[[package]]
3455name = "ttf-parser"
3456version = "0.20.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
3459
3460[[package]]
3461name = "ttf-parser"
3462version = "0.21.1"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
3465
3466[[package]]
3467name = "ttf-parser"
3468version = "0.25.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3471
3472[[package]]
3473name = "typenum"
3474version = "1.18.0"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3477
3478[[package]]
3479name = "uds_windows"
3480version = "1.1.0"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
3483dependencies = [
3484 "memoffset",
3485 "tempfile",
3486 "winapi",
3487]
3488
3489[[package]]
3490name = "unicode-bidi"
3491version = "0.3.18"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3494
3495[[package]]
3496name = "unicode-bidi-mirroring"
3497version = "0.2.0"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
3500
3501[[package]]
3502name = "unicode-ccc"
3503version = "0.2.0"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
3506
3507[[package]]
3508name = "unicode-ident"
3509version = "1.0.17"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
3512
3513[[package]]
3514name = "unicode-linebreak"
3515version = "0.1.5"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3518
3519[[package]]
3520name = "unicode-properties"
3521version = "0.1.3"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3524
3525[[package]]
3526name = "unicode-script"
3527version = "0.5.7"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
3530
3531[[package]]
3532name = "unicode-segmentation"
3533version = "1.12.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3536
3537[[package]]
3538name = "unicode-width"
3539version = "0.1.14"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3542
3543[[package]]
3544name = "unicode-xid"
3545version = "0.2.6"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3548
3549[[package]]
3550name = "utf8parse"
3551version = "0.2.2"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3554
3555[[package]]
3556name = "version_check"
3557version = "0.9.5"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3560
3561[[package]]
3562name = "walkdir"
3563version = "2.5.0"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3566dependencies = [
3567 "same-file",
3568 "winapi-util",
3569]
3570
3571[[package]]
3572name = "wasi"
3573version = "0.11.0+wasi-snapshot-preview1"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3576
3577[[package]]
3578name = "wasi"
3579version = "0.13.3+wasi-0.2.2"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
3582dependencies = [
3583 "wit-bindgen-rt",
3584]
3585
3586[[package]]
3587name = "wasm-bindgen"
3588version = "0.2.100"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3591dependencies = [
3592 "cfg-if",
3593 "once_cell",
3594 "rustversion",
3595 "wasm-bindgen-macro",
3596]
3597
3598[[package]]
3599name = "wasm-bindgen-backend"
3600version = "0.2.100"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3603dependencies = [
3604 "bumpalo",
3605 "log",
3606 "proc-macro2",
3607 "quote",
3608 "syn 2.0.98",
3609 "wasm-bindgen-shared",
3610]
3611
3612[[package]]
3613name = "wasm-bindgen-futures"
3614version = "0.4.50"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3617dependencies = [
3618 "cfg-if",
3619 "js-sys",
3620 "once_cell",
3621 "wasm-bindgen",
3622 "web-sys",
3623]
3624
3625[[package]]
3626name = "wasm-bindgen-macro"
3627version = "0.2.100"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3630dependencies = [
3631 "quote",
3632 "wasm-bindgen-macro-support",
3633]
3634
3635[[package]]
3636name = "wasm-bindgen-macro-support"
3637version = "0.2.100"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3640dependencies = [
3641 "proc-macro2",
3642 "quote",
3643 "syn 2.0.98",
3644 "wasm-bindgen-backend",
3645 "wasm-bindgen-shared",
3646]
3647
3648[[package]]
3649name = "wasm-bindgen-shared"
3650version = "0.2.100"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3653dependencies = [
3654 "unicode-ident",
3655]
3656
3657[[package]]
3658name = "wasm-timer"
3659version = "0.2.5"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
3662dependencies = [
3663 "futures",
3664 "js-sys",
3665 "parking_lot 0.11.2",
3666 "pin-utils",
3667 "wasm-bindgen",
3668 "wasm-bindgen-futures",
3669 "web-sys",
3670]
3671
3672[[package]]
3673name = "waycrate_xkbkeycode"
3674version = "0.13.4"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "a9082e05429313291e4a4350d9eaae5bbead4ab1385f9f9f4c045d7f3cacb211"
3677dependencies = [
3678 "bitflags 2.8.0",
3679 "calloop 0.14.2",
3680 "log",
3681 "memmap2",
3682 "smol_str",
3683 "wayland-backend",
3684 "wayland-client",
3685 "xkbcommon-dl",
3686]
3687
3688[[package]]
3689name = "wayland-backend"
3690version = "0.3.8"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
3693dependencies = [
3694 "cc",
3695 "downcast-rs",
3696 "rustix",
3697 "scoped-tls",
3698 "smallvec",
3699 "wayland-sys",
3700]
3701
3702[[package]]
3703name = "wayland-client"
3704version = "0.31.8"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
3707dependencies = [
3708 "bitflags 2.8.0",
3709 "rustix",
3710 "wayland-backend",
3711 "wayland-scanner",
3712]
3713
3714[[package]]
3715name = "wayland-csd-frame"
3716version = "0.3.0"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3719dependencies = [
3720 "bitflags 2.8.0",
3721 "cursor-icon",
3722 "wayland-backend",
3723]
3724
3725[[package]]
3726name = "wayland-cursor"
3727version = "0.31.8"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
3730dependencies = [
3731 "rustix",
3732 "wayland-client",
3733 "xcursor",
3734]
3735
3736[[package]]
3737name = "wayland-protocols"
3738version = "0.32.6"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
3741dependencies = [
3742 "bitflags 2.8.0",
3743 "wayland-backend",
3744 "wayland-client",
3745 "wayland-scanner",
3746]
3747
3748[[package]]
3749name = "wayland-protocols-misc"
3750version = "0.3.6"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "feb7ee1810026d1bb15d47086d03a7e5c68651c707e305ba1e8cc796fcbf5a54"
3753dependencies = [
3754 "bitflags 2.8.0",
3755 "wayland-backend",
3756 "wayland-client",
3757 "wayland-protocols",
3758 "wayland-scanner",
3759]
3760
3761[[package]]
3762name = "wayland-protocols-plasma"
3763version = "0.3.6"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "7ccaacc76703fefd6763022ac565b590fcade92202492381c95b2edfdf7d46b3"
3766dependencies = [
3767 "bitflags 2.8.0",
3768 "wayland-backend",
3769 "wayland-client",
3770 "wayland-protocols",
3771 "wayland-scanner",
3772]
3773
3774[[package]]
3775name = "wayland-protocols-wlr"
3776version = "0.3.6"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "248a02e6f595aad796561fa82d25601bd2c8c3b145b1c7453fc8f94c1a58f8b2"
3779dependencies = [
3780 "bitflags 2.8.0",
3781 "wayland-backend",
3782 "wayland-client",
3783 "wayland-protocols",
3784 "wayland-scanner",
3785]
3786
3787[[package]]
3788name = "wayland-scanner"
3789version = "0.31.6"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
3792dependencies = [
3793 "proc-macro2",
3794 "quick-xml",
3795 "quote",
3796]
3797
3798[[package]]
3799name = "wayland-sys"
3800version = "0.31.6"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
3803dependencies = [
3804 "dlib",
3805 "log",
3806 "once_cell",
3807 "pkg-config",
3808]
3809
3810[[package]]
3811name = "web-sys"
3812version = "0.3.77"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3815dependencies = [
3816 "js-sys",
3817 "wasm-bindgen",
3818]
3819
3820[[package]]
3821name = "web-time"
3822version = "1.1.0"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3825dependencies = [
3826 "js-sys",
3827 "wasm-bindgen",
3828]
3829
3830[[package]]
3831name = "wgpu"
3832version = "0.19.4"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01"
3835dependencies = [
3836 "arrayvec",
3837 "cfg-if",
3838 "cfg_aliases 0.1.1",
3839 "js-sys",
3840 "log",
3841 "naga",
3842 "parking_lot 0.12.3",
3843 "profiling",
3844 "raw-window-handle",
3845 "smallvec",
3846 "static_assertions",
3847 "wasm-bindgen",
3848 "wasm-bindgen-futures",
3849 "web-sys",
3850 "wgpu-core",
3851 "wgpu-hal",
3852 "wgpu-types",
3853]
3854
3855[[package]]
3856name = "wgpu-core"
3857version = "0.19.4"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a"
3860dependencies = [
3861 "arrayvec",
3862 "bit-vec",
3863 "bitflags 2.8.0",
3864 "cfg_aliases 0.1.1",
3865 "codespan-reporting",
3866 "indexmap",
3867 "log",
3868 "naga",
3869 "once_cell",
3870 "parking_lot 0.12.3",
3871 "profiling",
3872 "raw-window-handle",
3873 "rustc-hash 1.1.0",
3874 "smallvec",
3875 "thiserror",
3876 "web-sys",
3877 "wgpu-hal",
3878 "wgpu-types",
3879]
3880
3881[[package]]
3882name = "wgpu-hal"
3883version = "0.19.5"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703"
3886dependencies = [
3887 "android_system_properties",
3888 "arrayvec",
3889 "ash",
3890 "bit-set",
3891 "bitflags 2.8.0",
3892 "block",
3893 "cfg_aliases 0.1.1",
3894 "core-graphics-types 0.1.3",
3895 "d3d12",
3896 "glow",
3897 "glutin_wgl_sys",
3898 "gpu-alloc",
3899 "gpu-allocator",
3900 "gpu-descriptor",
3901 "hassle-rs",
3902 "js-sys",
3903 "khronos-egl",
3904 "libc",
3905 "libloading 0.8.6",
3906 "log",
3907 "metal",
3908 "naga",
3909 "ndk-sys 0.5.0+25.2.9519653",
3910 "objc",
3911 "once_cell",
3912 "parking_lot 0.12.3",
3913 "profiling",
3914 "range-alloc",
3915 "raw-window-handle",
3916 "renderdoc-sys",
3917 "rustc-hash 1.1.0",
3918 "smallvec",
3919 "thiserror",
3920 "wasm-bindgen",
3921 "web-sys",
3922 "wgpu-types",
3923 "winapi",
3924]
3925
3926[[package]]
3927name = "wgpu-types"
3928version = "0.19.2"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
3931dependencies = [
3932 "bitflags 2.8.0",
3933 "js-sys",
3934 "web-sys",
3935]
3936
3937[[package]]
3938name = "widestring"
3939version = "1.1.0"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
3942
3943[[package]]
3944name = "winapi"
3945version = "0.3.9"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3948dependencies = [
3949 "winapi-i686-pc-windows-gnu",
3950 "winapi-x86_64-pc-windows-gnu",
3951]
3952
3953[[package]]
3954name = "winapi-i686-pc-windows-gnu"
3955version = "0.4.0"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3958
3959[[package]]
3960name = "winapi-util"
3961version = "0.1.9"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3964dependencies = [
3965 "windows-sys 0.59.0",
3966]
3967
3968[[package]]
3969name = "winapi-x86_64-pc-windows-gnu"
3970version = "0.4.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3973
3974[[package]]
3975name = "window_clipboard"
3976version = "0.4.1"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d"
3979dependencies = [
3980 "clipboard-win",
3981 "clipboard_macos",
3982 "clipboard_wayland",
3983 "clipboard_x11",
3984 "raw-window-handle",
3985 "thiserror",
3986]
3987
3988[[package]]
3989name = "windows"
3990version = "0.52.0"
3991source = "registry+https://github.com/rust-lang/crates.io-index"
3992checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
3993dependencies = [
3994 "windows-core",
3995 "windows-targets 0.52.6",
3996]
3997
3998[[package]]
3999name = "windows-core"
4000version = "0.52.0"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4003dependencies = [
4004 "windows-targets 0.52.6",
4005]
4006
4007[[package]]
4008name = "windows-sys"
4009version = "0.45.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4012dependencies = [
4013 "windows-targets 0.42.2",
4014]
4015
4016[[package]]
4017name = "windows-sys"
4018version = "0.52.0"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4021dependencies = [
4022 "windows-targets 0.52.6",
4023]
4024
4025[[package]]
4026name = "windows-sys"
4027version = "0.59.0"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4030dependencies = [
4031 "windows-targets 0.52.6",
4032]
4033
4034[[package]]
4035name = "windows-targets"
4036version = "0.42.2"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4039dependencies = [
4040 "windows_aarch64_gnullvm 0.42.2",
4041 "windows_aarch64_msvc 0.42.2",
4042 "windows_i686_gnu 0.42.2",
4043 "windows_i686_msvc 0.42.2",
4044 "windows_x86_64_gnu 0.42.2",
4045 "windows_x86_64_gnullvm 0.42.2",
4046 "windows_x86_64_msvc 0.42.2",
4047]
4048
4049[[package]]
4050name = "windows-targets"
4051version = "0.48.5"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4054dependencies = [
4055 "windows_aarch64_gnullvm 0.48.5",
4056 "windows_aarch64_msvc 0.48.5",
4057 "windows_i686_gnu 0.48.5",
4058 "windows_i686_msvc 0.48.5",
4059 "windows_x86_64_gnu 0.48.5",
4060 "windows_x86_64_gnullvm 0.48.5",
4061 "windows_x86_64_msvc 0.48.5",
4062]
4063
4064[[package]]
4065name = "windows-targets"
4066version = "0.52.6"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4069dependencies = [
4070 "windows_aarch64_gnullvm 0.52.6",
4071 "windows_aarch64_msvc 0.52.6",
4072 "windows_i686_gnu 0.52.6",
4073 "windows_i686_gnullvm",
4074 "windows_i686_msvc 0.52.6",
4075 "windows_x86_64_gnu 0.52.6",
4076 "windows_x86_64_gnullvm 0.52.6",
4077 "windows_x86_64_msvc 0.52.6",
4078]
4079
4080[[package]]
4081name = "windows_aarch64_gnullvm"
4082version = "0.42.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4085
4086[[package]]
4087name = "windows_aarch64_gnullvm"
4088version = "0.48.5"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4091
4092[[package]]
4093name = "windows_aarch64_gnullvm"
4094version = "0.52.6"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4097
4098[[package]]
4099name = "windows_aarch64_msvc"
4100version = "0.42.2"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4103
4104[[package]]
4105name = "windows_aarch64_msvc"
4106version = "0.48.5"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4109
4110[[package]]
4111name = "windows_aarch64_msvc"
4112version = "0.52.6"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4115
4116[[package]]
4117name = "windows_i686_gnu"
4118version = "0.42.2"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4121
4122[[package]]
4123name = "windows_i686_gnu"
4124version = "0.48.5"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4127
4128[[package]]
4129name = "windows_i686_gnu"
4130version = "0.52.6"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4133
4134[[package]]
4135name = "windows_i686_gnullvm"
4136version = "0.52.6"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4139
4140[[package]]
4141name = "windows_i686_msvc"
4142version = "0.42.2"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4145
4146[[package]]
4147name = "windows_i686_msvc"
4148version = "0.48.5"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4151
4152[[package]]
4153name = "windows_i686_msvc"
4154version = "0.52.6"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4157
4158[[package]]
4159name = "windows_x86_64_gnu"
4160version = "0.42.2"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4163
4164[[package]]
4165name = "windows_x86_64_gnu"
4166version = "0.48.5"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4169
4170[[package]]
4171name = "windows_x86_64_gnu"
4172version = "0.52.6"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4175
4176[[package]]
4177name = "windows_x86_64_gnullvm"
4178version = "0.42.2"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4181
4182[[package]]
4183name = "windows_x86_64_gnullvm"
4184version = "0.48.5"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4187
4188[[package]]
4189name = "windows_x86_64_gnullvm"
4190version = "0.52.6"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4193
4194[[package]]
4195name = "windows_x86_64_msvc"
4196version = "0.42.2"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4199
4200[[package]]
4201name = "windows_x86_64_msvc"
4202version = "0.48.5"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4205
4206[[package]]
4207name = "windows_x86_64_msvc"
4208version = "0.52.6"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4211
4212[[package]]
4213name = "winit"
4214version = "0.30.9"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "a809eacf18c8eca8b6635091543f02a5a06ddf3dad846398795460e6e0ae3cc0"
4217dependencies = [
4218 "ahash 0.8.11",
4219 "android-activity",
4220 "atomic-waker",
4221 "bitflags 2.8.0",
4222 "block2",
4223 "bytemuck",
4224 "calloop 0.13.0",
4225 "cfg_aliases 0.2.1",
4226 "concurrent-queue",
4227 "core-foundation 0.9.4",
4228 "core-graphics 0.23.2",
4229 "cursor-icon",
4230 "dpi",
4231 "js-sys",
4232 "libc",
4233 "memmap2",
4234 "ndk",
4235 "objc2",
4236 "objc2-app-kit",
4237 "objc2-foundation",
4238 "objc2-ui-kit",
4239 "orbclient",
4240 "percent-encoding",
4241 "pin-project",
4242 "raw-window-handle",
4243 "redox_syscall 0.4.1",
4244 "rustix",
4245 "sctk-adwaita",
4246 "smithay-client-toolkit",
4247 "smol_str",
4248 "tracing",
4249 "unicode-segmentation",
4250 "wasm-bindgen",
4251 "wasm-bindgen-futures",
4252 "wayland-backend",
4253 "wayland-client",
4254 "wayland-protocols",
4255 "wayland-protocols-plasma",
4256 "web-sys",
4257 "web-time",
4258 "windows-sys 0.52.0",
4259 "x11-dl",
4260 "x11rb",
4261 "xkbcommon-dl",
4262]
4263
4264[[package]]
4265name = "winnow"
4266version = "0.7.3"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
4269dependencies = [
4270 "memchr",
4271]
4272
4273[[package]]
4274name = "winreg"
4275version = "0.10.1"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
4278dependencies = [
4279 "winapi",
4280]
4281
4282[[package]]
4283name = "wit-bindgen-rt"
4284version = "0.33.0"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
4287dependencies = [
4288 "bitflags 2.8.0",
4289]
4290
4291[[package]]
4292name = "x11-dl"
4293version = "2.21.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4296dependencies = [
4297 "libc",
4298 "once_cell",
4299 "pkg-config",
4300]
4301
4302[[package]]
4303name = "x11rb"
4304version = "0.13.1"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
4307dependencies = [
4308 "as-raw-xcb-connection",
4309 "gethostname",
4310 "libc",
4311 "libloading 0.8.6",
4312 "once_cell",
4313 "rustix",
4314 "x11rb-protocol",
4315]
4316
4317[[package]]
4318name = "x11rb-protocol"
4319version = "0.13.1"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
4322
4323[[package]]
4324name = "xcursor"
4325version = "0.3.8"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
4328
4329[[package]]
4330name = "xdg-home"
4331version = "1.3.0"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
4334dependencies = [
4335 "libc",
4336 "windows-sys 0.59.0",
4337]
4338
4339[[package]]
4340name = "xkbcommon-dl"
4341version = "0.4.2"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
4344dependencies = [
4345 "bitflags 2.8.0",
4346 "dlib",
4347 "log",
4348 "once_cell",
4349 "xkeysym",
4350]
4351
4352[[package]]
4353name = "xkeysym"
4354version = "0.2.1"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
4357
4358[[package]]
4359name = "xml-rs"
4360version = "0.8.25"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4"
4363
4364[[package]]
4365name = "yazi"
4366version = "0.1.6"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
4369
4370[[package]]
4371name = "zbus"
4372version = "4.4.0"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
4375dependencies = [
4376 "async-broadcast",
4377 "async-executor",
4378 "async-fs",
4379 "async-io",
4380 "async-lock",
4381 "async-process",
4382 "async-recursion",
4383 "async-task",
4384 "async-trait",
4385 "blocking",
4386 "enumflags2",
4387 "event-listener",
4388 "futures-core",
4389 "futures-sink",
4390 "futures-util",
4391 "hex",
4392 "nix",
4393 "ordered-stream",
4394 "rand",
4395 "serde",
4396 "serde_repr",
4397 "sha1",
4398 "static_assertions",
4399 "tracing",
4400 "uds_windows",
4401 "windows-sys 0.52.0",
4402 "xdg-home",
4403 "zbus_macros",
4404 "zbus_names",
4405 "zvariant",
4406]
4407
4408[[package]]
4409name = "zbus_macros"
4410version = "4.4.0"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
4413dependencies = [
4414 "proc-macro-crate",
4415 "proc-macro2",
4416 "quote",
4417 "syn 2.0.98",
4418 "zvariant_utils",
4419]
4420
4421[[package]]
4422name = "zbus_names"
4423version = "3.0.0"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
4426dependencies = [
4427 "serde",
4428 "static_assertions",
4429 "zvariant",
4430]
4431
4432[[package]]
4433name = "zeno"
4434version = "0.2.3"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
4437
4438[[package]]
4439name = "zerocopy"
4440version = "0.7.35"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
4443dependencies = [
4444 "byteorder",
4445 "zerocopy-derive",
4446]
4447
4448[[package]]
4449name = "zerocopy-derive"
4450version = "0.7.35"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
4453dependencies = [
4454 "proc-macro2",
4455 "quote",
4456 "syn 2.0.98",
4457]
4458
4459[[package]]
4460name = "zvariant"
4461version = "4.2.0"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
4464dependencies = [
4465 "endi",
4466 "enumflags2",
4467 "serde",
4468 "static_assertions",
4469 "zvariant_derive",
4470]
4471
4472[[package]]
4473name = "zvariant_derive"
4474version = "4.2.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
4477dependencies = [
4478 "proc-macro-crate",
4479 "proc-macro2",
4480 "quote",
4481 "syn 2.0.98",
4482 "zvariant_utils",
4483]
4484
4485[[package]]
4486name = "zvariant_utils"
4487version = "2.1.0"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
4490dependencies = [
4491 "proc-macro2",
4492 "quote",
4493 "syn 2.0.98",
4494]