this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "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 = "accesskit"
23version = "0.16.0"
24source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
25
26[[package]]
27name = "accesskit_atspi_common"
28version = "0.9.0"
29source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
30dependencies = [
31 "accesskit",
32 "accesskit_consumer",
33 "atspi-common",
34 "serde",
35 "thiserror 1.0.69",
36 "zvariant 3.15.2",
37]
38
39[[package]]
40name = "accesskit_consumer"
41version = "0.24.0"
42source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
43dependencies = [
44 "accesskit",
45 "immutable-chunkmap",
46]
47
48[[package]]
49name = "accesskit_macos"
50version = "0.17.0"
51source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
52dependencies = [
53 "accesskit",
54 "accesskit_consumer",
55 "objc2 0.5.2",
56 "objc2-app-kit 0.2.2",
57 "objc2-foundation 0.2.2",
58 "once_cell",
59]
60
61[[package]]
62name = "accesskit_unix"
63version = "0.12.0"
64source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
65dependencies = [
66 "accesskit",
67 "accesskit_atspi_common",
68 "atspi",
69 "futures-lite 1.13.0",
70 "serde",
71 "tokio",
72 "tokio-stream",
73 "zbus 3.15.2",
74]
75
76[[package]]
77name = "accesskit_windows"
78version = "0.22.0"
79source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
80dependencies = [
81 "accesskit",
82 "accesskit_consumer",
83 "paste",
84 "static_assertions",
85 "windows 0.54.0",
86]
87
88[[package]]
89name = "accesskit_winit"
90version = "0.22.0"
91source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
92dependencies = [
93 "accesskit",
94 "accesskit_macos",
95 "accesskit_unix",
96 "accesskit_windows",
97 "raw-window-handle",
98 "winit",
99]
100
101[[package]]
102name = "addr2line"
103version = "0.24.2"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
106dependencies = [
107 "gimli",
108]
109
110[[package]]
111name = "adler2"
112version = "2.0.1"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
115
116[[package]]
117name = "ahash"
118version = "0.8.12"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
121dependencies = [
122 "cfg-if",
123 "getrandom 0.3.3",
124 "once_cell",
125 "version_check",
126 "zerocopy",
127]
128
129[[package]]
130name = "aho-corasick"
131version = "1.1.3"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
134dependencies = [
135 "memchr",
136]
137
138[[package]]
139name = "aliasable"
140version = "0.1.3"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
143
144[[package]]
145name = "almost"
146version = "0.2.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14"
149
150[[package]]
151name = "android-activity"
152version = "0.6.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
155dependencies = [
156 "android-properties",
157 "bitflags 2.9.1",
158 "cc",
159 "cesu8",
160 "jni",
161 "jni-sys",
162 "libc",
163 "log",
164 "ndk",
165 "ndk-context",
166 "ndk-sys 0.6.0+11769913",
167 "num_enum",
168 "thiserror 1.0.69",
169]
170
171[[package]]
172name = "android-properties"
173version = "0.2.2"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
176
177[[package]]
178name = "android-tzdata"
179version = "0.1.1"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
182
183[[package]]
184name = "android_system_properties"
185version = "0.1.5"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
188dependencies = [
189 "libc",
190]
191
192[[package]]
193name = "anyhow"
194version = "1.0.98"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
197
198[[package]]
199name = "apply"
200version = "0.3.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9"
203
204[[package]]
205name = "approx"
206version = "0.5.1"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
209dependencies = [
210 "num-traits",
211]
212
213[[package]]
214name = "arrayref"
215version = "0.3.9"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
218
219[[package]]
220name = "arrayvec"
221version = "0.7.6"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
224
225[[package]]
226name = "as-raw-xcb-connection"
227version = "1.0.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
230
231[[package]]
232name = "ash"
233version = "0.38.0+1.3.281"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
236dependencies = [
237 "libloading",
238]
239
240[[package]]
241name = "ashpd"
242version = "0.11.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
245dependencies = [
246 "enumflags2",
247 "futures-channel",
248 "futures-util",
249 "rand 0.9.1",
250 "raw-window-handle",
251 "serde",
252 "serde_repr",
253 "tokio",
254 "url",
255 "wayland-backend",
256 "wayland-client",
257 "wayland-protocols",
258 "zbus 5.7.1",
259]
260
261[[package]]
262name = "async-broadcast"
263version = "0.5.1"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
266dependencies = [
267 "event-listener 2.5.3",
268 "futures-core",
269]
270
271[[package]]
272name = "async-broadcast"
273version = "0.7.2"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
276dependencies = [
277 "event-listener 5.4.0",
278 "event-listener-strategy",
279 "futures-core",
280 "pin-project-lite",
281]
282
283[[package]]
284name = "async-channel"
285version = "2.3.1"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
288dependencies = [
289 "concurrent-queue",
290 "event-listener-strategy",
291 "futures-core",
292 "pin-project-lite",
293]
294
295[[package]]
296name = "async-io"
297version = "1.13.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
300dependencies = [
301 "async-lock 2.8.0",
302 "autocfg",
303 "cfg-if",
304 "concurrent-queue",
305 "futures-lite 1.13.0",
306 "log",
307 "parking",
308 "polling 2.8.0",
309 "rustix 0.37.28",
310 "slab",
311 "socket2 0.4.10",
312 "waker-fn",
313]
314
315[[package]]
316name = "async-io"
317version = "2.4.1"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
320dependencies = [
321 "async-lock 3.4.0",
322 "cfg-if",
323 "concurrent-queue",
324 "futures-io",
325 "futures-lite 2.6.0",
326 "parking",
327 "polling 3.8.0",
328 "rustix 1.0.7",
329 "slab",
330 "tracing",
331 "windows-sys 0.59.0",
332]
333
334[[package]]
335name = "async-lock"
336version = "2.8.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
339dependencies = [
340 "event-listener 2.5.3",
341]
342
343[[package]]
344name = "async-lock"
345version = "3.4.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
348dependencies = [
349 "event-listener 5.4.0",
350 "event-listener-strategy",
351 "pin-project-lite",
352]
353
354[[package]]
355name = "async-process"
356version = "1.8.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
359dependencies = [
360 "async-io 1.13.0",
361 "async-lock 2.8.0",
362 "async-signal",
363 "blocking",
364 "cfg-if",
365 "event-listener 3.1.0",
366 "futures-lite 1.13.0",
367 "rustix 0.38.44",
368 "windows-sys 0.48.0",
369]
370
371[[package]]
372name = "async-recursion"
373version = "1.1.1"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
376dependencies = [
377 "proc-macro2",
378 "quote",
379 "syn 2.0.103",
380]
381
382[[package]]
383name = "async-signal"
384version = "0.2.11"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
387dependencies = [
388 "async-io 2.4.1",
389 "async-lock 3.4.0",
390 "atomic-waker",
391 "cfg-if",
392 "futures-core",
393 "futures-io",
394 "rustix 1.0.7",
395 "signal-hook-registry",
396 "slab",
397 "windows-sys 0.59.0",
398]
399
400[[package]]
401name = "async-task"
402version = "4.7.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
405
406[[package]]
407name = "async-trait"
408version = "0.1.88"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
411dependencies = [
412 "proc-macro2",
413 "quote",
414 "syn 2.0.103",
415]
416
417[[package]]
418name = "atomic-waker"
419version = "1.1.2"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
422
423[[package]]
424name = "atomicwrites"
425version = "0.4.2"
426source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768"
427dependencies = [
428 "rustix 0.38.44",
429 "tempfile",
430 "windows-sys 0.48.0",
431]
432
433[[package]]
434name = "atspi"
435version = "0.19.0"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca"
438dependencies = [
439 "atspi-common",
440 "atspi-connection",
441 "atspi-proxies",
442]
443
444[[package]]
445name = "atspi-common"
446version = "0.3.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5"
449dependencies = [
450 "enumflags2",
451 "serde",
452 "static_assertions",
453 "zbus 3.15.2",
454 "zbus_names 2.6.1",
455 "zvariant 3.15.2",
456]
457
458[[package]]
459name = "atspi-connection"
460version = "0.3.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939"
463dependencies = [
464 "atspi-common",
465 "atspi-proxies",
466 "futures-lite 1.13.0",
467 "zbus 3.15.2",
468]
469
470[[package]]
471name = "atspi-proxies"
472version = "0.3.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52"
475dependencies = [
476 "atspi-common",
477 "serde",
478 "zbus 3.15.2",
479]
480
481[[package]]
482name = "auto_enums"
483version = "0.8.7"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "9c170965892137a3a9aeb000b4524aa3cc022a310e709d848b6e1cdce4ab4781"
486dependencies = [
487 "derive_utils",
488 "proc-macro2",
489 "quote",
490 "syn 2.0.103",
491]
492
493[[package]]
494name = "autocfg"
495version = "1.5.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
498
499[[package]]
500name = "backtrace"
501version = "0.3.75"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
504dependencies = [
505 "addr2line",
506 "cfg-if",
507 "libc",
508 "miniz_oxide",
509 "object",
510 "rustc-demangle",
511 "windows-targets 0.52.6",
512]
513
514[[package]]
515name = "base64"
516version = "0.21.7"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
519
520[[package]]
521name = "base64"
522version = "0.22.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
525
526[[package]]
527name = "bit-set"
528version = "0.6.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
531dependencies = [
532 "bit-vec",
533]
534
535[[package]]
536name = "bit-vec"
537version = "0.7.0"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
540
541[[package]]
542name = "bitflags"
543version = "1.3.2"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
546
547[[package]]
548name = "bitflags"
549version = "2.9.1"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
552dependencies = [
553 "serde",
554]
555
556[[package]]
557name = "block"
558version = "0.1.6"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
561
562[[package]]
563name = "block-buffer"
564version = "0.10.4"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
567dependencies = [
568 "generic-array",
569]
570
571[[package]]
572name = "block2"
573version = "0.5.1"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
576dependencies = [
577 "objc2 0.5.2",
578]
579
580[[package]]
581name = "block2"
582version = "0.6.1"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
585dependencies = [
586 "objc2 0.6.1",
587]
588
589[[package]]
590name = "blocking"
591version = "1.6.1"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
594dependencies = [
595 "async-channel",
596 "async-task",
597 "futures-io",
598 "futures-lite 2.6.0",
599 "piper",
600]
601
602[[package]]
603name = "bumpalo"
604version = "3.18.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
607
608[[package]]
609name = "by_address"
610version = "1.2.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
613
614[[package]]
615name = "bytemuck"
616version = "1.23.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
619dependencies = [
620 "bytemuck_derive",
621]
622
623[[package]]
624name = "bytemuck_derive"
625version = "1.9.3"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
628dependencies = [
629 "proc-macro2",
630 "quote",
631 "syn 2.0.103",
632]
633
634[[package]]
635name = "byteorder"
636version = "1.5.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
639
640[[package]]
641name = "byteorder-lite"
642version = "0.1.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
645
646[[package]]
647name = "bytes"
648version = "1.10.1"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
651
652[[package]]
653name = "calloop"
654version = "0.13.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
657dependencies = [
658 "bitflags 2.9.1",
659 "log",
660 "polling 3.8.0",
661 "rustix 0.38.44",
662 "slab",
663 "thiserror 1.0.69",
664]
665
666[[package]]
667name = "calloop-wayland-source"
668version = "0.3.0"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
671dependencies = [
672 "calloop",
673 "rustix 0.38.44",
674 "wayland-backend",
675 "wayland-client",
676]
677
678[[package]]
679name = "cc"
680version = "1.2.27"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
683dependencies = [
684 "jobserver",
685 "libc",
686 "shlex",
687]
688
689[[package]]
690name = "cesu8"
691version = "1.1.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
694
695[[package]]
696name = "cfg-if"
697version = "1.0.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
700
701[[package]]
702name = "cfg_aliases"
703version = "0.1.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
706
707[[package]]
708name = "cfg_aliases"
709version = "0.2.1"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
712
713[[package]]
714name = "chrono"
715version = "0.4.41"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
718dependencies = [
719 "android-tzdata",
720 "iana-time-zone",
721 "js-sys",
722 "num-traits",
723 "wasm-bindgen",
724 "windows-link",
725]
726
727[[package]]
728name = "clipboard-win"
729version = "5.4.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
732dependencies = [
733 "error-code",
734]
735
736[[package]]
737name = "clipboard_macos"
738version = "0.1.0"
739source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
740dependencies = [
741 "objc",
742 "objc-foundation",
743 "objc_id",
744]
745
746[[package]]
747name = "clipboard_wayland"
748version = "0.2.2"
749source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
750dependencies = [
751 "dnd",
752 "mime",
753 "smithay-clipboard",
754]
755
756[[package]]
757name = "clipboard_x11"
758version = "0.4.2"
759source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
760dependencies = [
761 "thiserror 1.0.69",
762 "x11rb",
763]
764
765[[package]]
766name = "cocoa"
767version = "0.25.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
770dependencies = [
771 "bitflags 1.3.2",
772 "block",
773 "cocoa-foundation",
774 "core-foundation",
775 "core-graphics",
776 "foreign-types",
777 "libc",
778 "objc",
779]
780
781[[package]]
782name = "cocoa-foundation"
783version = "0.1.2"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
786dependencies = [
787 "bitflags 1.3.2",
788 "block",
789 "core-foundation",
790 "core-graphics-types",
791 "libc",
792 "objc",
793]
794
795[[package]]
796name = "codespan-reporting"
797version = "0.11.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
800dependencies = [
801 "termcolor",
802 "unicode-width",
803]
804
805[[package]]
806name = "color_quant"
807version = "1.1.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
810
811[[package]]
812name = "com"
813version = "0.6.0"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
816dependencies = [
817 "com_macros",
818]
819
820[[package]]
821name = "com_macros"
822version = "0.6.0"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
825dependencies = [
826 "com_macros_support",
827 "proc-macro2",
828 "syn 1.0.109",
829]
830
831[[package]]
832name = "com_macros_support"
833version = "0.6.0"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
836dependencies = [
837 "proc-macro2",
838 "quote",
839 "syn 1.0.109",
840]
841
842[[package]]
843name = "combine"
844version = "4.6.7"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
847dependencies = [
848 "bytes",
849 "memchr",
850]
851
852[[package]]
853name = "concurrent-queue"
854version = "2.5.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
857dependencies = [
858 "crossbeam-utils",
859]
860
861[[package]]
862name = "core-foundation"
863version = "0.9.4"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
866dependencies = [
867 "core-foundation-sys",
868 "libc",
869]
870
871[[package]]
872name = "core-foundation-sys"
873version = "0.8.7"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
876
877[[package]]
878name = "core-graphics"
879version = "0.23.2"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
882dependencies = [
883 "bitflags 1.3.2",
884 "core-foundation",
885 "core-graphics-types",
886 "foreign-types",
887 "libc",
888]
889
890[[package]]
891name = "core-graphics-types"
892version = "0.1.3"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
895dependencies = [
896 "bitflags 1.3.2",
897 "core-foundation",
898 "libc",
899]
900
901[[package]]
902name = "core_maths"
903version = "0.1.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
906dependencies = [
907 "libm",
908]
909
910[[package]]
911name = "cosmic-client-toolkit"
912version = "0.1.0"
913source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51"
914dependencies = [
915 "cosmic-protocols",
916 "libc",
917 "smithay-client-toolkit",
918 "wayland-client",
919 "wayland-protocols",
920]
921
922[[package]]
923name = "cosmic-config"
924version = "0.1.0"
925source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
926dependencies = [
927 "atomicwrites",
928 "cosmic-config-derive",
929 "dirs 6.0.0",
930 "iced_futures",
931 "known-folders",
932 "notify",
933 "once_cell",
934 "ron 0.9.0",
935 "serde",
936 "tokio",
937 "tracing",
938 "xdg",
939]
940
941[[package]]
942name = "cosmic-config-derive"
943version = "0.1.0"
944source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
945dependencies = [
946 "quote",
947 "syn 2.0.103",
948]
949
950[[package]]
951name = "cosmic-ext-applet-weather"
952version = "0.1.0"
953dependencies = [
954 "chrono",
955 "fuzzy-matcher",
956 "libcosmic",
957 "reqwest",
958 "serde",
959 "serde_derive",
960 "serde_json",
961 "tracing",
962 "tracing-subscriber",
963 "urlencoding",
964]
965
966[[package]]
967name = "cosmic-freedesktop-icons"
968version = "0.3.0"
969source = "git+https://github.com/pop-os/freedesktop-icons#8a05c322c482ff3c69cf34bacfee98907ac45307"
970dependencies = [
971 "dirs 5.0.1",
972 "ini_core",
973 "memmap2 0.9.5",
974 "thiserror 2.0.12",
975 "tracing",
976 "xdg",
977]
978
979[[package]]
980name = "cosmic-panel-config"
981version = "0.1.0"
982source = "git+https://github.com/pop-os/cosmic-panel#887b5682097ae3beb52b8b91ad312347e6414224"
983dependencies = [
984 "anyhow",
985 "cosmic-config",
986 "ron 0.8.1",
987 "serde",
988 "smithay-client-toolkit",
989 "tracing",
990 "wayland-protocols-wlr",
991 "xdg-shell-wrapper-config",
992]
993
994[[package]]
995name = "cosmic-protocols"
996version = "0.1.0"
997source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51"
998dependencies = [
999 "bitflags 2.9.1",
1000 "wayland-backend",
1001 "wayland-client",
1002 "wayland-protocols",
1003 "wayland-protocols-wlr",
1004 "wayland-scanner",
1005 "wayland-server",
1006]
1007
1008[[package]]
1009name = "cosmic-text"
1010version = "0.14.2"
1011source = "git+https://github.com/pop-os/cosmic-text.git#c597f3755b5480678053dce1f47bb11b98b43aa2"
1012dependencies = [
1013 "bitflags 2.9.1",
1014 "fontdb 0.23.0",
1015 "log",
1016 "rangemap",
1017 "rustc-hash 1.1.0",
1018 "rustybuzz",
1019 "self_cell",
1020 "smol_str",
1021 "swash",
1022 "sys-locale",
1023 "ttf-parser 0.21.1",
1024 "unicode-bidi",
1025 "unicode-linebreak",
1026 "unicode-script",
1027 "unicode-segmentation",
1028]
1029
1030[[package]]
1031name = "cosmic-theme"
1032version = "0.1.0"
1033source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
1034dependencies = [
1035 "almost",
1036 "cosmic-config",
1037 "csscolorparser",
1038 "dirs 6.0.0",
1039 "lazy_static",
1040 "palette",
1041 "ron 0.9.0",
1042 "serde",
1043 "serde_json",
1044 "thiserror 2.0.12",
1045]
1046
1047[[package]]
1048name = "cpufeatures"
1049version = "0.2.17"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1052dependencies = [
1053 "libc",
1054]
1055
1056[[package]]
1057name = "crc32fast"
1058version = "1.4.2"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1061dependencies = [
1062 "cfg-if",
1063]
1064
1065[[package]]
1066name = "crossbeam-utils"
1067version = "0.8.21"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1070
1071[[package]]
1072name = "crunchy"
1073version = "0.2.3"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
1076
1077[[package]]
1078name = "crypto-common"
1079version = "0.1.6"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1082dependencies = [
1083 "generic-array",
1084 "typenum",
1085]
1086
1087[[package]]
1088name = "css-color"
1089version = "0.2.8"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a"
1092
1093[[package]]
1094name = "csscolorparser"
1095version = "0.7.2"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "5fda6aace1fbef3aa217b27f4c8d7d071ef2a70a5ca51050b1f17d40299d3f16"
1098dependencies = [
1099 "phf",
1100 "serde",
1101]
1102
1103[[package]]
1104name = "ctor-lite"
1105version = "0.1.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
1108
1109[[package]]
1110name = "cursor-icon"
1111version = "1.2.0"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1114
1115[[package]]
1116name = "d3d12"
1117version = "22.0.0"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "bdbd1f579714e3c809ebd822c81ef148b1ceaeb3d535352afc73fd0c4c6a0017"
1120dependencies = [
1121 "bitflags 2.9.1",
1122 "libloading",
1123 "winapi",
1124]
1125
1126[[package]]
1127name = "darling"
1128version = "0.20.11"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1131dependencies = [
1132 "darling_core",
1133 "darling_macro",
1134]
1135
1136[[package]]
1137name = "darling_core"
1138version = "0.20.11"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
1141dependencies = [
1142 "fnv",
1143 "ident_case",
1144 "proc-macro2",
1145 "quote",
1146 "strsim",
1147 "syn 2.0.103",
1148]
1149
1150[[package]]
1151name = "darling_macro"
1152version = "0.20.11"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1155dependencies = [
1156 "darling_core",
1157 "quote",
1158 "syn 2.0.103",
1159]
1160
1161[[package]]
1162name = "data-url"
1163version = "0.3.1"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
1166
1167[[package]]
1168name = "derivative"
1169version = "2.2.0"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1172dependencies = [
1173 "proc-macro2",
1174 "quote",
1175 "syn 1.0.109",
1176]
1177
1178[[package]]
1179name = "derive_setters"
1180version = "0.1.7"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "d9c848e86c87e5cc305313041c5677d4d95d60baa71cf95e5f6ea2554bb629ff"
1183dependencies = [
1184 "darling",
1185 "proc-macro2",
1186 "quote",
1187 "syn 2.0.103",
1188]
1189
1190[[package]]
1191name = "derive_utils"
1192version = "0.15.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "ccfae181bab5ab6c5478b2ccb69e4c68a02f8c3ec72f6616bfec9dbc599d2ee0"
1195dependencies = [
1196 "proc-macro2",
1197 "quote",
1198 "syn 2.0.103",
1199]
1200
1201[[package]]
1202name = "digest"
1203version = "0.10.7"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1206dependencies = [
1207 "block-buffer",
1208 "crypto-common",
1209]
1210
1211[[package]]
1212name = "dirs"
1213version = "5.0.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
1216dependencies = [
1217 "dirs-sys 0.4.1",
1218]
1219
1220[[package]]
1221name = "dirs"
1222version = "6.0.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1225dependencies = [
1226 "dirs-sys 0.5.0",
1227]
1228
1229[[package]]
1230name = "dirs-sys"
1231version = "0.4.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1234dependencies = [
1235 "libc",
1236 "option-ext",
1237 "redox_users 0.4.6",
1238 "windows-sys 0.48.0",
1239]
1240
1241[[package]]
1242name = "dirs-sys"
1243version = "0.5.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1246dependencies = [
1247 "libc",
1248 "option-ext",
1249 "redox_users 0.5.0",
1250 "windows-sys 0.60.2",
1251]
1252
1253[[package]]
1254name = "dispatch"
1255version = "0.2.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1258
1259[[package]]
1260name = "dispatch2"
1261version = "0.2.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "1a0d569e003ff27784e0e14e4a594048698e0c0f0b66cabcb51511be55a7caa0"
1264dependencies = [
1265 "bitflags 2.9.1",
1266 "block2 0.6.1",
1267 "libc",
1268 "objc2 0.6.1",
1269]
1270
1271[[package]]
1272name = "dispatch2"
1273version = "0.3.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1276dependencies = [
1277 "bitflags 2.9.1",
1278 "objc2 0.6.1",
1279]
1280
1281[[package]]
1282name = "displaydoc"
1283version = "0.2.5"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1286dependencies = [
1287 "proc-macro2",
1288 "quote",
1289 "syn 2.0.103",
1290]
1291
1292[[package]]
1293name = "dlib"
1294version = "0.5.2"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
1297dependencies = [
1298 "libloading",
1299]
1300
1301[[package]]
1302name = "dnd"
1303version = "0.1.0"
1304source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
1305dependencies = [
1306 "bitflags 2.9.1",
1307 "mime",
1308 "raw-window-handle",
1309 "smithay-client-toolkit",
1310 "smithay-clipboard",
1311]
1312
1313[[package]]
1314name = "document-features"
1315version = "0.2.11"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
1318dependencies = [
1319 "litrs",
1320]
1321
1322[[package]]
1323name = "downcast-rs"
1324version = "1.2.1"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1327
1328[[package]]
1329name = "dpi"
1330version = "0.1.1"
1331source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
1332
1333[[package]]
1334name = "drm"
1335version = "0.11.1"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
1338dependencies = [
1339 "bitflags 2.9.1",
1340 "bytemuck",
1341 "drm-ffi",
1342 "drm-fourcc",
1343 "rustix 0.38.44",
1344]
1345
1346[[package]]
1347name = "drm-ffi"
1348version = "0.7.1"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
1351dependencies = [
1352 "drm-sys",
1353 "rustix 0.38.44",
1354]
1355
1356[[package]]
1357name = "drm-fourcc"
1358version = "2.2.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
1361
1362[[package]]
1363name = "drm-sys"
1364version = "0.6.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
1367dependencies = [
1368 "libc",
1369 "linux-raw-sys 0.6.5",
1370]
1371
1372[[package]]
1373name = "endi"
1374version = "1.1.0"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
1377
1378[[package]]
1379name = "enumflags2"
1380version = "0.7.12"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1383dependencies = [
1384 "enumflags2_derive",
1385 "serde",
1386]
1387
1388[[package]]
1389name = "enumflags2_derive"
1390version = "0.7.12"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1393dependencies = [
1394 "proc-macro2",
1395 "quote",
1396 "syn 2.0.103",
1397]
1398
1399[[package]]
1400name = "equivalent"
1401version = "1.0.2"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1404
1405[[package]]
1406name = "errno"
1407version = "0.3.12"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
1410dependencies = [
1411 "libc",
1412 "windows-sys 0.59.0",
1413]
1414
1415[[package]]
1416name = "error-code"
1417version = "3.3.2"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1420
1421[[package]]
1422name = "etagere"
1423version = "0.2.15"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
1426dependencies = [
1427 "euclid",
1428 "svg_fmt",
1429]
1430
1431[[package]]
1432name = "euclid"
1433version = "0.22.11"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
1436dependencies = [
1437 "num-traits",
1438]
1439
1440[[package]]
1441name = "event-listener"
1442version = "2.5.3"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1445
1446[[package]]
1447name = "event-listener"
1448version = "3.1.0"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
1451dependencies = [
1452 "concurrent-queue",
1453 "parking",
1454 "pin-project-lite",
1455]
1456
1457[[package]]
1458name = "event-listener"
1459version = "5.4.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1462dependencies = [
1463 "concurrent-queue",
1464 "parking",
1465 "pin-project-lite",
1466]
1467
1468[[package]]
1469name = "event-listener-strategy"
1470version = "0.5.4"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1473dependencies = [
1474 "event-listener 5.4.0",
1475 "pin-project-lite",
1476]
1477
1478[[package]]
1479name = "fast-srgb8"
1480version = "1.0.0"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
1483
1484[[package]]
1485name = "fastrand"
1486version = "1.9.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1489dependencies = [
1490 "instant",
1491]
1492
1493[[package]]
1494name = "fastrand"
1495version = "2.3.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1498
1499[[package]]
1500name = "fdeflate"
1501version = "0.3.7"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1504dependencies = [
1505 "simd-adler32",
1506]
1507
1508[[package]]
1509name = "filetime"
1510version = "0.2.25"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
1513dependencies = [
1514 "cfg-if",
1515 "libc",
1516 "libredox",
1517 "windows-sys 0.59.0",
1518]
1519
1520[[package]]
1521name = "flate2"
1522version = "1.1.2"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1525dependencies = [
1526 "crc32fast",
1527 "miniz_oxide",
1528]
1529
1530[[package]]
1531name = "float-cmp"
1532version = "0.9.0"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1535
1536[[package]]
1537name = "float_next_after"
1538version = "1.0.0"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
1541
1542[[package]]
1543name = "fnv"
1544version = "1.0.7"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1547
1548[[package]]
1549name = "foldhash"
1550version = "0.1.5"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1553
1554[[package]]
1555name = "font-types"
1556version = "0.9.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7"
1559dependencies = [
1560 "bytemuck",
1561]
1562
1563[[package]]
1564name = "fontconfig-parser"
1565version = "0.5.8"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
1568dependencies = [
1569 "roxmltree",
1570]
1571
1572[[package]]
1573name = "fontdb"
1574version = "0.18.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
1577dependencies = [
1578 "fontconfig-parser",
1579 "log",
1580 "memmap2 0.9.5",
1581 "slotmap",
1582 "tinyvec",
1583 "ttf-parser 0.21.1",
1584]
1585
1586[[package]]
1587name = "fontdb"
1588version = "0.23.0"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
1591dependencies = [
1592 "fontconfig-parser",
1593 "log",
1594 "memmap2 0.9.5",
1595 "slotmap",
1596 "tinyvec",
1597 "ttf-parser 0.25.1",
1598]
1599
1600[[package]]
1601name = "foreign-types"
1602version = "0.5.0"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1605dependencies = [
1606 "foreign-types-macros",
1607 "foreign-types-shared",
1608]
1609
1610[[package]]
1611name = "foreign-types-macros"
1612version = "0.2.3"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1615dependencies = [
1616 "proc-macro2",
1617 "quote",
1618 "syn 2.0.103",
1619]
1620
1621[[package]]
1622name = "foreign-types-shared"
1623version = "0.3.1"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1626
1627[[package]]
1628name = "form_urlencoded"
1629version = "1.2.1"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1632dependencies = [
1633 "percent-encoding",
1634]
1635
1636[[package]]
1637name = "fsevent-sys"
1638version = "4.1.0"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1641dependencies = [
1642 "libc",
1643]
1644
1645[[package]]
1646name = "futures"
1647version = "0.3.31"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1650dependencies = [
1651 "futures-channel",
1652 "futures-core",
1653 "futures-executor",
1654 "futures-io",
1655 "futures-sink",
1656 "futures-task",
1657 "futures-util",
1658]
1659
1660[[package]]
1661name = "futures-channel"
1662version = "0.3.31"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1665dependencies = [
1666 "futures-core",
1667 "futures-sink",
1668]
1669
1670[[package]]
1671name = "futures-core"
1672version = "0.3.31"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1675
1676[[package]]
1677name = "futures-executor"
1678version = "0.3.31"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1681dependencies = [
1682 "futures-core",
1683 "futures-task",
1684 "futures-util",
1685 "num_cpus",
1686]
1687
1688[[package]]
1689name = "futures-io"
1690version = "0.3.31"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1693
1694[[package]]
1695name = "futures-lite"
1696version = "1.13.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1699dependencies = [
1700 "fastrand 1.9.0",
1701 "futures-core",
1702 "futures-io",
1703 "memchr",
1704 "parking",
1705 "pin-project-lite",
1706 "waker-fn",
1707]
1708
1709[[package]]
1710name = "futures-lite"
1711version = "2.6.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1714dependencies = [
1715 "fastrand 2.3.0",
1716 "futures-core",
1717 "futures-io",
1718 "parking",
1719 "pin-project-lite",
1720]
1721
1722[[package]]
1723name = "futures-macro"
1724version = "0.3.31"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1727dependencies = [
1728 "proc-macro2",
1729 "quote",
1730 "syn 2.0.103",
1731]
1732
1733[[package]]
1734name = "futures-sink"
1735version = "0.3.31"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1738
1739[[package]]
1740name = "futures-task"
1741version = "0.3.31"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1744
1745[[package]]
1746name = "futures-util"
1747version = "0.3.31"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1750dependencies = [
1751 "futures-channel",
1752 "futures-core",
1753 "futures-io",
1754 "futures-macro",
1755 "futures-sink",
1756 "futures-task",
1757 "memchr",
1758 "pin-project-lite",
1759 "pin-utils",
1760 "slab",
1761]
1762
1763[[package]]
1764name = "fuzzy-matcher"
1765version = "0.3.7"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
1768dependencies = [
1769 "thread_local",
1770]
1771
1772[[package]]
1773name = "generic-array"
1774version = "0.14.7"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1777dependencies = [
1778 "typenum",
1779 "version_check",
1780]
1781
1782[[package]]
1783name = "gethostname"
1784version = "0.4.3"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1787dependencies = [
1788 "libc",
1789 "windows-targets 0.48.5",
1790]
1791
1792[[package]]
1793name = "getrandom"
1794version = "0.2.16"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1797dependencies = [
1798 "cfg-if",
1799 "js-sys",
1800 "libc",
1801 "wasi 0.11.1+wasi-snapshot-preview1",
1802 "wasm-bindgen",
1803]
1804
1805[[package]]
1806name = "getrandom"
1807version = "0.3.3"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1810dependencies = [
1811 "cfg-if",
1812 "js-sys",
1813 "libc",
1814 "r-efi",
1815 "wasi 0.14.2+wasi-0.2.4",
1816 "wasm-bindgen",
1817]
1818
1819[[package]]
1820name = "gif"
1821version = "0.13.1"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
1824dependencies = [
1825 "color_quant",
1826 "weezl",
1827]
1828
1829[[package]]
1830name = "gimli"
1831version = "0.31.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1834
1835[[package]]
1836name = "gl_generator"
1837version = "0.14.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1840dependencies = [
1841 "khronos_api",
1842 "log",
1843 "xml-rs",
1844]
1845
1846[[package]]
1847name = "glam"
1848version = "0.25.0"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
1851
1852[[package]]
1853name = "glow"
1854version = "0.13.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
1857dependencies = [
1858 "js-sys",
1859 "slotmap",
1860 "wasm-bindgen",
1861 "web-sys",
1862]
1863
1864[[package]]
1865name = "glutin_wgl_sys"
1866version = "0.6.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
1869dependencies = [
1870 "gl_generator",
1871]
1872
1873[[package]]
1874name = "gpu-alloc"
1875version = "0.6.0"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
1878dependencies = [
1879 "bitflags 2.9.1",
1880 "gpu-alloc-types",
1881]
1882
1883[[package]]
1884name = "gpu-alloc-types"
1885version = "0.3.0"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
1888dependencies = [
1889 "bitflags 2.9.1",
1890]
1891
1892[[package]]
1893name = "gpu-allocator"
1894version = "0.26.0"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7"
1897dependencies = [
1898 "log",
1899 "presser",
1900 "thiserror 1.0.69",
1901 "winapi",
1902 "windows 0.52.0",
1903]
1904
1905[[package]]
1906name = "gpu-descriptor"
1907version = "0.3.2"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1910dependencies = [
1911 "bitflags 2.9.1",
1912 "gpu-descriptor-types",
1913 "hashbrown",
1914]
1915
1916[[package]]
1917name = "gpu-descriptor-types"
1918version = "0.2.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1921dependencies = [
1922 "bitflags 2.9.1",
1923]
1924
1925[[package]]
1926name = "grid"
1927version = "0.11.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
1930
1931[[package]]
1932name = "guillotiere"
1933version = "0.6.2"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
1936dependencies = [
1937 "euclid",
1938 "svg_fmt",
1939]
1940
1941[[package]]
1942name = "half"
1943version = "2.6.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
1946dependencies = [
1947 "cfg-if",
1948 "crunchy",
1949]
1950
1951[[package]]
1952name = "hashbrown"
1953version = "0.15.4"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1956dependencies = [
1957 "foldhash",
1958]
1959
1960[[package]]
1961name = "hassle-rs"
1962version = "0.11.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
1965dependencies = [
1966 "bitflags 2.9.1",
1967 "com",
1968 "libc",
1969 "libloading",
1970 "thiserror 1.0.69",
1971 "widestring",
1972 "winapi",
1973]
1974
1975[[package]]
1976name = "heck"
1977version = "0.4.1"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1980
1981[[package]]
1982name = "hermit-abi"
1983version = "0.3.9"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1986
1987[[package]]
1988name = "hermit-abi"
1989version = "0.5.2"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1992
1993[[package]]
1994name = "hex"
1995version = "0.4.3"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1998
1999[[package]]
2000name = "hexf-parse"
2001version = "0.2.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2004
2005[[package]]
2006name = "http"
2007version = "1.3.1"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2010dependencies = [
2011 "bytes",
2012 "fnv",
2013 "itoa",
2014]
2015
2016[[package]]
2017name = "http-body"
2018version = "1.0.1"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2021dependencies = [
2022 "bytes",
2023 "http",
2024]
2025
2026[[package]]
2027name = "http-body-util"
2028version = "0.1.3"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2031dependencies = [
2032 "bytes",
2033 "futures-core",
2034 "http",
2035 "http-body",
2036 "pin-project-lite",
2037]
2038
2039[[package]]
2040name = "httparse"
2041version = "1.10.1"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2044
2045[[package]]
2046name = "hyper"
2047version = "1.6.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2050dependencies = [
2051 "bytes",
2052 "futures-channel",
2053 "futures-util",
2054 "http",
2055 "http-body",
2056 "httparse",
2057 "itoa",
2058 "pin-project-lite",
2059 "smallvec",
2060 "tokio",
2061 "want",
2062]
2063
2064[[package]]
2065name = "hyper-rustls"
2066version = "0.27.7"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2069dependencies = [
2070 "http",
2071 "hyper",
2072 "hyper-util",
2073 "rustls",
2074 "rustls-pki-types",
2075 "tokio",
2076 "tokio-rustls",
2077 "tower-service",
2078 "webpki-roots",
2079]
2080
2081[[package]]
2082name = "hyper-util"
2083version = "0.1.14"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
2086dependencies = [
2087 "base64 0.22.1",
2088 "bytes",
2089 "futures-channel",
2090 "futures-core",
2091 "futures-util",
2092 "http",
2093 "http-body",
2094 "hyper",
2095 "ipnet",
2096 "libc",
2097 "percent-encoding",
2098 "pin-project-lite",
2099 "socket2 0.5.10",
2100 "tokio",
2101 "tower-service",
2102 "tracing",
2103]
2104
2105[[package]]
2106name = "iana-time-zone"
2107version = "0.1.63"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2110dependencies = [
2111 "android_system_properties",
2112 "core-foundation-sys",
2113 "iana-time-zone-haiku",
2114 "js-sys",
2115 "log",
2116 "wasm-bindgen",
2117 "windows-core 0.61.2",
2118]
2119
2120[[package]]
2121name = "iana-time-zone-haiku"
2122version = "0.1.2"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2125dependencies = [
2126 "cc",
2127]
2128
2129[[package]]
2130name = "iced"
2131version = "0.14.0-dev"
2132source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2133dependencies = [
2134 "dnd",
2135 "iced_accessibility",
2136 "iced_core",
2137 "iced_futures",
2138 "iced_renderer",
2139 "iced_widget",
2140 "iced_winit",
2141 "image",
2142 "mime",
2143 "thiserror 1.0.69",
2144 "window_clipboard",
2145]
2146
2147[[package]]
2148name = "iced_accessibility"
2149version = "0.1.0"
2150source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2151dependencies = [
2152 "accesskit",
2153 "accesskit_winit",
2154]
2155
2156[[package]]
2157name = "iced_core"
2158version = "0.14.0-dev"
2159source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2160dependencies = [
2161 "bitflags 2.9.1",
2162 "bytes",
2163 "cosmic-client-toolkit",
2164 "dnd",
2165 "glam",
2166 "log",
2167 "mime",
2168 "num-traits",
2169 "once_cell",
2170 "palette",
2171 "raw-window-handle",
2172 "rustc-hash 2.1.1",
2173 "serde",
2174 "smol_str",
2175 "thiserror 1.0.69",
2176 "web-time",
2177 "window_clipboard",
2178]
2179
2180[[package]]
2181name = "iced_futures"
2182version = "0.14.0-dev"
2183source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2184dependencies = [
2185 "futures",
2186 "iced_core",
2187 "log",
2188 "rustc-hash 2.1.1",
2189 "tokio",
2190 "wasm-bindgen-futures",
2191 "wasm-timer",
2192]
2193
2194[[package]]
2195name = "iced_glyphon"
2196version = "0.6.0"
2197source = "git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b"
2198dependencies = [
2199 "cosmic-text",
2200 "etagere",
2201 "lru",
2202 "rustc-hash 2.1.1",
2203 "wgpu",
2204]
2205
2206[[package]]
2207name = "iced_graphics"
2208version = "0.14.0-dev"
2209source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2210dependencies = [
2211 "bitflags 2.9.1",
2212 "bytemuck",
2213 "cosmic-text",
2214 "half",
2215 "iced_core",
2216 "iced_futures",
2217 "image",
2218 "kamadak-exif",
2219 "log",
2220 "lyon_path",
2221 "once_cell",
2222 "raw-window-handle",
2223 "rustc-hash 2.1.1",
2224 "thiserror 1.0.69",
2225 "unicode-segmentation",
2226]
2227
2228[[package]]
2229name = "iced_renderer"
2230version = "0.14.0-dev"
2231source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2232dependencies = [
2233 "iced_graphics",
2234 "iced_tiny_skia",
2235 "iced_wgpu",
2236 "log",
2237 "thiserror 1.0.69",
2238]
2239
2240[[package]]
2241name = "iced_runtime"
2242version = "0.14.0-dev"
2243source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2244dependencies = [
2245 "bytes",
2246 "cosmic-client-toolkit",
2247 "dnd",
2248 "iced_core",
2249 "iced_futures",
2250 "raw-window-handle",
2251 "thiserror 1.0.69",
2252 "window_clipboard",
2253]
2254
2255[[package]]
2256name = "iced_tiny_skia"
2257version = "0.14.0-dev"
2258source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2259dependencies = [
2260 "bytemuck",
2261 "cosmic-text",
2262 "iced_graphics",
2263 "kurbo 0.10.4",
2264 "log",
2265 "resvg",
2266 "rustc-hash 2.1.1",
2267 "softbuffer",
2268 "tiny-skia",
2269]
2270
2271[[package]]
2272name = "iced_wgpu"
2273version = "0.14.0-dev"
2274source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2275dependencies = [
2276 "as-raw-xcb-connection",
2277 "bitflags 2.9.1",
2278 "bytemuck",
2279 "cosmic-client-toolkit",
2280 "futures",
2281 "glam",
2282 "guillotiere",
2283 "iced_glyphon",
2284 "iced_graphics",
2285 "log",
2286 "lyon",
2287 "once_cell",
2288 "raw-window-handle",
2289 "resvg",
2290 "rustc-hash 2.1.1",
2291 "rustix 0.38.44",
2292 "thiserror 1.0.69",
2293 "tiny-xlib",
2294 "wayland-backend",
2295 "wayland-client",
2296 "wayland-protocols",
2297 "wayland-sys",
2298 "wgpu",
2299 "x11rb",
2300]
2301
2302[[package]]
2303name = "iced_widget"
2304version = "0.14.0-dev"
2305source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2306dependencies = [
2307 "cosmic-client-toolkit",
2308 "dnd",
2309 "iced_renderer",
2310 "iced_runtime",
2311 "log",
2312 "num-traits",
2313 "once_cell",
2314 "ouroboros",
2315 "rustc-hash 2.1.1",
2316 "thiserror 1.0.69",
2317 "unicode-segmentation",
2318 "window_clipboard",
2319]
2320
2321[[package]]
2322name = "iced_winit"
2323version = "0.14.0-dev"
2324source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2325dependencies = [
2326 "cosmic-client-toolkit",
2327 "dnd",
2328 "iced_futures",
2329 "iced_graphics",
2330 "iced_runtime",
2331 "log",
2332 "raw-window-handle",
2333 "rustc-hash 2.1.1",
2334 "rustix 0.38.44",
2335 "thiserror 1.0.69",
2336 "tracing",
2337 "wasm-bindgen-futures",
2338 "wayland-backend",
2339 "wayland-client",
2340 "wayland-protocols",
2341 "web-sys",
2342 "winapi",
2343 "window_clipboard",
2344 "winit",
2345 "xkbcommon",
2346 "xkbcommon-dl",
2347 "xkeysym",
2348]
2349
2350[[package]]
2351name = "icu_collections"
2352version = "2.0.0"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2355dependencies = [
2356 "displaydoc",
2357 "potential_utf",
2358 "yoke",
2359 "zerofrom",
2360 "zerovec",
2361]
2362
2363[[package]]
2364name = "icu_locale_core"
2365version = "2.0.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2368dependencies = [
2369 "displaydoc",
2370 "litemap",
2371 "tinystr",
2372 "writeable",
2373 "zerovec",
2374]
2375
2376[[package]]
2377name = "icu_normalizer"
2378version = "2.0.0"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2381dependencies = [
2382 "displaydoc",
2383 "icu_collections",
2384 "icu_normalizer_data",
2385 "icu_properties",
2386 "icu_provider",
2387 "smallvec",
2388 "zerovec",
2389]
2390
2391[[package]]
2392name = "icu_normalizer_data"
2393version = "2.0.0"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2396
2397[[package]]
2398name = "icu_properties"
2399version = "2.0.1"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2402dependencies = [
2403 "displaydoc",
2404 "icu_collections",
2405 "icu_locale_core",
2406 "icu_properties_data",
2407 "icu_provider",
2408 "potential_utf",
2409 "zerotrie",
2410 "zerovec",
2411]
2412
2413[[package]]
2414name = "icu_properties_data"
2415version = "2.0.1"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2418
2419[[package]]
2420name = "icu_provider"
2421version = "2.0.0"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2424dependencies = [
2425 "displaydoc",
2426 "icu_locale_core",
2427 "stable_deref_trait",
2428 "tinystr",
2429 "writeable",
2430 "yoke",
2431 "zerofrom",
2432 "zerotrie",
2433 "zerovec",
2434]
2435
2436[[package]]
2437name = "ident_case"
2438version = "1.0.1"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2441
2442[[package]]
2443name = "idna"
2444version = "1.0.3"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2447dependencies = [
2448 "idna_adapter",
2449 "smallvec",
2450 "utf8_iter",
2451]
2452
2453[[package]]
2454name = "idna_adapter"
2455version = "1.2.1"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2458dependencies = [
2459 "icu_normalizer",
2460 "icu_properties",
2461]
2462
2463[[package]]
2464name = "image"
2465version = "0.25.6"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
2468dependencies = [
2469 "bytemuck",
2470 "byteorder-lite",
2471 "num-traits",
2472 "png",
2473 "zune-core",
2474 "zune-jpeg",
2475]
2476
2477[[package]]
2478name = "imagesize"
2479version = "0.12.0"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2482
2483[[package]]
2484name = "immutable-chunkmap"
2485version = "2.0.6"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578"
2488dependencies = [
2489 "arrayvec",
2490]
2491
2492[[package]]
2493name = "indexmap"
2494version = "2.9.0"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2497dependencies = [
2498 "equivalent",
2499 "hashbrown",
2500]
2501
2502[[package]]
2503name = "ini_core"
2504version = "0.2.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "7a467a31a9f439b5262fa99c17084537bff57f24703d5a09a2b5c9657ec73a61"
2507dependencies = [
2508 "cfg-if",
2509]
2510
2511[[package]]
2512name = "inotify"
2513version = "0.11.0"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
2516dependencies = [
2517 "bitflags 2.9.1",
2518 "inotify-sys",
2519 "libc",
2520]
2521
2522[[package]]
2523name = "inotify-sys"
2524version = "0.1.5"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2527dependencies = [
2528 "libc",
2529]
2530
2531[[package]]
2532name = "instant"
2533version = "0.1.13"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2536dependencies = [
2537 "cfg-if",
2538]
2539
2540[[package]]
2541name = "io-lifetimes"
2542version = "1.0.11"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2545dependencies = [
2546 "hermit-abi 0.3.9",
2547 "libc",
2548 "windows-sys 0.48.0",
2549]
2550
2551[[package]]
2552name = "ipnet"
2553version = "2.11.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2556
2557[[package]]
2558name = "iri-string"
2559version = "0.7.8"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2562dependencies = [
2563 "memchr",
2564 "serde",
2565]
2566
2567[[package]]
2568name = "itoa"
2569version = "1.0.15"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2572
2573[[package]]
2574name = "jni"
2575version = "0.21.1"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2578dependencies = [
2579 "cesu8",
2580 "cfg-if",
2581 "combine",
2582 "jni-sys",
2583 "log",
2584 "thiserror 1.0.69",
2585 "walkdir",
2586 "windows-sys 0.45.0",
2587]
2588
2589[[package]]
2590name = "jni-sys"
2591version = "0.3.0"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2594
2595[[package]]
2596name = "jobserver"
2597version = "0.1.33"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2600dependencies = [
2601 "getrandom 0.3.3",
2602 "libc",
2603]
2604
2605[[package]]
2606name = "jpeg-decoder"
2607version = "0.3.1"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2610
2611[[package]]
2612name = "js-sys"
2613version = "0.3.77"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2616dependencies = [
2617 "once_cell",
2618 "wasm-bindgen",
2619]
2620
2621[[package]]
2622name = "kamadak-exif"
2623version = "0.5.5"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
2626dependencies = [
2627 "mutate_once",
2628]
2629
2630[[package]]
2631name = "khronos-egl"
2632version = "6.0.0"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2635dependencies = [
2636 "libc",
2637 "libloading",
2638 "pkg-config",
2639]
2640
2641[[package]]
2642name = "khronos_api"
2643version = "3.1.0"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2646
2647[[package]]
2648name = "known-folders"
2649version = "1.2.0"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "b7d9a1740cc8b46e259a0eb787d79d855e79ff10b9855a5eba58868d5da7927c"
2652dependencies = [
2653 "windows-sys 0.59.0",
2654]
2655
2656[[package]]
2657name = "kqueue"
2658version = "1.1.1"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
2661dependencies = [
2662 "kqueue-sys",
2663 "libc",
2664]
2665
2666[[package]]
2667name = "kqueue-sys"
2668version = "1.0.4"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2671dependencies = [
2672 "bitflags 1.3.2",
2673 "libc",
2674]
2675
2676[[package]]
2677name = "kurbo"
2678version = "0.10.4"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440"
2681dependencies = [
2682 "arrayvec",
2683 "smallvec",
2684]
2685
2686[[package]]
2687name = "kurbo"
2688version = "0.11.2"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "1077d333efea6170d9ccb96d3c3026f300ca0773da4938cc4c811daa6df68b0c"
2691dependencies = [
2692 "arrayvec",
2693 "smallvec",
2694]
2695
2696[[package]]
2697name = "lazy_static"
2698version = "1.5.0"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2701
2702[[package]]
2703name = "libc"
2704version = "0.2.174"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2707
2708[[package]]
2709name = "libcosmic"
2710version = "0.1.0"
2711source = "git+https://github.com/pop-os/libcosmic#90ed634b0680f546bab7e8d04f0989d718d721fa"
2712dependencies = [
2713 "apply",
2714 "ashpd",
2715 "auto_enums",
2716 "chrono",
2717 "cosmic-client-toolkit",
2718 "cosmic-config",
2719 "cosmic-freedesktop-icons",
2720 "cosmic-panel-config",
2721 "cosmic-theme",
2722 "css-color",
2723 "derive_setters",
2724 "futures",
2725 "iced",
2726 "iced_core",
2727 "iced_futures",
2728 "iced_renderer",
2729 "iced_runtime",
2730 "iced_tiny_skia",
2731 "iced_widget",
2732 "iced_winit",
2733 "image",
2734 "lazy_static",
2735 "palette",
2736 "raw-window-handle",
2737 "rfd",
2738 "ron 0.9.0",
2739 "serde",
2740 "slotmap",
2741 "taffy",
2742 "thiserror 2.0.12",
2743 "tokio",
2744 "tracing",
2745 "unicode-segmentation",
2746 "url",
2747 "zbus 5.7.1",
2748]
2749
2750[[package]]
2751name = "libloading"
2752version = "0.8.8"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
2755dependencies = [
2756 "cfg-if",
2757 "windows-targets 0.53.2",
2758]
2759
2760[[package]]
2761name = "libm"
2762version = "0.2.15"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2765
2766[[package]]
2767name = "libredox"
2768version = "0.1.3"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2771dependencies = [
2772 "bitflags 2.9.1",
2773 "libc",
2774 "redox_syscall 0.5.13",
2775]
2776
2777[[package]]
2778name = "linux-raw-sys"
2779version = "0.3.8"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2782
2783[[package]]
2784name = "linux-raw-sys"
2785version = "0.4.15"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2788
2789[[package]]
2790name = "linux-raw-sys"
2791version = "0.6.5"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
2794
2795[[package]]
2796name = "linux-raw-sys"
2797version = "0.9.4"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2800
2801[[package]]
2802name = "litemap"
2803version = "0.8.0"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2806
2807[[package]]
2808name = "litrs"
2809version = "0.4.1"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
2812
2813[[package]]
2814name = "lock_api"
2815version = "0.4.13"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2818dependencies = [
2819 "autocfg",
2820 "scopeguard",
2821]
2822
2823[[package]]
2824name = "log"
2825version = "0.4.27"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2828
2829[[package]]
2830name = "lru"
2831version = "0.12.5"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2834
2835[[package]]
2836name = "lru-slab"
2837version = "0.1.2"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2840
2841[[package]]
2842name = "lyon"
2843version = "1.0.1"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
2846dependencies = [
2847 "lyon_algorithms",
2848 "lyon_tessellation",
2849]
2850
2851[[package]]
2852name = "lyon_algorithms"
2853version = "1.0.5"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
2856dependencies = [
2857 "lyon_path",
2858 "num-traits",
2859]
2860
2861[[package]]
2862name = "lyon_geom"
2863version = "1.0.6"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
2866dependencies = [
2867 "arrayvec",
2868 "euclid",
2869 "num-traits",
2870]
2871
2872[[package]]
2873name = "lyon_path"
2874version = "1.0.7"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
2877dependencies = [
2878 "lyon_geom",
2879 "num-traits",
2880]
2881
2882[[package]]
2883name = "lyon_tessellation"
2884version = "1.0.15"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
2887dependencies = [
2888 "float_next_after",
2889 "lyon_path",
2890 "num-traits",
2891]
2892
2893[[package]]
2894name = "malloc_buf"
2895version = "0.0.6"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2898dependencies = [
2899 "libc",
2900]
2901
2902[[package]]
2903name = "matchers"
2904version = "0.1.0"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2907dependencies = [
2908 "regex-automata 0.1.10",
2909]
2910
2911[[package]]
2912name = "memchr"
2913version = "2.7.5"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2916
2917[[package]]
2918name = "memmap2"
2919version = "0.8.0"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
2922dependencies = [
2923 "libc",
2924]
2925
2926[[package]]
2927name = "memmap2"
2928version = "0.9.5"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2931dependencies = [
2932 "libc",
2933]
2934
2935[[package]]
2936name = "memoffset"
2937version = "0.7.1"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2940dependencies = [
2941 "autocfg",
2942]
2943
2944[[package]]
2945name = "memoffset"
2946version = "0.9.1"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2949dependencies = [
2950 "autocfg",
2951]
2952
2953[[package]]
2954name = "metal"
2955version = "0.29.0"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
2958dependencies = [
2959 "bitflags 2.9.1",
2960 "block",
2961 "core-graphics-types",
2962 "foreign-types",
2963 "log",
2964 "objc",
2965 "paste",
2966]
2967
2968[[package]]
2969name = "mime"
2970version = "0.1.0"
2971source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
2972dependencies = [
2973 "smithay-clipboard",
2974]
2975
2976[[package]]
2977name = "miniz_oxide"
2978version = "0.8.9"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2981dependencies = [
2982 "adler2",
2983 "simd-adler32",
2984]
2985
2986[[package]]
2987name = "mio"
2988version = "1.0.4"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2991dependencies = [
2992 "libc",
2993 "log",
2994 "wasi 0.11.1+wasi-snapshot-preview1",
2995 "windows-sys 0.59.0",
2996]
2997
2998[[package]]
2999name = "mutate_once"
3000version = "0.1.1"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
3003
3004[[package]]
3005name = "naga"
3006version = "22.1.0"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
3009dependencies = [
3010 "arrayvec",
3011 "bit-set",
3012 "bitflags 2.9.1",
3013 "cfg_aliases 0.1.1",
3014 "codespan-reporting",
3015 "hexf-parse",
3016 "indexmap",
3017 "log",
3018 "rustc-hash 1.1.0",
3019 "spirv",
3020 "termcolor",
3021 "thiserror 1.0.69",
3022 "unicode-xid",
3023]
3024
3025[[package]]
3026name = "ndk"
3027version = "0.9.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3030dependencies = [
3031 "bitflags 2.9.1",
3032 "jni-sys",
3033 "log",
3034 "ndk-sys 0.6.0+11769913",
3035 "num_enum",
3036 "raw-window-handle",
3037 "thiserror 1.0.69",
3038]
3039
3040[[package]]
3041name = "ndk-context"
3042version = "0.1.1"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3045
3046[[package]]
3047name = "ndk-sys"
3048version = "0.5.0+25.2.9519653"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
3051dependencies = [
3052 "jni-sys",
3053]
3054
3055[[package]]
3056name = "ndk-sys"
3057version = "0.6.0+11769913"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3060dependencies = [
3061 "jni-sys",
3062]
3063
3064[[package]]
3065name = "nix"
3066version = "0.26.4"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
3069dependencies = [
3070 "bitflags 1.3.2",
3071 "cfg-if",
3072 "libc",
3073 "memoffset 0.7.1",
3074]
3075
3076[[package]]
3077name = "nix"
3078version = "0.30.1"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3081dependencies = [
3082 "bitflags 2.9.1",
3083 "cfg-if",
3084 "cfg_aliases 0.2.1",
3085 "libc",
3086 "memoffset 0.9.1",
3087]
3088
3089[[package]]
3090name = "notify"
3091version = "8.0.0"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
3094dependencies = [
3095 "bitflags 2.9.1",
3096 "filetime",
3097 "fsevent-sys",
3098 "inotify",
3099 "kqueue",
3100 "libc",
3101 "log",
3102 "mio",
3103 "notify-types",
3104 "walkdir",
3105 "windows-sys 0.59.0",
3106]
3107
3108[[package]]
3109name = "notify-types"
3110version = "2.0.0"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
3113
3114[[package]]
3115name = "nu-ansi-term"
3116version = "0.46.0"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
3119dependencies = [
3120 "overload",
3121 "winapi",
3122]
3123
3124[[package]]
3125name = "num-traits"
3126version = "0.2.19"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3129dependencies = [
3130 "autocfg",
3131 "libm",
3132]
3133
3134[[package]]
3135name = "num_cpus"
3136version = "1.17.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3139dependencies = [
3140 "hermit-abi 0.5.2",
3141 "libc",
3142]
3143
3144[[package]]
3145name = "num_enum"
3146version = "0.7.3"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
3149dependencies = [
3150 "num_enum_derive",
3151]
3152
3153[[package]]
3154name = "num_enum_derive"
3155version = "0.7.3"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
3158dependencies = [
3159 "proc-macro-crate 3.3.0",
3160 "proc-macro2",
3161 "quote",
3162 "syn 2.0.103",
3163]
3164
3165[[package]]
3166name = "objc"
3167version = "0.2.7"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3170dependencies = [
3171 "malloc_buf",
3172]
3173
3174[[package]]
3175name = "objc-foundation"
3176version = "0.1.1"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
3179dependencies = [
3180 "block",
3181 "objc",
3182 "objc_id",
3183]
3184
3185[[package]]
3186name = "objc-sys"
3187version = "0.3.5"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
3190
3191[[package]]
3192name = "objc2"
3193version = "0.5.2"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
3196dependencies = [
3197 "objc-sys",
3198 "objc2-encode",
3199]
3200
3201[[package]]
3202name = "objc2"
3203version = "0.6.1"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
3206dependencies = [
3207 "objc2-encode",
3208]
3209
3210[[package]]
3211name = "objc2-app-kit"
3212version = "0.2.2"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
3215dependencies = [
3216 "bitflags 2.9.1",
3217 "block2 0.5.1",
3218 "libc",
3219 "objc2 0.5.2",
3220 "objc2-core-data",
3221 "objc2-core-image",
3222 "objc2-foundation 0.2.2",
3223 "objc2-quartz-core",
3224]
3225
3226[[package]]
3227name = "objc2-app-kit"
3228version = "0.3.1"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
3231dependencies = [
3232 "bitflags 2.9.1",
3233 "block2 0.6.1",
3234 "objc2 0.6.1",
3235 "objc2-foundation 0.3.1",
3236]
3237
3238[[package]]
3239name = "objc2-cloud-kit"
3240version = "0.2.2"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
3243dependencies = [
3244 "bitflags 2.9.1",
3245 "block2 0.5.1",
3246 "objc2 0.5.2",
3247 "objc2-core-location",
3248 "objc2-foundation 0.2.2",
3249]
3250
3251[[package]]
3252name = "objc2-contacts"
3253version = "0.2.2"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
3256dependencies = [
3257 "block2 0.5.1",
3258 "objc2 0.5.2",
3259 "objc2-foundation 0.2.2",
3260]
3261
3262[[package]]
3263name = "objc2-core-data"
3264version = "0.2.2"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
3267dependencies = [
3268 "bitflags 2.9.1",
3269 "block2 0.5.1",
3270 "objc2 0.5.2",
3271 "objc2-foundation 0.2.2",
3272]
3273
3274[[package]]
3275name = "objc2-core-foundation"
3276version = "0.3.1"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
3279dependencies = [
3280 "bitflags 2.9.1",
3281 "dispatch2 0.3.0",
3282 "objc2 0.6.1",
3283]
3284
3285[[package]]
3286name = "objc2-core-image"
3287version = "0.2.2"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
3290dependencies = [
3291 "block2 0.5.1",
3292 "objc2 0.5.2",
3293 "objc2-foundation 0.2.2",
3294 "objc2-metal",
3295]
3296
3297[[package]]
3298name = "objc2-core-location"
3299version = "0.2.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
3302dependencies = [
3303 "block2 0.5.1",
3304 "objc2 0.5.2",
3305 "objc2-contacts",
3306 "objc2-foundation 0.2.2",
3307]
3308
3309[[package]]
3310name = "objc2-encode"
3311version = "4.1.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3314
3315[[package]]
3316name = "objc2-foundation"
3317version = "0.2.2"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
3320dependencies = [
3321 "bitflags 2.9.1",
3322 "block2 0.5.1",
3323 "dispatch",
3324 "libc",
3325 "objc2 0.5.2",
3326]
3327
3328[[package]]
3329name = "objc2-foundation"
3330version = "0.3.1"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
3333dependencies = [
3334 "bitflags 2.9.1",
3335 "objc2 0.6.1",
3336 "objc2-core-foundation",
3337]
3338
3339[[package]]
3340name = "objc2-link-presentation"
3341version = "0.2.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
3344dependencies = [
3345 "block2 0.5.1",
3346 "objc2 0.5.2",
3347 "objc2-app-kit 0.2.2",
3348 "objc2-foundation 0.2.2",
3349]
3350
3351[[package]]
3352name = "objc2-metal"
3353version = "0.2.2"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
3356dependencies = [
3357 "bitflags 2.9.1",
3358 "block2 0.5.1",
3359 "objc2 0.5.2",
3360 "objc2-foundation 0.2.2",
3361]
3362
3363[[package]]
3364name = "objc2-quartz-core"
3365version = "0.2.2"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
3368dependencies = [
3369 "bitflags 2.9.1",
3370 "block2 0.5.1",
3371 "objc2 0.5.2",
3372 "objc2-foundation 0.2.2",
3373 "objc2-metal",
3374]
3375
3376[[package]]
3377name = "objc2-symbols"
3378version = "0.2.2"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
3381dependencies = [
3382 "objc2 0.5.2",
3383 "objc2-foundation 0.2.2",
3384]
3385
3386[[package]]
3387name = "objc2-ui-kit"
3388version = "0.2.2"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
3391dependencies = [
3392 "bitflags 2.9.1",
3393 "block2 0.5.1",
3394 "objc2 0.5.2",
3395 "objc2-cloud-kit",
3396 "objc2-core-data",
3397 "objc2-core-image",
3398 "objc2-core-location",
3399 "objc2-foundation 0.2.2",
3400 "objc2-link-presentation",
3401 "objc2-quartz-core",
3402 "objc2-symbols",
3403 "objc2-uniform-type-identifiers",
3404 "objc2-user-notifications",
3405]
3406
3407[[package]]
3408name = "objc2-uniform-type-identifiers"
3409version = "0.2.2"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
3412dependencies = [
3413 "block2 0.5.1",
3414 "objc2 0.5.2",
3415 "objc2-foundation 0.2.2",
3416]
3417
3418[[package]]
3419name = "objc2-user-notifications"
3420version = "0.2.2"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
3423dependencies = [
3424 "bitflags 2.9.1",
3425 "block2 0.5.1",
3426 "objc2 0.5.2",
3427 "objc2-core-location",
3428 "objc2-foundation 0.2.2",
3429]
3430
3431[[package]]
3432name = "objc_id"
3433version = "0.1.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
3436dependencies = [
3437 "objc",
3438]
3439
3440[[package]]
3441name = "object"
3442version = "0.36.7"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3445dependencies = [
3446 "memchr",
3447]
3448
3449[[package]]
3450name = "once_cell"
3451version = "1.21.3"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3454
3455[[package]]
3456name = "option-ext"
3457version = "0.2.0"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3460
3461[[package]]
3462name = "orbclient"
3463version = "0.3.48"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
3466dependencies = [
3467 "libredox",
3468]
3469
3470[[package]]
3471name = "ordered-stream"
3472version = "0.2.0"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
3475dependencies = [
3476 "futures-core",
3477 "pin-project-lite",
3478]
3479
3480[[package]]
3481name = "ouroboros"
3482version = "0.18.5"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3485dependencies = [
3486 "aliasable",
3487 "ouroboros_macro",
3488 "static_assertions",
3489]
3490
3491[[package]]
3492name = "ouroboros_macro"
3493version = "0.18.5"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3496dependencies = [
3497 "heck",
3498 "proc-macro2",
3499 "proc-macro2-diagnostics",
3500 "quote",
3501 "syn 2.0.103",
3502]
3503
3504[[package]]
3505name = "overload"
3506version = "0.1.1"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3509
3510[[package]]
3511name = "owned_ttf_parser"
3512version = "0.25.0"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
3515dependencies = [
3516 "ttf-parser 0.25.1",
3517]
3518
3519[[package]]
3520name = "palette"
3521version = "0.7.6"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
3524dependencies = [
3525 "approx",
3526 "fast-srgb8",
3527 "palette_derive",
3528 "phf",
3529 "serde",
3530]
3531
3532[[package]]
3533name = "palette_derive"
3534version = "0.7.6"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
3537dependencies = [
3538 "by_address",
3539 "proc-macro2",
3540 "quote",
3541 "syn 2.0.103",
3542]
3543
3544[[package]]
3545name = "parking"
3546version = "2.2.1"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3549
3550[[package]]
3551name = "parking_lot"
3552version = "0.11.2"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
3555dependencies = [
3556 "instant",
3557 "lock_api",
3558 "parking_lot_core 0.8.6",
3559]
3560
3561[[package]]
3562name = "parking_lot"
3563version = "0.12.4"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
3566dependencies = [
3567 "lock_api",
3568 "parking_lot_core 0.9.11",
3569]
3570
3571[[package]]
3572name = "parking_lot_core"
3573version = "0.8.6"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
3576dependencies = [
3577 "cfg-if",
3578 "instant",
3579 "libc",
3580 "redox_syscall 0.2.16",
3581 "smallvec",
3582 "winapi",
3583]
3584
3585[[package]]
3586name = "parking_lot_core"
3587version = "0.9.11"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
3590dependencies = [
3591 "cfg-if",
3592 "libc",
3593 "redox_syscall 0.5.13",
3594 "smallvec",
3595 "windows-targets 0.52.6",
3596]
3597
3598[[package]]
3599name = "paste"
3600version = "1.0.15"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3603
3604[[package]]
3605name = "percent-encoding"
3606version = "2.3.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3609
3610[[package]]
3611name = "phf"
3612version = "0.11.3"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3615dependencies = [
3616 "phf_macros",
3617 "phf_shared",
3618]
3619
3620[[package]]
3621name = "phf_generator"
3622version = "0.11.3"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3625dependencies = [
3626 "phf_shared",
3627 "rand 0.8.5",
3628]
3629
3630[[package]]
3631name = "phf_macros"
3632version = "0.11.3"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
3635dependencies = [
3636 "phf_generator",
3637 "phf_shared",
3638 "proc-macro2",
3639 "quote",
3640 "syn 2.0.103",
3641]
3642
3643[[package]]
3644name = "phf_shared"
3645version = "0.11.3"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3648dependencies = [
3649 "siphasher",
3650]
3651
3652[[package]]
3653name = "pico-args"
3654version = "0.5.0"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
3657
3658[[package]]
3659name = "pin-project"
3660version = "1.1.10"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3663dependencies = [
3664 "pin-project-internal",
3665]
3666
3667[[package]]
3668name = "pin-project-internal"
3669version = "1.1.10"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3672dependencies = [
3673 "proc-macro2",
3674 "quote",
3675 "syn 2.0.103",
3676]
3677
3678[[package]]
3679name = "pin-project-lite"
3680version = "0.2.16"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3683
3684[[package]]
3685name = "pin-utils"
3686version = "0.1.0"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3689
3690[[package]]
3691name = "piper"
3692version = "0.2.4"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
3695dependencies = [
3696 "atomic-waker",
3697 "fastrand 2.3.0",
3698 "futures-io",
3699]
3700
3701[[package]]
3702name = "pkg-config"
3703version = "0.3.32"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3706
3707[[package]]
3708name = "png"
3709version = "0.17.16"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
3712dependencies = [
3713 "bitflags 1.3.2",
3714 "crc32fast",
3715 "fdeflate",
3716 "flate2",
3717 "miniz_oxide",
3718]
3719
3720[[package]]
3721name = "polling"
3722version = "2.8.0"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
3725dependencies = [
3726 "autocfg",
3727 "bitflags 1.3.2",
3728 "cfg-if",
3729 "concurrent-queue",
3730 "libc",
3731 "log",
3732 "pin-project-lite",
3733 "windows-sys 0.48.0",
3734]
3735
3736[[package]]
3737name = "polling"
3738version = "3.8.0"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
3741dependencies = [
3742 "cfg-if",
3743 "concurrent-queue",
3744 "hermit-abi 0.5.2",
3745 "pin-project-lite",
3746 "rustix 1.0.7",
3747 "tracing",
3748 "windows-sys 0.59.0",
3749]
3750
3751[[package]]
3752name = "pollster"
3753version = "0.4.0"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
3756
3757[[package]]
3758name = "potential_utf"
3759version = "0.1.2"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
3762dependencies = [
3763 "zerovec",
3764]
3765
3766[[package]]
3767name = "ppv-lite86"
3768version = "0.2.21"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3771dependencies = [
3772 "zerocopy",
3773]
3774
3775[[package]]
3776name = "presser"
3777version = "0.3.1"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
3780
3781[[package]]
3782name = "proc-macro-crate"
3783version = "1.3.1"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
3786dependencies = [
3787 "once_cell",
3788 "toml_edit 0.19.15",
3789]
3790
3791[[package]]
3792name = "proc-macro-crate"
3793version = "3.3.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
3796dependencies = [
3797 "toml_edit 0.22.27",
3798]
3799
3800[[package]]
3801name = "proc-macro2"
3802version = "1.0.95"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
3805dependencies = [
3806 "unicode-ident",
3807]
3808
3809[[package]]
3810name = "proc-macro2-diagnostics"
3811version = "0.10.1"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3814dependencies = [
3815 "proc-macro2",
3816 "quote",
3817 "syn 2.0.103",
3818 "version_check",
3819 "yansi",
3820]
3821
3822[[package]]
3823name = "profiling"
3824version = "1.0.16"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
3827
3828[[package]]
3829name = "quick-xml"
3830version = "0.37.5"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
3833dependencies = [
3834 "memchr",
3835]
3836
3837[[package]]
3838name = "quinn"
3839version = "0.11.8"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
3842dependencies = [
3843 "bytes",
3844 "cfg_aliases 0.2.1",
3845 "pin-project-lite",
3846 "quinn-proto",
3847 "quinn-udp",
3848 "rustc-hash 2.1.1",
3849 "rustls",
3850 "socket2 0.5.10",
3851 "thiserror 2.0.12",
3852 "tokio",
3853 "tracing",
3854 "web-time",
3855]
3856
3857[[package]]
3858name = "quinn-proto"
3859version = "0.11.12"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
3862dependencies = [
3863 "bytes",
3864 "getrandom 0.3.3",
3865 "lru-slab",
3866 "rand 0.9.1",
3867 "ring",
3868 "rustc-hash 2.1.1",
3869 "rustls",
3870 "rustls-pki-types",
3871 "slab",
3872 "thiserror 2.0.12",
3873 "tinyvec",
3874 "tracing",
3875 "web-time",
3876]
3877
3878[[package]]
3879name = "quinn-udp"
3880version = "0.5.12"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
3883dependencies = [
3884 "cfg_aliases 0.2.1",
3885 "libc",
3886 "once_cell",
3887 "socket2 0.5.10",
3888 "tracing",
3889 "windows-sys 0.59.0",
3890]
3891
3892[[package]]
3893name = "quote"
3894version = "1.0.40"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
3897dependencies = [
3898 "proc-macro2",
3899]
3900
3901[[package]]
3902name = "r-efi"
3903version = "5.3.0"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3906
3907[[package]]
3908name = "rand"
3909version = "0.8.5"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3912dependencies = [
3913 "libc",
3914 "rand_chacha 0.3.1",
3915 "rand_core 0.6.4",
3916]
3917
3918[[package]]
3919name = "rand"
3920version = "0.9.1"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
3923dependencies = [
3924 "rand_chacha 0.9.0",
3925 "rand_core 0.9.3",
3926]
3927
3928[[package]]
3929name = "rand_chacha"
3930version = "0.3.1"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3933dependencies = [
3934 "ppv-lite86",
3935 "rand_core 0.6.4",
3936]
3937
3938[[package]]
3939name = "rand_chacha"
3940version = "0.9.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3943dependencies = [
3944 "ppv-lite86",
3945 "rand_core 0.9.3",
3946]
3947
3948[[package]]
3949name = "rand_core"
3950version = "0.6.4"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3953dependencies = [
3954 "getrandom 0.2.16",
3955]
3956
3957[[package]]
3958name = "rand_core"
3959version = "0.9.3"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3962dependencies = [
3963 "getrandom 0.3.3",
3964]
3965
3966[[package]]
3967name = "range-alloc"
3968version = "0.1.4"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
3971
3972[[package]]
3973name = "rangemap"
3974version = "1.5.1"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
3977
3978[[package]]
3979name = "raw-window-handle"
3980version = "0.6.2"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3983
3984[[package]]
3985name = "read-fonts"
3986version = "0.29.3"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d"
3989dependencies = [
3990 "bytemuck",
3991 "font-types",
3992]
3993
3994[[package]]
3995name = "redox_syscall"
3996version = "0.2.16"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3999dependencies = [
4000 "bitflags 1.3.2",
4001]
4002
4003[[package]]
4004name = "redox_syscall"
4005version = "0.4.1"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
4008dependencies = [
4009 "bitflags 1.3.2",
4010]
4011
4012[[package]]
4013name = "redox_syscall"
4014version = "0.5.13"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
4017dependencies = [
4018 "bitflags 2.9.1",
4019]
4020
4021[[package]]
4022name = "redox_users"
4023version = "0.4.6"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
4026dependencies = [
4027 "getrandom 0.2.16",
4028 "libredox",
4029 "thiserror 1.0.69",
4030]
4031
4032[[package]]
4033name = "redox_users"
4034version = "0.5.0"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
4037dependencies = [
4038 "getrandom 0.2.16",
4039 "libredox",
4040 "thiserror 2.0.12",
4041]
4042
4043[[package]]
4044name = "regex"
4045version = "1.11.1"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
4048dependencies = [
4049 "aho-corasick",
4050 "memchr",
4051 "regex-automata 0.4.9",
4052 "regex-syntax 0.8.5",
4053]
4054
4055[[package]]
4056name = "regex-automata"
4057version = "0.1.10"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
4060dependencies = [
4061 "regex-syntax 0.6.29",
4062]
4063
4064[[package]]
4065name = "regex-automata"
4066version = "0.4.9"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
4069dependencies = [
4070 "aho-corasick",
4071 "memchr",
4072 "regex-syntax 0.8.5",
4073]
4074
4075[[package]]
4076name = "regex-syntax"
4077version = "0.6.29"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
4080
4081[[package]]
4082name = "regex-syntax"
4083version = "0.8.5"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
4086
4087[[package]]
4088name = "renderdoc-sys"
4089version = "1.1.0"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
4092
4093[[package]]
4094name = "reqwest"
4095version = "0.12.20"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
4098dependencies = [
4099 "base64 0.22.1",
4100 "bytes",
4101 "futures-core",
4102 "http",
4103 "http-body",
4104 "http-body-util",
4105 "hyper",
4106 "hyper-rustls",
4107 "hyper-util",
4108 "js-sys",
4109 "log",
4110 "percent-encoding",
4111 "pin-project-lite",
4112 "quinn",
4113 "rustls",
4114 "rustls-pki-types",
4115 "serde",
4116 "serde_json",
4117 "serde_urlencoded",
4118 "sync_wrapper",
4119 "tokio",
4120 "tokio-rustls",
4121 "tower",
4122 "tower-http",
4123 "tower-service",
4124 "url",
4125 "wasm-bindgen",
4126 "wasm-bindgen-futures",
4127 "web-sys",
4128 "webpki-roots",
4129]
4130
4131[[package]]
4132name = "resvg"
4133version = "0.42.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "944d052815156ac8fa77eaac055220e95ba0b01fa8887108ca710c03805d9051"
4136dependencies = [
4137 "gif",
4138 "jpeg-decoder",
4139 "log",
4140 "pico-args",
4141 "rgb",
4142 "svgtypes",
4143 "tiny-skia",
4144 "usvg",
4145]
4146
4147[[package]]
4148name = "rfd"
4149version = "0.15.3"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "80c844748fdc82aae252ee4594a89b6e7ebef1063de7951545564cbc4e57075d"
4152dependencies = [
4153 "ashpd",
4154 "block2 0.6.1",
4155 "dispatch2 0.2.0",
4156 "js-sys",
4157 "log",
4158 "objc2 0.6.1",
4159 "objc2-app-kit 0.3.1",
4160 "objc2-core-foundation",
4161 "objc2-foundation 0.3.1",
4162 "pollster",
4163 "raw-window-handle",
4164 "urlencoding",
4165 "wasm-bindgen",
4166 "wasm-bindgen-futures",
4167 "web-sys",
4168 "windows-sys 0.59.0",
4169]
4170
4171[[package]]
4172name = "rgb"
4173version = "0.8.50"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
4176dependencies = [
4177 "bytemuck",
4178]
4179
4180[[package]]
4181name = "ring"
4182version = "0.17.14"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4185dependencies = [
4186 "cc",
4187 "cfg-if",
4188 "getrandom 0.2.16",
4189 "libc",
4190 "untrusted",
4191 "windows-sys 0.52.0",
4192]
4193
4194[[package]]
4195name = "ron"
4196version = "0.8.1"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
4199dependencies = [
4200 "base64 0.21.7",
4201 "bitflags 2.9.1",
4202 "serde",
4203 "serde_derive",
4204]
4205
4206[[package]]
4207name = "ron"
4208version = "0.9.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837"
4211dependencies = [
4212 "base64 0.22.1",
4213 "bitflags 2.9.1",
4214 "serde",
4215 "serde_derive",
4216 "unicode-ident",
4217]
4218
4219[[package]]
4220name = "roxmltree"
4221version = "0.20.0"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
4224
4225[[package]]
4226name = "rustc-demangle"
4227version = "0.1.25"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
4230
4231[[package]]
4232name = "rustc-hash"
4233version = "1.1.0"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4236
4237[[package]]
4238name = "rustc-hash"
4239version = "2.1.1"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4242
4243[[package]]
4244name = "rustix"
4245version = "0.37.28"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
4248dependencies = [
4249 "bitflags 1.3.2",
4250 "errno",
4251 "io-lifetimes",
4252 "libc",
4253 "linux-raw-sys 0.3.8",
4254 "windows-sys 0.48.0",
4255]
4256
4257[[package]]
4258name = "rustix"
4259version = "0.38.44"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4262dependencies = [
4263 "bitflags 2.9.1",
4264 "errno",
4265 "libc",
4266 "linux-raw-sys 0.4.15",
4267 "windows-sys 0.59.0",
4268]
4269
4270[[package]]
4271name = "rustix"
4272version = "1.0.7"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
4275dependencies = [
4276 "bitflags 2.9.1",
4277 "errno",
4278 "libc",
4279 "linux-raw-sys 0.9.4",
4280 "windows-sys 0.59.0",
4281]
4282
4283[[package]]
4284name = "rustls"
4285version = "0.23.28"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
4288dependencies = [
4289 "once_cell",
4290 "ring",
4291 "rustls-pki-types",
4292 "rustls-webpki",
4293 "subtle",
4294 "zeroize",
4295]
4296
4297[[package]]
4298name = "rustls-pki-types"
4299version = "1.12.0"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
4302dependencies = [
4303 "web-time",
4304 "zeroize",
4305]
4306
4307[[package]]
4308name = "rustls-webpki"
4309version = "0.103.3"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
4312dependencies = [
4313 "ring",
4314 "rustls-pki-types",
4315 "untrusted",
4316]
4317
4318[[package]]
4319name = "rustversion"
4320version = "1.0.21"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
4323
4324[[package]]
4325name = "rustybuzz"
4326version = "0.14.1"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
4329dependencies = [
4330 "bitflags 2.9.1",
4331 "bytemuck",
4332 "libm",
4333 "smallvec",
4334 "ttf-parser 0.21.1",
4335 "unicode-bidi-mirroring",
4336 "unicode-ccc",
4337 "unicode-properties",
4338 "unicode-script",
4339]
4340
4341[[package]]
4342name = "ryu"
4343version = "1.0.20"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4346
4347[[package]]
4348name = "same-file"
4349version = "1.0.6"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4352dependencies = [
4353 "winapi-util",
4354]
4355
4356[[package]]
4357name = "scoped-tls"
4358version = "1.0.1"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4361
4362[[package]]
4363name = "scopeguard"
4364version = "1.2.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4367
4368[[package]]
4369name = "sctk-adwaita"
4370version = "0.10.1"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
4373dependencies = [
4374 "ab_glyph",
4375 "log",
4376 "memmap2 0.9.5",
4377 "smithay-client-toolkit",
4378 "tiny-skia",
4379]
4380
4381[[package]]
4382name = "self_cell"
4383version = "1.2.0"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
4386
4387[[package]]
4388name = "serde"
4389version = "1.0.219"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
4392dependencies = [
4393 "serde_derive",
4394]
4395
4396[[package]]
4397name = "serde_derive"
4398version = "1.0.219"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
4401dependencies = [
4402 "proc-macro2",
4403 "quote",
4404 "syn 2.0.103",
4405]
4406
4407[[package]]
4408name = "serde_json"
4409version = "1.0.140"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
4412dependencies = [
4413 "indexmap",
4414 "itoa",
4415 "memchr",
4416 "ryu",
4417 "serde",
4418]
4419
4420[[package]]
4421name = "serde_repr"
4422version = "0.1.20"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4425dependencies = [
4426 "proc-macro2",
4427 "quote",
4428 "syn 2.0.103",
4429]
4430
4431[[package]]
4432name = "serde_urlencoded"
4433version = "0.7.1"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4436dependencies = [
4437 "form_urlencoded",
4438 "itoa",
4439 "ryu",
4440 "serde",
4441]
4442
4443[[package]]
4444name = "sha1"
4445version = "0.10.6"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4448dependencies = [
4449 "cfg-if",
4450 "cpufeatures",
4451 "digest",
4452]
4453
4454[[package]]
4455name = "sharded-slab"
4456version = "0.1.7"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4459dependencies = [
4460 "lazy_static",
4461]
4462
4463[[package]]
4464name = "shlex"
4465version = "1.3.0"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4468
4469[[package]]
4470name = "signal-hook-registry"
4471version = "1.4.5"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
4474dependencies = [
4475 "libc",
4476]
4477
4478[[package]]
4479name = "simd-adler32"
4480version = "0.3.7"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4483
4484[[package]]
4485name = "simplecss"
4486version = "0.2.2"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
4489dependencies = [
4490 "log",
4491]
4492
4493[[package]]
4494name = "siphasher"
4495version = "1.0.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4498
4499[[package]]
4500name = "skrifa"
4501version = "0.31.3"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607"
4504dependencies = [
4505 "bytemuck",
4506 "read-fonts",
4507]
4508
4509[[package]]
4510name = "slab"
4511version = "0.4.10"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
4514
4515[[package]]
4516name = "slotmap"
4517version = "1.0.7"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
4520dependencies = [
4521 "version_check",
4522]
4523
4524[[package]]
4525name = "smallvec"
4526version = "1.15.1"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4529
4530[[package]]
4531name = "smithay-client-toolkit"
4532version = "0.19.2"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
4535dependencies = [
4536 "bitflags 2.9.1",
4537 "bytemuck",
4538 "calloop",
4539 "calloop-wayland-source",
4540 "cursor-icon",
4541 "libc",
4542 "log",
4543 "memmap2 0.9.5",
4544 "pkg-config",
4545 "rustix 0.38.44",
4546 "thiserror 1.0.69",
4547 "wayland-backend",
4548 "wayland-client",
4549 "wayland-csd-frame",
4550 "wayland-cursor",
4551 "wayland-protocols",
4552 "wayland-protocols-wlr",
4553 "wayland-scanner",
4554 "xkbcommon",
4555 "xkeysym",
4556]
4557
4558[[package]]
4559name = "smithay-clipboard"
4560version = "0.8.0"
4561source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5#5a3007def49eb678d1144850c9ee04b80707c56a"
4562dependencies = [
4563 "libc",
4564 "raw-window-handle",
4565 "smithay-client-toolkit",
4566 "wayland-backend",
4567]
4568
4569[[package]]
4570name = "smol_str"
4571version = "0.2.2"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
4574dependencies = [
4575 "serde",
4576]
4577
4578[[package]]
4579name = "socket2"
4580version = "0.4.10"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
4583dependencies = [
4584 "libc",
4585 "winapi",
4586]
4587
4588[[package]]
4589name = "socket2"
4590version = "0.5.10"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4593dependencies = [
4594 "libc",
4595 "windows-sys 0.52.0",
4596]
4597
4598[[package]]
4599name = "softbuffer"
4600version = "0.4.1"
4601source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad7e98397d37cb187886d05969bc480995"
4602dependencies = [
4603 "as-raw-xcb-connection",
4604 "bytemuck",
4605 "cfg_aliases 0.2.1",
4606 "cocoa",
4607 "core-graphics",
4608 "drm",
4609 "fastrand 2.3.0",
4610 "foreign-types",
4611 "js-sys",
4612 "log",
4613 "memmap2 0.9.5",
4614 "objc",
4615 "raw-window-handle",
4616 "redox_syscall 0.4.1",
4617 "rustix 0.38.44",
4618 "tiny-xlib",
4619 "wasm-bindgen",
4620 "wayland-backend",
4621 "wayland-client",
4622 "wayland-sys",
4623 "web-sys",
4624 "windows-sys 0.52.0",
4625 "x11rb",
4626]
4627
4628[[package]]
4629name = "spirv"
4630version = "0.3.0+sdk-1.3.268.0"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
4633dependencies = [
4634 "bitflags 2.9.1",
4635]
4636
4637[[package]]
4638name = "stable_deref_trait"
4639version = "1.2.0"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4642
4643[[package]]
4644name = "static_assertions"
4645version = "1.1.0"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4648
4649[[package]]
4650name = "strict-num"
4651version = "0.1.1"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
4654dependencies = [
4655 "float-cmp",
4656]
4657
4658[[package]]
4659name = "strsim"
4660version = "0.11.1"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4663
4664[[package]]
4665name = "subtle"
4666version = "2.6.1"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4669
4670[[package]]
4671name = "svg_fmt"
4672version = "0.4.5"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
4675
4676[[package]]
4677name = "svgtypes"
4678version = "0.15.3"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
4681dependencies = [
4682 "kurbo 0.11.2",
4683 "siphasher",
4684]
4685
4686[[package]]
4687name = "swash"
4688version = "0.2.5"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3"
4691dependencies = [
4692 "skrifa",
4693 "yazi",
4694 "zeno",
4695]
4696
4697[[package]]
4698name = "syn"
4699version = "1.0.109"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4702dependencies = [
4703 "proc-macro2",
4704 "quote",
4705 "unicode-ident",
4706]
4707
4708[[package]]
4709name = "syn"
4710version = "2.0.103"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8"
4713dependencies = [
4714 "proc-macro2",
4715 "quote",
4716 "unicode-ident",
4717]
4718
4719[[package]]
4720name = "sync_wrapper"
4721version = "1.0.2"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4724dependencies = [
4725 "futures-core",
4726]
4727
4728[[package]]
4729name = "synstructure"
4730version = "0.13.2"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4733dependencies = [
4734 "proc-macro2",
4735 "quote",
4736 "syn 2.0.103",
4737]
4738
4739[[package]]
4740name = "sys-locale"
4741version = "0.3.2"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
4744dependencies = [
4745 "libc",
4746]
4747
4748[[package]]
4749name = "taffy"
4750version = "0.3.11"
4751source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885"
4752dependencies = [
4753 "arrayvec",
4754 "grid",
4755 "num-traits",
4756 "slotmap",
4757]
4758
4759[[package]]
4760name = "tempfile"
4761version = "3.20.0"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
4764dependencies = [
4765 "fastrand 2.3.0",
4766 "getrandom 0.3.3",
4767 "once_cell",
4768 "rustix 1.0.7",
4769 "windows-sys 0.59.0",
4770]
4771
4772[[package]]
4773name = "termcolor"
4774version = "1.4.1"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4777dependencies = [
4778 "winapi-util",
4779]
4780
4781[[package]]
4782name = "thiserror"
4783version = "1.0.69"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4786dependencies = [
4787 "thiserror-impl 1.0.69",
4788]
4789
4790[[package]]
4791name = "thiserror"
4792version = "2.0.12"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4795dependencies = [
4796 "thiserror-impl 2.0.12",
4797]
4798
4799[[package]]
4800name = "thiserror-impl"
4801version = "1.0.69"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4804dependencies = [
4805 "proc-macro2",
4806 "quote",
4807 "syn 2.0.103",
4808]
4809
4810[[package]]
4811name = "thiserror-impl"
4812version = "2.0.12"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4815dependencies = [
4816 "proc-macro2",
4817 "quote",
4818 "syn 2.0.103",
4819]
4820
4821[[package]]
4822name = "thread_local"
4823version = "1.1.9"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4826dependencies = [
4827 "cfg-if",
4828]
4829
4830[[package]]
4831name = "tiny-skia"
4832version = "0.11.4"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
4835dependencies = [
4836 "arrayref",
4837 "arrayvec",
4838 "bytemuck",
4839 "cfg-if",
4840 "log",
4841 "png",
4842 "tiny-skia-path",
4843]
4844
4845[[package]]
4846name = "tiny-skia-path"
4847version = "0.11.4"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
4850dependencies = [
4851 "arrayref",
4852 "bytemuck",
4853 "strict-num",
4854]
4855
4856[[package]]
4857name = "tiny-xlib"
4858version = "0.2.4"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
4861dependencies = [
4862 "as-raw-xcb-connection",
4863 "ctor-lite",
4864 "libloading",
4865 "pkg-config",
4866 "tracing",
4867]
4868
4869[[package]]
4870name = "tinystr"
4871version = "0.8.1"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4874dependencies = [
4875 "displaydoc",
4876 "zerovec",
4877]
4878
4879[[package]]
4880name = "tinyvec"
4881version = "1.9.0"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
4884dependencies = [
4885 "tinyvec_macros",
4886]
4887
4888[[package]]
4889name = "tinyvec_macros"
4890version = "0.1.1"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4893
4894[[package]]
4895name = "tokio"
4896version = "1.45.1"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
4899dependencies = [
4900 "backtrace",
4901 "bytes",
4902 "libc",
4903 "mio",
4904 "pin-project-lite",
4905 "signal-hook-registry",
4906 "socket2 0.5.10",
4907 "tokio-macros",
4908 "tracing",
4909 "windows-sys 0.52.0",
4910]
4911
4912[[package]]
4913name = "tokio-macros"
4914version = "2.5.0"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4917dependencies = [
4918 "proc-macro2",
4919 "quote",
4920 "syn 2.0.103",
4921]
4922
4923[[package]]
4924name = "tokio-rustls"
4925version = "0.26.2"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
4928dependencies = [
4929 "rustls",
4930 "tokio",
4931]
4932
4933[[package]]
4934name = "tokio-stream"
4935version = "0.1.17"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4938dependencies = [
4939 "futures-core",
4940 "pin-project-lite",
4941 "tokio",
4942]
4943
4944[[package]]
4945name = "toml_datetime"
4946version = "0.6.11"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4949
4950[[package]]
4951name = "toml_edit"
4952version = "0.19.15"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4955dependencies = [
4956 "indexmap",
4957 "toml_datetime",
4958 "winnow 0.5.40",
4959]
4960
4961[[package]]
4962name = "toml_edit"
4963version = "0.22.27"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4966dependencies = [
4967 "indexmap",
4968 "toml_datetime",
4969 "winnow 0.7.11",
4970]
4971
4972[[package]]
4973name = "tower"
4974version = "0.5.2"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4977dependencies = [
4978 "futures-core",
4979 "futures-util",
4980 "pin-project-lite",
4981 "sync_wrapper",
4982 "tokio",
4983 "tower-layer",
4984 "tower-service",
4985]
4986
4987[[package]]
4988name = "tower-http"
4989version = "0.6.6"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4992dependencies = [
4993 "bitflags 2.9.1",
4994 "bytes",
4995 "futures-util",
4996 "http",
4997 "http-body",
4998 "iri-string",
4999 "pin-project-lite",
5000 "tower",
5001 "tower-layer",
5002 "tower-service",
5003]
5004
5005[[package]]
5006name = "tower-layer"
5007version = "0.3.3"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5010
5011[[package]]
5012name = "tower-service"
5013version = "0.3.3"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5016
5017[[package]]
5018name = "tracing"
5019version = "0.1.41"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
5022dependencies = [
5023 "log",
5024 "pin-project-lite",
5025 "tracing-attributes",
5026 "tracing-core",
5027]
5028
5029[[package]]
5030name = "tracing-attributes"
5031version = "0.1.30"
5032source = "registry+https://github.com/rust-lang/crates.io-index"
5033checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5034dependencies = [
5035 "proc-macro2",
5036 "quote",
5037 "syn 2.0.103",
5038]
5039
5040[[package]]
5041name = "tracing-core"
5042version = "0.1.34"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5045dependencies = [
5046 "once_cell",
5047]
5048
5049[[package]]
5050name = "tracing-subscriber"
5051version = "0.3.19"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
5054dependencies = [
5055 "matchers",
5056 "nu-ansi-term",
5057 "once_cell",
5058 "regex",
5059 "sharded-slab",
5060 "thread_local",
5061 "tracing",
5062 "tracing-core",
5063]
5064
5065[[package]]
5066name = "try-lock"
5067version = "0.2.5"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5070
5071[[package]]
5072name = "ttf-parser"
5073version = "0.21.1"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
5076
5077[[package]]
5078name = "ttf-parser"
5079version = "0.25.1"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
5082dependencies = [
5083 "core_maths",
5084]
5085
5086[[package]]
5087name = "typenum"
5088version = "1.18.0"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
5091
5092[[package]]
5093name = "uds_windows"
5094version = "1.1.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
5097dependencies = [
5098 "memoffset 0.9.1",
5099 "tempfile",
5100 "winapi",
5101]
5102
5103[[package]]
5104name = "unicode-bidi"
5105version = "0.3.18"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
5108
5109[[package]]
5110name = "unicode-bidi-mirroring"
5111version = "0.2.0"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
5114
5115[[package]]
5116name = "unicode-ccc"
5117version = "0.2.0"
5118source = "registry+https://github.com/rust-lang/crates.io-index"
5119checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
5120
5121[[package]]
5122name = "unicode-ident"
5123version = "1.0.18"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
5126
5127[[package]]
5128name = "unicode-linebreak"
5129version = "0.1.5"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
5132
5133[[package]]
5134name = "unicode-properties"
5135version = "0.1.3"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
5138
5139[[package]]
5140name = "unicode-script"
5141version = "0.5.7"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
5144
5145[[package]]
5146name = "unicode-segmentation"
5147version = "1.12.0"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5150
5151[[package]]
5152name = "unicode-vo"
5153version = "0.1.0"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
5155checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
5156
5157[[package]]
5158name = "unicode-width"
5159version = "0.1.14"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5162
5163[[package]]
5164name = "unicode-xid"
5165version = "0.2.6"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5168
5169[[package]]
5170name = "untrusted"
5171version = "0.9.0"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5174
5175[[package]]
5176name = "url"
5177version = "2.5.4"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
5180dependencies = [
5181 "form_urlencoded",
5182 "idna",
5183 "percent-encoding",
5184 "serde",
5185]
5186
5187[[package]]
5188name = "urlencoding"
5189version = "2.1.3"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5192
5193[[package]]
5194name = "usvg"
5195version = "0.42.0"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "b84ea542ae85c715f07b082438a4231c3760539d902e11d093847a0b22963032"
5198dependencies = [
5199 "base64 0.22.1",
5200 "data-url",
5201 "flate2",
5202 "fontdb 0.18.0",
5203 "imagesize",
5204 "kurbo 0.11.2",
5205 "log",
5206 "pico-args",
5207 "roxmltree",
5208 "rustybuzz",
5209 "simplecss",
5210 "siphasher",
5211 "strict-num",
5212 "svgtypes",
5213 "tiny-skia-path",
5214 "unicode-bidi",
5215 "unicode-script",
5216 "unicode-vo",
5217 "xmlwriter",
5218]
5219
5220[[package]]
5221name = "utf8_iter"
5222version = "1.0.4"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5225
5226[[package]]
5227name = "version_check"
5228version = "0.9.5"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5231
5232[[package]]
5233name = "waker-fn"
5234version = "1.2.0"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
5237
5238[[package]]
5239name = "walkdir"
5240version = "2.5.0"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5243dependencies = [
5244 "same-file",
5245 "winapi-util",
5246]
5247
5248[[package]]
5249name = "want"
5250version = "0.3.1"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5253dependencies = [
5254 "try-lock",
5255]
5256
5257[[package]]
5258name = "wasi"
5259version = "0.11.1+wasi-snapshot-preview1"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5262
5263[[package]]
5264name = "wasi"
5265version = "0.14.2+wasi-0.2.4"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
5268dependencies = [
5269 "wit-bindgen-rt",
5270]
5271
5272[[package]]
5273name = "wasm-bindgen"
5274version = "0.2.100"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
5277dependencies = [
5278 "cfg-if",
5279 "once_cell",
5280 "rustversion",
5281 "wasm-bindgen-macro",
5282]
5283
5284[[package]]
5285name = "wasm-bindgen-backend"
5286version = "0.2.100"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
5289dependencies = [
5290 "bumpalo",
5291 "log",
5292 "proc-macro2",
5293 "quote",
5294 "syn 2.0.103",
5295 "wasm-bindgen-shared",
5296]
5297
5298[[package]]
5299name = "wasm-bindgen-futures"
5300version = "0.4.50"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
5303dependencies = [
5304 "cfg-if",
5305 "js-sys",
5306 "once_cell",
5307 "wasm-bindgen",
5308 "web-sys",
5309]
5310
5311[[package]]
5312name = "wasm-bindgen-macro"
5313version = "0.2.100"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
5316dependencies = [
5317 "quote",
5318 "wasm-bindgen-macro-support",
5319]
5320
5321[[package]]
5322name = "wasm-bindgen-macro-support"
5323version = "0.2.100"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
5326dependencies = [
5327 "proc-macro2",
5328 "quote",
5329 "syn 2.0.103",
5330 "wasm-bindgen-backend",
5331 "wasm-bindgen-shared",
5332]
5333
5334[[package]]
5335name = "wasm-bindgen-shared"
5336version = "0.2.100"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
5339dependencies = [
5340 "unicode-ident",
5341]
5342
5343[[package]]
5344name = "wasm-timer"
5345version = "0.2.5"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
5348dependencies = [
5349 "futures",
5350 "js-sys",
5351 "parking_lot 0.11.2",
5352 "pin-utils",
5353 "wasm-bindgen",
5354 "wasm-bindgen-futures",
5355 "web-sys",
5356]
5357
5358[[package]]
5359name = "wayland-backend"
5360version = "0.3.10"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121"
5363dependencies = [
5364 "cc",
5365 "downcast-rs",
5366 "rustix 0.38.44",
5367 "scoped-tls",
5368 "smallvec",
5369 "wayland-sys",
5370]
5371
5372[[package]]
5373name = "wayland-client"
5374version = "0.31.10"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
5377dependencies = [
5378 "bitflags 2.9.1",
5379 "rustix 0.38.44",
5380 "wayland-backend",
5381 "wayland-scanner",
5382]
5383
5384[[package]]
5385name = "wayland-csd-frame"
5386version = "0.3.0"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
5389dependencies = [
5390 "bitflags 2.9.1",
5391 "cursor-icon",
5392 "wayland-backend",
5393]
5394
5395[[package]]
5396name = "wayland-cursor"
5397version = "0.31.10"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182"
5400dependencies = [
5401 "rustix 0.38.44",
5402 "wayland-client",
5403 "xcursor",
5404]
5405
5406[[package]]
5407name = "wayland-protocols"
5408version = "0.32.8"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
5411dependencies = [
5412 "bitflags 2.9.1",
5413 "wayland-backend",
5414 "wayland-client",
5415 "wayland-scanner",
5416 "wayland-server",
5417]
5418
5419[[package]]
5420name = "wayland-protocols-plasma"
5421version = "0.3.8"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
5424dependencies = [
5425 "bitflags 2.9.1",
5426 "wayland-backend",
5427 "wayland-client",
5428 "wayland-protocols",
5429 "wayland-scanner",
5430]
5431
5432[[package]]
5433name = "wayland-protocols-wlr"
5434version = "0.3.8"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
5437dependencies = [
5438 "bitflags 2.9.1",
5439 "wayland-backend",
5440 "wayland-client",
5441 "wayland-protocols",
5442 "wayland-scanner",
5443 "wayland-server",
5444]
5445
5446[[package]]
5447name = "wayland-scanner"
5448version = "0.31.6"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
5451dependencies = [
5452 "proc-macro2",
5453 "quick-xml",
5454 "quote",
5455]
5456
5457[[package]]
5458name = "wayland-server"
5459version = "0.31.9"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "485dfb8ccf0daa0d34625d34e6ac15f99e550a7999b6fd88a0835ccd37655785"
5462dependencies = [
5463 "bitflags 2.9.1",
5464 "downcast-rs",
5465 "rustix 0.38.44",
5466 "wayland-backend",
5467 "wayland-scanner",
5468]
5469
5470[[package]]
5471name = "wayland-sys"
5472version = "0.31.6"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
5475dependencies = [
5476 "dlib",
5477 "log",
5478 "once_cell",
5479 "pkg-config",
5480]
5481
5482[[package]]
5483name = "web-sys"
5484version = "0.3.77"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
5487dependencies = [
5488 "js-sys",
5489 "wasm-bindgen",
5490]
5491
5492[[package]]
5493name = "web-time"
5494version = "1.1.0"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5497dependencies = [
5498 "js-sys",
5499 "wasm-bindgen",
5500]
5501
5502[[package]]
5503name = "webpki-roots"
5504version = "1.0.0"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
5507dependencies = [
5508 "rustls-pki-types",
5509]
5510
5511[[package]]
5512name = "weezl"
5513version = "0.1.10"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
5516
5517[[package]]
5518name = "wgpu"
5519version = "22.1.0"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "e1d1c4ba43f80542cf63a0a6ed3134629ae73e8ab51e4b765a67f3aa062eb433"
5522dependencies = [
5523 "arrayvec",
5524 "cfg_aliases 0.1.1",
5525 "document-features",
5526 "js-sys",
5527 "log",
5528 "naga",
5529 "parking_lot 0.12.4",
5530 "profiling",
5531 "raw-window-handle",
5532 "smallvec",
5533 "static_assertions",
5534 "wasm-bindgen",
5535 "wasm-bindgen-futures",
5536 "web-sys",
5537 "wgpu-core",
5538 "wgpu-hal",
5539 "wgpu-types",
5540]
5541
5542[[package]]
5543name = "wgpu-core"
5544version = "22.1.0"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "0348c840d1051b8e86c3bcd31206080c5e71e5933dabd79be1ce732b0b2f089a"
5547dependencies = [
5548 "arrayvec",
5549 "bit-vec",
5550 "bitflags 2.9.1",
5551 "cfg_aliases 0.1.1",
5552 "document-features",
5553 "indexmap",
5554 "log",
5555 "naga",
5556 "once_cell",
5557 "parking_lot 0.12.4",
5558 "profiling",
5559 "raw-window-handle",
5560 "rustc-hash 1.1.0",
5561 "smallvec",
5562 "thiserror 1.0.69",
5563 "wgpu-hal",
5564 "wgpu-types",
5565]
5566
5567[[package]]
5568name = "wgpu-hal"
5569version = "22.0.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "f6bbf4b4de8b2a83c0401d9e5ae0080a2792055f25859a02bf9be97952bbed4f"
5572dependencies = [
5573 "android_system_properties",
5574 "arrayvec",
5575 "ash",
5576 "bit-set",
5577 "bitflags 2.9.1",
5578 "block",
5579 "cfg_aliases 0.1.1",
5580 "core-graphics-types",
5581 "d3d12",
5582 "glow",
5583 "glutin_wgl_sys",
5584 "gpu-alloc",
5585 "gpu-allocator",
5586 "gpu-descriptor",
5587 "hassle-rs",
5588 "js-sys",
5589 "khronos-egl",
5590 "libc",
5591 "libloading",
5592 "log",
5593 "metal",
5594 "naga",
5595 "ndk-sys 0.5.0+25.2.9519653",
5596 "objc",
5597 "once_cell",
5598 "parking_lot 0.12.4",
5599 "profiling",
5600 "range-alloc",
5601 "raw-window-handle",
5602 "renderdoc-sys",
5603 "rustc-hash 1.1.0",
5604 "smallvec",
5605 "thiserror 1.0.69",
5606 "wasm-bindgen",
5607 "web-sys",
5608 "wgpu-types",
5609 "winapi",
5610]
5611
5612[[package]]
5613name = "wgpu-types"
5614version = "22.0.0"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "bc9d91f0e2c4b51434dfa6db77846f2793149d8e73f800fa2e41f52b8eac3c5d"
5617dependencies = [
5618 "bitflags 2.9.1",
5619 "js-sys",
5620 "web-sys",
5621]
5622
5623[[package]]
5624name = "widestring"
5625version = "1.2.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
5628
5629[[package]]
5630name = "winapi"
5631version = "0.3.9"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5634dependencies = [
5635 "winapi-i686-pc-windows-gnu",
5636 "winapi-x86_64-pc-windows-gnu",
5637]
5638
5639[[package]]
5640name = "winapi-i686-pc-windows-gnu"
5641version = "0.4.0"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5644
5645[[package]]
5646name = "winapi-util"
5647version = "0.1.9"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
5650dependencies = [
5651 "windows-sys 0.59.0",
5652]
5653
5654[[package]]
5655name = "winapi-x86_64-pc-windows-gnu"
5656version = "0.4.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5659
5660[[package]]
5661name = "window_clipboard"
5662version = "0.4.1"
5663source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
5664dependencies = [
5665 "clipboard-win",
5666 "clipboard_macos",
5667 "clipboard_wayland",
5668 "clipboard_x11",
5669 "dnd",
5670 "mime",
5671 "raw-window-handle",
5672 "thiserror 1.0.69",
5673]
5674
5675[[package]]
5676name = "windows"
5677version = "0.52.0"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5680dependencies = [
5681 "windows-core 0.52.0",
5682 "windows-targets 0.52.6",
5683]
5684
5685[[package]]
5686name = "windows"
5687version = "0.54.0"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
5690dependencies = [
5691 "windows-core 0.54.0",
5692 "windows-implement 0.53.0",
5693 "windows-interface 0.53.0",
5694 "windows-targets 0.52.6",
5695]
5696
5697[[package]]
5698name = "windows-core"
5699version = "0.52.0"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5702dependencies = [
5703 "windows-targets 0.52.6",
5704]
5705
5706[[package]]
5707name = "windows-core"
5708version = "0.54.0"
5709source = "registry+https://github.com/rust-lang/crates.io-index"
5710checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
5711dependencies = [
5712 "windows-result 0.1.2",
5713 "windows-targets 0.52.6",
5714]
5715
5716[[package]]
5717name = "windows-core"
5718version = "0.61.2"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5721dependencies = [
5722 "windows-implement 0.60.0",
5723 "windows-interface 0.59.1",
5724 "windows-link",
5725 "windows-result 0.3.4",
5726 "windows-strings",
5727]
5728
5729[[package]]
5730name = "windows-implement"
5731version = "0.53.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "942ac266be9249c84ca862f0a164a39533dc2f6f33dc98ec89c8da99b82ea0bd"
5734dependencies = [
5735 "proc-macro2",
5736 "quote",
5737 "syn 2.0.103",
5738]
5739
5740[[package]]
5741name = "windows-implement"
5742version = "0.60.0"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
5745dependencies = [
5746 "proc-macro2",
5747 "quote",
5748 "syn 2.0.103",
5749]
5750
5751[[package]]
5752name = "windows-interface"
5753version = "0.53.0"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "da33557140a288fae4e1d5f8873aaf9eb6613a9cf82c3e070223ff177f598b60"
5756dependencies = [
5757 "proc-macro2",
5758 "quote",
5759 "syn 2.0.103",
5760]
5761
5762[[package]]
5763name = "windows-interface"
5764version = "0.59.1"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
5767dependencies = [
5768 "proc-macro2",
5769 "quote",
5770 "syn 2.0.103",
5771]
5772
5773[[package]]
5774name = "windows-link"
5775version = "0.1.3"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5778
5779[[package]]
5780name = "windows-result"
5781version = "0.1.2"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
5784dependencies = [
5785 "windows-targets 0.52.6",
5786]
5787
5788[[package]]
5789name = "windows-result"
5790version = "0.3.4"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5793dependencies = [
5794 "windows-link",
5795]
5796
5797[[package]]
5798name = "windows-strings"
5799version = "0.4.2"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5802dependencies = [
5803 "windows-link",
5804]
5805
5806[[package]]
5807name = "windows-sys"
5808version = "0.45.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5811dependencies = [
5812 "windows-targets 0.42.2",
5813]
5814
5815[[package]]
5816name = "windows-sys"
5817version = "0.48.0"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5820dependencies = [
5821 "windows-targets 0.48.5",
5822]
5823
5824[[package]]
5825name = "windows-sys"
5826version = "0.52.0"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5829dependencies = [
5830 "windows-targets 0.52.6",
5831]
5832
5833[[package]]
5834name = "windows-sys"
5835version = "0.59.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5838dependencies = [
5839 "windows-targets 0.52.6",
5840]
5841
5842[[package]]
5843name = "windows-sys"
5844version = "0.60.2"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5847dependencies = [
5848 "windows-targets 0.53.2",
5849]
5850
5851[[package]]
5852name = "windows-targets"
5853version = "0.42.2"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5856dependencies = [
5857 "windows_aarch64_gnullvm 0.42.2",
5858 "windows_aarch64_msvc 0.42.2",
5859 "windows_i686_gnu 0.42.2",
5860 "windows_i686_msvc 0.42.2",
5861 "windows_x86_64_gnu 0.42.2",
5862 "windows_x86_64_gnullvm 0.42.2",
5863 "windows_x86_64_msvc 0.42.2",
5864]
5865
5866[[package]]
5867name = "windows-targets"
5868version = "0.48.5"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5871dependencies = [
5872 "windows_aarch64_gnullvm 0.48.5",
5873 "windows_aarch64_msvc 0.48.5",
5874 "windows_i686_gnu 0.48.5",
5875 "windows_i686_msvc 0.48.5",
5876 "windows_x86_64_gnu 0.48.5",
5877 "windows_x86_64_gnullvm 0.48.5",
5878 "windows_x86_64_msvc 0.48.5",
5879]
5880
5881[[package]]
5882name = "windows-targets"
5883version = "0.52.6"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5886dependencies = [
5887 "windows_aarch64_gnullvm 0.52.6",
5888 "windows_aarch64_msvc 0.52.6",
5889 "windows_i686_gnu 0.52.6",
5890 "windows_i686_gnullvm 0.52.6",
5891 "windows_i686_msvc 0.52.6",
5892 "windows_x86_64_gnu 0.52.6",
5893 "windows_x86_64_gnullvm 0.52.6",
5894 "windows_x86_64_msvc 0.52.6",
5895]
5896
5897[[package]]
5898name = "windows-targets"
5899version = "0.53.2"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
5902dependencies = [
5903 "windows_aarch64_gnullvm 0.53.0",
5904 "windows_aarch64_msvc 0.53.0",
5905 "windows_i686_gnu 0.53.0",
5906 "windows_i686_gnullvm 0.53.0",
5907 "windows_i686_msvc 0.53.0",
5908 "windows_x86_64_gnu 0.53.0",
5909 "windows_x86_64_gnullvm 0.53.0",
5910 "windows_x86_64_msvc 0.53.0",
5911]
5912
5913[[package]]
5914name = "windows_aarch64_gnullvm"
5915version = "0.42.2"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5918
5919[[package]]
5920name = "windows_aarch64_gnullvm"
5921version = "0.48.5"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5924
5925[[package]]
5926name = "windows_aarch64_gnullvm"
5927version = "0.52.6"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5930
5931[[package]]
5932name = "windows_aarch64_gnullvm"
5933version = "0.53.0"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
5936
5937[[package]]
5938name = "windows_aarch64_msvc"
5939version = "0.42.2"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5942
5943[[package]]
5944name = "windows_aarch64_msvc"
5945version = "0.48.5"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5948
5949[[package]]
5950name = "windows_aarch64_msvc"
5951version = "0.52.6"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5954
5955[[package]]
5956name = "windows_aarch64_msvc"
5957version = "0.53.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
5960
5961[[package]]
5962name = "windows_i686_gnu"
5963version = "0.42.2"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5966
5967[[package]]
5968name = "windows_i686_gnu"
5969version = "0.48.5"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5972
5973[[package]]
5974name = "windows_i686_gnu"
5975version = "0.52.6"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5978
5979[[package]]
5980name = "windows_i686_gnu"
5981version = "0.53.0"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
5984
5985[[package]]
5986name = "windows_i686_gnullvm"
5987version = "0.52.6"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5990
5991[[package]]
5992name = "windows_i686_gnullvm"
5993version = "0.53.0"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
5996
5997[[package]]
5998name = "windows_i686_msvc"
5999version = "0.42.2"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6002
6003[[package]]
6004name = "windows_i686_msvc"
6005version = "0.48.5"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6008
6009[[package]]
6010name = "windows_i686_msvc"
6011version = "0.52.6"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6014
6015[[package]]
6016name = "windows_i686_msvc"
6017version = "0.53.0"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
6020
6021[[package]]
6022name = "windows_x86_64_gnu"
6023version = "0.42.2"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6026
6027[[package]]
6028name = "windows_x86_64_gnu"
6029version = "0.48.5"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6032
6033[[package]]
6034name = "windows_x86_64_gnu"
6035version = "0.52.6"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6038
6039[[package]]
6040name = "windows_x86_64_gnu"
6041version = "0.53.0"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
6044
6045[[package]]
6046name = "windows_x86_64_gnullvm"
6047version = "0.42.2"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6050
6051[[package]]
6052name = "windows_x86_64_gnullvm"
6053version = "0.48.5"
6054source = "registry+https://github.com/rust-lang/crates.io-index"
6055checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6056
6057[[package]]
6058name = "windows_x86_64_gnullvm"
6059version = "0.52.6"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6062
6063[[package]]
6064name = "windows_x86_64_gnullvm"
6065version = "0.53.0"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
6068
6069[[package]]
6070name = "windows_x86_64_msvc"
6071version = "0.42.2"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6074
6075[[package]]
6076name = "windows_x86_64_msvc"
6077version = "0.48.5"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6080
6081[[package]]
6082name = "windows_x86_64_msvc"
6083version = "0.52.6"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6086
6087[[package]]
6088name = "windows_x86_64_msvc"
6089version = "0.53.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
6092
6093[[package]]
6094name = "winit"
6095version = "0.30.5"
6096source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
6097dependencies = [
6098 "ahash",
6099 "android-activity",
6100 "atomic-waker",
6101 "bitflags 2.9.1",
6102 "block2 0.5.1",
6103 "bytemuck",
6104 "calloop",
6105 "cfg_aliases 0.2.1",
6106 "concurrent-queue",
6107 "core-foundation",
6108 "core-graphics",
6109 "cursor-icon",
6110 "dpi",
6111 "js-sys",
6112 "libc",
6113 "memmap2 0.9.5",
6114 "ndk",
6115 "objc2 0.5.2",
6116 "objc2-app-kit 0.2.2",
6117 "objc2-foundation 0.2.2",
6118 "objc2-ui-kit",
6119 "orbclient",
6120 "percent-encoding",
6121 "pin-project",
6122 "raw-window-handle",
6123 "redox_syscall 0.4.1",
6124 "rustix 0.38.44",
6125 "sctk-adwaita",
6126 "smithay-client-toolkit",
6127 "smol_str",
6128 "tracing",
6129 "unicode-segmentation",
6130 "wasm-bindgen",
6131 "wasm-bindgen-futures",
6132 "wayland-backend",
6133 "wayland-client",
6134 "wayland-protocols",
6135 "wayland-protocols-plasma",
6136 "web-sys",
6137 "web-time",
6138 "windows-sys 0.52.0",
6139 "x11-dl",
6140 "x11rb",
6141 "xkbcommon-dl",
6142]
6143
6144[[package]]
6145name = "winnow"
6146version = "0.5.40"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
6149dependencies = [
6150 "memchr",
6151]
6152
6153[[package]]
6154name = "winnow"
6155version = "0.7.11"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
6158dependencies = [
6159 "memchr",
6160]
6161
6162[[package]]
6163name = "wit-bindgen-rt"
6164version = "0.39.0"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
6167dependencies = [
6168 "bitflags 2.9.1",
6169]
6170
6171[[package]]
6172name = "writeable"
6173version = "0.6.1"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6176
6177[[package]]
6178name = "x11-dl"
6179version = "2.21.0"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
6182dependencies = [
6183 "libc",
6184 "once_cell",
6185 "pkg-config",
6186]
6187
6188[[package]]
6189name = "x11rb"
6190version = "0.13.1"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
6193dependencies = [
6194 "as-raw-xcb-connection",
6195 "gethostname",
6196 "libc",
6197 "libloading",
6198 "once_cell",
6199 "rustix 0.38.44",
6200 "x11rb-protocol",
6201]
6202
6203[[package]]
6204name = "x11rb-protocol"
6205version = "0.13.1"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
6208
6209[[package]]
6210name = "xcursor"
6211version = "0.3.8"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
6214
6215[[package]]
6216name = "xdg"
6217version = "2.5.2"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
6220
6221[[package]]
6222name = "xdg-home"
6223version = "1.3.0"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
6226dependencies = [
6227 "libc",
6228 "windows-sys 0.59.0",
6229]
6230
6231[[package]]
6232name = "xdg-shell-wrapper-config"
6233version = "0.1.0"
6234source = "git+https://github.com/pop-os/cosmic-panel#887b5682097ae3beb52b8b91ad312347e6414224"
6235dependencies = [
6236 "serde",
6237 "wayland-protocols-wlr",
6238]
6239
6240[[package]]
6241name = "xkbcommon"
6242version = "0.7.0"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
6245dependencies = [
6246 "libc",
6247 "memmap2 0.8.0",
6248 "xkeysym",
6249]
6250
6251[[package]]
6252name = "xkbcommon-dl"
6253version = "0.4.2"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
6256dependencies = [
6257 "bitflags 2.9.1",
6258 "dlib",
6259 "log",
6260 "once_cell",
6261 "xkeysym",
6262]
6263
6264[[package]]
6265name = "xkeysym"
6266version = "0.2.1"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
6269dependencies = [
6270 "bytemuck",
6271]
6272
6273[[package]]
6274name = "xml-rs"
6275version = "0.8.26"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda"
6278
6279[[package]]
6280name = "xmlwriter"
6281version = "0.1.0"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
6284
6285[[package]]
6286name = "yansi"
6287version = "1.0.1"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
6290
6291[[package]]
6292name = "yazi"
6293version = "0.2.1"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
6296
6297[[package]]
6298name = "yoke"
6299version = "0.8.0"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
6302dependencies = [
6303 "serde",
6304 "stable_deref_trait",
6305 "yoke-derive",
6306 "zerofrom",
6307]
6308
6309[[package]]
6310name = "yoke-derive"
6311version = "0.8.0"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6314dependencies = [
6315 "proc-macro2",
6316 "quote",
6317 "syn 2.0.103",
6318 "synstructure",
6319]
6320
6321[[package]]
6322name = "zbus"
6323version = "3.15.2"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
6326dependencies = [
6327 "async-broadcast 0.5.1",
6328 "async-process",
6329 "async-recursion",
6330 "async-trait",
6331 "byteorder",
6332 "derivative",
6333 "enumflags2",
6334 "event-listener 2.5.3",
6335 "futures-core",
6336 "futures-sink",
6337 "futures-util",
6338 "hex",
6339 "nix 0.26.4",
6340 "once_cell",
6341 "ordered-stream",
6342 "rand 0.8.5",
6343 "serde",
6344 "serde_repr",
6345 "sha1",
6346 "static_assertions",
6347 "tokio",
6348 "tracing",
6349 "uds_windows",
6350 "winapi",
6351 "xdg-home",
6352 "zbus_macros 3.15.2",
6353 "zbus_names 2.6.1",
6354 "zvariant 3.15.2",
6355]
6356
6357[[package]]
6358name = "zbus"
6359version = "5.7.1"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "d3a7c7cee313d044fca3f48fa782cb750c79e4ca76ba7bc7718cd4024cdf6f68"
6362dependencies = [
6363 "async-broadcast 0.7.2",
6364 "async-recursion",
6365 "async-trait",
6366 "enumflags2",
6367 "event-listener 5.4.0",
6368 "futures-core",
6369 "futures-lite 2.6.0",
6370 "hex",
6371 "nix 0.30.1",
6372 "ordered-stream",
6373 "serde",
6374 "serde_repr",
6375 "tokio",
6376 "tracing",
6377 "uds_windows",
6378 "windows-sys 0.59.0",
6379 "winnow 0.7.11",
6380 "zbus_macros 5.7.1",
6381 "zbus_names 4.2.0",
6382 "zvariant 5.5.3",
6383]
6384
6385[[package]]
6386name = "zbus_macros"
6387version = "3.15.2"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
6390dependencies = [
6391 "proc-macro-crate 1.3.1",
6392 "proc-macro2",
6393 "quote",
6394 "regex",
6395 "syn 1.0.109",
6396 "zvariant_utils 1.0.1",
6397]
6398
6399[[package]]
6400name = "zbus_macros"
6401version = "5.7.1"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "a17e7e5eec1550f747e71a058df81a9a83813ba0f6a95f39c4e218bdc7ba366a"
6404dependencies = [
6405 "proc-macro-crate 3.3.0",
6406 "proc-macro2",
6407 "quote",
6408 "syn 2.0.103",
6409 "zbus_names 4.2.0",
6410 "zvariant 5.5.3",
6411 "zvariant_utils 3.2.0",
6412]
6413
6414[[package]]
6415name = "zbus_names"
6416version = "2.6.1"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
6419dependencies = [
6420 "serde",
6421 "static_assertions",
6422 "zvariant 3.15.2",
6423]
6424
6425[[package]]
6426name = "zbus_names"
6427version = "4.2.0"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
6430dependencies = [
6431 "serde",
6432 "static_assertions",
6433 "winnow 0.7.11",
6434 "zvariant 5.5.3",
6435]
6436
6437[[package]]
6438name = "zeno"
6439version = "0.3.3"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
6442
6443[[package]]
6444name = "zerocopy"
6445version = "0.8.26"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
6448dependencies = [
6449 "zerocopy-derive",
6450]
6451
6452[[package]]
6453name = "zerocopy-derive"
6454version = "0.8.26"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
6457dependencies = [
6458 "proc-macro2",
6459 "quote",
6460 "syn 2.0.103",
6461]
6462
6463[[package]]
6464name = "zerofrom"
6465version = "0.1.6"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6468dependencies = [
6469 "zerofrom-derive",
6470]
6471
6472[[package]]
6473name = "zerofrom-derive"
6474version = "0.1.6"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6477dependencies = [
6478 "proc-macro2",
6479 "quote",
6480 "syn 2.0.103",
6481 "synstructure",
6482]
6483
6484[[package]]
6485name = "zeroize"
6486version = "1.8.1"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6489
6490[[package]]
6491name = "zerotrie"
6492version = "0.2.2"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6495dependencies = [
6496 "displaydoc",
6497 "yoke",
6498 "zerofrom",
6499]
6500
6501[[package]]
6502name = "zerovec"
6503version = "0.11.2"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
6506dependencies = [
6507 "yoke",
6508 "zerofrom",
6509 "zerovec-derive",
6510]
6511
6512[[package]]
6513name = "zerovec-derive"
6514version = "0.11.1"
6515source = "registry+https://github.com/rust-lang/crates.io-index"
6516checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6517dependencies = [
6518 "proc-macro2",
6519 "quote",
6520 "syn 2.0.103",
6521]
6522
6523[[package]]
6524name = "zune-core"
6525version = "0.4.12"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6528
6529[[package]]
6530name = "zune-jpeg"
6531version = "0.4.17"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "0f6fe2e33d02a98ee64423802e16df3de99c43e5cf5ff983767e1128b394c8ac"
6534dependencies = [
6535 "zune-core",
6536]
6537
6538[[package]]
6539name = "zvariant"
6540version = "3.15.2"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
6543dependencies = [
6544 "byteorder",
6545 "enumflags2",
6546 "libc",
6547 "serde",
6548 "static_assertions",
6549 "zvariant_derive 3.15.2",
6550]
6551
6552[[package]]
6553name = "zvariant"
6554version = "5.5.3"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "9d30786f75e393ee63a21de4f9074d4c038d52c5b1bb4471f955db249f9dffb1"
6557dependencies = [
6558 "endi",
6559 "enumflags2",
6560 "serde",
6561 "url",
6562 "winnow 0.7.11",
6563 "zvariant_derive 5.5.3",
6564 "zvariant_utils 3.2.0",
6565]
6566
6567[[package]]
6568name = "zvariant_derive"
6569version = "3.15.2"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
6572dependencies = [
6573 "proc-macro-crate 1.3.1",
6574 "proc-macro2",
6575 "quote",
6576 "syn 1.0.109",
6577 "zvariant_utils 1.0.1",
6578]
6579
6580[[package]]
6581name = "zvariant_derive"
6582version = "5.5.3"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "75fda702cd42d735ccd48117b1630432219c0e9616bf6cb0f8350844ee4d9580"
6585dependencies = [
6586 "proc-macro-crate 3.3.0",
6587 "proc-macro2",
6588 "quote",
6589 "syn 2.0.103",
6590 "zvariant_utils 3.2.0",
6591]
6592
6593[[package]]
6594name = "zvariant_utils"
6595version = "1.0.1"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
6598dependencies = [
6599 "proc-macro2",
6600 "quote",
6601 "syn 1.0.109",
6602]
6603
6604[[package]]
6605name = "zvariant_utils"
6606version = "3.2.0"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
6609dependencies = [
6610 "proc-macro2",
6611 "quote",
6612 "serde",
6613 "static_assertions",
6614 "syn 2.0.103",
6615 "winnow 0.7.11",
6616]