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