Another project
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "ab_glyph"
7version = "0.2.32"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.10"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
21[[package]]
22name = "accesskit"
23version = "0.24.0"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "5351dcebb14b579ccab05f288596b2ae097005be7ee50a7c3d4ca9d0d5a66f6a"
26dependencies = [
27 "uuid",
28]
29
30[[package]]
31name = "adler2"
32version = "2.0.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
35
36[[package]]
37name = "ahash"
38version = "0.8.12"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
41dependencies = [
42 "cfg-if",
43 "getrandom 0.3.4",
44 "once_cell",
45 "version_check",
46 "zerocopy",
47]
48
49[[package]]
50name = "aho-corasick"
51version = "1.1.4"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
54dependencies = [
55 "memchr",
56]
57
58[[package]]
59name = "allocator-api2"
60version = "0.2.21"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
63
64[[package]]
65name = "android-activity"
66version = "0.6.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
69dependencies = [
70 "android-properties",
71 "bitflags 2.11.1",
72 "cc",
73 "jni",
74 "libc",
75 "log",
76 "ndk",
77 "ndk-context",
78 "ndk-sys",
79 "num_enum",
80 "thiserror 2.0.18",
81]
82
83[[package]]
84name = "android-properties"
85version = "0.2.2"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
88
89[[package]]
90name = "android_system_properties"
91version = "0.1.5"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
94dependencies = [
95 "libc",
96]
97
98[[package]]
99name = "anyhow"
100version = "1.0.102"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
103
104[[package]]
105name = "approx"
106version = "0.5.1"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
109dependencies = [
110 "num-traits",
111]
112
113[[package]]
114name = "arrayref"
115version = "0.3.9"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
118
119[[package]]
120name = "arrayvec"
121version = "0.7.6"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
124
125[[package]]
126name = "as-raw-xcb-connection"
127version = "1.0.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
130
131[[package]]
132name = "ash"
133version = "0.38.0+1.3.281"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
136dependencies = [
137 "libloading",
138]
139
140[[package]]
141name = "ashpd"
142version = "0.13.11"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "340e0f6bf7f9ee78549c61454f1460a3ed97c011902ee76b58301bbc6d502a32"
145dependencies = [
146 "enumflags2",
147 "futures-util",
148 "getrandom 0.4.2",
149 "serde",
150 "serde_repr",
151 "zbus",
152]
153
154[[package]]
155name = "async-broadcast"
156version = "0.7.2"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
159dependencies = [
160 "event-listener",
161 "event-listener-strategy",
162 "futures-core",
163 "pin-project-lite",
164]
165
166[[package]]
167name = "async-channel"
168version = "2.5.0"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
171dependencies = [
172 "concurrent-queue",
173 "event-listener-strategy",
174 "futures-core",
175 "pin-project-lite",
176]
177
178[[package]]
179name = "async-executor"
180version = "1.14.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
183dependencies = [
184 "async-task",
185 "concurrent-queue",
186 "fastrand",
187 "futures-lite",
188 "pin-project-lite",
189 "slab",
190]
191
192[[package]]
193name = "async-io"
194version = "2.6.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
197dependencies = [
198 "autocfg",
199 "cfg-if",
200 "concurrent-queue",
201 "futures-io",
202 "futures-lite",
203 "parking",
204 "polling",
205 "rustix 1.1.4",
206 "slab",
207 "windows-sys 0.61.2",
208]
209
210[[package]]
211name = "async-lock"
212version = "3.4.2"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
215dependencies = [
216 "event-listener",
217 "event-listener-strategy",
218 "pin-project-lite",
219]
220
221[[package]]
222name = "async-process"
223version = "2.5.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
226dependencies = [
227 "async-channel",
228 "async-io",
229 "async-lock",
230 "async-signal",
231 "async-task",
232 "blocking",
233 "cfg-if",
234 "event-listener",
235 "futures-lite",
236 "rustix 1.1.4",
237]
238
239[[package]]
240name = "async-recursion"
241version = "1.1.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
244dependencies = [
245 "proc-macro2",
246 "quote",
247 "syn 2.0.117",
248]
249
250[[package]]
251name = "async-signal"
252version = "0.2.14"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
255dependencies = [
256 "async-io",
257 "async-lock",
258 "atomic-waker",
259 "cfg-if",
260 "futures-core",
261 "futures-io",
262 "rustix 1.1.4",
263 "signal-hook-registry",
264 "slab",
265 "windows-sys 0.61.2",
266]
267
268[[package]]
269name = "async-task"
270version = "4.7.1"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
273
274[[package]]
275name = "async-trait"
276version = "0.1.89"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
279dependencies = [
280 "proc-macro2",
281 "quote",
282 "syn 2.0.117",
283]
284
285[[package]]
286name = "atomic-waker"
287version = "1.1.2"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
290
291[[package]]
292name = "autocfg"
293version = "1.5.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
296
297[[package]]
298name = "bit-set"
299version = "0.9.1"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
302dependencies = [
303 "bit-vec",
304]
305
306[[package]]
307name = "bit-vec"
308version = "0.9.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
311
312[[package]]
313name = "bitflags"
314version = "1.3.2"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
317
318[[package]]
319name = "bitflags"
320version = "2.11.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
323dependencies = [
324 "serde_core",
325]
326
327[[package]]
328name = "blake3"
329version = "1.8.4"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
332dependencies = [
333 "arrayref",
334 "arrayvec",
335 "cc",
336 "cfg-if",
337 "constant_time_eq",
338 "cpufeatures",
339]
340
341[[package]]
342name = "block2"
343version = "0.5.1"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
346dependencies = [
347 "objc2 0.5.2",
348]
349
350[[package]]
351name = "block2"
352version = "0.6.2"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
355dependencies = [
356 "objc2 0.6.4",
357]
358
359[[package]]
360name = "blocking"
361version = "1.6.2"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
364dependencies = [
365 "async-channel",
366 "async-task",
367 "futures-io",
368 "futures-lite",
369 "piper",
370]
371
372[[package]]
373name = "bone-app"
374version = "0.0.0"
375dependencies = [
376 "accesskit",
377 "ashpd",
378 "bone-document",
379 "bone-render",
380 "bone-text",
381 "bone-types",
382 "bone-ui",
383 "insta",
384 "percent-encoding",
385 "pollster",
386 "ron",
387 "serde",
388 "swash",
389 "thiserror 2.0.18",
390 "tracing",
391 "tracing-subscriber",
392 "uom",
393 "wgpu",
394 "winit",
395]
396
397[[package]]
398name = "bone-document"
399version = "0.0.0"
400dependencies = [
401 "blake3",
402 "bone-solver",
403 "bone-types",
404 "insta",
405 "nalgebra",
406 "proptest",
407 "ron",
408 "serde",
409 "slotmap",
410 "tempfile",
411 "thiserror 2.0.18",
412 "tracing",
413]
414
415[[package]]
416name = "bone-kernel"
417version = "0.0.0"
418dependencies = [
419 "bone-types",
420 "insta",
421 "thiserror 2.0.18",
422 "uom",
423]
424
425[[package]]
426name = "bone-render"
427version = "0.0.0"
428dependencies = [
429 "bone-document",
430 "bone-kernel",
431 "bone-text",
432 "bone-types",
433 "bytemuck",
434 "lyon_tessellation",
435 "png",
436 "pollster",
437 "proptest",
438 "slotmap",
439 "swash",
440 "thiserror 2.0.18",
441 "tracing",
442 "uom",
443 "wgpu",
444]
445
446[[package]]
447name = "bone-solver"
448version = "0.0.0"
449dependencies = [
450 "bone-kernel",
451 "bone-types",
452 "faer",
453 "insta",
454 "nalgebra",
455 "thiserror 2.0.18",
456]
457
458[[package]]
459name = "bone-text"
460version = "0.0.0"
461dependencies = [
462 "lyon_tessellation",
463 "parley",
464 "serde",
465 "swash",
466]
467
468[[package]]
469name = "bone-types"
470version = "0.0.0"
471dependencies = [
472 "insta",
473 "nalgebra",
474 "serde",
475 "slotmap",
476 "thiserror 2.0.18",
477 "tracing",
478 "tracing-subscriber",
479 "uom",
480]
481
482[[package]]
483name = "bone-ui"
484version = "0.0.0"
485dependencies = [
486 "accesskit",
487 "bone-text",
488 "insta",
489 "lyon_tessellation",
490 "palette",
491 "png",
492 "ron",
493 "serde",
494 "swash",
495 "taffy",
496 "thiserror 2.0.18",
497 "unicode-segmentation",
498 "uom",
499]
500
501[[package]]
502name = "bumpalo"
503version = "3.20.2"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
506
507[[package]]
508name = "by_address"
509version = "1.2.1"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
512
513[[package]]
514name = "bytemuck"
515version = "1.25.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
518dependencies = [
519 "bytemuck_derive",
520]
521
522[[package]]
523name = "bytemuck_derive"
524version = "1.10.2"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
527dependencies = [
528 "proc-macro2",
529 "quote",
530 "syn 2.0.117",
531]
532
533[[package]]
534name = "byteorder"
535version = "1.5.0"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
538
539[[package]]
540name = "bytes"
541version = "1.11.1"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
544
545[[package]]
546name = "calloop"
547version = "0.13.0"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
550dependencies = [
551 "bitflags 2.11.1",
552 "log",
553 "polling",
554 "rustix 0.38.44",
555 "slab",
556 "thiserror 1.0.69",
557]
558
559[[package]]
560name = "calloop-wayland-source"
561version = "0.3.0"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
564dependencies = [
565 "calloop",
566 "rustix 0.38.44",
567 "wayland-backend",
568 "wayland-client",
569]
570
571[[package]]
572name = "cc"
573version = "1.2.60"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
576dependencies = [
577 "find-msvc-tools",
578 "jobserver",
579 "libc",
580 "shlex",
581]
582
583[[package]]
584name = "cfg-if"
585version = "1.0.4"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
588
589[[package]]
590name = "cfg_aliases"
591version = "0.2.1"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
594
595[[package]]
596name = "codespan-reporting"
597version = "0.13.1"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
600dependencies = [
601 "serde",
602 "termcolor",
603 "unicode-width",
604]
605
606[[package]]
607name = "combine"
608version = "4.6.7"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
611dependencies = [
612 "bytes",
613 "memchr",
614]
615
616[[package]]
617name = "concurrent-queue"
618version = "2.5.0"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
621dependencies = [
622 "crossbeam-utils",
623]
624
625[[package]]
626name = "console"
627version = "0.16.3"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
630dependencies = [
631 "encode_unicode",
632 "libc",
633 "windows-sys 0.61.2",
634]
635
636[[package]]
637name = "constant_time_eq"
638version = "0.4.2"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
641
642[[package]]
643name = "core-foundation"
644version = "0.9.4"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
647dependencies = [
648 "core-foundation-sys",
649 "libc",
650]
651
652[[package]]
653name = "core-foundation-sys"
654version = "0.8.7"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
657
658[[package]]
659name = "core-graphics"
660version = "0.23.2"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
663dependencies = [
664 "bitflags 1.3.2",
665 "core-foundation",
666 "core-graphics-types",
667 "foreign-types",
668 "libc",
669]
670
671[[package]]
672name = "core-graphics-types"
673version = "0.1.3"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
676dependencies = [
677 "bitflags 1.3.2",
678 "core-foundation",
679 "libc",
680]
681
682[[package]]
683name = "core_maths"
684version = "0.1.1"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
687dependencies = [
688 "libm",
689]
690
691[[package]]
692name = "cpufeatures"
693version = "0.3.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
696dependencies = [
697 "libc",
698]
699
700[[package]]
701name = "crc32fast"
702version = "1.5.0"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
705dependencies = [
706 "cfg-if",
707]
708
709[[package]]
710name = "crossbeam-utils"
711version = "0.8.21"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
714
715[[package]]
716name = "crunchy"
717version = "0.2.4"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
720
721[[package]]
722name = "cursor-icon"
723version = "1.2.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
726
727[[package]]
728name = "defer"
729version = "0.2.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8"
732
733[[package]]
734name = "dispatch"
735version = "0.2.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
738
739[[package]]
740name = "dispatch2"
741version = "0.3.1"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
744dependencies = [
745 "bitflags 2.11.1",
746 "objc2 0.6.4",
747]
748
749[[package]]
750name = "displaydoc"
751version = "0.2.5"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
754dependencies = [
755 "proc-macro2",
756 "quote",
757 "syn 2.0.117",
758]
759
760[[package]]
761name = "dlib"
762version = "0.5.3"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
765dependencies = [
766 "libloading",
767]
768
769[[package]]
770name = "document-features"
771version = "0.2.12"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
774dependencies = [
775 "litrs",
776]
777
778[[package]]
779name = "downcast-rs"
780version = "1.2.1"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
783
784[[package]]
785name = "dpi"
786version = "0.1.2"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
789
790[[package]]
791name = "dyn-stack"
792version = "0.13.2"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
795dependencies = [
796 "bytemuck",
797 "dyn-stack-macros",
798]
799
800[[package]]
801name = "dyn-stack-macros"
802version = "0.1.3"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
805
806[[package]]
807name = "encode_unicode"
808version = "1.0.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
811
812[[package]]
813name = "endi"
814version = "1.1.1"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
817
818[[package]]
819name = "enum-as-inner"
820version = "0.6.1"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
823dependencies = [
824 "heck",
825 "proc-macro2",
826 "quote",
827 "syn 2.0.117",
828]
829
830[[package]]
831name = "enumflags2"
832version = "0.7.12"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
835dependencies = [
836 "enumflags2_derive",
837 "serde",
838]
839
840[[package]]
841name = "enumflags2_derive"
842version = "0.7.12"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
845dependencies = [
846 "proc-macro2",
847 "quote",
848 "syn 2.0.117",
849]
850
851[[package]]
852name = "equator"
853version = "0.2.2"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea"
856dependencies = [
857 "equator-macro 0.2.1",
858]
859
860[[package]]
861name = "equator"
862version = "0.6.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "02da895aab06bbebefb6b2595f6d637b18c9ff629b4cd840965bb3164e4194b0"
865dependencies = [
866 "equator-macro 0.6.0",
867]
868
869[[package]]
870name = "equator-macro"
871version = "0.2.1"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc"
874dependencies = [
875 "proc-macro2",
876 "quote",
877 "syn 2.0.117",
878]
879
880[[package]]
881name = "equator-macro"
882version = "0.6.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "2b14b339eb76d07f052cdbad76ca7c1310e56173a138095d3bf42a23c06ef5d8"
885
886[[package]]
887name = "equivalent"
888version = "1.0.2"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
891
892[[package]]
893name = "errno"
894version = "0.3.14"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
897dependencies = [
898 "libc",
899 "windows-sys 0.61.2",
900]
901
902[[package]]
903name = "euclid"
904version = "0.22.14"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
907dependencies = [
908 "num-traits",
909]
910
911[[package]]
912name = "event-listener"
913version = "5.4.1"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
916dependencies = [
917 "concurrent-queue",
918 "parking",
919 "pin-project-lite",
920]
921
922[[package]]
923name = "event-listener-strategy"
924version = "0.5.4"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
927dependencies = [
928 "event-listener",
929 "pin-project-lite",
930]
931
932[[package]]
933name = "faer"
934version = "0.24.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "02d2ecfb80b6f8b0c569e36988a052e64b14d8def9d372390b014e8bf79f299a"
937dependencies = [
938 "bytemuck",
939 "dyn-stack",
940 "equator 0.6.0",
941 "faer-traits",
942 "gemm",
943 "generativity",
944 "libm",
945 "nano-gemm",
946 "num-complex",
947 "num-traits",
948 "private-gemm-x86",
949 "pulp",
950 "reborrow",
951]
952
953[[package]]
954name = "faer-traits"
955version = "0.24.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "b87d23ed7ab1f26c0cba0e5b9e061a796fbb7dc170fa8bee6970055a1308bb0f"
958dependencies = [
959 "bytemuck",
960 "dyn-stack",
961 "generativity",
962 "libm",
963 "num-complex",
964 "num-traits",
965 "pulp",
966 "qd",
967 "reborrow",
968]
969
970[[package]]
971name = "fast-srgb8"
972version = "1.0.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
975
976[[package]]
977name = "fastrand"
978version = "2.4.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
981
982[[package]]
983name = "fdeflate"
984version = "0.3.7"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
987dependencies = [
988 "simd-adler32",
989]
990
991[[package]]
992name = "find-msvc-tools"
993version = "0.1.9"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
996
997[[package]]
998name = "flate2"
999version = "1.1.9"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1002dependencies = [
1003 "crc32fast",
1004 "miniz_oxide",
1005]
1006
1007[[package]]
1008name = "float_next_after"
1009version = "1.0.0"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
1012
1013[[package]]
1014name = "foldhash"
1015version = "0.1.5"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1018
1019[[package]]
1020name = "foldhash"
1021version = "0.2.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1024
1025[[package]]
1026name = "font-types"
1027version = "0.11.3"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7"
1030dependencies = [
1031 "bytemuck",
1032]
1033
1034[[package]]
1035name = "fontique"
1036version = "0.9.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "7c20b425addb8661e97fe1d51c4d8bcec3ec29ed6ad0db983976a7521276b8f7"
1039dependencies = [
1040 "hashbrown 0.17.0",
1041 "linebender_resource_handle",
1042 "memmap2",
1043 "parlance",
1044 "read-fonts 0.39.2",
1045 "smallvec",
1046]
1047
1048[[package]]
1049name = "foreign-types"
1050version = "0.5.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1053dependencies = [
1054 "foreign-types-macros",
1055 "foreign-types-shared",
1056]
1057
1058[[package]]
1059name = "foreign-types-macros"
1060version = "0.2.3"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1063dependencies = [
1064 "proc-macro2",
1065 "quote",
1066 "syn 2.0.117",
1067]
1068
1069[[package]]
1070name = "foreign-types-shared"
1071version = "0.3.1"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1074
1075[[package]]
1076name = "futures-core"
1077version = "0.3.32"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1080
1081[[package]]
1082name = "futures-io"
1083version = "0.3.32"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1086
1087[[package]]
1088name = "futures-lite"
1089version = "2.6.1"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1092dependencies = [
1093 "fastrand",
1094 "futures-core",
1095 "futures-io",
1096 "parking",
1097 "pin-project-lite",
1098]
1099
1100[[package]]
1101name = "futures-macro"
1102version = "0.3.32"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1105dependencies = [
1106 "proc-macro2",
1107 "quote",
1108 "syn 2.0.117",
1109]
1110
1111[[package]]
1112name = "futures-task"
1113version = "0.3.32"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1116
1117[[package]]
1118name = "futures-util"
1119version = "0.3.32"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1122dependencies = [
1123 "futures-core",
1124 "futures-io",
1125 "futures-macro",
1126 "futures-task",
1127 "memchr",
1128 "pin-project-lite",
1129 "slab",
1130]
1131
1132[[package]]
1133name = "gemm"
1134version = "0.19.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb"
1137dependencies = [
1138 "dyn-stack",
1139 "gemm-c32",
1140 "gemm-c64",
1141 "gemm-common",
1142 "gemm-f16",
1143 "gemm-f32",
1144 "gemm-f64",
1145 "num-complex",
1146 "num-traits",
1147 "paste",
1148 "raw-cpuid",
1149 "seq-macro",
1150]
1151
1152[[package]]
1153name = "gemm-c32"
1154version = "0.19.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c"
1157dependencies = [
1158 "dyn-stack",
1159 "gemm-common",
1160 "num-complex",
1161 "num-traits",
1162 "paste",
1163 "raw-cpuid",
1164 "seq-macro",
1165]
1166
1167[[package]]
1168name = "gemm-c64"
1169version = "0.19.0"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f"
1172dependencies = [
1173 "dyn-stack",
1174 "gemm-common",
1175 "num-complex",
1176 "num-traits",
1177 "paste",
1178 "raw-cpuid",
1179 "seq-macro",
1180]
1181
1182[[package]]
1183name = "gemm-common"
1184version = "0.19.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e"
1187dependencies = [
1188 "bytemuck",
1189 "dyn-stack",
1190 "half",
1191 "libm",
1192 "num-complex",
1193 "num-traits",
1194 "once_cell",
1195 "paste",
1196 "pulp",
1197 "raw-cpuid",
1198 "seq-macro",
1199 "sysctl",
1200]
1201
1202[[package]]
1203name = "gemm-f16"
1204version = "0.19.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e"
1207dependencies = [
1208 "dyn-stack",
1209 "gemm-common",
1210 "gemm-f32",
1211 "half",
1212 "num-complex",
1213 "num-traits",
1214 "paste",
1215 "raw-cpuid",
1216 "seq-macro",
1217]
1218
1219[[package]]
1220name = "gemm-f32"
1221version = "0.19.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c"
1224dependencies = [
1225 "dyn-stack",
1226 "gemm-common",
1227 "num-complex",
1228 "num-traits",
1229 "paste",
1230 "raw-cpuid",
1231 "seq-macro",
1232]
1233
1234[[package]]
1235name = "gemm-f64"
1236version = "0.19.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a"
1239dependencies = [
1240 "dyn-stack",
1241 "gemm-common",
1242 "num-complex",
1243 "num-traits",
1244 "paste",
1245 "raw-cpuid",
1246 "seq-macro",
1247]
1248
1249[[package]]
1250name = "generativity"
1251version = "1.1.0"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "5881e4c3c2433fe4905bb19cfd2b5d49d4248274862b68c27c33d9ba4e13f9ec"
1254
1255[[package]]
1256name = "gethostname"
1257version = "1.1.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
1260dependencies = [
1261 "rustix 1.1.4",
1262 "windows-link",
1263]
1264
1265[[package]]
1266name = "getrandom"
1267version = "0.3.4"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1270dependencies = [
1271 "cfg-if",
1272 "libc",
1273 "r-efi 5.3.0",
1274 "wasip2",
1275]
1276
1277[[package]]
1278name = "getrandom"
1279version = "0.4.2"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1282dependencies = [
1283 "cfg-if",
1284 "libc",
1285 "r-efi 6.0.0",
1286 "wasip2",
1287 "wasip3",
1288]
1289
1290[[package]]
1291name = "gl_generator"
1292version = "0.14.0"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1295dependencies = [
1296 "khronos_api",
1297 "log",
1298 "xml-rs",
1299]
1300
1301[[package]]
1302name = "glow"
1303version = "0.17.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
1306dependencies = [
1307 "js-sys",
1308 "slotmap",
1309 "wasm-bindgen",
1310 "web-sys",
1311]
1312
1313[[package]]
1314name = "glutin_wgl_sys"
1315version = "0.6.1"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
1318dependencies = [
1319 "gl_generator",
1320]
1321
1322[[package]]
1323name = "gpu-allocator"
1324version = "0.28.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
1327dependencies = [
1328 "ash",
1329 "hashbrown 0.16.1",
1330 "log",
1331 "presser",
1332 "thiserror 2.0.18",
1333 "windows",
1334]
1335
1336[[package]]
1337name = "gpu-descriptor"
1338version = "0.3.2"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
1341dependencies = [
1342 "bitflags 2.11.1",
1343 "gpu-descriptor-types",
1344 "hashbrown 0.15.5",
1345]
1346
1347[[package]]
1348name = "gpu-descriptor-types"
1349version = "0.2.0"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1352dependencies = [
1353 "bitflags 2.11.1",
1354]
1355
1356[[package]]
1357name = "grid"
1358version = "1.0.1"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5"
1361
1362[[package]]
1363name = "half"
1364version = "2.7.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1367dependencies = [
1368 "bytemuck",
1369 "cfg-if",
1370 "crunchy",
1371 "num-traits",
1372 "zerocopy",
1373]
1374
1375[[package]]
1376name = "harfrust"
1377version = "0.6.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "a9ce5e848d21ba97a324266e41c70e0eb5e2577a610c1fbd546e15096f2e8e37"
1380dependencies = [
1381 "bitflags 2.11.1",
1382 "bytemuck",
1383 "core_maths",
1384 "read-fonts 0.39.2",
1385 "smallvec",
1386]
1387
1388[[package]]
1389name = "hashbrown"
1390version = "0.15.5"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1393dependencies = [
1394 "foldhash 0.1.5",
1395]
1396
1397[[package]]
1398name = "hashbrown"
1399version = "0.16.1"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1402dependencies = [
1403 "allocator-api2",
1404 "equivalent",
1405 "foldhash 0.2.0",
1406]
1407
1408[[package]]
1409name = "hashbrown"
1410version = "0.17.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1413dependencies = [
1414 "foldhash 0.2.0",
1415]
1416
1417[[package]]
1418name = "heck"
1419version = "0.5.0"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1422
1423[[package]]
1424name = "hermit-abi"
1425version = "0.5.2"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1428
1429[[package]]
1430name = "hex"
1431version = "0.4.3"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1434
1435[[package]]
1436name = "hexf-parse"
1437version = "0.2.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1440
1441[[package]]
1442name = "icu_collections"
1443version = "2.2.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1446dependencies = [
1447 "displaydoc",
1448 "potential_utf",
1449 "utf8_iter",
1450 "yoke",
1451 "zerofrom",
1452 "zerovec",
1453]
1454
1455[[package]]
1456name = "icu_locale"
1457version = "2.2.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26"
1460dependencies = [
1461 "icu_collections",
1462 "icu_locale_core",
1463 "icu_locale_data",
1464 "icu_provider",
1465 "potential_utf",
1466 "tinystr",
1467 "zerovec",
1468]
1469
1470[[package]]
1471name = "icu_locale_core"
1472version = "2.2.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1475dependencies = [
1476 "displaydoc",
1477 "litemap",
1478 "serde",
1479 "tinystr",
1480 "writeable",
1481 "zerovec",
1482]
1483
1484[[package]]
1485name = "icu_locale_data"
1486version = "2.2.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993"
1489
1490[[package]]
1491name = "icu_normalizer"
1492version = "2.2.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1495dependencies = [
1496 "icu_collections",
1497 "icu_normalizer_data",
1498 "icu_properties",
1499 "icu_provider",
1500 "smallvec",
1501 "zerovec",
1502]
1503
1504[[package]]
1505name = "icu_normalizer_data"
1506version = "2.2.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1509
1510[[package]]
1511name = "icu_properties"
1512version = "2.2.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1515dependencies = [
1516 "icu_collections",
1517 "icu_locale_core",
1518 "icu_properties_data",
1519 "icu_provider",
1520 "zerotrie",
1521 "zerovec",
1522]
1523
1524[[package]]
1525name = "icu_properties_data"
1526version = "2.2.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1529
1530[[package]]
1531name = "icu_provider"
1532version = "2.2.0"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1535dependencies = [
1536 "displaydoc",
1537 "icu_locale_core",
1538 "serde",
1539 "stable_deref_trait",
1540 "writeable",
1541 "yoke",
1542 "zerofrom",
1543 "zerotrie",
1544 "zerovec",
1545]
1546
1547[[package]]
1548name = "icu_segmenter"
1549version = "2.2.0"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "5c0794db0b1a86193ac9c48768d0e6c52c54448e0870ad87907d456ee0dac964"
1552dependencies = [
1553 "icu_collections",
1554 "icu_locale",
1555 "icu_provider",
1556 "icu_segmenter_data",
1557 "potential_utf",
1558 "utf8_iter",
1559 "zerovec",
1560]
1561
1562[[package]]
1563name = "icu_segmenter_data"
1564version = "2.2.0"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "e4a2c462a4d927d512f5f882a033ddd62f33a05bb9f230d98f736ac3dc85938f"
1567
1568[[package]]
1569name = "id-arena"
1570version = "2.3.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1573
1574[[package]]
1575name = "indexmap"
1576version = "2.14.0"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1579dependencies = [
1580 "equivalent",
1581 "hashbrown 0.17.0",
1582 "serde",
1583 "serde_core",
1584]
1585
1586[[package]]
1587name = "insta"
1588version = "1.47.2"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e"
1591dependencies = [
1592 "console",
1593 "once_cell",
1594 "ron",
1595 "serde",
1596 "similar",
1597 "tempfile",
1598]
1599
1600[[package]]
1601name = "interpol"
1602version = "0.2.1"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "eb58032ba748f4010d15912a1855a8a0b1ba9eaad3395b0c171c09b3b356ae50"
1605dependencies = [
1606 "proc-macro2",
1607 "quote",
1608 "syn 1.0.109",
1609]
1610
1611[[package]]
1612name = "itoa"
1613version = "1.0.18"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1616
1617[[package]]
1618name = "jni"
1619version = "0.22.4"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1622dependencies = [
1623 "cfg-if",
1624 "combine",
1625 "jni-macros",
1626 "jni-sys 0.4.1",
1627 "log",
1628 "simd_cesu8",
1629 "thiserror 2.0.18",
1630 "walkdir",
1631 "windows-link",
1632]
1633
1634[[package]]
1635name = "jni-macros"
1636version = "0.22.4"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1639dependencies = [
1640 "proc-macro2",
1641 "quote",
1642 "rustc_version",
1643 "simd_cesu8",
1644 "syn 2.0.117",
1645]
1646
1647[[package]]
1648name = "jni-sys"
1649version = "0.3.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1652dependencies = [
1653 "jni-sys 0.4.1",
1654]
1655
1656[[package]]
1657name = "jni-sys"
1658version = "0.4.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1661dependencies = [
1662 "jni-sys-macros",
1663]
1664
1665[[package]]
1666name = "jni-sys-macros"
1667version = "0.4.1"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1670dependencies = [
1671 "quote",
1672 "syn 2.0.117",
1673]
1674
1675[[package]]
1676name = "jobserver"
1677version = "0.1.34"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1680dependencies = [
1681 "getrandom 0.3.4",
1682 "libc",
1683]
1684
1685[[package]]
1686name = "js-sys"
1687version = "0.3.95"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1690dependencies = [
1691 "cfg-if",
1692 "futures-util",
1693 "once_cell",
1694 "wasm-bindgen",
1695]
1696
1697[[package]]
1698name = "khronos-egl"
1699version = "6.0.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1702dependencies = [
1703 "libc",
1704 "libloading",
1705 "pkg-config",
1706]
1707
1708[[package]]
1709name = "khronos_api"
1710version = "3.1.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1713
1714[[package]]
1715name = "lazy_static"
1716version = "1.5.0"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1719
1720[[package]]
1721name = "leb128fmt"
1722version = "0.1.0"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1725
1726[[package]]
1727name = "libc"
1728version = "0.2.185"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1731
1732[[package]]
1733name = "libloading"
1734version = "0.8.9"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1737dependencies = [
1738 "cfg-if",
1739 "windows-link",
1740]
1741
1742[[package]]
1743name = "libm"
1744version = "0.2.16"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1747
1748[[package]]
1749name = "libredox"
1750version = "0.1.16"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1753dependencies = [
1754 "bitflags 2.11.1",
1755 "libc",
1756 "plain",
1757 "redox_syscall 0.7.4",
1758]
1759
1760[[package]]
1761name = "linebender_resource_handle"
1762version = "0.1.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
1765
1766[[package]]
1767name = "linux-raw-sys"
1768version = "0.4.15"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1771
1772[[package]]
1773name = "linux-raw-sys"
1774version = "0.12.1"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1777
1778[[package]]
1779name = "litemap"
1780version = "0.8.2"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1783
1784[[package]]
1785name = "litrs"
1786version = "1.0.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1789
1790[[package]]
1791name = "lock_api"
1792version = "0.4.14"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1795dependencies = [
1796 "scopeguard",
1797]
1798
1799[[package]]
1800name = "log"
1801version = "0.4.29"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1804
1805[[package]]
1806name = "lyon_geom"
1807version = "1.0.19"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92"
1810dependencies = [
1811 "arrayvec",
1812 "euclid",
1813 "num-traits",
1814]
1815
1816[[package]]
1817name = "lyon_path"
1818version = "1.0.19"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e"
1821dependencies = [
1822 "lyon_geom",
1823 "num-traits",
1824]
1825
1826[[package]]
1827name = "lyon_tessellation"
1828version = "1.0.20"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "8e43b7e44161571868f5c931d12583592c223c5583eef86b08aa02b7048a3552"
1831dependencies = [
1832 "float_next_after",
1833 "lyon_path",
1834 "num-traits",
1835]
1836
1837[[package]]
1838name = "matchers"
1839version = "0.2.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1842dependencies = [
1843 "regex-automata",
1844]
1845
1846[[package]]
1847name = "matrixmultiply"
1848version = "0.3.10"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1851dependencies = [
1852 "autocfg",
1853 "rawpointer",
1854]
1855
1856[[package]]
1857name = "memchr"
1858version = "2.8.0"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1861
1862[[package]]
1863name = "memmap2"
1864version = "0.9.10"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1867dependencies = [
1868 "libc",
1869]
1870
1871[[package]]
1872name = "memoffset"
1873version = "0.9.1"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1876dependencies = [
1877 "autocfg",
1878]
1879
1880[[package]]
1881name = "miniz_oxide"
1882version = "0.8.9"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1885dependencies = [
1886 "adler2",
1887 "simd-adler32",
1888]
1889
1890[[package]]
1891name = "naga"
1892version = "29.0.1"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "aa2630921705b9b01dcdd0b6864b9562ca3c1951eecd0f0c4f5f04f61e412647"
1895dependencies = [
1896 "arrayvec",
1897 "bit-set",
1898 "bitflags 2.11.1",
1899 "cfg-if",
1900 "cfg_aliases",
1901 "codespan-reporting",
1902 "half",
1903 "hashbrown 0.16.1",
1904 "hexf-parse",
1905 "indexmap",
1906 "libm",
1907 "log",
1908 "num-traits",
1909 "once_cell",
1910 "rustc-hash",
1911 "spirv",
1912 "thiserror 2.0.18",
1913 "unicode-ident",
1914]
1915
1916[[package]]
1917name = "nalgebra"
1918version = "0.33.3"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd"
1921dependencies = [
1922 "approx",
1923 "matrixmultiply",
1924 "num-complex",
1925 "num-rational",
1926 "num-traits",
1927 "simba",
1928 "typenum",
1929]
1930
1931[[package]]
1932name = "nano-gemm"
1933version = "0.2.2"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "9e04345dc84b498ff89fe0d38543d1f170da9e43a2c2bcee73a0f9069f72d081"
1936dependencies = [
1937 "equator 0.2.2",
1938 "nano-gemm-c32",
1939 "nano-gemm-c64",
1940 "nano-gemm-codegen",
1941 "nano-gemm-core",
1942 "nano-gemm-f32",
1943 "nano-gemm-f64",
1944 "num-complex",
1945]
1946
1947[[package]]
1948name = "nano-gemm-c32"
1949version = "0.2.1"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "0775b1e2520e64deee8fc78b7732e3091fb7585017c0b0f9f4b451757bbbc562"
1952dependencies = [
1953 "nano-gemm-codegen",
1954 "nano-gemm-core",
1955 "num-complex",
1956]
1957
1958[[package]]
1959name = "nano-gemm-c64"
1960version = "0.2.1"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "9af49a20d58816e6b5ee65f64142e50edb5eba152678d4bb7377fcbf63f8437a"
1963dependencies = [
1964 "nano-gemm-codegen",
1965 "nano-gemm-core",
1966 "num-complex",
1967]
1968
1969[[package]]
1970name = "nano-gemm-codegen"
1971version = "0.2.1"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "6cc8d495c791627779477a2cf5df60049f5b165342610eb0d76bee5ff5c5d74c"
1974
1975[[package]]
1976name = "nano-gemm-core"
1977version = "0.2.1"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "d998dfa644de87a0f8660e5ea511d7cb5c33b5a2d9847b7af57a2565105089f0"
1980
1981[[package]]
1982name = "nano-gemm-f32"
1983version = "0.2.1"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "879d962e79bc8952e4ad21ca4845a21132540ed3f5e01184b2ff7f720e666523"
1986dependencies = [
1987 "nano-gemm-codegen",
1988 "nano-gemm-core",
1989]
1990
1991[[package]]
1992name = "nano-gemm-f64"
1993version = "0.2.1"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "b9a513473dce7dc00c7e7c318481ca4494034e76997218d8dad51bd9f007a815"
1996dependencies = [
1997 "nano-gemm-codegen",
1998 "nano-gemm-core",
1999]
2000
2001[[package]]
2002name = "ndk"
2003version = "0.9.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2006dependencies = [
2007 "bitflags 2.11.1",
2008 "jni-sys 0.3.1",
2009 "log",
2010 "ndk-sys",
2011 "num_enum",
2012 "raw-window-handle",
2013 "thiserror 1.0.69",
2014]
2015
2016[[package]]
2017name = "ndk-context"
2018version = "0.1.1"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2021
2022[[package]]
2023name = "ndk-sys"
2024version = "0.6.0+11769913"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2027dependencies = [
2028 "jni-sys 0.3.1",
2029]
2030
2031[[package]]
2032name = "nu-ansi-term"
2033version = "0.50.3"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2036dependencies = [
2037 "windows-sys 0.61.2",
2038]
2039
2040[[package]]
2041name = "num-bigint"
2042version = "0.4.6"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2045dependencies = [
2046 "num-integer",
2047 "num-traits",
2048]
2049
2050[[package]]
2051name = "num-complex"
2052version = "0.4.6"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2055dependencies = [
2056 "bytemuck",
2057 "num-traits",
2058]
2059
2060[[package]]
2061name = "num-integer"
2062version = "0.1.46"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2065dependencies = [
2066 "num-traits",
2067]
2068
2069[[package]]
2070name = "num-rational"
2071version = "0.4.2"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2074dependencies = [
2075 "num-bigint",
2076 "num-integer",
2077 "num-traits",
2078]
2079
2080[[package]]
2081name = "num-traits"
2082version = "0.2.19"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2085dependencies = [
2086 "autocfg",
2087 "libm",
2088]
2089
2090[[package]]
2091name = "num_cpus"
2092version = "1.17.0"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2095dependencies = [
2096 "hermit-abi",
2097 "libc",
2098]
2099
2100[[package]]
2101name = "num_enum"
2102version = "0.7.6"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
2105dependencies = [
2106 "num_enum_derive",
2107 "rustversion",
2108]
2109
2110[[package]]
2111name = "num_enum_derive"
2112version = "0.7.6"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
2115dependencies = [
2116 "proc-macro-crate",
2117 "proc-macro2",
2118 "quote",
2119 "syn 2.0.117",
2120]
2121
2122[[package]]
2123name = "objc-sys"
2124version = "0.3.5"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2127
2128[[package]]
2129name = "objc2"
2130version = "0.5.2"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2133dependencies = [
2134 "objc-sys",
2135 "objc2-encode",
2136]
2137
2138[[package]]
2139name = "objc2"
2140version = "0.6.4"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
2143dependencies = [
2144 "objc2-encode",
2145]
2146
2147[[package]]
2148name = "objc2-app-kit"
2149version = "0.2.2"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
2152dependencies = [
2153 "bitflags 2.11.1",
2154 "block2 0.5.1",
2155 "libc",
2156 "objc2 0.5.2",
2157 "objc2-core-data",
2158 "objc2-core-image",
2159 "objc2-foundation 0.2.2",
2160 "objc2-quartz-core 0.2.2",
2161]
2162
2163[[package]]
2164name = "objc2-cloud-kit"
2165version = "0.2.2"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
2168dependencies = [
2169 "bitflags 2.11.1",
2170 "block2 0.5.1",
2171 "objc2 0.5.2",
2172 "objc2-core-location",
2173 "objc2-foundation 0.2.2",
2174]
2175
2176[[package]]
2177name = "objc2-contacts"
2178version = "0.2.2"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
2181dependencies = [
2182 "block2 0.5.1",
2183 "objc2 0.5.2",
2184 "objc2-foundation 0.2.2",
2185]
2186
2187[[package]]
2188name = "objc2-core-data"
2189version = "0.2.2"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2192dependencies = [
2193 "bitflags 2.11.1",
2194 "block2 0.5.1",
2195 "objc2 0.5.2",
2196 "objc2-foundation 0.2.2",
2197]
2198
2199[[package]]
2200name = "objc2-core-foundation"
2201version = "0.3.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2204dependencies = [
2205 "bitflags 2.11.1",
2206 "dispatch2",
2207 "objc2 0.6.4",
2208]
2209
2210[[package]]
2211name = "objc2-core-image"
2212version = "0.2.2"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
2215dependencies = [
2216 "block2 0.5.1",
2217 "objc2 0.5.2",
2218 "objc2-foundation 0.2.2",
2219 "objc2-metal 0.2.2",
2220]
2221
2222[[package]]
2223name = "objc2-core-location"
2224version = "0.2.2"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
2227dependencies = [
2228 "block2 0.5.1",
2229 "objc2 0.5.2",
2230 "objc2-contacts",
2231 "objc2-foundation 0.2.2",
2232]
2233
2234[[package]]
2235name = "objc2-encode"
2236version = "4.1.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2239
2240[[package]]
2241name = "objc2-foundation"
2242version = "0.2.2"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2245dependencies = [
2246 "bitflags 2.11.1",
2247 "block2 0.5.1",
2248 "dispatch",
2249 "libc",
2250 "objc2 0.5.2",
2251]
2252
2253[[package]]
2254name = "objc2-foundation"
2255version = "0.3.2"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2258dependencies = [
2259 "bitflags 2.11.1",
2260 "objc2 0.6.4",
2261 "objc2-core-foundation",
2262]
2263
2264[[package]]
2265name = "objc2-link-presentation"
2266version = "0.2.2"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
2269dependencies = [
2270 "block2 0.5.1",
2271 "objc2 0.5.2",
2272 "objc2-app-kit",
2273 "objc2-foundation 0.2.2",
2274]
2275
2276[[package]]
2277name = "objc2-metal"
2278version = "0.2.2"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2281dependencies = [
2282 "bitflags 2.11.1",
2283 "block2 0.5.1",
2284 "objc2 0.5.2",
2285 "objc2-foundation 0.2.2",
2286]
2287
2288[[package]]
2289name = "objc2-metal"
2290version = "0.3.2"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
2293dependencies = [
2294 "bitflags 2.11.1",
2295 "block2 0.6.2",
2296 "objc2 0.6.4",
2297 "objc2-foundation 0.3.2",
2298]
2299
2300[[package]]
2301name = "objc2-quartz-core"
2302version = "0.2.2"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2305dependencies = [
2306 "bitflags 2.11.1",
2307 "block2 0.5.1",
2308 "objc2 0.5.2",
2309 "objc2-foundation 0.2.2",
2310 "objc2-metal 0.2.2",
2311]
2312
2313[[package]]
2314name = "objc2-quartz-core"
2315version = "0.3.2"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
2318dependencies = [
2319 "bitflags 2.11.1",
2320 "objc2 0.6.4",
2321 "objc2-core-foundation",
2322 "objc2-foundation 0.3.2",
2323 "objc2-metal 0.3.2",
2324]
2325
2326[[package]]
2327name = "objc2-symbols"
2328version = "0.2.2"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
2331dependencies = [
2332 "objc2 0.5.2",
2333 "objc2-foundation 0.2.2",
2334]
2335
2336[[package]]
2337name = "objc2-ui-kit"
2338version = "0.2.2"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
2341dependencies = [
2342 "bitflags 2.11.1",
2343 "block2 0.5.1",
2344 "objc2 0.5.2",
2345 "objc2-cloud-kit",
2346 "objc2-core-data",
2347 "objc2-core-image",
2348 "objc2-core-location",
2349 "objc2-foundation 0.2.2",
2350 "objc2-link-presentation",
2351 "objc2-quartz-core 0.2.2",
2352 "objc2-symbols",
2353 "objc2-uniform-type-identifiers",
2354 "objc2-user-notifications",
2355]
2356
2357[[package]]
2358name = "objc2-uniform-type-identifiers"
2359version = "0.2.2"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
2362dependencies = [
2363 "block2 0.5.1",
2364 "objc2 0.5.2",
2365 "objc2-foundation 0.2.2",
2366]
2367
2368[[package]]
2369name = "objc2-user-notifications"
2370version = "0.2.2"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
2373dependencies = [
2374 "bitflags 2.11.1",
2375 "block2 0.5.1",
2376 "objc2 0.5.2",
2377 "objc2-core-location",
2378 "objc2-foundation 0.2.2",
2379]
2380
2381[[package]]
2382name = "once_cell"
2383version = "1.21.4"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2386
2387[[package]]
2388name = "orbclient"
2389version = "0.3.53"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "12c6933ddbbd16539a7672e697bb8d41ac3a4e99ac43eeb40c07236bd7fcb2dd"
2392dependencies = [
2393 "libc",
2394 "libredox",
2395]
2396
2397[[package]]
2398name = "ordered-float"
2399version = "5.3.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
2402dependencies = [
2403 "num-traits",
2404]
2405
2406[[package]]
2407name = "ordered-stream"
2408version = "0.2.0"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2411dependencies = [
2412 "futures-core",
2413 "pin-project-lite",
2414]
2415
2416[[package]]
2417name = "owned_ttf_parser"
2418version = "0.25.1"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
2421dependencies = [
2422 "ttf-parser",
2423]
2424
2425[[package]]
2426name = "palette"
2427version = "0.7.6"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2430dependencies = [
2431 "approx",
2432 "fast-srgb8",
2433 "palette_derive",
2434]
2435
2436[[package]]
2437name = "palette_derive"
2438version = "0.7.6"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2441dependencies = [
2442 "by_address",
2443 "proc-macro2",
2444 "quote",
2445 "syn 2.0.117",
2446]
2447
2448[[package]]
2449name = "parking"
2450version = "2.2.1"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2453
2454[[package]]
2455name = "parking_lot"
2456version = "0.12.5"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2459dependencies = [
2460 "lock_api",
2461 "parking_lot_core",
2462]
2463
2464[[package]]
2465name = "parking_lot_core"
2466version = "0.9.12"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2469dependencies = [
2470 "cfg-if",
2471 "libc",
2472 "redox_syscall 0.5.18",
2473 "smallvec",
2474 "windows-link",
2475]
2476
2477[[package]]
2478name = "parlance"
2479version = "0.1.0"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "4b6937eda350acc1a5d05872c3cbf99fe78619c269096e2be3d4a350058639d5"
2482
2483[[package]]
2484name = "parley"
2485version = "0.9.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "8fad031076f48f0d4d85ce1aea9b94b4e715a4d636a030a123038f8f5b5e4343"
2488dependencies = [
2489 "fontique",
2490 "harfrust",
2491 "hashbrown 0.17.0",
2492 "icu_normalizer",
2493 "icu_properties",
2494 "icu_segmenter",
2495 "linebender_resource_handle",
2496 "parlance",
2497 "parley_data",
2498 "skrifa 0.42.1",
2499]
2500
2501[[package]]
2502name = "parley_data"
2503version = "0.9.0"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "19ab9ace3fad1b9ed603ddac5b595e69931fc50263d7e04e4055015b77b02da5"
2506dependencies = [
2507 "icu_properties",
2508]
2509
2510[[package]]
2511name = "paste"
2512version = "1.0.15"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2515
2516[[package]]
2517name = "percent-encoding"
2518version = "2.3.2"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2521
2522[[package]]
2523name = "pin-project"
2524version = "1.1.11"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2527dependencies = [
2528 "pin-project-internal",
2529]
2530
2531[[package]]
2532name = "pin-project-internal"
2533version = "1.1.11"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2536dependencies = [
2537 "proc-macro2",
2538 "quote",
2539 "syn 2.0.117",
2540]
2541
2542[[package]]
2543name = "pin-project-lite"
2544version = "0.2.17"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2547
2548[[package]]
2549name = "piper"
2550version = "0.2.5"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
2553dependencies = [
2554 "atomic-waker",
2555 "fastrand",
2556 "futures-io",
2557]
2558
2559[[package]]
2560name = "pkg-config"
2561version = "0.3.33"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2564
2565[[package]]
2566name = "plain"
2567version = "0.2.3"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2570
2571[[package]]
2572name = "png"
2573version = "0.17.16"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2576dependencies = [
2577 "bitflags 1.3.2",
2578 "crc32fast",
2579 "fdeflate",
2580 "flate2",
2581 "miniz_oxide",
2582]
2583
2584[[package]]
2585name = "polling"
2586version = "3.11.0"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2589dependencies = [
2590 "cfg-if",
2591 "concurrent-queue",
2592 "hermit-abi",
2593 "pin-project-lite",
2594 "rustix 1.1.4",
2595 "windows-sys 0.61.2",
2596]
2597
2598[[package]]
2599name = "pollster"
2600version = "0.4.0"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
2603
2604[[package]]
2605name = "portable-atomic"
2606version = "1.13.1"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2609
2610[[package]]
2611name = "portable-atomic-util"
2612version = "0.2.7"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
2615dependencies = [
2616 "portable-atomic",
2617]
2618
2619[[package]]
2620name = "potential_utf"
2621version = "0.1.5"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2624dependencies = [
2625 "serde_core",
2626 "writeable",
2627 "zerovec",
2628]
2629
2630[[package]]
2631name = "ppv-lite86"
2632version = "0.2.21"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2635dependencies = [
2636 "zerocopy",
2637]
2638
2639[[package]]
2640name = "presser"
2641version = "0.3.1"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2644
2645[[package]]
2646name = "prettyplease"
2647version = "0.2.37"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2650dependencies = [
2651 "proc-macro2",
2652 "syn 2.0.117",
2653]
2654
2655[[package]]
2656name = "private-gemm-x86"
2657version = "0.1.20"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "0af8c3e5087969c323f667ccb4b789fa0954f5aa650550e38e81cf9108be21b5"
2660dependencies = [
2661 "defer",
2662 "interpol",
2663 "num_cpus",
2664 "raw-cpuid",
2665]
2666
2667[[package]]
2668name = "proc-macro-crate"
2669version = "3.5.0"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2672dependencies = [
2673 "toml_edit",
2674]
2675
2676[[package]]
2677name = "proc-macro2"
2678version = "1.0.106"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2681dependencies = [
2682 "unicode-ident",
2683]
2684
2685[[package]]
2686name = "profiling"
2687version = "1.0.17"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2690
2691[[package]]
2692name = "proptest"
2693version = "1.11.0"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
2696dependencies = [
2697 "bitflags 2.11.1",
2698 "num-traits",
2699 "rand",
2700 "rand_chacha",
2701 "rand_xorshift",
2702 "regex-syntax",
2703 "unarray",
2704]
2705
2706[[package]]
2707name = "pulp"
2708version = "0.22.2"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "2e205bb30d5b916c55e584c22201771bcf2bad9aabd5d4127f38387140c38632"
2711dependencies = [
2712 "bytemuck",
2713 "cfg-if",
2714 "libm",
2715 "num-complex",
2716 "paste",
2717 "pulp-wasm-simd-flag",
2718 "raw-cpuid",
2719 "reborrow",
2720 "version_check",
2721]
2722
2723[[package]]
2724name = "pulp-wasm-simd-flag"
2725version = "0.1.0"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "40e24eee682d89fb193496edf918a7f407d30175b2e785fe057e4392dfd182e0"
2728
2729[[package]]
2730name = "qd"
2731version = "0.8.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "15f1304a5aecdcfe9ee72fbba90aa37b3aa067a69d14cb7f3d9deada0be7c07c"
2734dependencies = [
2735 "bytemuck",
2736 "libm",
2737 "num-traits",
2738 "pulp",
2739]
2740
2741[[package]]
2742name = "quick-xml"
2743version = "0.39.2"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
2746dependencies = [
2747 "memchr",
2748]
2749
2750[[package]]
2751name = "quote"
2752version = "1.0.45"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2755dependencies = [
2756 "proc-macro2",
2757]
2758
2759[[package]]
2760name = "r-efi"
2761version = "5.3.0"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2764
2765[[package]]
2766name = "r-efi"
2767version = "6.0.0"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2770
2771[[package]]
2772name = "rand"
2773version = "0.9.4"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2776dependencies = [
2777 "rand_chacha",
2778 "rand_core",
2779]
2780
2781[[package]]
2782name = "rand_chacha"
2783version = "0.9.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2786dependencies = [
2787 "ppv-lite86",
2788 "rand_core",
2789]
2790
2791[[package]]
2792name = "rand_core"
2793version = "0.9.5"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2796dependencies = [
2797 "getrandom 0.3.4",
2798]
2799
2800[[package]]
2801name = "rand_xorshift"
2802version = "0.4.0"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2805dependencies = [
2806 "rand_core",
2807]
2808
2809[[package]]
2810name = "range-alloc"
2811version = "0.1.5"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08"
2814
2815[[package]]
2816name = "raw-cpuid"
2817version = "11.6.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2820dependencies = [
2821 "bitflags 2.11.1",
2822]
2823
2824[[package]]
2825name = "raw-window-handle"
2826version = "0.6.2"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2829
2830[[package]]
2831name = "raw-window-metal"
2832version = "1.1.0"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
2835dependencies = [
2836 "objc2 0.6.4",
2837 "objc2-core-foundation",
2838 "objc2-foundation 0.3.2",
2839 "objc2-quartz-core 0.3.2",
2840]
2841
2842[[package]]
2843name = "rawpointer"
2844version = "0.2.1"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2847
2848[[package]]
2849name = "read-fonts"
2850version = "0.37.0"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
2853dependencies = [
2854 "bytemuck",
2855 "font-types",
2856]
2857
2858[[package]]
2859name = "read-fonts"
2860version = "0.39.2"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81"
2863dependencies = [
2864 "bytemuck",
2865 "core_maths",
2866 "font-types",
2867]
2868
2869[[package]]
2870name = "reborrow"
2871version = "0.5.5"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2874
2875[[package]]
2876name = "redox_syscall"
2877version = "0.4.1"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2880dependencies = [
2881 "bitflags 1.3.2",
2882]
2883
2884[[package]]
2885name = "redox_syscall"
2886version = "0.5.18"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2889dependencies = [
2890 "bitflags 2.11.1",
2891]
2892
2893[[package]]
2894name = "redox_syscall"
2895version = "0.7.4"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
2898dependencies = [
2899 "bitflags 2.11.1",
2900]
2901
2902[[package]]
2903name = "regex-automata"
2904version = "0.4.14"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2907dependencies = [
2908 "aho-corasick",
2909 "memchr",
2910 "regex-syntax",
2911]
2912
2913[[package]]
2914name = "regex-syntax"
2915version = "0.8.10"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2918
2919[[package]]
2920name = "renderdoc-sys"
2921version = "1.1.0"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2924
2925[[package]]
2926name = "ron"
2927version = "0.12.1"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc"
2930dependencies = [
2931 "bitflags 2.11.1",
2932 "once_cell",
2933 "serde",
2934 "serde_derive",
2935 "typeid",
2936 "unicode-ident",
2937]
2938
2939[[package]]
2940name = "rustc-hash"
2941version = "1.1.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2944
2945[[package]]
2946name = "rustc_version"
2947version = "0.4.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2950dependencies = [
2951 "semver",
2952]
2953
2954[[package]]
2955name = "rustix"
2956version = "0.38.44"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2959dependencies = [
2960 "bitflags 2.11.1",
2961 "errno",
2962 "libc",
2963 "linux-raw-sys 0.4.15",
2964 "windows-sys 0.59.0",
2965]
2966
2967[[package]]
2968name = "rustix"
2969version = "1.1.4"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2972dependencies = [
2973 "bitflags 2.11.1",
2974 "errno",
2975 "libc",
2976 "linux-raw-sys 0.12.1",
2977 "windows-sys 0.61.2",
2978]
2979
2980[[package]]
2981name = "rustversion"
2982version = "1.0.22"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2985
2986[[package]]
2987name = "safe_arch"
2988version = "0.7.4"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
2991dependencies = [
2992 "bytemuck",
2993]
2994
2995[[package]]
2996name = "same-file"
2997version = "1.0.6"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3000dependencies = [
3001 "winapi-util",
3002]
3003
3004[[package]]
3005name = "scoped-tls"
3006version = "1.0.1"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3009
3010[[package]]
3011name = "scopeguard"
3012version = "1.2.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3015
3016[[package]]
3017name = "sctk-adwaita"
3018version = "0.10.1"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
3021dependencies = [
3022 "ab_glyph",
3023 "log",
3024 "memmap2",
3025 "smithay-client-toolkit",
3026 "tiny-skia",
3027]
3028
3029[[package]]
3030name = "semver"
3031version = "1.0.28"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
3034
3035[[package]]
3036name = "seq-macro"
3037version = "0.3.6"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
3040
3041[[package]]
3042name = "serde"
3043version = "1.0.228"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3046dependencies = [
3047 "serde_core",
3048 "serde_derive",
3049]
3050
3051[[package]]
3052name = "serde_core"
3053version = "1.0.228"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3056dependencies = [
3057 "serde_derive",
3058]
3059
3060[[package]]
3061name = "serde_derive"
3062version = "1.0.228"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3065dependencies = [
3066 "proc-macro2",
3067 "quote",
3068 "syn 2.0.117",
3069]
3070
3071[[package]]
3072name = "serde_json"
3073version = "1.0.149"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3076dependencies = [
3077 "itoa",
3078 "memchr",
3079 "serde",
3080 "serde_core",
3081 "zmij",
3082]
3083
3084[[package]]
3085name = "serde_repr"
3086version = "0.1.20"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3089dependencies = [
3090 "proc-macro2",
3091 "quote",
3092 "syn 2.0.117",
3093]
3094
3095[[package]]
3096name = "sharded-slab"
3097version = "0.1.7"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3100dependencies = [
3101 "lazy_static",
3102]
3103
3104[[package]]
3105name = "shlex"
3106version = "1.3.0"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3109
3110[[package]]
3111name = "signal-hook-registry"
3112version = "1.4.8"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3115dependencies = [
3116 "errno",
3117 "libc",
3118]
3119
3120[[package]]
3121name = "simba"
3122version = "0.9.1"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
3125dependencies = [
3126 "approx",
3127 "num-complex",
3128 "num-traits",
3129 "paste",
3130 "wide",
3131]
3132
3133[[package]]
3134name = "simd-adler32"
3135version = "0.3.9"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
3138
3139[[package]]
3140name = "simd_cesu8"
3141version = "1.1.1"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
3144dependencies = [
3145 "rustc_version",
3146 "simdutf8",
3147]
3148
3149[[package]]
3150name = "simdutf8"
3151version = "0.1.5"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3154
3155[[package]]
3156name = "similar"
3157version = "2.7.0"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
3160
3161[[package]]
3162name = "skrifa"
3163version = "0.40.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
3166dependencies = [
3167 "bytemuck",
3168 "read-fonts 0.37.0",
3169]
3170
3171[[package]]
3172name = "skrifa"
3173version = "0.42.1"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564"
3176dependencies = [
3177 "bytemuck",
3178 "read-fonts 0.39.2",
3179]
3180
3181[[package]]
3182name = "slab"
3183version = "0.4.12"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3186
3187[[package]]
3188name = "slotmap"
3189version = "1.1.1"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3192dependencies = [
3193 "serde",
3194 "version_check",
3195]
3196
3197[[package]]
3198name = "smallvec"
3199version = "1.15.1"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3202
3203[[package]]
3204name = "smithay-client-toolkit"
3205version = "0.19.2"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
3208dependencies = [
3209 "bitflags 2.11.1",
3210 "calloop",
3211 "calloop-wayland-source",
3212 "cursor-icon",
3213 "libc",
3214 "log",
3215 "memmap2",
3216 "rustix 0.38.44",
3217 "thiserror 1.0.69",
3218 "wayland-backend",
3219 "wayland-client",
3220 "wayland-csd-frame",
3221 "wayland-cursor",
3222 "wayland-protocols",
3223 "wayland-protocols-wlr",
3224 "wayland-scanner",
3225 "xkeysym",
3226]
3227
3228[[package]]
3229name = "smol_str"
3230version = "0.2.2"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
3233dependencies = [
3234 "serde",
3235]
3236
3237[[package]]
3238name = "spirv"
3239version = "0.4.0+sdk-1.4.341.0"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
3242dependencies = [
3243 "bitflags 2.11.1",
3244]
3245
3246[[package]]
3247name = "stable_deref_trait"
3248version = "1.2.1"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3251
3252[[package]]
3253name = "static_assertions"
3254version = "1.1.0"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3257
3258[[package]]
3259name = "strict-num"
3260version = "0.1.1"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
3263
3264[[package]]
3265name = "swash"
3266version = "0.2.7"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "842f3cd369c2ba38966204f983eaa5e54a8e84a7d7159ed36ade2b6c335aae64"
3269dependencies = [
3270 "skrifa 0.40.0",
3271 "yazi",
3272 "zeno",
3273]
3274
3275[[package]]
3276name = "syn"
3277version = "1.0.109"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3280dependencies = [
3281 "proc-macro2",
3282 "quote",
3283 "unicode-ident",
3284]
3285
3286[[package]]
3287name = "syn"
3288version = "2.0.117"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3291dependencies = [
3292 "proc-macro2",
3293 "quote",
3294 "unicode-ident",
3295]
3296
3297[[package]]
3298name = "synstructure"
3299version = "0.13.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3302dependencies = [
3303 "proc-macro2",
3304 "quote",
3305 "syn 2.0.117",
3306]
3307
3308[[package]]
3309name = "sysctl"
3310version = "0.6.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
3313dependencies = [
3314 "bitflags 2.11.1",
3315 "byteorder",
3316 "enum-as-inner",
3317 "libc",
3318 "thiserror 1.0.69",
3319 "walkdir",
3320]
3321
3322[[package]]
3323name = "taffy"
3324version = "0.10.1"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "aea22054047c16c3f34d3ac473a2170be1424b1115b2a3adcf28cfb067c88859"
3327dependencies = [
3328 "arrayvec",
3329 "grid",
3330 "serde",
3331 "slotmap",
3332]
3333
3334[[package]]
3335name = "tempfile"
3336version = "3.27.0"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3339dependencies = [
3340 "fastrand",
3341 "getrandom 0.3.4",
3342 "once_cell",
3343 "rustix 1.1.4",
3344 "windows-sys 0.61.2",
3345]
3346
3347[[package]]
3348name = "termcolor"
3349version = "1.4.1"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3352dependencies = [
3353 "winapi-util",
3354]
3355
3356[[package]]
3357name = "thiserror"
3358version = "1.0.69"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3361dependencies = [
3362 "thiserror-impl 1.0.69",
3363]
3364
3365[[package]]
3366name = "thiserror"
3367version = "2.0.18"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3370dependencies = [
3371 "thiserror-impl 2.0.18",
3372]
3373
3374[[package]]
3375name = "thiserror-impl"
3376version = "1.0.69"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3379dependencies = [
3380 "proc-macro2",
3381 "quote",
3382 "syn 2.0.117",
3383]
3384
3385[[package]]
3386name = "thiserror-impl"
3387version = "2.0.18"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3390dependencies = [
3391 "proc-macro2",
3392 "quote",
3393 "syn 2.0.117",
3394]
3395
3396[[package]]
3397name = "thread_local"
3398version = "1.1.9"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3401dependencies = [
3402 "cfg-if",
3403]
3404
3405[[package]]
3406name = "tiny-skia"
3407version = "0.11.4"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
3410dependencies = [
3411 "arrayref",
3412 "arrayvec",
3413 "bytemuck",
3414 "cfg-if",
3415 "log",
3416 "tiny-skia-path",
3417]
3418
3419[[package]]
3420name = "tiny-skia-path"
3421version = "0.11.4"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3424dependencies = [
3425 "arrayref",
3426 "bytemuck",
3427 "strict-num",
3428]
3429
3430[[package]]
3431name = "tinystr"
3432version = "0.8.3"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3435dependencies = [
3436 "displaydoc",
3437 "serde_core",
3438 "zerovec",
3439]
3440
3441[[package]]
3442name = "toml_datetime"
3443version = "1.1.1+spec-1.1.0"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3446dependencies = [
3447 "serde_core",
3448]
3449
3450[[package]]
3451name = "toml_edit"
3452version = "0.25.11+spec-1.1.0"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
3455dependencies = [
3456 "indexmap",
3457 "toml_datetime",
3458 "toml_parser",
3459 "winnow",
3460]
3461
3462[[package]]
3463name = "toml_parser"
3464version = "1.1.2+spec-1.1.0"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3467dependencies = [
3468 "winnow",
3469]
3470
3471[[package]]
3472name = "tracing"
3473version = "0.1.44"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3476dependencies = [
3477 "pin-project-lite",
3478 "tracing-attributes",
3479 "tracing-core",
3480]
3481
3482[[package]]
3483name = "tracing-attributes"
3484version = "0.1.31"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3487dependencies = [
3488 "proc-macro2",
3489 "quote",
3490 "syn 2.0.117",
3491]
3492
3493[[package]]
3494name = "tracing-core"
3495version = "0.1.36"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3498dependencies = [
3499 "once_cell",
3500 "valuable",
3501]
3502
3503[[package]]
3504name = "tracing-log"
3505version = "0.2.0"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3508dependencies = [
3509 "log",
3510 "once_cell",
3511 "tracing-core",
3512]
3513
3514[[package]]
3515name = "tracing-subscriber"
3516version = "0.3.23"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3519dependencies = [
3520 "matchers",
3521 "nu-ansi-term",
3522 "once_cell",
3523 "regex-automata",
3524 "sharded-slab",
3525 "smallvec",
3526 "thread_local",
3527 "tracing",
3528 "tracing-core",
3529 "tracing-log",
3530]
3531
3532[[package]]
3533name = "ttf-parser"
3534version = "0.25.1"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3537
3538[[package]]
3539name = "typeid"
3540version = "1.0.3"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
3543
3544[[package]]
3545name = "typenum"
3546version = "1.20.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3549
3550[[package]]
3551name = "uds_windows"
3552version = "1.2.1"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
3555dependencies = [
3556 "memoffset",
3557 "tempfile",
3558 "windows-sys 0.61.2",
3559]
3560
3561[[package]]
3562name = "unarray"
3563version = "0.1.4"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3566
3567[[package]]
3568name = "unicode-ident"
3569version = "1.0.24"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3572
3573[[package]]
3574name = "unicode-segmentation"
3575version = "1.13.2"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3578
3579[[package]]
3580name = "unicode-width"
3581version = "0.2.2"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3584
3585[[package]]
3586name = "unicode-xid"
3587version = "0.2.6"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3590
3591[[package]]
3592name = "uom"
3593version = "0.38.0"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "a739f83872836c82a4f2527d4e54b37007b3de68cafe7edde95fd695968bf4b9"
3596dependencies = [
3597 "num-traits",
3598 "typenum",
3599]
3600
3601[[package]]
3602name = "utf8_iter"
3603version = "1.0.4"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3606
3607[[package]]
3608name = "uuid"
3609version = "1.23.1"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3612dependencies = [
3613 "js-sys",
3614 "serde_core",
3615 "wasm-bindgen",
3616]
3617
3618[[package]]
3619name = "valuable"
3620version = "0.1.1"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3623
3624[[package]]
3625name = "version_check"
3626version = "0.9.5"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3629
3630[[package]]
3631name = "walkdir"
3632version = "2.5.0"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3635dependencies = [
3636 "same-file",
3637 "winapi-util",
3638]
3639
3640[[package]]
3641name = "wasip2"
3642version = "1.0.3+wasi-0.2.9"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3645dependencies = [
3646 "wit-bindgen 0.57.1",
3647]
3648
3649[[package]]
3650name = "wasip3"
3651version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3654dependencies = [
3655 "wit-bindgen 0.51.0",
3656]
3657
3658[[package]]
3659name = "wasm-bindgen"
3660version = "0.2.118"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
3663dependencies = [
3664 "cfg-if",
3665 "once_cell",
3666 "rustversion",
3667 "wasm-bindgen-macro",
3668 "wasm-bindgen-shared",
3669]
3670
3671[[package]]
3672name = "wasm-bindgen-futures"
3673version = "0.4.68"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
3676dependencies = [
3677 "js-sys",
3678 "wasm-bindgen",
3679]
3680
3681[[package]]
3682name = "wasm-bindgen-macro"
3683version = "0.2.118"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
3686dependencies = [
3687 "quote",
3688 "wasm-bindgen-macro-support",
3689]
3690
3691[[package]]
3692name = "wasm-bindgen-macro-support"
3693version = "0.2.118"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
3696dependencies = [
3697 "bumpalo",
3698 "proc-macro2",
3699 "quote",
3700 "syn 2.0.117",
3701 "wasm-bindgen-shared",
3702]
3703
3704[[package]]
3705name = "wasm-bindgen-shared"
3706version = "0.2.118"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
3709dependencies = [
3710 "unicode-ident",
3711]
3712
3713[[package]]
3714name = "wasm-encoder"
3715version = "0.244.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3718dependencies = [
3719 "leb128fmt",
3720 "wasmparser",
3721]
3722
3723[[package]]
3724name = "wasm-metadata"
3725version = "0.244.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3728dependencies = [
3729 "anyhow",
3730 "indexmap",
3731 "wasm-encoder",
3732 "wasmparser",
3733]
3734
3735[[package]]
3736name = "wasmparser"
3737version = "0.244.0"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3740dependencies = [
3741 "bitflags 2.11.1",
3742 "hashbrown 0.15.5",
3743 "indexmap",
3744 "semver",
3745]
3746
3747[[package]]
3748name = "wayland-backend"
3749version = "0.3.15"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d"
3752dependencies = [
3753 "cc",
3754 "downcast-rs",
3755 "rustix 1.1.4",
3756 "scoped-tls",
3757 "smallvec",
3758 "wayland-sys",
3759]
3760
3761[[package]]
3762name = "wayland-client"
3763version = "0.31.14"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144"
3766dependencies = [
3767 "bitflags 2.11.1",
3768 "rustix 1.1.4",
3769 "wayland-backend",
3770 "wayland-scanner",
3771]
3772
3773[[package]]
3774name = "wayland-csd-frame"
3775version = "0.3.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
3778dependencies = [
3779 "bitflags 2.11.1",
3780 "cursor-icon",
3781 "wayland-backend",
3782]
3783
3784[[package]]
3785name = "wayland-cursor"
3786version = "0.31.14"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
3789dependencies = [
3790 "rustix 1.1.4",
3791 "wayland-client",
3792 "xcursor",
3793]
3794
3795[[package]]
3796name = "wayland-protocols"
3797version = "0.32.12"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f"
3800dependencies = [
3801 "bitflags 2.11.1",
3802 "wayland-backend",
3803 "wayland-client",
3804 "wayland-scanner",
3805]
3806
3807[[package]]
3808name = "wayland-protocols-plasma"
3809version = "0.3.12"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
3812dependencies = [
3813 "bitflags 2.11.1",
3814 "wayland-backend",
3815 "wayland-client",
3816 "wayland-protocols",
3817 "wayland-scanner",
3818]
3819
3820[[package]]
3821name = "wayland-protocols-wlr"
3822version = "0.3.12"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
3825dependencies = [
3826 "bitflags 2.11.1",
3827 "wayland-backend",
3828 "wayland-client",
3829 "wayland-protocols",
3830 "wayland-scanner",
3831]
3832
3833[[package]]
3834name = "wayland-scanner"
3835version = "0.31.10"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a"
3838dependencies = [
3839 "proc-macro2",
3840 "quick-xml",
3841 "quote",
3842]
3843
3844[[package]]
3845name = "wayland-sys"
3846version = "0.31.11"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
3849dependencies = [
3850 "dlib",
3851 "log",
3852 "once_cell",
3853 "pkg-config",
3854]
3855
3856[[package]]
3857name = "web-sys"
3858version = "0.3.95"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
3861dependencies = [
3862 "js-sys",
3863 "wasm-bindgen",
3864]
3865
3866[[package]]
3867name = "web-time"
3868version = "1.1.0"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3871dependencies = [
3872 "js-sys",
3873 "wasm-bindgen",
3874]
3875
3876[[package]]
3877name = "wgpu"
3878version = "29.0.1"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "72c239a9a747bbd379590985bac952c2e53cb19873f7072b3370c6a6a8e06837"
3881dependencies = [
3882 "arrayvec",
3883 "bitflags 2.11.1",
3884 "bytemuck",
3885 "cfg-if",
3886 "cfg_aliases",
3887 "document-features",
3888 "hashbrown 0.16.1",
3889 "js-sys",
3890 "log",
3891 "naga",
3892 "parking_lot",
3893 "portable-atomic",
3894 "profiling",
3895 "raw-window-handle",
3896 "smallvec",
3897 "static_assertions",
3898 "wasm-bindgen",
3899 "wasm-bindgen-futures",
3900 "web-sys",
3901 "wgpu-core",
3902 "wgpu-hal",
3903 "wgpu-types",
3904]
3905
3906[[package]]
3907name = "wgpu-core"
3908version = "29.0.1"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "1e80ac6cf1895df6342f87d975162108f9d98772a0d74bc404ab7304ac29469e"
3911dependencies = [
3912 "arrayvec",
3913 "bit-set",
3914 "bit-vec",
3915 "bitflags 2.11.1",
3916 "bytemuck",
3917 "cfg_aliases",
3918 "document-features",
3919 "hashbrown 0.16.1",
3920 "indexmap",
3921 "log",
3922 "naga",
3923 "once_cell",
3924 "parking_lot",
3925 "portable-atomic",
3926 "profiling",
3927 "raw-window-handle",
3928 "rustc-hash",
3929 "smallvec",
3930 "thiserror 2.0.18",
3931 "wgpu-core-deps-apple",
3932 "wgpu-core-deps-emscripten",
3933 "wgpu-core-deps-windows-linux-android",
3934 "wgpu-hal",
3935 "wgpu-naga-bridge",
3936 "wgpu-types",
3937]
3938
3939[[package]]
3940name = "wgpu-core-deps-apple"
3941version = "29.0.0"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "43acd053312501689cd92a01a9638d37f3e41a5fd9534875efa8917ee2d11ac0"
3944dependencies = [
3945 "wgpu-hal",
3946]
3947
3948[[package]]
3949name = "wgpu-core-deps-emscripten"
3950version = "29.0.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "ef043bf135cc68b6f667c55ff4e345ce2b5924d75bad36a47921b0287ca4b24a"
3953dependencies = [
3954 "wgpu-hal",
3955]
3956
3957[[package]]
3958name = "wgpu-core-deps-windows-linux-android"
3959version = "29.0.0"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "725d5c006a8c02967b6d93ef04f6537ec4593313e330cfe86d9d3f946eb90f28"
3962dependencies = [
3963 "wgpu-hal",
3964]
3965
3966[[package]]
3967name = "wgpu-hal"
3968version = "29.0.1"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "89a47aef47636562f3937285af4c44b4b5b404b46577471411cc5313a921da7e"
3971dependencies = [
3972 "android_system_properties",
3973 "arrayvec",
3974 "ash",
3975 "bit-set",
3976 "bitflags 2.11.1",
3977 "block2 0.6.2",
3978 "bytemuck",
3979 "cfg-if",
3980 "cfg_aliases",
3981 "glow",
3982 "glutin_wgl_sys",
3983 "gpu-allocator",
3984 "gpu-descriptor",
3985 "hashbrown 0.16.1",
3986 "js-sys",
3987 "khronos-egl",
3988 "libc",
3989 "libloading",
3990 "log",
3991 "naga",
3992 "ndk-sys",
3993 "objc2 0.6.4",
3994 "objc2-core-foundation",
3995 "objc2-foundation 0.3.2",
3996 "objc2-metal 0.3.2",
3997 "objc2-quartz-core 0.3.2",
3998 "once_cell",
3999 "ordered-float",
4000 "parking_lot",
4001 "portable-atomic",
4002 "portable-atomic-util",
4003 "profiling",
4004 "range-alloc",
4005 "raw-window-handle",
4006 "raw-window-metal",
4007 "renderdoc-sys",
4008 "smallvec",
4009 "thiserror 2.0.18",
4010 "wasm-bindgen",
4011 "wayland-sys",
4012 "web-sys",
4013 "wgpu-naga-bridge",
4014 "wgpu-types",
4015 "windows",
4016 "windows-core",
4017]
4018
4019[[package]]
4020name = "wgpu-naga-bridge"
4021version = "29.0.1"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "7b4684f4410da0cf95a4cb63bb5edaac022461dedb6adf0b64d0d9b5f6890d51"
4024dependencies = [
4025 "naga",
4026 "wgpu-types",
4027]
4028
4029[[package]]
4030name = "wgpu-types"
4031version = "29.0.1"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "ec2675540fb1a5cfa5ef122d3d5f390e2c75711a0b946410f2d6ac3a0f77d1f6"
4034dependencies = [
4035 "bitflags 2.11.1",
4036 "bytemuck",
4037 "js-sys",
4038 "log",
4039 "raw-window-handle",
4040 "web-sys",
4041]
4042
4043[[package]]
4044name = "wide"
4045version = "0.7.33"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
4048dependencies = [
4049 "bytemuck",
4050 "safe_arch",
4051]
4052
4053[[package]]
4054name = "winapi-util"
4055version = "0.1.11"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4058dependencies = [
4059 "windows-sys 0.61.2",
4060]
4061
4062[[package]]
4063name = "windows"
4064version = "0.62.2"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
4067dependencies = [
4068 "windows-collections",
4069 "windows-core",
4070 "windows-future",
4071 "windows-numerics",
4072]
4073
4074[[package]]
4075name = "windows-collections"
4076version = "0.3.2"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
4079dependencies = [
4080 "windows-core",
4081]
4082
4083[[package]]
4084name = "windows-core"
4085version = "0.62.2"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4088dependencies = [
4089 "windows-implement",
4090 "windows-interface",
4091 "windows-link",
4092 "windows-result",
4093 "windows-strings",
4094]
4095
4096[[package]]
4097name = "windows-future"
4098version = "0.3.2"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
4101dependencies = [
4102 "windows-core",
4103 "windows-link",
4104 "windows-threading",
4105]
4106
4107[[package]]
4108name = "windows-implement"
4109version = "0.60.2"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4112dependencies = [
4113 "proc-macro2",
4114 "quote",
4115 "syn 2.0.117",
4116]
4117
4118[[package]]
4119name = "windows-interface"
4120version = "0.59.3"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4123dependencies = [
4124 "proc-macro2",
4125 "quote",
4126 "syn 2.0.117",
4127]
4128
4129[[package]]
4130name = "windows-link"
4131version = "0.2.1"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4134
4135[[package]]
4136name = "windows-numerics"
4137version = "0.3.1"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
4140dependencies = [
4141 "windows-core",
4142 "windows-link",
4143]
4144
4145[[package]]
4146name = "windows-result"
4147version = "0.4.1"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4150dependencies = [
4151 "windows-link",
4152]
4153
4154[[package]]
4155name = "windows-strings"
4156version = "0.5.1"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4159dependencies = [
4160 "windows-link",
4161]
4162
4163[[package]]
4164name = "windows-sys"
4165version = "0.52.0"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4168dependencies = [
4169 "windows-targets",
4170]
4171
4172[[package]]
4173name = "windows-sys"
4174version = "0.59.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4177dependencies = [
4178 "windows-targets",
4179]
4180
4181[[package]]
4182name = "windows-sys"
4183version = "0.61.2"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4186dependencies = [
4187 "windows-link",
4188]
4189
4190[[package]]
4191name = "windows-targets"
4192version = "0.52.6"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4195dependencies = [
4196 "windows_aarch64_gnullvm",
4197 "windows_aarch64_msvc",
4198 "windows_i686_gnu",
4199 "windows_i686_gnullvm",
4200 "windows_i686_msvc",
4201 "windows_x86_64_gnu",
4202 "windows_x86_64_gnullvm",
4203 "windows_x86_64_msvc",
4204]
4205
4206[[package]]
4207name = "windows-threading"
4208version = "0.2.1"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
4211dependencies = [
4212 "windows-link",
4213]
4214
4215[[package]]
4216name = "windows_aarch64_gnullvm"
4217version = "0.52.6"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4220
4221[[package]]
4222name = "windows_aarch64_msvc"
4223version = "0.52.6"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4226
4227[[package]]
4228name = "windows_i686_gnu"
4229version = "0.52.6"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4232
4233[[package]]
4234name = "windows_i686_gnullvm"
4235version = "0.52.6"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4238
4239[[package]]
4240name = "windows_i686_msvc"
4241version = "0.52.6"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4244
4245[[package]]
4246name = "windows_x86_64_gnu"
4247version = "0.52.6"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4250
4251[[package]]
4252name = "windows_x86_64_gnullvm"
4253version = "0.52.6"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4256
4257[[package]]
4258name = "windows_x86_64_msvc"
4259version = "0.52.6"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4262
4263[[package]]
4264name = "winit"
4265version = "0.30.13"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
4268dependencies = [
4269 "ahash",
4270 "android-activity",
4271 "atomic-waker",
4272 "bitflags 2.11.1",
4273 "block2 0.5.1",
4274 "bytemuck",
4275 "calloop",
4276 "cfg_aliases",
4277 "concurrent-queue",
4278 "core-foundation",
4279 "core-graphics",
4280 "cursor-icon",
4281 "dpi",
4282 "js-sys",
4283 "libc",
4284 "memmap2",
4285 "ndk",
4286 "objc2 0.5.2",
4287 "objc2-app-kit",
4288 "objc2-foundation 0.2.2",
4289 "objc2-ui-kit",
4290 "orbclient",
4291 "percent-encoding",
4292 "pin-project",
4293 "raw-window-handle",
4294 "redox_syscall 0.4.1",
4295 "rustix 0.38.44",
4296 "sctk-adwaita",
4297 "smithay-client-toolkit",
4298 "smol_str",
4299 "tracing",
4300 "unicode-segmentation",
4301 "wasm-bindgen",
4302 "wasm-bindgen-futures",
4303 "wayland-backend",
4304 "wayland-client",
4305 "wayland-protocols",
4306 "wayland-protocols-plasma",
4307 "web-sys",
4308 "web-time",
4309 "windows-sys 0.52.0",
4310 "x11-dl",
4311 "x11rb",
4312 "xkbcommon-dl",
4313]
4314
4315[[package]]
4316name = "winnow"
4317version = "1.0.1"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
4320dependencies = [
4321 "memchr",
4322]
4323
4324[[package]]
4325name = "wit-bindgen"
4326version = "0.51.0"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4329dependencies = [
4330 "wit-bindgen-rust-macro",
4331]
4332
4333[[package]]
4334name = "wit-bindgen"
4335version = "0.57.1"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4338
4339[[package]]
4340name = "wit-bindgen-core"
4341version = "0.51.0"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4344dependencies = [
4345 "anyhow",
4346 "heck",
4347 "wit-parser",
4348]
4349
4350[[package]]
4351name = "wit-bindgen-rust"
4352version = "0.51.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4355dependencies = [
4356 "anyhow",
4357 "heck",
4358 "indexmap",
4359 "prettyplease",
4360 "syn 2.0.117",
4361 "wasm-metadata",
4362 "wit-bindgen-core",
4363 "wit-component",
4364]
4365
4366[[package]]
4367name = "wit-bindgen-rust-macro"
4368version = "0.51.0"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4371dependencies = [
4372 "anyhow",
4373 "prettyplease",
4374 "proc-macro2",
4375 "quote",
4376 "syn 2.0.117",
4377 "wit-bindgen-core",
4378 "wit-bindgen-rust",
4379]
4380
4381[[package]]
4382name = "wit-component"
4383version = "0.244.0"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4386dependencies = [
4387 "anyhow",
4388 "bitflags 2.11.1",
4389 "indexmap",
4390 "log",
4391 "serde",
4392 "serde_derive",
4393 "serde_json",
4394 "wasm-encoder",
4395 "wasm-metadata",
4396 "wasmparser",
4397 "wit-parser",
4398]
4399
4400[[package]]
4401name = "wit-parser"
4402version = "0.244.0"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4405dependencies = [
4406 "anyhow",
4407 "id-arena",
4408 "indexmap",
4409 "log",
4410 "semver",
4411 "serde",
4412 "serde_derive",
4413 "serde_json",
4414 "unicode-xid",
4415 "wasmparser",
4416]
4417
4418[[package]]
4419name = "writeable"
4420version = "0.6.3"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4423
4424[[package]]
4425name = "x11-dl"
4426version = "2.21.0"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4429dependencies = [
4430 "libc",
4431 "once_cell",
4432 "pkg-config",
4433]
4434
4435[[package]]
4436name = "x11rb"
4437version = "0.13.2"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
4440dependencies = [
4441 "as-raw-xcb-connection",
4442 "gethostname",
4443 "libc",
4444 "libloading",
4445 "once_cell",
4446 "rustix 1.1.4",
4447 "x11rb-protocol",
4448]
4449
4450[[package]]
4451name = "x11rb-protocol"
4452version = "0.13.2"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
4455
4456[[package]]
4457name = "xcursor"
4458version = "0.3.10"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
4461
4462[[package]]
4463name = "xkbcommon-dl"
4464version = "0.4.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
4467dependencies = [
4468 "bitflags 2.11.1",
4469 "dlib",
4470 "log",
4471 "once_cell",
4472 "xkeysym",
4473]
4474
4475[[package]]
4476name = "xkeysym"
4477version = "0.2.1"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
4480
4481[[package]]
4482name = "xml-rs"
4483version = "0.8.28"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
4486
4487[[package]]
4488name = "yazi"
4489version = "0.2.1"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
4492
4493[[package]]
4494name = "yoke"
4495version = "0.8.2"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
4498dependencies = [
4499 "stable_deref_trait",
4500 "yoke-derive",
4501 "zerofrom",
4502]
4503
4504[[package]]
4505name = "yoke-derive"
4506version = "0.8.2"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4509dependencies = [
4510 "proc-macro2",
4511 "quote",
4512 "syn 2.0.117",
4513 "synstructure",
4514]
4515
4516[[package]]
4517name = "zbus"
4518version = "5.15.0"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "c3bcbf15c8708d7fc1be0c993622e0a5cbd5e8b52bfa40afa4c3e0cd8d724ac1"
4521dependencies = [
4522 "async-broadcast",
4523 "async-executor",
4524 "async-io",
4525 "async-lock",
4526 "async-process",
4527 "async-recursion",
4528 "async-task",
4529 "async-trait",
4530 "blocking",
4531 "enumflags2",
4532 "event-listener",
4533 "futures-core",
4534 "futures-lite",
4535 "hex",
4536 "libc",
4537 "ordered-stream",
4538 "rustix 1.1.4",
4539 "serde",
4540 "serde_repr",
4541 "tracing",
4542 "uds_windows",
4543 "uuid",
4544 "windows-sys 0.61.2",
4545 "winnow",
4546 "zbus_macros",
4547 "zbus_names",
4548 "zvariant",
4549]
4550
4551[[package]]
4552name = "zbus_macros"
4553version = "5.15.0"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "51fa5406ad9175a8c825a931f8cf347116b531b3634fcb0b627c290f1f2516ff"
4556dependencies = [
4557 "proc-macro-crate",
4558 "proc-macro2",
4559 "quote",
4560 "syn 2.0.117",
4561 "zbus_names",
4562 "zvariant",
4563 "zvariant_utils",
4564]
4565
4566[[package]]
4567name = "zbus_names"
4568version = "4.3.2"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d"
4571dependencies = [
4572 "serde",
4573 "winnow",
4574 "zvariant",
4575]
4576
4577[[package]]
4578name = "zeno"
4579version = "0.3.3"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
4582
4583[[package]]
4584name = "zerocopy"
4585version = "0.8.48"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
4588dependencies = [
4589 "zerocopy-derive",
4590]
4591
4592[[package]]
4593name = "zerocopy-derive"
4594version = "0.8.48"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
4597dependencies = [
4598 "proc-macro2",
4599 "quote",
4600 "syn 2.0.117",
4601]
4602
4603[[package]]
4604name = "zerofrom"
4605version = "0.1.7"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
4608dependencies = [
4609 "zerofrom-derive",
4610]
4611
4612[[package]]
4613name = "zerofrom-derive"
4614version = "0.1.7"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4617dependencies = [
4618 "proc-macro2",
4619 "quote",
4620 "syn 2.0.117",
4621 "synstructure",
4622]
4623
4624[[package]]
4625name = "zerotrie"
4626version = "0.2.4"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4629dependencies = [
4630 "displaydoc",
4631 "yoke",
4632 "zerofrom",
4633 "zerovec",
4634]
4635
4636[[package]]
4637name = "zerovec"
4638version = "0.11.6"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4641dependencies = [
4642 "serde",
4643 "yoke",
4644 "zerofrom",
4645 "zerovec-derive",
4646]
4647
4648[[package]]
4649name = "zerovec-derive"
4650version = "0.11.3"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4653dependencies = [
4654 "proc-macro2",
4655 "quote",
4656 "syn 2.0.117",
4657]
4658
4659[[package]]
4660name = "zmij"
4661version = "1.0.21"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4664
4665[[package]]
4666name = "zvariant"
4667version = "5.11.0"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "1c1567a6ec68df868cbbfde844cfc6d81649fe5109a62b116b19fabd53e618ee"
4670dependencies = [
4671 "endi",
4672 "enumflags2",
4673 "serde",
4674 "winnow",
4675 "zvariant_derive",
4676 "zvariant_utils",
4677]
4678
4679[[package]]
4680name = "zvariant_derive"
4681version = "5.11.0"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "c7d5b780599bbde114e39d9a0799577fad1ced5105d38515745f7b3099d8ceda"
4684dependencies = [
4685 "proc-macro-crate",
4686 "proc-macro2",
4687 "quote",
4688 "syn 2.0.117",
4689 "zvariant_utils",
4690]
4691
4692[[package]]
4693name = "zvariant_utils"
4694version = "3.3.1"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "6d464f5733ffa07a3164d656f18533caace9d0638596721355d73256a410d691"
4697dependencies = [
4698 "proc-macro2",
4699 "quote",
4700 "serde",
4701 "syn 2.0.117",
4702 "winnow",
4703]