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