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