Skip to main content

max / audiofiles

167.0 KB · 7004 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "ab_glyph"
7 version = "0.2.32"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10 dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13 ]
14
15 [[package]]
16 name = "ab_glyph_rasterizer"
17 version = "0.1.10"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
21 [[package]]
22 name = "adler2"
23 version = "2.0.1"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
26
27 [[package]]
28 name = "aead"
29 version = "0.5.2"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
32 dependencies = [
33 "crypto-common",
34 "generic-array",
35 ]
36
37 [[package]]
38 name = "ahash"
39 version = "0.8.12"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
42 dependencies = [
43 "cfg-if",
44 "const-random",
45 "getrandom 0.3.4",
46 "once_cell",
47 "version_check",
48 "zerocopy",
49 ]
50
51 [[package]]
52 name = "aho-corasick"
53 version = "1.1.4"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
56 dependencies = [
57 "memchr",
58 ]
59
60 [[package]]
61 name = "alsa"
62 version = "0.9.1"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
65 dependencies = [
66 "alsa-sys",
67 "bitflags 2.11.0",
68 "cfg-if",
69 "libc",
70 ]
71
72 [[package]]
73 name = "alsa-sys"
74 version = "0.3.1"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
77 dependencies = [
78 "libc",
79 "pkg-config",
80 ]
81
82 [[package]]
83 name = "android-activity"
84 version = "0.6.0"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
87 dependencies = [
88 "android-properties",
89 "bitflags 2.11.0",
90 "cc",
91 "cesu8",
92 "jni",
93 "jni-sys",
94 "libc",
95 "log",
96 "ndk 0.9.0",
97 "ndk-context",
98 "ndk-sys 0.6.0+11769913",
99 "num_enum",
100 "thiserror 1.0.69",
101 ]
102
103 [[package]]
104 name = "android-properties"
105 version = "0.2.2"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
108
109 [[package]]
110 name = "android_system_properties"
111 version = "0.1.5"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
114 dependencies = [
115 "libc",
116 ]
117
118 [[package]]
119 name = "anyhow"
120 version = "1.0.101"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
123
124 [[package]]
125 name = "arboard"
126 version = "3.6.1"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
129 dependencies = [
130 "clipboard-win",
131 "image",
132 "log",
133 "objc2 0.6.3",
134 "objc2-app-kit 0.3.2",
135 "objc2-core-foundation",
136 "objc2-core-graphics",
137 "objc2-foundation 0.3.2",
138 "parking_lot",
139 "percent-encoding",
140 "windows-sys 0.60.2",
141 "x11rb",
142 ]
143
144 [[package]]
145 name = "argon2"
146 version = "0.5.3"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
148 checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
149 dependencies = [
150 "base64ct",
151 "blake2",
152 "cpufeatures",
153 "password-hash",
154 ]
155
156 [[package]]
157 name = "arrayvec"
158 version = "0.7.6"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
160 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
161
162 [[package]]
163 name = "as-raw-xcb-connection"
164 version = "1.0.1"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
167
168 [[package]]
169 name = "ash"
170 version = "0.38.0+1.3.281"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
173 dependencies = [
174 "libloading 0.8.9",
175 ]
176
177 [[package]]
178 name = "ashpd"
179 version = "0.11.1"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "d2f3f79755c74fd155000314eb349864caa787c6592eace6c6882dad873d9c39"
182 dependencies = [
183 "async-fs",
184 "async-net",
185 "enumflags2",
186 "futures-channel",
187 "futures-util",
188 "rand",
189 "raw-window-handle",
190 "serde",
191 "serde_repr",
192 "url",
193 "wayland-backend",
194 "wayland-client",
195 "wayland-protocols",
196 "zbus",
197 ]
198
199 [[package]]
200 name = "async-broadcast"
201 version = "0.7.2"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
204 dependencies = [
205 "event-listener",
206 "event-listener-strategy",
207 "futures-core",
208 "pin-project-lite",
209 ]
210
211 [[package]]
212 name = "async-channel"
213 version = "2.5.0"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
216 dependencies = [
217 "concurrent-queue",
218 "event-listener-strategy",
219 "futures-core",
220 "pin-project-lite",
221 ]
222
223 [[package]]
224 name = "async-executor"
225 version = "1.14.0"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
228 dependencies = [
229 "async-task",
230 "concurrent-queue",
231 "fastrand",
232 "futures-lite",
233 "pin-project-lite",
234 "slab",
235 ]
236
237 [[package]]
238 name = "async-fs"
239 version = "2.2.0"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
242 dependencies = [
243 "async-lock",
244 "blocking",
245 "futures-lite",
246 ]
247
248 [[package]]
249 name = "async-io"
250 version = "2.6.0"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
253 dependencies = [
254 "autocfg",
255 "cfg-if",
256 "concurrent-queue",
257 "futures-io",
258 "futures-lite",
259 "parking",
260 "polling",
261 "rustix 1.1.3",
262 "slab",
263 "windows-sys 0.61.2",
264 ]
265
266 [[package]]
267 name = "async-lock"
268 version = "3.4.2"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
270 checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
271 dependencies = [
272 "event-listener",
273 "event-listener-strategy",
274 "pin-project-lite",
275 ]
276
277 [[package]]
278 name = "async-net"
279 version = "2.0.0"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
282 dependencies = [
283 "async-io",
284 "blocking",
285 "futures-lite",
286 ]
287
288 [[package]]
289 name = "async-process"
290 version = "2.5.0"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
293 dependencies = [
294 "async-channel",
295 "async-io",
296 "async-lock",
297 "async-signal",
298 "async-task",
299 "blocking",
300 "cfg-if",
301 "event-listener",
302 "futures-lite",
303 "rustix 1.1.3",
304 ]
305
306 [[package]]
307 name = "async-recursion"
308 version = "1.1.1"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
311 dependencies = [
312 "proc-macro2",
313 "quote",
314 "syn 2.0.116",
315 ]
316
317 [[package]]
318 name = "async-signal"
319 version = "0.2.13"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
322 dependencies = [
323 "async-io",
324 "async-lock",
325 "atomic-waker",
326 "cfg-if",
327 "futures-core",
328 "futures-io",
329 "rustix 1.1.3",
330 "signal-hook-registry",
331 "slab",
332 "windows-sys 0.61.2",
333 ]
334
335 [[package]]
336 name = "async-task"
337 version = "4.7.1"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
340
341 [[package]]
342 name = "async-trait"
343 version = "0.1.89"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
346 dependencies = [
347 "proc-macro2",
348 "quote",
349 "syn 2.0.116",
350 ]
351
352 [[package]]
353 name = "atk"
354 version = "0.18.2"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
357 dependencies = [
358 "atk-sys",
359 "glib",
360 "libc",
361 ]
362
363 [[package]]
364 name = "atk-sys"
365 version = "0.18.2"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
368 dependencies = [
369 "glib-sys",
370 "gobject-sys",
371 "libc",
372 "system-deps",
373 ]
374
375 [[package]]
376 name = "atomic-waker"
377 version = "1.1.2"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
380
381 [[package]]
382 name = "audiofiles-app"
383 version = "0.5.0"
384 dependencies = [
385 "audiofiles-browser",
386 "audiofiles-core",
387 "audiofiles-sync",
388 "chrono",
389 "cpal",
390 "dirs",
391 "eframe",
392 "gtk",
393 "midir",
394 "open",
395 "parking_lot",
396 "reqwest",
397 "rfd",
398 "semver",
399 "serde",
400 "serde_json",
401 "tempfile",
402 "thiserror 2.0.18",
403 "tokio",
404 "tracing",
405 "tracing-subscriber",
406 "tray-icon",
407 "uuid",
408 ]
409
410 [[package]]
411 name = "audiofiles-bench"
412 version = "0.5.0"
413 dependencies = [
414 "audiofiles-core",
415 "rayon",
416 "serde",
417 "serde_json",
418 ]
419
420 [[package]]
421 name = "audiofiles-browser"
422 version = "0.5.0"
423 dependencies = [
424 "audiofiles-core",
425 "audiofiles-rhai",
426 "audiofiles-sync",
427 "block2 0.6.2",
428 "dirs",
429 "egui",
430 "egui_extras",
431 "hound",
432 "libc",
433 "objc2 0.6.3",
434 "objc2-app-kit 0.3.2",
435 "objc2-foundation 0.3.2",
436 "parking_lot",
437 "rfd",
438 "rusqlite",
439 "serde",
440 "serde_json",
441 "symphonia",
442 "tempfile",
443 "theme-common",
444 "thiserror 2.0.18",
445 "toml",
446 "tracing",
447 "windows 0.62.2",
448 "windows-core 0.62.2",
449 ]
450
451 [[package]]
452 name = "audiofiles-core"
453 version = "0.5.0"
454 dependencies = [
455 "bs1770",
456 "dirs",
457 "hound",
458 "rayon",
459 "realfft",
460 "rubato",
461 "rusqlite",
462 "serde",
463 "serde_json",
464 "sha2",
465 "stratum-dsp",
466 "symphonia",
467 "tagtree",
468 "tempfile",
469 "thiserror 2.0.18",
470 "tracing",
471 ]
472
473 [[package]]
474 name = "audiofiles-rhai"
475 version = "0.5.0"
476 dependencies = [
477 "audiofiles-core",
478 "dirs",
479 "rhai",
480 "serde",
481 "tempfile",
482 "thiserror 2.0.18",
483 "toml",
484 "tracing",
485 ]
486
487 [[package]]
488 name = "audiofiles-sync"
489 version = "0.5.0"
490 dependencies = [
491 "audiofiles-core",
492 "base64",
493 "chrono",
494 "open",
495 "parking_lot",
496 "rand",
497 "rusqlite",
498 "serde",
499 "serde_json",
500 "sha2",
501 "synckit-client",
502 "tempfile",
503 "thiserror 2.0.18",
504 "tokio",
505 "tracing",
506 "uuid",
507 ]
508
509 [[package]]
510 name = "audiofiles-train"
511 version = "0.5.0"
512 dependencies = [
513 "audiofiles-core",
514 "rand",
515 "rayon",
516 "serde",
517 "serde_json",
518 ]
519
520 [[package]]
521 name = "autocfg"
522 version = "1.5.0"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
525
526 [[package]]
527 name = "base64"
528 version = "0.22.1"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
531
532 [[package]]
533 name = "base64ct"
534 version = "1.8.3"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
536 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
537
538 [[package]]
539 name = "bindgen"
540 version = "0.72.1"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
543 dependencies = [
544 "bitflags 2.11.0",
545 "cexpr",
546 "clang-sys",
547 "itertools",
548 "proc-macro2",
549 "quote",
550 "regex",
551 "rustc-hash 2.1.1",
552 "shlex",
553 "syn 2.0.116",
554 ]
555
556 [[package]]
557 name = "bit-set"
558 version = "0.8.0"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
561 dependencies = [
562 "bit-vec",
563 ]
564
565 [[package]]
566 name = "bit-vec"
567 version = "0.8.0"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
570
571 [[package]]
572 name = "bitflags"
573 version = "1.3.2"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
576
577 [[package]]
578 name = "bitflags"
579 version = "2.11.0"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
582 dependencies = [
583 "serde_core",
584 ]
585
586 [[package]]
587 name = "blake2"
588 version = "0.10.6"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
591 dependencies = [
592 "digest",
593 ]
594
595 [[package]]
596 name = "block"
597 version = "0.1.6"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
600
601 [[package]]
602 name = "block-buffer"
603 version = "0.10.4"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
606 dependencies = [
607 "generic-array",
608 ]
609
610 [[package]]
611 name = "block2"
612 version = "0.5.1"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
615 dependencies = [
616 "objc2 0.5.2",
617 ]
618
619 [[package]]
620 name = "block2"
621 version = "0.6.2"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
624 dependencies = [
625 "objc2 0.6.3",
626 ]
627
628 [[package]]
629 name = "blocking"
630 version = "1.6.2"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
633 dependencies = [
634 "async-channel",
635 "async-task",
636 "futures-io",
637 "futures-lite",
638 "piper",
639 ]
640
641 [[package]]
642 name = "bs1770"
643 version = "1.0.0"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "6332c61c205ff066246fff2cb876cdf9009557200f96e15d88d156193b16775b"
646
647 [[package]]
648 name = "bumpalo"
649 version = "3.19.1"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
652
653 [[package]]
654 name = "bytemuck"
655 version = "1.25.0"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
658 dependencies = [
659 "bytemuck_derive",
660 ]
661
662 [[package]]
663 name = "bytemuck_derive"
664 version = "1.10.2"
665 source = "registry+https://github.com/rust-lang/crates.io-index"
666 checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
667 dependencies = [
668 "proc-macro2",
669 "quote",
670 "syn 2.0.116",
671 ]
672
673 [[package]]
674 name = "byteorder"
675 version = "1.5.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
678
679 [[package]]
680 name = "byteorder-lite"
681 version = "0.1.0"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
684
685 [[package]]
686 name = "bytes"
687 version = "1.11.1"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
689 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
690
691 [[package]]
692 name = "cairo-rs"
693 version = "0.18.5"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
696 dependencies = [
697 "bitflags 2.11.0",
698 "cairo-sys-rs",
699 "glib",
700 "libc",
701 "once_cell",
702 "thiserror 1.0.69",
703 ]
704
705 [[package]]
706 name = "cairo-sys-rs"
707 version = "0.18.2"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
710 dependencies = [
711 "glib-sys",
712 "libc",
713 "system-deps",
714 ]
715
716 [[package]]
717 name = "calloop"
718 version = "0.13.0"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
720 checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
721 dependencies = [
722 "bitflags 2.11.0",
723 "log",
724 "polling",
725 "rustix 0.38.44",
726 "slab",
727 "thiserror 1.0.69",
728 ]
729
730 [[package]]
731 name = "calloop"
732 version = "0.14.4"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
735 dependencies = [
736 "bitflags 2.11.0",
737 "polling",
738 "rustix 1.1.3",
739 "slab",
740 "tracing",
741 ]
742
743 [[package]]
744 name = "calloop-wayland-source"
745 version = "0.3.0"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
748 dependencies = [
749 "calloop 0.13.0",
750 "rustix 0.38.44",
751 "wayland-backend",
752 "wayland-client",
753 ]
754
755 [[package]]
756 name = "calloop-wayland-source"
757 version = "0.4.1"
758 source = "registry+https://github.com/rust-lang/crates.io-index"
759 checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
760 dependencies = [
761 "calloop 0.14.4",
762 "rustix 1.1.3",
763 "wayland-backend",
764 "wayland-client",
765 ]
766
767 [[package]]
768 name = "cc"
769 version = "1.2.56"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
772 dependencies = [
773 "find-msvc-tools",
774 "jobserver",
775 "libc",
776 "shlex",
777 ]
778
779 [[package]]
780 name = "cesu8"
781 version = "1.1.0"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
784
785 [[package]]
786 name = "cexpr"
787 version = "0.6.0"
788 source = "registry+https://github.com/rust-lang/crates.io-index"
789 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
790 dependencies = [
791 "nom",
792 ]
793
794 [[package]]
795 name = "cfg-expr"
796 version = "0.15.8"
797 source = "registry+https://github.com/rust-lang/crates.io-index"
798 checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
799 dependencies = [
800 "smallvec",
801 "target-lexicon",
802 ]
803
804 [[package]]
805 name = "cfg-if"
806 version = "1.0.4"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
809
810 [[package]]
811 name = "cfg_aliases"
812 version = "0.2.1"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
815
816 [[package]]
817 name = "cgl"
818 version = "0.3.2"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
821 dependencies = [
822 "libc",
823 ]
824
825 [[package]]
826 name = "chacha20"
827 version = "0.9.1"
828 source = "registry+https://github.com/rust-lang/crates.io-index"
829 checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
830 dependencies = [
831 "cfg-if",
832 "cipher",
833 "cpufeatures",
834 ]
835
836 [[package]]
837 name = "chacha20poly1305"
838 version = "0.10.1"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
840 checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
841 dependencies = [
842 "aead",
843 "chacha20",
844 "cipher",
845 "poly1305",
846 "zeroize",
847 ]
848
849 [[package]]
850 name = "chrono"
851 version = "0.4.44"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
854 dependencies = [
855 "iana-time-zone",
856 "js-sys",
857 "num-traits",
858 "serde",
859 "wasm-bindgen",
860 "windows-link",
861 ]
862
863 [[package]]
864 name = "cipher"
865 version = "0.4.4"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
868 dependencies = [
869 "crypto-common",
870 "inout",
871 "zeroize",
872 ]
873
874 [[package]]
875 name = "clang-sys"
876 version = "1.8.1"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
879 dependencies = [
880 "glob",
881 "libc",
882 "libloading 0.8.9",
883 ]
884
885 [[package]]
886 name = "clipboard-win"
887 version = "5.4.1"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
890 dependencies = [
891 "error-code",
892 ]
893
894 [[package]]
895 name = "codespan-reporting"
896 version = "0.11.1"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
899 dependencies = [
900 "termcolor",
901 "unicode-width",
902 ]
903
904 [[package]]
905 name = "combine"
906 version = "4.6.7"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
908 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
909 dependencies = [
910 "bytes",
911 "memchr",
912 ]
913
914 [[package]]
915 name = "concurrent-queue"
916 version = "2.5.0"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
919 dependencies = [
920 "crossbeam-utils",
921 ]
922
923 [[package]]
924 name = "const-random"
925 version = "0.1.18"
926 source = "registry+https://github.com/rust-lang/crates.io-index"
927 checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
928 dependencies = [
929 "const-random-macro",
930 ]
931
932 [[package]]
933 name = "const-random-macro"
934 version = "0.1.16"
935 source = "registry+https://github.com/rust-lang/crates.io-index"
936 checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
937 dependencies = [
938 "getrandom 0.2.17",
939 "once_cell",
940 "tiny-keccak",
941 ]
942
943 [[package]]
944 name = "core-foundation"
945 version = "0.9.4"
946 source = "registry+https://github.com/rust-lang/crates.io-index"
947 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
948 dependencies = [
949 "core-foundation-sys",
950 "libc",
951 ]
952
953 [[package]]
954 name = "core-foundation"
955 version = "0.10.1"
956 source = "registry+https://github.com/rust-lang/crates.io-index"
957 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
958 dependencies = [
959 "core-foundation-sys",
960 "libc",
961 ]
962
963 [[package]]
964 name = "core-foundation-sys"
965 version = "0.8.7"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
968
969 [[package]]
970 name = "core-graphics"
971 version = "0.23.2"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
974 dependencies = [
975 "bitflags 1.3.2",
976 "core-foundation 0.9.4",
977 "core-graphics-types",
978 "foreign-types 0.5.0",
979 "libc",
980 ]
981
982 [[package]]
983 name = "core-graphics-types"
984 version = "0.1.3"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
986 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
987 dependencies = [
988 "bitflags 1.3.2",
989 "core-foundation 0.9.4",
990 "libc",
991 ]
992
993 [[package]]
994 name = "coreaudio-rs"
995 version = "0.11.3"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
998 dependencies = [
999 "bitflags 1.3.2",
1000 "core-foundation-sys",
1001 "coreaudio-sys",
1002 ]
1003
1004 [[package]]
1005 name = "coreaudio-sys"
1006 version = "0.2.17"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
1009 dependencies = [
1010 "bindgen",
1011 ]
1012
1013 [[package]]
1014 name = "coremidi"
1015 version = "0.8.0"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1017 checksum = "964eb3e10ea8b0d29c797086aab3ca730f75e06dced0cb980642fd274a5cca30"
1018 dependencies = [
1019 "block",
1020 "core-foundation 0.9.4",
1021 "core-foundation-sys",
1022 "coremidi-sys",
1023 ]
1024
1025 [[package]]
1026 name = "coremidi-sys"
1027 version = "3.2.0"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 checksum = "cc9504310988d938e49fff1b5f1e56e3dafe39bb1bae580c19660b58b83a191e"
1030 dependencies = [
1031 "core-foundation-sys",
1032 ]
1033
1034 [[package]]
1035 name = "cpal"
1036 version = "0.15.3"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
1039 dependencies = [
1040 "alsa",
1041 "core-foundation-sys",
1042 "coreaudio-rs",
1043 "dasp_sample",
1044 "jni",
1045 "js-sys",
1046 "libc",
1047 "mach2",
1048 "ndk 0.8.0",
1049 "ndk-context",
1050 "oboe",
1051 "wasm-bindgen",
1052 "wasm-bindgen-futures",
1053 "web-sys",
1054 "windows 0.54.0",
1055 ]
1056
1057 [[package]]
1058 name = "cpufeatures"
1059 version = "0.2.17"
1060 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1062 dependencies = [
1063 "libc",
1064 ]
1065
1066 [[package]]
1067 name = "crc32fast"
1068 version = "1.5.0"
1069 source = "registry+https://github.com/rust-lang/crates.io-index"
1070 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1071 dependencies = [
1072 "cfg-if",
1073 ]
1074
1075 [[package]]
1076 name = "crossbeam-channel"
1077 version = "0.5.15"
1078 source = "registry+https://github.com/rust-lang/crates.io-index"
1079 checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1080 dependencies = [
1081 "crossbeam-utils",
1082 ]
1083
1084 [[package]]
1085 name = "crossbeam-deque"
1086 version = "0.8.6"
1087 source = "registry+https://github.com/rust-lang/crates.io-index"
1088 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1089 dependencies = [
1090 "crossbeam-epoch",
1091 "crossbeam-utils",
1092 ]
1093
1094 [[package]]
1095 name = "crossbeam-epoch"
1096 version = "0.9.18"
1097 source = "registry+https://github.com/rust-lang/crates.io-index"
1098 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1099 dependencies = [
1100 "crossbeam-utils",
1101 ]
1102
1103 [[package]]
1104 name = "crossbeam-utils"
1105 version = "0.8.21"
1106 source = "registry+https://github.com/rust-lang/crates.io-index"
1107 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1108
1109 [[package]]
1110 name = "crunchy"
1111 version = "0.2.4"
1112 source = "registry+https://github.com/rust-lang/crates.io-index"
1113 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1114
1115 [[package]]
1116 name = "crypto-common"
1117 version = "0.1.7"
1118 source = "registry+https://github.com/rust-lang/crates.io-index"
1119 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
1120 dependencies = [
1121 "generic-array",
1122 "rand_core 0.6.4",
1123 "typenum",
1124 ]
1125
1126 [[package]]
1127 name = "cursor-icon"
1128 version = "1.2.0"
1129 source = "registry+https://github.com/rust-lang/crates.io-index"
1130 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1131
1132 [[package]]
1133 name = "dasp_sample"
1134 version = "0.11.0"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1136 checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1137
1138 [[package]]
1139 name = "digest"
1140 version = "0.10.7"
1141 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1143 dependencies = [
1144 "block-buffer",
1145 "crypto-common",
1146 "subtle",
1147 ]
1148
1149 [[package]]
1150 name = "dirs"
1151 version = "6.0.0"
1152 source = "registry+https://github.com/rust-lang/crates.io-index"
1153 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1154 dependencies = [
1155 "dirs-sys",
1156 ]
1157
1158 [[package]]
1159 name = "dirs-sys"
1160 version = "0.5.0"
1161 source = "registry+https://github.com/rust-lang/crates.io-index"
1162 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1163 dependencies = [
1164 "libc",
1165 "option-ext",
1166 "redox_users",
1167 "windows-sys 0.61.2",
1168 ]
1169
1170 [[package]]
1171 name = "dispatch"
1172 version = "0.2.0"
1173 source = "registry+https://github.com/rust-lang/crates.io-index"
1174 checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1175
1176 [[package]]
1177 name = "dispatch2"
1178 version = "0.3.0"
1179 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1181 dependencies = [
1182 "bitflags 2.11.0",
1183 "block2 0.6.2",
1184 "libc",
1185 "objc2 0.6.3",
1186 ]
1187
1188 [[package]]
1189 name = "displaydoc"
1190 version = "0.2.5"
1191 source = "registry+https://github.com/rust-lang/crates.io-index"
1192 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1193 dependencies = [
1194 "proc-macro2",
1195 "quote",
1196 "syn 2.0.116",
1197 ]
1198
1199 [[package]]
1200 name = "dlib"
1201 version = "0.5.2"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1203 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
1204 dependencies = [
1205 "libloading 0.8.9",
1206 ]
1207
1208 [[package]]
1209 name = "document-features"
1210 version = "0.2.12"
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
1213 dependencies = [
1214 "litrs",
1215 ]
1216
1217 [[package]]
1218 name = "downcast-rs"
1219 version = "1.2.1"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1222
1223 [[package]]
1224 name = "dpi"
1225 version = "0.1.2"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1228
1229 [[package]]
1230 name = "ecolor"
1231 version = "0.31.1"
1232 source = "registry+https://github.com/rust-lang/crates.io-index"
1233 checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1"
1234 dependencies = [
1235 "bytemuck",
1236 "emath",
1237 ]
1238
1239 [[package]]
1240 name = "eframe"
1241 version = "0.31.1"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "d0dfe0859f3fb1bc6424c57d41e10e9093fe938f426b691e42272c2f336d915c"
1244 dependencies = [
1245 "ahash",
1246 "bytemuck",
1247 "document-features",
1248 "egui",
1249 "egui-wgpu",
1250 "egui-winit",
1251 "egui_glow",
1252 "glow",
1253 "glutin",
1254 "glutin-winit",
1255 "image",
1256 "js-sys",
1257 "log",
1258 "objc2 0.5.2",
1259 "objc2-app-kit 0.2.2",
1260 "objc2-foundation 0.2.2",
1261 "parking_lot",
1262 "percent-encoding",
1263 "profiling",
1264 "raw-window-handle",
1265 "static_assertions",
1266 "wasm-bindgen",
1267 "wasm-bindgen-futures",
1268 "web-sys",
1269 "web-time",
1270 "winapi",
1271 "windows-sys 0.59.0",
1272 "winit",
1273 ]
1274
1275 [[package]]
1276 name = "egui"
1277 version = "0.31.1"
1278 source = "registry+https://github.com/rust-lang/crates.io-index"
1279 checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3"
1280 dependencies = [
1281 "ahash",
1282 "bitflags 2.11.0",
1283 "emath",
1284 "epaint",
1285 "log",
1286 "nohash-hasher",
1287 "profiling",
1288 ]
1289
1290 [[package]]
1291 name = "egui-wgpu"
1292 version = "0.31.1"
1293 source = "registry+https://github.com/rust-lang/crates.io-index"
1294 checksum = "d319dfef570f699b6e9114e235e862a2ddcf75f0d1a061de9e1328d92146d820"
1295 dependencies = [
1296 "ahash",
1297 "bytemuck",
1298 "document-features",
1299 "egui",
1300 "epaint",
1301 "log",
1302 "profiling",
1303 "thiserror 1.0.69",
1304 "type-map",
1305 "web-time",
1306 "wgpu",
1307 "winit",
1308 ]
1309
1310 [[package]]
1311 name = "egui-winit"
1312 version = "0.31.1"
1313 source = "registry+https://github.com/rust-lang/crates.io-index"
1314 checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13"
1315 dependencies = [
1316 "ahash",
1317 "arboard",
1318 "bytemuck",
1319 "egui",
1320 "log",
1321 "profiling",
1322 "raw-window-handle",
1323 "smithay-clipboard",
1324 "web-time",
1325 "webbrowser",
1326 "winit",
1327 ]
1328
1329 [[package]]
1330 name = "egui_extras"
1331 version = "0.31.1"
1332 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 checksum = "624659a2e972a46f4d5f646557906c55f1cd5a0836eddbe610fdf1afba1b4226"
1334 dependencies = [
1335 "ahash",
1336 "egui",
1337 "enum-map",
1338 "log",
1339 "profiling",
1340 ]
1341
1342 [[package]]
1343 name = "egui_glow"
1344 version = "0.31.1"
1345 source = "registry+https://github.com/rust-lang/crates.io-index"
1346 checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
1347 dependencies = [
1348 "ahash",
1349 "bytemuck",
1350 "egui",
1351 "glow",
1352 "log",
1353 "memoffset",
1354 "profiling",
1355 "wasm-bindgen",
1356 "web-sys",
1357 "winit",
1358 ]
1359
1360 [[package]]
1361 name = "either"
1362 version = "1.15.0"
1363 source = "registry+https://github.com/rust-lang/crates.io-index"
1364 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1365
1366 [[package]]
1367 name = "emath"
1368 version = "0.31.1"
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
1370 checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b"
1371 dependencies = [
1372 "bytemuck",
1373 ]
1374
1375 [[package]]
1376 name = "encoding_rs"
1377 version = "0.8.35"
1378 source = "registry+https://github.com/rust-lang/crates.io-index"
1379 checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1380 dependencies = [
1381 "cfg-if",
1382 ]
1383
1384 [[package]]
1385 name = "endi"
1386 version = "1.1.1"
1387 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
1389
1390 [[package]]
1391 name = "enum-map"
1392 version = "2.7.3"
1393 source = "registry+https://github.com/rust-lang/crates.io-index"
1394 checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
1395 dependencies = [
1396 "enum-map-derive",
1397 "serde",
1398 ]
1399
1400 [[package]]
1401 name = "enum-map-derive"
1402 version = "0.17.0"
1403 source = "registry+https://github.com/rust-lang/crates.io-index"
1404 checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
1405 dependencies = [
1406 "proc-macro2",
1407 "quote",
1408 "syn 2.0.116",
1409 ]
1410
1411 [[package]]
1412 name = "enumflags2"
1413 version = "0.7.12"
1414 source = "registry+https://github.com/rust-lang/crates.io-index"
1415 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1416 dependencies = [
1417 "enumflags2_derive",
1418 "serde",
1419 ]
1420
1421 [[package]]
1422 name = "enumflags2_derive"
1423 version = "0.7.12"
1424 source = "registry+https://github.com/rust-lang/crates.io-index"
1425 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1426 dependencies = [
1427 "proc-macro2",
1428 "quote",
1429 "syn 2.0.116",
1430 ]
1431
1432 [[package]]
1433 name = "epaint"
1434 version = "0.31.1"
1435 source = "registry+https://github.com/rust-lang/crates.io-index"
1436 checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562"
1437 dependencies = [
1438 "ab_glyph",
1439 "ahash",
1440 "bytemuck",
1441 "ecolor",
1442 "emath",
1443 "epaint_default_fonts",
1444 "log",
1445 "nohash-hasher",
1446 "parking_lot",
1447 "profiling",
1448 ]
1449
1450 [[package]]
1451 name = "epaint_default_fonts"
1452 version = "0.31.1"
1453 source = "registry+https://github.com/rust-lang/crates.io-index"
1454 checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f"
1455
1456 [[package]]
1457 name = "equivalent"
1458 version = "1.0.2"
1459 source = "registry+https://github.com/rust-lang/crates.io-index"
1460 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1461
1462 [[package]]
1463 name = "errno"
1464 version = "0.3.14"
1465 source = "registry+https://github.com/rust-lang/crates.io-index"
1466 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1467 dependencies = [
1468 "libc",
1469 "windows-sys 0.61.2",
1470 ]
1471
1472 [[package]]
1473 name = "error-code"
1474 version = "3.3.2"
1475 source = "registry+https://github.com/rust-lang/crates.io-index"
1476 checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1477
1478 [[package]]
1479 name = "event-listener"
1480 version = "5.4.1"
1481 source = "registry+https://github.com/rust-lang/crates.io-index"
1482 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1483 dependencies = [
1484 "concurrent-queue",
1485 "parking",
1486 "pin-project-lite",
1487 ]
1488
1489 [[package]]
1490 name = "event-listener-strategy"
1491 version = "0.5.4"
1492 source = "registry+https://github.com/rust-lang/crates.io-index"
1493 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1494 dependencies = [
1495 "event-listener",
1496 "pin-project-lite",
1497 ]
1498
1499 [[package]]
1500 name = "extended"
1501 version = "0.1.0"
1502 source = "registry+https://github.com/rust-lang/crates.io-index"
1503 checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1504
1505 [[package]]
1506 name = "fallible-iterator"
1507 version = "0.3.0"
1508 source = "registry+https://github.com/rust-lang/crates.io-index"
1509 checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1510
1511 [[package]]
1512 name = "fallible-streaming-iterator"
1513 version = "0.1.9"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1516
1517 [[package]]
1518 name = "fastrand"
1519 version = "2.3.0"
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
1521 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1522
1523 [[package]]
1524 name = "fax"
1525 version = "0.2.6"
1526 source = "registry+https://github.com/rust-lang/crates.io-index"
1527 checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
1528 dependencies = [
1529 "fax_derive",
1530 ]
1531
1532 [[package]]
1533 name = "fax_derive"
1534 version = "0.2.0"
1535 source = "registry+https://github.com/rust-lang/crates.io-index"
1536 checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
1537 dependencies = [
1538 "proc-macro2",
1539 "quote",
1540 "syn 2.0.116",
1541 ]
1542
1543 [[package]]
1544 name = "fdeflate"
1545 version = "0.3.7"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1548 dependencies = [
1549 "simd-adler32",
1550 ]
1551
1552 [[package]]
1553 name = "field-offset"
1554 version = "0.3.6"
1555 source = "registry+https://github.com/rust-lang/crates.io-index"
1556 checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1557 dependencies = [
1558 "memoffset",
1559 "rustc_version",
1560 ]
1561
1562 [[package]]
1563 name = "find-msvc-tools"
1564 version = "0.1.9"
1565 source = "registry+https://github.com/rust-lang/crates.io-index"
1566 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1567
1568 [[package]]
1569 name = "flate2"
1570 version = "1.1.9"
1571 source = "registry+https://github.com/rust-lang/crates.io-index"
1572 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1573 dependencies = [
1574 "crc32fast",
1575 "miniz_oxide",
1576 ]
1577
1578 [[package]]
1579 name = "fnv"
1580 version = "1.0.7"
1581 source = "registry+https://github.com/rust-lang/crates.io-index"
1582 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1583
1584 [[package]]
1585 name = "foldhash"
1586 version = "0.1.5"
1587 source = "registry+https://github.com/rust-lang/crates.io-index"
1588 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1589
1590 [[package]]
1591 name = "foreign-types"
1592 version = "0.3.2"
1593 source = "registry+https://github.com/rust-lang/crates.io-index"
1594 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1595 dependencies = [
1596 "foreign-types-shared 0.1.1",
1597 ]
1598
1599 [[package]]
1600 name = "foreign-types"
1601 version = "0.5.0"
1602 source = "registry+https://github.com/rust-lang/crates.io-index"
1603 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1604 dependencies = [
1605 "foreign-types-macros",
1606 "foreign-types-shared 0.3.1",
1607 ]
1608
1609 [[package]]
1610 name = "foreign-types-macros"
1611 version = "0.2.3"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1614 dependencies = [
1615 "proc-macro2",
1616 "quote",
1617 "syn 2.0.116",
1618 ]
1619
1620 [[package]]
1621 name = "foreign-types-shared"
1622 version = "0.1.1"
1623 source = "registry+https://github.com/rust-lang/crates.io-index"
1624 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1625
1626 [[package]]
1627 name = "foreign-types-shared"
1628 version = "0.3.1"
1629 source = "registry+https://github.com/rust-lang/crates.io-index"
1630 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1631
1632 [[package]]
1633 name = "form_urlencoded"
1634 version = "1.2.2"
1635 source = "registry+https://github.com/rust-lang/crates.io-index"
1636 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1637 dependencies = [
1638 "percent-encoding",
1639 ]
1640
1641 [[package]]
1642 name = "futures-channel"
1643 version = "0.3.32"
1644 source = "registry+https://github.com/rust-lang/crates.io-index"
1645 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1646 dependencies = [
1647 "futures-core",
1648 ]
1649
1650 [[package]]
1651 name = "futures-core"
1652 version = "0.3.32"
1653 source = "registry+https://github.com/rust-lang/crates.io-index"
1654 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1655
1656 [[package]]
1657 name = "futures-executor"
1658 version = "0.3.32"
1659 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1661 dependencies = [
1662 "futures-core",
1663 "futures-task",
1664 "futures-util",
1665 ]
1666
1667 [[package]]
1668 name = "futures-io"
1669 version = "0.3.32"
1670 source = "registry+https://github.com/rust-lang/crates.io-index"
1671 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1672
1673 [[package]]
1674 name = "futures-lite"
1675 version = "2.6.1"
1676 source = "registry+https://github.com/rust-lang/crates.io-index"
1677 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1678 dependencies = [
1679 "fastrand",
1680 "futures-core",
1681 "futures-io",
1682 "parking",
1683 "pin-project-lite",
1684 ]
1685
1686 [[package]]
1687 name = "futures-macro"
1688 version = "0.3.32"
1689 source = "registry+https://github.com/rust-lang/crates.io-index"
1690 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1691 dependencies = [
1692 "proc-macro2",
1693 "quote",
1694 "syn 2.0.116",
1695 ]
1696
1697 [[package]]
1698 name = "futures-sink"
1699 version = "0.3.32"
1700 source = "registry+https://github.com/rust-lang/crates.io-index"
1701 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1702
1703 [[package]]
1704 name = "futures-task"
1705 version = "0.3.32"
1706 source = "registry+https://github.com/rust-lang/crates.io-index"
1707 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1708
1709 [[package]]
1710 name = "futures-util"
1711 version = "0.3.32"
1712 source = "registry+https://github.com/rust-lang/crates.io-index"
1713 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1714 dependencies = [
1715 "futures-core",
1716 "futures-io",
1717 "futures-macro",
1718 "futures-task",
1719 "memchr",
1720 "pin-project-lite",
1721 "slab",
1722 ]
1723
1724 [[package]]
1725 name = "gdk"
1726 version = "0.18.2"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1729 dependencies = [
1730 "cairo-rs",
1731 "gdk-pixbuf",
1732 "gdk-sys",
1733 "gio",
1734 "glib",
1735 "libc",
1736 "pango",
1737 ]
1738
1739 [[package]]
1740 name = "gdk-pixbuf"
1741 version = "0.18.5"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1744 dependencies = [
1745 "gdk-pixbuf-sys",
1746 "gio",
1747 "glib",
1748 "libc",
1749 "once_cell",
1750 ]
1751
1752 [[package]]
1753 name = "gdk-pixbuf-sys"
1754 version = "0.18.0"
1755 source = "registry+https://github.com/rust-lang/crates.io-index"
1756 checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1757 dependencies = [
1758 "gio-sys",
1759 "glib-sys",
1760 "gobject-sys",
1761 "libc",
1762 "system-deps",
1763 ]
1764
1765 [[package]]
1766 name = "gdk-sys"
1767 version = "0.18.2"
1768 source = "registry+https://github.com/rust-lang/crates.io-index"
1769 checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1770 dependencies = [
1771 "cairo-sys-rs",
1772 "gdk-pixbuf-sys",
1773 "gio-sys",
1774 "glib-sys",
1775 "gobject-sys",
1776 "libc",
1777 "pango-sys",
1778 "pkg-config",
1779 "system-deps",
1780 ]
1781
1782 [[package]]
1783 name = "generic-array"
1784 version = "0.14.7"
1785 source = "registry+https://github.com/rust-lang/crates.io-index"
1786 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1787 dependencies = [
1788 "typenum",
1789 "version_check",
1790 ]
1791
1792 [[package]]
1793 name = "gethostname"
1794 version = "1.1.0"
1795 source = "registry+https://github.com/rust-lang/crates.io-index"
1796 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
1797 dependencies = [
1798 "rustix 1.1.3",
1799 "windows-link",
1800 ]
1801
1802 [[package]]
1803 name = "getrandom"
1804 version = "0.2.17"
1805 source = "registry+https://github.com/rust-lang/crates.io-index"
1806 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1807 dependencies = [
1808 "cfg-if",
1809 "libc",
1810 "wasi",
1811 ]
1812
1813 [[package]]
1814 name = "getrandom"
1815 version = "0.3.4"
1816 source = "registry+https://github.com/rust-lang/crates.io-index"
1817 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1818 dependencies = [
1819 "cfg-if",
1820 "libc",
1821 "r-efi 5.3.0",
1822 "wasip2",
1823 ]
1824
1825 [[package]]
1826 name = "getrandom"
1827 version = "0.4.2"
1828 source = "registry+https://github.com/rust-lang/crates.io-index"
1829 checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1830 dependencies = [
1831 "cfg-if",
1832 "libc",
1833 "r-efi 6.0.0",
1834 "wasip2",
1835 "wasip3",
1836 ]
1837
1838 [[package]]
1839 name = "gio"
1840 version = "0.18.4"
1841 source = "registry+https://github.com/rust-lang/crates.io-index"
1842 checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1843 dependencies = [
1844 "futures-channel",
1845 "futures-core",
1846 "futures-io",
1847 "futures-util",
1848 "gio-sys",
1849 "glib",
1850 "libc",
1851 "once_cell",
1852 "pin-project-lite",
1853 "smallvec",
1854 "thiserror 1.0.69",
1855 ]
1856
1857 [[package]]
1858 name = "gio-sys"
1859 version = "0.18.1"
1860 source = "registry+https://github.com/rust-lang/crates.io-index"
1861 checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1862 dependencies = [
1863 "glib-sys",
1864 "gobject-sys",
1865 "libc",
1866 "system-deps",
1867 "winapi",
1868 ]
1869
1870 [[package]]
1871 name = "gl_generator"
1872 version = "0.14.0"
1873 source = "registry+https://github.com/rust-lang/crates.io-index"
1874 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1875 dependencies = [
1876 "khronos_api",
1877 "log",
1878 "xml-rs",
1879 ]
1880
1881 [[package]]
1882 name = "glib"
1883 version = "0.18.5"
1884 source = "registry+https://github.com/rust-lang/crates.io-index"
1885 checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1886 dependencies = [
1887 "bitflags 2.11.0",
1888 "futures-channel",
1889 "futures-core",
1890 "futures-executor",
1891 "futures-task",
1892 "futures-util",
1893 "gio-sys",
1894 "glib-macros",
1895 "glib-sys",
1896 "gobject-sys",
1897 "libc",
1898 "memchr",
1899 "once_cell",
1900 "smallvec",
1901 "thiserror 1.0.69",
1902 ]
1903
1904 [[package]]
1905 name = "glib-macros"
1906 version = "0.18.5"
1907 source = "registry+https://github.com/rust-lang/crates.io-index"
1908 checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1909 dependencies = [
1910 "heck 0.4.1",
1911 "proc-macro-crate 2.0.0",
1912 "proc-macro-error",
1913 "proc-macro2",
1914 "quote",
1915 "syn 2.0.116",
1916 ]
1917
1918 [[package]]
1919 name = "glib-sys"
1920 version = "0.18.1"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1923 dependencies = [
1924 "libc",
1925 "system-deps",
1926 ]
1927
1928 [[package]]
1929 name = "glob"
1930 version = "0.3.3"
1931 source = "registry+https://github.com/rust-lang/crates.io-index"
1932 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1933
1934 [[package]]
1935 name = "glow"
1936 version = "0.16.0"
1937 source = "registry+https://github.com/rust-lang/crates.io-index"
1938 checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
1939 dependencies = [
1940 "js-sys",
1941 "slotmap",
1942 "wasm-bindgen",
1943 "web-sys",
1944 ]
1945
1946 [[package]]
1947 name = "glutin"
1948 version = "0.32.3"
1949 source = "registry+https://github.com/rust-lang/crates.io-index"
1950 checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
1951 dependencies = [
1952 "bitflags 2.11.0",
1953 "cfg_aliases",
1954 "cgl",
1955 "dispatch2",
1956 "glutin_egl_sys",
1957 "glutin_glx_sys",
1958 "glutin_wgl_sys",
1959 "libloading 0.8.9",
1960 "objc2 0.6.3",
1961 "objc2-app-kit 0.3.2",
1962 "objc2-core-foundation",
1963 "objc2-foundation 0.3.2",
1964 "once_cell",
1965 "raw-window-handle",
1966 "wayland-sys",
1967 "windows-sys 0.52.0",
1968 "x11-dl",
1969 ]
1970
1971 [[package]]
1972 name = "glutin-winit"
1973 version = "0.5.0"
1974 source = "registry+https://github.com/rust-lang/crates.io-index"
1975 checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
1976 dependencies = [
1977 "cfg_aliases",
1978 "glutin",
1979 "raw-window-handle",
1980 "winit",
1981 ]
1982
1983 [[package]]
1984 name = "glutin_egl_sys"
1985 version = "0.7.1"
1986 source = "registry+https://github.com/rust-lang/crates.io-index"
1987 checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
1988 dependencies = [
1989 "gl_generator",
1990 "windows-sys 0.52.0",
1991 ]
1992
1993 [[package]]
1994 name = "glutin_glx_sys"
1995 version = "0.6.1"
1996 source = "registry+https://github.com/rust-lang/crates.io-index"
1997 checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
1998 dependencies = [
1999 "gl_generator",
2000 "x11-dl",
2001 ]
2002
2003 [[package]]
2004 name = "glutin_wgl_sys"
2005 version = "0.6.1"
2006 source = "registry+https://github.com/rust-lang/crates.io-index"
2007 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
2008 dependencies = [
2009 "gl_generator",
2010 ]
2011
2012 [[package]]
2013 name = "gobject-sys"
2014 version = "0.18.0"
2015 source = "registry+https://github.com/rust-lang/crates.io-index"
2016 checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
2017 dependencies = [
2018 "glib-sys",
2019 "libc",
2020 "system-deps",
2021 ]
2022
2023 [[package]]
2024 name = "gpu-alloc"
2025 version = "0.6.0"
2026 source = "registry+https://github.com/rust-lang/crates.io-index"
2027 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
2028 dependencies = [
2029 "bitflags 2.11.0",
2030 "gpu-alloc-types",
2031 ]
2032
2033 [[package]]
2034 name = "gpu-alloc-types"
2035 version = "0.3.0"
2036 source = "registry+https://github.com/rust-lang/crates.io-index"
2037 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
2038 dependencies = [
2039 "bitflags 2.11.0",
2040 ]
2041
2042 [[package]]
2043 name = "gpu-descriptor"
2044 version = "0.3.2"
2045 source = "registry+https://github.com/rust-lang/crates.io-index"
2046 checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
2047 dependencies = [
2048 "bitflags 2.11.0",
2049 "gpu-descriptor-types",
2050 "hashbrown 0.15.5",
2051 ]
2052
2053 [[package]]
2054 name = "gpu-descriptor-types"
2055 version = "0.2.0"
2056 source = "registry+https://github.com/rust-lang/crates.io-index"
2057 checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
2058 dependencies = [
2059 "bitflags 2.11.0",
2060 ]
2061
2062 [[package]]
2063 name = "gtk"
2064 version = "0.18.2"
2065 source = "registry+https://github.com/rust-lang/crates.io-index"
2066 checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
2067 dependencies = [
2068 "atk",
2069 "cairo-rs",
2070 "field-offset",
2071 "futures-channel",
2072 "gdk",
2073 "gdk-pixbuf",
2074 "gio",
2075 "glib",
2076 "gtk-sys",
2077 "gtk3-macros",
2078 "libc",
2079 "pango",
2080 "pkg-config",
2081 ]
2082
2083 [[package]]
2084 name = "gtk-sys"
2085 version = "0.18.2"
2086 source = "registry+https://github.com/rust-lang/crates.io-index"
2087 checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
2088 dependencies = [
2089 "atk-sys",
2090 "cairo-sys-rs",
2091 "gdk-pixbuf-sys",
2092 "gdk-sys",
2093 "gio-sys",
2094 "glib-sys",
2095 "gobject-sys",
2096 "libc",
2097 "pango-sys",
2098 "system-deps",
2099 ]
2100
2101 [[package]]
2102 name = "gtk3-macros"
2103 version = "0.18.2"
2104 source = "registry+https://github.com/rust-lang/crates.io-index"
2105 checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
2106 dependencies = [
2107 "proc-macro-crate 1.3.1",
2108 "proc-macro-error",
2109 "proc-macro2",
2110 "quote",
2111 "syn 2.0.116",
2112 ]
2113
2114 [[package]]
2115 name = "h2"
2116 version = "0.4.13"
2117 source = "registry+https://github.com/rust-lang/crates.io-index"
2118 checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
2119 dependencies = [
2120 "atomic-waker",
2121 "bytes",
2122 "fnv",
2123 "futures-core",
2124 "futures-sink",
2125 "http",
2126 "indexmap",
2127 "slab",
2128 "tokio",
2129 "tokio-util",
2130 "tracing",
2131 ]
2132
2133 [[package]]
2134 name = "half"
2135 version = "2.7.1"
2136 source = "registry+https://github.com/rust-lang/crates.io-index"
2137 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2138 dependencies = [
2139 "cfg-if",
2140 "crunchy",
2141 "zerocopy",
2142 ]
2143
2144 [[package]]
2145 name = "hashbrown"
2146 version = "0.14.5"
2147 source = "registry+https://github.com/rust-lang/crates.io-index"
2148 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2149 dependencies = [
2150 "ahash",
2151 ]
2152
2153 [[package]]
2154 name = "hashbrown"
2155 version = "0.15.5"
2156 source = "registry+https://github.com/rust-lang/crates.io-index"
2157 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2158 dependencies = [
2159 "foldhash",
2160 ]
2161
2162 [[package]]
2163 name = "hashbrown"
2164 version = "0.16.1"
2165 source = "registry+https://github.com/rust-lang/crates.io-index"
2166 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2167
2168 [[package]]
2169 name = "hashlink"
2170 version = "0.9.1"
2171 source = "registry+https://github.com/rust-lang/crates.io-index"
2172 checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2173 dependencies = [
2174 "hashbrown 0.14.5",
2175 ]
2176
2177 [[package]]
2178 name = "heck"
2179 version = "0.4.1"
2180 source = "registry+https://github.com/rust-lang/crates.io-index"
2181 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2182
2183 [[package]]
2184 name = "heck"
2185 version = "0.5.0"
2186 source = "registry+https://github.com/rust-lang/crates.io-index"
2187 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2188
2189 [[package]]
2190 name = "hermit-abi"
2191 version = "0.5.2"
2192 source = "registry+https://github.com/rust-lang/crates.io-index"
2193 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2194
2195 [[package]]
2196 name = "hex"
2197 version = "0.4.3"
2198 source = "registry+https://github.com/rust-lang/crates.io-index"
2199 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2200
2201 [[package]]
2202 name = "hexf-parse"
2203 version = "0.2.1"
2204 source = "registry+https://github.com/rust-lang/crates.io-index"
2205 checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2206
2207 [[package]]
2208 name = "hound"
2209 version = "3.5.1"
2210 source = "registry+https://github.com/rust-lang/crates.io-index"
2211 checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
2212
2213 [[package]]
2214 name = "http"
2215 version = "1.4.0"
2216 source = "registry+https://github.com/rust-lang/crates.io-index"
2217 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
2218 dependencies = [
2219 "bytes",
2220 "itoa",
2221 ]
2222
2223 [[package]]
2224 name = "http-body"
2225 version = "1.0.1"
2226 source = "registry+https://github.com/rust-lang/crates.io-index"
2227 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2228 dependencies = [
2229 "bytes",
2230 "http",
2231 ]
2232
2233 [[package]]
2234 name = "http-body-util"
2235 version = "0.1.3"
2236 source = "registry+https://github.com/rust-lang/crates.io-index"
2237 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2238 dependencies = [
2239 "bytes",
2240 "futures-core",
2241 "http",
2242 "http-body",
2243 "pin-project-lite",
2244 ]
2245
2246 [[package]]
2247 name = "httparse"
2248 version = "1.10.1"
2249 source = "registry+https://github.com/rust-lang/crates.io-index"
2250 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2251
2252 [[package]]
2253 name = "hyper"
2254 version = "1.8.1"
2255 source = "registry+https://github.com/rust-lang/crates.io-index"
2256 checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
2257 dependencies = [
2258 "atomic-waker",
2259 "bytes",
2260 "futures-channel",
2261 "futures-core",
2262 "h2",
2263 "http",
2264 "http-body",
2265 "httparse",
2266 "itoa",
2267 "pin-project-lite",
2268 "pin-utils",
2269 "smallvec",
2270 "tokio",
2271 "want",
2272 ]
2273
2274 [[package]]
2275 name = "hyper-rustls"
2276 version = "0.27.7"
2277 source = "registry+https://github.com/rust-lang/crates.io-index"
2278 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2279 dependencies = [
2280 "http",
2281 "hyper",
2282 "hyper-util",
2283 "rustls",
2284 "rustls-pki-types",
2285 "tokio",
2286 "tokio-rustls",
2287 "tower-service",
2288 ]
2289
2290 [[package]]
2291 name = "hyper-tls"
2292 version = "0.6.0"
2293 source = "registry+https://github.com/rust-lang/crates.io-index"
2294 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2295 dependencies = [
2296 "bytes",
2297 "http-body-util",
2298 "hyper",
2299 "hyper-util",
2300 "native-tls",
2301 "tokio",
2302 "tokio-native-tls",
2303 "tower-service",
2304 ]
2305
2306 [[package]]
2307 name = "hyper-util"
2308 version = "0.1.20"
2309 source = "registry+https://github.com/rust-lang/crates.io-index"
2310 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2311 dependencies = [
2312 "base64",
2313 "bytes",
2314 "futures-channel",
2315 "futures-util",
2316 "http",
2317 "http-body",
2318 "hyper",
2319 "ipnet",
2320 "libc",
2321 "percent-encoding",
2322 "pin-project-lite",
2323 "socket2",
2324 "system-configuration",
2325 "tokio",
2326 "tower-service",
2327 "tracing",
2328 "windows-registry",
2329 ]
2330
2331 [[package]]
2332 name = "iana-time-zone"
2333 version = "0.1.65"
2334 source = "registry+https://github.com/rust-lang/crates.io-index"
2335 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2336 dependencies = [
2337 "android_system_properties",
2338 "core-foundation-sys",
2339 "iana-time-zone-haiku",
2340 "js-sys",
2341 "log",
2342 "wasm-bindgen",
2343 "windows-core 0.62.2",
2344 ]
2345
2346 [[package]]
2347 name = "iana-time-zone-haiku"
2348 version = "0.1.2"
2349 source = "registry+https://github.com/rust-lang/crates.io-index"
2350 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2351 dependencies = [
2352 "cc",
2353 ]
2354
2355 [[package]]
2356 name = "icu_collections"
2357 version = "2.1.1"
2358 source = "registry+https://github.com/rust-lang/crates.io-index"
2359 checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2360 dependencies = [
2361 "displaydoc",
2362 "potential_utf",
2363 "yoke",
2364 "zerofrom",
2365 "zerovec",
2366 ]
2367
2368 [[package]]
2369 name = "icu_locale_core"
2370 version = "2.1.1"
2371 source = "registry+https://github.com/rust-lang/crates.io-index"
2372 checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2373 dependencies = [
2374 "displaydoc",
2375 "litemap",
2376 "tinystr",
2377 "writeable",
2378 "zerovec",
2379 ]
2380
2381 [[package]]
2382 name = "icu_normalizer"
2383 version = "2.1.1"
2384 source = "registry+https://github.com/rust-lang/crates.io-index"
2385 checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2386 dependencies = [
2387 "icu_collections",
2388 "icu_normalizer_data",
2389 "icu_properties",
2390 "icu_provider",
2391 "smallvec",
2392 "zerovec",
2393 ]
2394
2395 [[package]]
2396 name = "icu_normalizer_data"
2397 version = "2.1.1"
2398 source = "registry+https://github.com/rust-lang/crates.io-index"
2399 checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2400
2401 [[package]]
2402 name = "icu_properties"
2403 version = "2.1.2"
2404 source = "registry+https://github.com/rust-lang/crates.io-index"
2405 checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
2406 dependencies = [
2407 "icu_collections",
2408 "icu_locale_core",
2409 "icu_properties_data",
2410 "icu_provider",
2411 "zerotrie",
2412 "zerovec",
2413 ]
2414
2415 [[package]]
2416 name = "icu_properties_data"
2417 version = "2.1.2"
2418 source = "registry+https://github.com/rust-lang/crates.io-index"
2419 checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
2420
2421 [[package]]
2422 name = "icu_provider"
2423 version = "2.1.1"
2424 source = "registry+https://github.com/rust-lang/crates.io-index"
2425 checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2426 dependencies = [
2427 "displaydoc",
2428 "icu_locale_core",
2429 "writeable",
2430 "yoke",
2431 "zerofrom",
2432 "zerotrie",
2433 "zerovec",
2434 ]
2435
2436 [[package]]
2437 name = "id-arena"
2438 version = "2.3.0"
2439 source = "registry+https://github.com/rust-lang/crates.io-index"
2440 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2441
2442 [[package]]
2443 name = "idna"
2444 version = "1.1.0"
2445 source = "registry+https://github.com/rust-lang/crates.io-index"
2446 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2447 dependencies = [
2448 "idna_adapter",
2449 "smallvec",
2450 "utf8_iter",
2451 ]
2452
2453 [[package]]
2454 name = "idna_adapter"
2455 version = "1.2.1"
2456 source = "registry+https://github.com/rust-lang/crates.io-index"
2457 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2458 dependencies = [
2459 "icu_normalizer",
2460 "icu_properties",
2461 ]
2462
2463 [[package]]
2464 name = "image"
2465 version = "0.25.9"
2466 source = "registry+https://github.com/rust-lang/crates.io-index"
2467 checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
2468 dependencies = [
2469 "bytemuck",
2470 "byteorder-lite",
2471 "moxcms",
2472 "num-traits",
2473 "png 0.18.1",
2474 "tiff",
2475 ]
2476
2477 [[package]]
2478 name = "indexmap"
2479 version = "2.13.0"
2480 source = "registry+https://github.com/rust-lang/crates.io-index"
2481 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
2482 dependencies = [
2483 "equivalent",
2484 "hashbrown 0.16.1",
2485 "serde",
2486 "serde_core",
2487 ]
2488
2489 [[package]]
2490 name = "inout"
2491 version = "0.1.4"
2492 source = "registry+https://github.com/rust-lang/crates.io-index"
2493 checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2494 dependencies = [
2495 "generic-array",
2496 ]
2497
2498 [[package]]
2499 name = "ipnet"
2500 version = "2.12.0"
2501 source = "registry+https://github.com/rust-lang/crates.io-index"
2502 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
2503
2504 [[package]]
2505 name = "iri-string"
2506 version = "0.7.10"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
2509 dependencies = [
2510 "memchr",
2511 "serde",
2512 ]
2513
2514 [[package]]
2515 name = "is-docker"
2516 version = "0.2.0"
2517 source = "registry+https://github.com/rust-lang/crates.io-index"
2518 checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
2519 dependencies = [
2520 "once_cell",
2521 ]
2522
2523 [[package]]
2524 name = "is-wsl"
2525 version = "0.4.0"
2526 source = "registry+https://github.com/rust-lang/crates.io-index"
2527 checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
2528 dependencies = [
2529 "is-docker",
2530 "once_cell",
2531 ]
2532
2533 [[package]]
2534 name = "itertools"
2535 version = "0.13.0"
2536 source = "registry+https://github.com/rust-lang/crates.io-index"
2537 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2538 dependencies = [
2539 "either",
2540 ]
2541
2542 [[package]]
2543 name = "itoa"
2544 version = "1.0.17"
2545 source = "registry+https://github.com/rust-lang/crates.io-index"
2546 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
2547
2548 [[package]]
2549 name = "jni"
2550 version = "0.21.1"
2551 source = "registry+https://github.com/rust-lang/crates.io-index"
2552 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2553 dependencies = [
2554 "cesu8",
2555 "cfg-if",
2556 "combine",
2557 "jni-sys",
2558 "log",
2559 "thiserror 1.0.69",
2560 "walkdir",
2561 "windows-sys 0.45.0",
2562 ]
2563
2564 [[package]]
2565 name = "jni-sys"
2566 version = "0.3.0"
2567 source = "registry+https://github.com/rust-lang/crates.io-index"
2568 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2569
2570 [[package]]
2571 name = "jobserver"
2572 version = "0.1.34"
2573 source = "registry+https://github.com/rust-lang/crates.io-index"
2574 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2575 dependencies = [
2576 "getrandom 0.3.4",
2577 "libc",
2578 ]
2579
2580 [[package]]
2581 name = "js-sys"
2582 version = "0.3.85"
2583 source = "registry+https://github.com/rust-lang/crates.io-index"
2584 checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
2585 dependencies = [
2586 "once_cell",
2587 "wasm-bindgen",
2588 ]
2589
2590 [[package]]
2591 name = "keyboard-types"
2592 version = "0.7.0"
2593 source = "registry+https://github.com/rust-lang/crates.io-index"
2594 checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
2595 dependencies = [
2596 "bitflags 2.11.0",
2597 "serde",
2598 "unicode-segmentation",
2599 ]
2600
2601 [[package]]
2602 name = "keyring"
2603 version = "3.6.3"
2604 source = "registry+https://github.com/rust-lang/crates.io-index"
2605 checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
2606 dependencies = [
2607 "byteorder",
2608 "linux-keyutils",
2609 "log",
2610 "security-framework 2.11.1",
2611 "security-framework 3.7.0",
2612 "windows-sys 0.60.2",
2613 "zeroize",
2614 ]
2615
2616 [[package]]
2617 name = "khronos-egl"
2618 version = "6.0.0"
2619 source = "registry+https://github.com/rust-lang/crates.io-index"
2620 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2621 dependencies = [
2622 "libc",
2623 "libloading 0.8.9",
2624 "pkg-config",
2625 ]
2626
2627 [[package]]
2628 name = "khronos_api"
2629 version = "3.1.0"
2630 source = "registry+https://github.com/rust-lang/crates.io-index"
2631 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2632
2633 [[package]]
2634 name = "lazy_static"
2635 version = "1.5.0"
2636 source = "registry+https://github.com/rust-lang/crates.io-index"
2637 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2638
2639 [[package]]
2640 name = "leb128fmt"
2641 version = "0.1.0"
2642 source = "registry+https://github.com/rust-lang/crates.io-index"
2643 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2644
2645 [[package]]
2646 name = "libappindicator"
2647 version = "0.9.0"
2648 source = "registry+https://github.com/rust-lang/crates.io-index"
2649 checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
2650 dependencies = [
2651 "glib",
2652 "gtk",
2653 "gtk-sys",
2654 "libappindicator-sys",
2655 "log",
2656 ]
2657
2658 [[package]]
2659 name = "libappindicator-sys"
2660 version = "0.9.0"
2661 source = "registry+https://github.com/rust-lang/crates.io-index"
2662 checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
2663 dependencies = [
2664 "gtk-sys",
2665 "libloading 0.7.4",
2666 "once_cell",
2667 ]
2668
2669 [[package]]
2670 name = "libc"
2671 version = "0.2.182"
2672 source = "registry+https://github.com/rust-lang/crates.io-index"
2673 checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
2674
2675 [[package]]
2676 name = "libloading"
2677 version = "0.7.4"
2678 source = "registry+https://github.com/rust-lang/crates.io-index"
2679 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2680 dependencies = [
2681 "cfg-if",
2682 "winapi",
2683 ]
2684
2685 [[package]]
2686 name = "libloading"
2687 version = "0.8.9"
2688 source = "registry+https://github.com/rust-lang/crates.io-index"
2689 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2690 dependencies = [
2691 "cfg-if",
2692 "windows-link",
2693 ]
2694
2695 [[package]]
2696 name = "libredox"
2697 version = "0.1.12"
2698 source = "registry+https://github.com/rust-lang/crates.io-index"
2699 checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
2700 dependencies = [
2701 "bitflags 2.11.0",
2702 "libc",
2703 "redox_syscall 0.7.1",
2704 ]
2705
2706 [[package]]
2707 name = "libsqlite3-sys"
2708 version = "0.28.0"
2709 source = "registry+https://github.com/rust-lang/crates.io-index"
2710 checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
2711 dependencies = [
2712 "cc",
2713 "pkg-config",
2714 "vcpkg",
2715 ]
2716
2717 [[package]]
2718 name = "libxdo"
2719 version = "0.6.0"
2720 source = "registry+https://github.com/rust-lang/crates.io-index"
2721 checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db"
2722 dependencies = [
2723 "libxdo-sys",
2724 ]
2725
2726 [[package]]
2727 name = "libxdo-sys"
2728 version = "0.11.0"
2729 source = "registry+https://github.com/rust-lang/crates.io-index"
2730 checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
2731 dependencies = [
2732 "libc",
2733 "x11",
2734 ]
2735
2736 [[package]]
2737 name = "linux-keyutils"
2738 version = "0.2.5"
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
2740 checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590"
2741 dependencies = [
2742 "bitflags 2.11.0",
2743 "libc",
2744 ]
2745
2746 [[package]]
2747 name = "linux-raw-sys"
2748 version = "0.4.15"
2749 source = "registry+https://github.com/rust-lang/crates.io-index"
2750 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2751
2752 [[package]]
2753 name = "linux-raw-sys"
2754 version = "0.11.0"
2755 source = "registry+https://github.com/rust-lang/crates.io-index"
2756 checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2757
2758 [[package]]
2759 name = "litemap"
2760 version = "0.8.1"
2761 source = "registry+https://github.com/rust-lang/crates.io-index"
2762 checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2763
2764 [[package]]
2765 name = "litrs"
2766 version = "1.0.0"
2767 source = "registry+https://github.com/rust-lang/crates.io-index"
2768 checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
2769
2770 [[package]]
2771 name = "lock_api"
2772 version = "0.4.14"
2773 source = "registry+https://github.com/rust-lang/crates.io-index"
2774 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2775 dependencies = [
2776 "scopeguard",
2777 ]
2778
2779 [[package]]
2780 name = "log"
2781 version = "0.4.29"
2782 source = "registry+https://github.com/rust-lang/crates.io-index"
2783 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2784
2785 [[package]]
2786 name = "mach2"
2787 version = "0.4.3"
2788 source = "registry+https://github.com/rust-lang/crates.io-index"
2789 checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
2790 dependencies = [
2791 "libc",
2792 ]
2793
2794 [[package]]
2795 name = "malloc_buf"
2796 version = "0.0.6"
2797 source = "registry+https://github.com/rust-lang/crates.io-index"
2798 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2799 dependencies = [
2800 "libc",
2801 ]
2802
2803 [[package]]
2804 name = "matchers"
2805 version = "0.2.0"
2806 source = "registry+https://github.com/rust-lang/crates.io-index"
2807 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2808 dependencies = [
2809 "regex-automata",
2810 ]
2811
2812 [[package]]
2813 name = "memchr"
2814 version = "2.8.0"
2815 source = "registry+https://github.com/rust-lang/crates.io-index"
2816 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2817
2818 [[package]]
2819 name = "memmap2"
2820 version = "0.9.10"
2821 source = "registry+https://github.com/rust-lang/crates.io-index"
2822 checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
2823 dependencies = [
2824 "libc",
2825 ]
2826
2827 [[package]]
2828 name = "memoffset"
2829 version = "0.9.1"
2830 source = "registry+https://github.com/rust-lang/crates.io-index"
2831 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2832 dependencies = [
2833 "autocfg",
2834 ]
2835
2836 [[package]]
2837 name = "metal"
2838 version = "0.31.0"
2839 source = "registry+https://github.com/rust-lang/crates.io-index"
2840 checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
2841 dependencies = [
2842 "bitflags 2.11.0",
2843 "block",
2844 "core-graphics-types",
2845 "foreign-types 0.5.0",
2846 "log",
2847 "objc",
2848 "paste",
2849 ]
2850
2851 [[package]]
2852 name = "midir"
2853 version = "0.10.3"
2854 source = "registry+https://github.com/rust-lang/crates.io-index"
2855 checksum = "b73f8737248ad37b88291a2108d9df5f991dc8555103597d586b5a29d4d703c0"
2856 dependencies = [
2857 "alsa",
2858 "bitflags 1.3.2",
2859 "coremidi",
2860 "js-sys",
2861 "libc",
2862 "parking_lot",
2863 "wasm-bindgen",
2864 "web-sys",
2865 "windows 0.56.0",
2866 ]
2867
2868 [[package]]
2869 name = "mime"
2870 version = "0.3.17"
2871 source = "registry+https://github.com/rust-lang/crates.io-index"
2872 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2873
2874 [[package]]
2875 name = "minimal-lexical"
2876 version = "0.2.1"
2877 source = "registry+https://github.com/rust-lang/crates.io-index"
2878 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2879
2880 [[package]]
2881 name = "miniz_oxide"
2882 version = "0.8.9"
2883 source = "registry+https://github.com/rust-lang/crates.io-index"
2884 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2885 dependencies = [
2886 "adler2",
2887 "simd-adler32",
2888 ]
2889
2890 [[package]]
2891 name = "mio"
2892 version = "1.1.1"
2893 source = "registry+https://github.com/rust-lang/crates.io-index"
2894 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2895 dependencies = [
2896 "libc",
2897 "wasi",
2898 "windows-sys 0.61.2",
2899 ]
2900
2901 [[package]]
2902 name = "moxcms"
2903 version = "0.7.11"
2904 source = "registry+https://github.com/rust-lang/crates.io-index"
2905 checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
2906 dependencies = [
2907 "num-traits",
2908 "pxfm",
2909 ]
2910
2911 [[package]]
2912 name = "muda"
2913 version = "0.17.1"
2914 source = "registry+https://github.com/rust-lang/crates.io-index"
2915 checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a"
2916 dependencies = [
2917 "crossbeam-channel",
2918 "dpi",
2919 "gtk",
2920 "keyboard-types",
2921 "libxdo",
2922 "objc2 0.6.3",
2923 "objc2-app-kit 0.3.2",
2924 "objc2-core-foundation",
2925 "objc2-foundation 0.3.2",
2926 "once_cell",
2927 "png 0.17.16",
2928 "thiserror 2.0.18",
2929 "windows-sys 0.60.2",
2930 ]
2931
2932 [[package]]
2933 name = "naga"
2934 version = "24.0.0"
2935 source = "registry+https://github.com/rust-lang/crates.io-index"
2936 checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e"
2937 dependencies = [
2938 "arrayvec",
2939 "bit-set",
2940 "bitflags 2.11.0",
2941 "cfg_aliases",
2942 "codespan-reporting",
2943 "hexf-parse",
2944 "indexmap",
2945 "log",
2946 "rustc-hash 1.1.0",
2947 "spirv",
2948 "strum",
2949 "termcolor",
2950 "thiserror 2.0.18",
2951 "unicode-xid",
2952 ]
2953
2954 [[package]]
2955 name = "native-tls"
2956 version = "0.2.18"
2957 source = "registry+https://github.com/rust-lang/crates.io-index"
2958 checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
2959 dependencies = [
2960 "libc",
2961 "log",
2962 "openssl",
2963 "openssl-probe",
2964 "openssl-sys",
2965 "schannel",
2966 "security-framework 3.7.0",
2967 "security-framework-sys",
2968 "tempfile",
2969 ]
2970
2971 [[package]]
2972 name = "ndk"
2973 version = "0.8.0"
2974 source = "registry+https://github.com/rust-lang/crates.io-index"
2975 checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2976 dependencies = [
2977 "bitflags 2.11.0",
2978 "jni-sys",
2979 "log",
2980 "ndk-sys 0.5.0+25.2.9519653",
2981 "num_enum",
2982 "thiserror 1.0.69",
2983 ]
2984
2985 [[package]]
2986 name = "ndk"
2987 version = "0.9.0"
2988 source = "registry+https://github.com/rust-lang/crates.io-index"
2989 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2990 dependencies = [
2991 "bitflags 2.11.0",
2992 "jni-sys",
2993 "log",
2994 "ndk-sys 0.6.0+11769913",
2995 "num_enum",
2996 "raw-window-handle",
2997 "thiserror 1.0.69",
2998 ]
2999
3000 [[package]]
3001 name = "ndk-context"
3002 version = "0.1.1"
3003 source = "registry+https://github.com/rust-lang/crates.io-index"
3004 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3005
3006 [[package]]
3007 name = "ndk-sys"
3008 version = "0.5.0+25.2.9519653"
3009 source = "registry+https://github.com/rust-lang/crates.io-index"
3010 checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
3011 dependencies = [
3012 "jni-sys",
3013 ]
3014
3015 [[package]]
3016 name = "ndk-sys"
3017 version = "0.6.0+11769913"
3018 source = "registry+https://github.com/rust-lang/crates.io-index"
3019 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3020 dependencies = [
3021 "jni-sys",
3022 ]
3023
3024 [[package]]
3025 name = "no-std-compat"
3026 version = "0.4.1"
3027 source = "registry+https://github.com/rust-lang/crates.io-index"
3028 checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
3029 dependencies = [
3030 "spin",
3031 ]
3032
3033 [[package]]
3034 name = "nohash-hasher"
3035 version = "0.2.0"
3036 source = "registry+https://github.com/rust-lang/crates.io-index"
3037 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
3038
3039 [[package]]
3040 name = "nom"
3041 version = "7.1.3"
3042 source = "registry+https://github.com/rust-lang/crates.io-index"
3043 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3044 dependencies = [
3045 "memchr",
3046 "minimal-lexical",
3047 ]
3048
3049 [[package]]
3050 name = "nu-ansi-term"
3051 version = "0.50.3"
3052 source = "registry+https://github.com/rust-lang/crates.io-index"
3053 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3054 dependencies = [
3055 "windows-sys 0.61.2",
3056 ]
3057
3058 [[package]]
3059 name = "num-complex"
3060 version = "0.4.6"
3061 source = "registry+https://github.com/rust-lang/crates.io-index"
3062 checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3063 dependencies = [
3064 "num-traits",
3065 ]
3066
3067 [[package]]
3068 name = "num-derive"
3069 version = "0.4.2"
3070 source = "registry+https://github.com/rust-lang/crates.io-index"
3071 checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
3072 dependencies = [
3073 "proc-macro2",
3074 "quote",
3075 "syn 2.0.116",
3076 ]
3077
3078 [[package]]
3079 name = "num-integer"
3080 version = "0.1.46"
3081 source = "registry+https://github.com/rust-lang/crates.io-index"
3082 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3083 dependencies = [
3084 "num-traits",
3085 ]
3086
3087 [[package]]
3088 name = "num-traits"
3089 version = "0.2.19"
3090 source = "registry+https://github.com/rust-lang/crates.io-index"
3091 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3092 dependencies = [
3093 "autocfg",
3094 ]
3095
3096 [[package]]
3097 name = "num_enum"
3098 version = "0.7.5"
3099 source = "registry+https://github.com/rust-lang/crates.io-index"
3100 checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
3101 dependencies = [
3102 "num_enum_derive",
3103 "rustversion",
3104 ]
3105
3106 [[package]]
3107 name = "num_enum_derive"
3108 version = "0.7.5"
3109 source = "registry+https://github.com/rust-lang/crates.io-index"
3110 checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
3111 dependencies = [
3112 "proc-macro-crate 3.4.0",
3113 "proc-macro2",
3114 "quote",
3115 "syn 2.0.116",
3116 ]
3117
3118 [[package]]
3119 name = "objc"
3120 version = "0.2.7"
3121 source = "registry+https://github.com/rust-lang/crates.io-index"
3122 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3123 dependencies = [
3124 "malloc_buf",
3125 ]
3126
3127 [[package]]
3128 name = "objc-sys"
3129 version = "0.3.5"
3130 source = "registry+https://github.com/rust-lang/crates.io-index"
3131 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
3132
3133 [[package]]
3134 name = "objc2"
3135 version = "0.5.2"
3136 source = "registry+https://github.com/rust-lang/crates.io-index"
3137 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
3138 dependencies = [
3139 "objc-sys",
3140 "objc2-encode",
3141 ]
3142
3143 [[package]]
3144 name = "objc2"
3145 version = "0.6.3"
3146 source = "registry+https://github.com/rust-lang/crates.io-index"
3147 checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
3148 dependencies = [
3149 "objc2-encode",
3150 ]
3151
3152 [[package]]
3153 name = "objc2-app-kit"
3154 version = "0.2.2"
3155 source = "registry+https://github.com/rust-lang/crates.io-index"
3156 checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
3157 dependencies = [
3158 "bitflags 2.11.0",
3159 "block2 0.5.1",
3160 "libc",
3161 "objc2 0.5.2",
3162 "objc2-core-data 0.2.2",
3163 "objc2-core-image 0.2.2",
3164 "objc2-foundation 0.2.2",
3165 "objc2-quartz-core 0.2.2",
3166 ]
3167
3168 [[package]]
3169 name = "objc2-app-kit"
3170 version = "0.3.2"
3171 source = "registry+https://github.com/rust-lang/crates.io-index"
3172 checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
3173 dependencies = [
3174 "bitflags 2.11.0",
3175 "block2 0.6.2",
3176 "libc",
3177 "objc2 0.6.3",
3178 "objc2-cloud-kit 0.3.2",
3179 "objc2-core-data 0.3.2",
3180 "objc2-core-foundation",
3181 "objc2-core-graphics",
3182 "objc2-core-image 0.3.2",
3183 "objc2-core-text",
3184 "objc2-core-video",
3185 "objc2-foundation 0.3.2",
3186 "objc2-quartz-core 0.3.2",
3187 ]
3188
3189 [[package]]
3190 name = "objc2-cloud-kit"
3191 version = "0.2.2"
3192 source = "registry+https://github.com/rust-lang/crates.io-index"
3193 checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
3194 dependencies = [
3195 "bitflags 2.11.0",
3196 "block2 0.5.1",
3197 "objc2 0.5.2",
3198 "objc2-core-location",
3199 "objc2-foundation 0.2.2",
3200 ]
3201
3202 [[package]]
3203 name = "objc2-cloud-kit"
3204 version = "0.3.2"
3205 source = "registry+https://github.com/rust-lang/crates.io-index"
3206 checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
3207 dependencies = [
3208 "bitflags 2.11.0",
3209 "objc2 0.6.3",
3210 "objc2-foundation 0.3.2",
3211 ]
3212
3213 [[package]]
3214 name = "objc2-contacts"
3215 version = "0.2.2"
3216 source = "registry+https://github.com/rust-lang/crates.io-index"
3217 checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
3218 dependencies = [
3219 "block2 0.5.1",
3220 "objc2 0.5.2",
3221 "objc2-foundation 0.2.2",
3222 ]
3223
3224 [[package]]
3225 name = "objc2-core-data"
3226 version = "0.2.2"
3227 source = "registry+https://github.com/rust-lang/crates.io-index"
3228 checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
3229 dependencies = [
3230 "bitflags 2.11.0",
3231 "block2 0.5.1",
3232 "objc2 0.5.2",
3233 "objc2-foundation 0.2.2",
3234 ]
3235
3236 [[package]]
3237 name = "objc2-core-data"
3238 version = "0.3.2"
3239 source = "registry+https://github.com/rust-lang/crates.io-index"
3240 checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
3241 dependencies = [
3242 "bitflags 2.11.0",
3243 "objc2 0.6.3",
3244 "objc2-foundation 0.3.2",
3245 ]
3246
3247 [[package]]
3248 name = "objc2-core-foundation"
3249 version = "0.3.2"
3250 source = "registry+https://github.com/rust-lang/crates.io-index"
3251 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3252 dependencies = [
3253 "bitflags 2.11.0",
3254 "dispatch2",
3255 "objc2 0.6.3",
3256 ]
3257
3258 [[package]]
3259 name = "objc2-core-graphics"
3260 version = "0.3.2"
3261 source = "registry+https://github.com/rust-lang/crates.io-index"
3262 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
3263 dependencies = [
3264 "bitflags 2.11.0",
3265 "dispatch2",
3266 "objc2 0.6.3",
3267 "objc2-core-foundation",
3268 "objc2-io-surface",
3269 ]
3270
3271 [[package]]
3272 name = "objc2-core-image"
3273 version = "0.2.2"
3274 source = "registry+https://github.com/rust-lang/crates.io-index"
3275 checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
3276 dependencies = [
3277 "block2 0.5.1",
3278 "objc2 0.5.2",
3279 "objc2-foundation 0.2.2",
3280 "objc2-metal",
3281 ]
3282
3283 [[package]]
3284 name = "objc2-core-image"
3285 version = "0.3.2"
3286 source = "registry+https://github.com/rust-lang/crates.io-index"
3287 checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
3288 dependencies = [
3289 "objc2 0.6.3",
3290 "objc2-foundation 0.3.2",
3291 ]
3292
3293 [[package]]
3294 name = "objc2-core-location"
3295 version = "0.2.2"
3296 source = "registry+https://github.com/rust-lang/crates.io-index"
3297 checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
3298 dependencies = [
3299 "block2 0.5.1",
3300 "objc2 0.5.2",
3301 "objc2-contacts",
3302 "objc2-foundation 0.2.2",
3303 ]
3304
3305 [[package]]
3306 name = "objc2-core-text"
3307 version = "0.3.2"
3308 source = "registry+https://github.com/rust-lang/crates.io-index"
3309 checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
3310 dependencies = [
3311 "bitflags 2.11.0",
3312 "objc2 0.6.3",
3313 "objc2-core-foundation",
3314 "objc2-core-graphics",
3315 ]
3316
3317 [[package]]
3318 name = "objc2-core-video"
3319 version = "0.3.2"
3320 source = "registry+https://github.com/rust-lang/crates.io-index"
3321 checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
3322 dependencies = [
3323 "bitflags 2.11.0",
3324 "objc2 0.6.3",
3325 "objc2-core-foundation",
3326 "objc2-core-graphics",
3327 "objc2-io-surface",
3328 ]
3329
3330 [[package]]
3331 name = "objc2-encode"
3332 version = "4.1.0"
3333 source = "registry+https://github.com/rust-lang/crates.io-index"
3334 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3335
3336 [[package]]
3337 name = "objc2-foundation"
3338 version = "0.2.2"
3339 source = "registry+https://github.com/rust-lang/crates.io-index"
3340 checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
3341 dependencies = [
3342 "bitflags 2.11.0",
3343 "block2 0.5.1",
3344 "dispatch",
3345 "libc",
3346 "objc2 0.5.2",
3347 ]
3348
3349 [[package]]
3350 name = "objc2-foundation"
3351 version = "0.3.2"
3352 source = "registry+https://github.com/rust-lang/crates.io-index"
3353 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
3354 dependencies = [
3355 "bitflags 2.11.0",
3356 "block2 0.6.2",
3357 "libc",
3358 "objc2 0.6.3",
3359 "objc2-core-foundation",
3360 ]
3361
3362 [[package]]
3363 name = "objc2-io-surface"
3364 version = "0.3.2"
3365 source = "registry+https://github.com/rust-lang/crates.io-index"
3366 checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
3367 dependencies = [
3368 "bitflags 2.11.0",
3369 "objc2 0.6.3",
3370 "objc2-core-foundation",
3371 ]
3372
3373 [[package]]
3374 name = "objc2-link-presentation"
3375 version = "0.2.2"
3376 source = "registry+https://github.com/rust-lang/crates.io-index"
3377 checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
3378 dependencies = [
3379 "block2 0.5.1",
3380 "objc2 0.5.2",
3381 "objc2-app-kit 0.2.2",
3382 "objc2-foundation 0.2.2",
3383 ]
3384
3385 [[package]]
3386 name = "objc2-metal"
3387 version = "0.2.2"
3388 source = "registry+https://github.com/rust-lang/crates.io-index"
3389 checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
3390 dependencies = [
3391 "bitflags 2.11.0",
3392 "block2 0.5.1",
3393 "objc2 0.5.2",
3394 "objc2-foundation 0.2.2",
3395 ]
3396
3397 [[package]]
3398 name = "objc2-quartz-core"
3399 version = "0.2.2"
3400 source = "registry+https://github.com/rust-lang/crates.io-index"
3401 checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
3402 dependencies = [
3403 "bitflags 2.11.0",
3404 "block2 0.5.1",
3405 "objc2 0.5.2",
3406 "objc2-foundation 0.2.2",
3407 "objc2-metal",
3408 ]
3409
3410 [[package]]
3411 name = "objc2-quartz-core"
3412 version = "0.3.2"
3413 source = "registry+https://github.com/rust-lang/crates.io-index"
3414 checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
3415 dependencies = [
3416 "bitflags 2.11.0",
3417 "objc2 0.6.3",
3418 "objc2-foundation 0.3.2",
3419 ]
3420
3421 [[package]]
3422 name = "objc2-symbols"
3423 version = "0.2.2"
3424 source = "registry+https://github.com/rust-lang/crates.io-index"
3425 checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
3426 dependencies = [
3427 "objc2 0.5.2",
3428 "objc2-foundation 0.2.2",
3429 ]
3430
3431 [[package]]
3432 name = "objc2-ui-kit"
3433 version = "0.2.2"
3434 source = "registry+https://github.com/rust-lang/crates.io-index"
3435 checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
3436 dependencies = [
3437 "bitflags 2.11.0",
3438 "block2 0.5.1",
3439 "objc2 0.5.2",
3440 "objc2-cloud-kit 0.2.2",
3441 "objc2-core-data 0.2.2",
3442 "objc2-core-image 0.2.2",
3443 "objc2-core-location",
3444 "objc2-foundation 0.2.2",
3445 "objc2-link-presentation",
3446 "objc2-quartz-core 0.2.2",
3447 "objc2-symbols",
3448 "objc2-uniform-type-identifiers",
3449 "objc2-user-notifications",
3450 ]
3451
3452 [[package]]
3453 name = "objc2-uniform-type-identifiers"
3454 version = "0.2.2"
3455 source = "registry+https://github.com/rust-lang/crates.io-index"
3456 checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
3457 dependencies = [
3458 "block2 0.5.1",
3459 "objc2 0.5.2",
3460 "objc2-foundation 0.2.2",
3461 ]
3462
3463 [[package]]
3464 name = "objc2-user-notifications"
3465 version = "0.2.2"
3466 source = "registry+https://github.com/rust-lang/crates.io-index"
3467 checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
3468 dependencies = [
3469 "bitflags 2.11.0",
3470 "block2 0.5.1",
3471 "objc2 0.5.2",
3472 "objc2-core-location",
3473 "objc2-foundation 0.2.2",
3474 ]
3475
3476 [[package]]
3477 name = "oboe"
3478 version = "0.6.1"
3479 source = "registry+https://github.com/rust-lang/crates.io-index"
3480 checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
3481 dependencies = [
3482 "jni",
3483 "ndk 0.8.0",
3484 "ndk-context",
3485 "num-derive",
3486 "num-traits",
3487 "oboe-sys",
3488 ]
3489
3490 [[package]]
3491 name = "oboe-sys"
3492 version = "0.6.1"
3493 source = "registry+https://github.com/rust-lang/crates.io-index"
3494 checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
3495 dependencies = [
3496 "cc",
3497 ]
3498
3499 [[package]]
3500 name = "once_cell"
3501 version = "1.21.3"
3502 source = "registry+https://github.com/rust-lang/crates.io-index"
3503 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3504 dependencies = [
3505 "portable-atomic",
3506 ]
3507
3508 [[package]]
3509 name = "opaque-debug"
3510 version = "0.3.1"
3511 source = "registry+https://github.com/rust-lang/crates.io-index"
3512 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3513
3514 [[package]]
3515 name = "open"
3516 version = "5.3.3"
3517 source = "registry+https://github.com/rust-lang/crates.io-index"
3518 checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc"
3519 dependencies = [
3520 "is-wsl",
3521 "libc",
3522 "pathdiff",
3523 ]
3524
3525 [[package]]
3526 name = "openssl"
3527 version = "0.10.75"
3528 source = "registry+https://github.com/rust-lang/crates.io-index"
3529 checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
3530 dependencies = [
3531 "bitflags 2.11.0",
3532 "cfg-if",
3533 "foreign-types 0.3.2",
3534 "libc",
3535 "once_cell",
3536 "openssl-macros",
3537 "openssl-sys",
3538 ]
3539
3540 [[package]]
3541 name = "openssl-macros"
3542 version = "0.1.1"
3543 source = "registry+https://github.com/rust-lang/crates.io-index"
3544 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3545 dependencies = [
3546 "proc-macro2",
3547 "quote",
3548 "syn 2.0.116",
3549 ]
3550
3551 [[package]]
3552 name = "openssl-probe"
3553 version = "0.2.1"
3554 source = "registry+https://github.com/rust-lang/crates.io-index"
3555 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
3556
3557 [[package]]
3558 name = "openssl-sys"
3559 version = "0.9.111"
3560 source = "registry+https://github.com/rust-lang/crates.io-index"
3561 checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
3562 dependencies = [
3563 "cc",
3564 "libc",
3565 "pkg-config",
3566 "vcpkg",
3567 ]
3568
3569 [[package]]
3570 name = "option-ext"
3571 version = "0.2.0"
3572 source = "registry+https://github.com/rust-lang/crates.io-index"
3573 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3574
3575 [[package]]
3576 name = "orbclient"
3577 version = "0.3.50"
3578 source = "registry+https://github.com/rust-lang/crates.io-index"
3579 checksum = "52ad2c6bae700b7aa5d1cc30c59bdd3a1c180b09dbaea51e2ae2b8e1cf211fdd"
3580 dependencies = [
3581 "libc",
3582 "libredox",
3583 ]
3584
3585 [[package]]
3586 name = "ordered-float"
3587 version = "4.6.0"
3588 source = "registry+https://github.com/rust-lang/crates.io-index"
3589 checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
3590 dependencies = [
3591 "num-traits",
3592 ]
3593
3594 [[package]]
3595 name = "ordered-stream"
3596 version = "0.2.0"
3597 source = "registry+https://github.com/rust-lang/crates.io-index"
3598 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
3599 dependencies = [
3600 "futures-core",
3601 "pin-project-lite",
3602 ]
3603
3604 [[package]]
3605 name = "owned_ttf_parser"
3606 version = "0.25.1"
3607 source = "registry+https://github.com/rust-lang/crates.io-index"
3608 checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
3609 dependencies = [
3610 "ttf-parser",
3611 ]
3612
3613 [[package]]
3614 name = "pango"
3615 version = "0.18.3"
3616 source = "registry+https://github.com/rust-lang/crates.io-index"
3617 checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
3618 dependencies = [
3619 "gio",
3620 "glib",
3621 "libc",
3622 "once_cell",
3623 "pango-sys",
3624 ]
3625
3626 [[package]]
3627 name = "pango-sys"
3628 version = "0.18.0"
3629 source = "registry+https://github.com/rust-lang/crates.io-index"
3630 checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
3631 dependencies = [
3632 "glib-sys",
3633 "gobject-sys",
3634 "libc",
3635 "system-deps",
3636 ]
3637
3638 [[package]]
3639 name = "parking"
3640 version = "2.2.1"
3641 source = "registry+https://github.com/rust-lang/crates.io-index"
3642 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3643
3644 [[package]]
3645 name = "parking_lot"
3646 version = "0.12.5"
3647 source = "registry+https://github.com/rust-lang/crates.io-index"
3648 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3649 dependencies = [
3650 "lock_api",
3651 "parking_lot_core",
3652 ]
3653
3654 [[package]]
3655 name = "parking_lot_core"
3656 version = "0.9.12"
3657 source = "registry+https://github.com/rust-lang/crates.io-index"
3658 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3659 dependencies = [
3660 "cfg-if",
3661 "libc",
3662 "redox_syscall 0.5.18",
3663 "smallvec",
3664 "windows-link",
3665 ]
3666
3667 [[package]]
3668 name = "password-hash"
3669 version = "0.5.0"
3670 source = "registry+https://github.com/rust-lang/crates.io-index"
3671 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
3672 dependencies = [
3673 "base64ct",
3674 "rand_core 0.6.4",
3675 "subtle",
3676 ]
3677
3678 [[package]]
3679 name = "paste"
3680 version = "1.0.15"
3681 source = "registry+https://github.com/rust-lang/crates.io-index"
3682 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3683
3684 [[package]]
3685 name = "pathdiff"
3686 version = "0.2.3"
3687 source = "registry+https://github.com/rust-lang/crates.io-index"
3688 checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
3689
3690 [[package]]
3691 name = "percent-encoding"
3692 version = "2.3.2"
3693 source = "registry+https://github.com/rust-lang/crates.io-index"
3694 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3695
3696 [[package]]
3697 name = "pin-project"
3698 version = "1.1.10"
3699 source = "registry+https://github.com/rust-lang/crates.io-index"
3700 checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3701 dependencies = [
3702 "pin-project-internal",
3703 ]
3704
3705 [[package]]
3706 name = "pin-project-internal"
3707 version = "1.1.10"
3708 source = "registry+https://github.com/rust-lang/crates.io-index"
3709 checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3710 dependencies = [
3711 "proc-macro2",
3712 "quote",
3713 "syn 2.0.116",
3714 ]
3715
3716 [[package]]
3717 name = "pin-project-lite"
3718 version = "0.2.16"
3719 source = "registry+https://github.com/rust-lang/crates.io-index"
3720 checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3721
3722 [[package]]
3723 name = "pin-utils"
3724 version = "0.1.0"
3725 source = "registry+https://github.com/rust-lang/crates.io-index"
3726 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3727
3728 [[package]]
3729 name = "piper"
3730 version = "0.2.4"
3731 source = "registry+https://github.com/rust-lang/crates.io-index"
3732 checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
3733 dependencies = [
3734 "atomic-waker",
3735 "fastrand",
3736 "futures-io",
3737 ]
3738
3739 [[package]]
3740 name = "pkg-config"
3741 version = "0.3.32"
3742 source = "registry+https://github.com/rust-lang/crates.io-index"
3743 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3744
3745 [[package]]
3746 name = "png"
3747 version = "0.17.16"
3748 source = "registry+https://github.com/rust-lang/crates.io-index"
3749 checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
3750 dependencies = [
3751 "bitflags 1.3.2",
3752 "crc32fast",
3753 "fdeflate",
3754 "flate2",
3755 "miniz_oxide",
3756 ]
3757
3758 [[package]]
3759 name = "png"
3760 version = "0.18.1"
3761 source = "registry+https://github.com/rust-lang/crates.io-index"
3762 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
3763 dependencies = [
3764 "bitflags 2.11.0",
3765 "crc32fast",
3766 "fdeflate",
3767 "flate2",
3768 "miniz_oxide",
3769 ]
3770
3771 [[package]]
3772 name = "polling"
3773 version = "3.11.0"
3774 source = "registry+https://github.com/rust-lang/crates.io-index"
3775 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
3776 dependencies = [
3777 "cfg-if",
3778 "concurrent-queue",
3779 "hermit-abi",
3780 "pin-project-lite",
3781 "rustix 1.1.3",
3782 "windows-sys 0.61.2",
3783 ]
3784
3785 [[package]]
3786 name = "pollster"
3787 version = "0.4.0"
3788 source = "registry+https://github.com/rust-lang/crates.io-index"
3789 checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
3790
3791 [[package]]
3792 name = "poly1305"
3793 version = "0.8.0"
3794 source = "registry+https://github.com/rust-lang/crates.io-index"
3795 checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
3796 dependencies = [
3797 "cpufeatures",
3798 "opaque-debug",
3799 "universal-hash",
3800 ]
3801
3802 [[package]]
3803 name = "portable-atomic"
3804 version = "1.13.1"
3805 source = "registry+https://github.com/rust-lang/crates.io-index"
3806 checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
3807
3808 [[package]]
3809 name = "potential_utf"
3810 version = "0.1.4"
3811 source = "registry+https://github.com/rust-lang/crates.io-index"
3812 checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3813 dependencies = [
3814 "zerovec",
3815 ]
3816
3817 [[package]]
3818 name = "ppv-lite86"
3819 version = "0.2.21"
3820 source = "registry+https://github.com/rust-lang/crates.io-index"
3821 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3822 dependencies = [
3823 "zerocopy",
3824 ]
3825
3826 [[package]]
3827 name = "prettyplease"
3828 version = "0.2.37"
3829 source = "registry+https://github.com/rust-lang/crates.io-index"
3830 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3831 dependencies = [
3832 "proc-macro2",
3833 "syn 2.0.116",
3834 ]
3835
3836 [[package]]
3837 name = "primal-check"
3838 version = "0.3.4"
3839 source = "registry+https://github.com/rust-lang/crates.io-index"
3840 checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
3841 dependencies = [
3842 "num-integer",
3843 ]
3844
3845 [[package]]
3846 name = "proc-macro-crate"
3847 version = "1.3.1"
3848 source = "registry+https://github.com/rust-lang/crates.io-index"
3849 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
3850 dependencies = [
3851 "once_cell",
3852 "toml_edit 0.19.15",
3853 ]
3854
3855 [[package]]
3856 name = "proc-macro-crate"
3857 version = "2.0.0"
3858 source = "registry+https://github.com/rust-lang/crates.io-index"
3859 checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
3860 dependencies = [
3861 "toml_edit 0.20.7",
3862 ]
3863
3864 [[package]]
3865 name = "proc-macro-crate"
3866 version = "3.4.0"
3867 source = "registry+https://github.com/rust-lang/crates.io-index"
3868 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
3869 dependencies = [
3870 "toml_edit 0.23.10+spec-1.0.0",
3871 ]
3872
3873 [[package]]
3874 name = "proc-macro-error"
3875 version = "1.0.4"
3876 source = "registry+https://github.com/rust-lang/crates.io-index"
3877 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3878 dependencies = [
3879 "proc-macro-error-attr",
3880 "proc-macro2",
3881 "quote",
3882 "syn 1.0.109",
3883 "version_check",
3884 ]
3885
3886 [[package]]
3887 name = "proc-macro-error-attr"
3888 version = "1.0.4"
3889 source = "registry+https://github.com/rust-lang/crates.io-index"
3890 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3891 dependencies = [
3892 "proc-macro2",
3893 "quote",
3894 "version_check",
3895 ]
3896
3897 [[package]]
3898 name = "proc-macro2"
3899 version = "1.0.106"
3900 source = "registry+https://github.com/rust-lang/crates.io-index"
3901 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
3902 dependencies = [
3903 "unicode-ident",
3904 ]
3905
3906 [[package]]
3907 name = "profiling"
3908 version = "1.0.17"
3909 source = "registry+https://github.com/rust-lang/crates.io-index"
3910 checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
3911
3912 [[package]]
3913 name = "pxfm"
3914 version = "0.1.27"
3915 source = "registry+https://github.com/rust-lang/crates.io-index"
3916 checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
3917 dependencies = [
3918 "num-traits",
3919 ]
3920
3921 [[package]]
3922 name = "quick-error"
3923 version = "2.0.1"
3924 source = "registry+https://github.com/rust-lang/crates.io-index"
3925 checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3926
3927 [[package]]
3928 name = "quick-xml"
3929 version = "0.38.4"
3930 source = "registry+https://github.com/rust-lang/crates.io-index"
3931 checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
3932 dependencies = [
3933 "memchr",
3934 ]
3935
3936 [[package]]
3937 name = "quote"
3938 version = "1.0.44"
3939 source = "registry+https://github.com/rust-lang/crates.io-index"
3940 checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
3941 dependencies = [
3942 "proc-macro2",
3943 ]
3944
3945 [[package]]
3946 name = "r-efi"
3947 version = "5.3.0"
3948 source = "registry+https://github.com/rust-lang/crates.io-index"
3949 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3950
3951 [[package]]
3952 name = "r-efi"
3953 version = "6.0.0"
3954 source = "registry+https://github.com/rust-lang/crates.io-index"
3955 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3956
3957 [[package]]
3958 name = "rand"
3959 version = "0.9.2"
3960 source = "registry+https://github.com/rust-lang/crates.io-index"
3961 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3962 dependencies = [
3963 "rand_chacha",
3964 "rand_core 0.9.5",
3965 ]
3966
3967 [[package]]
3968 name = "rand_chacha"
3969 version = "0.9.0"
3970 source = "registry+https://github.com/rust-lang/crates.io-index"
3971 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3972 dependencies = [
3973 "ppv-lite86",
3974 "rand_core 0.9.5",
3975 ]
3976
3977 [[package]]
3978 name = "rand_core"
3979 version = "0.6.4"
3980 source = "registry+https://github.com/rust-lang/crates.io-index"
3981 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3982 dependencies = [
3983 "getrandom 0.2.17",
3984 ]
3985
3986 [[package]]
3987 name = "rand_core"
3988 version = "0.9.5"
3989 source = "registry+https://github.com/rust-lang/crates.io-index"
3990 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
3991 dependencies = [
3992 "getrandom 0.3.4",
3993 ]
3994
3995 [[package]]
3996 name = "raw-window-handle"
3997 version = "0.6.2"
3998 source = "registry+https://github.com/rust-lang/crates.io-index"
3999 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
4000
4001 [[package]]
4002 name = "rayon"
4003 version = "1.11.0"
4004 source = "registry+https://github.com/rust-lang/crates.io-index"
4005 checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
4006 dependencies = [
4007 "either",
4008 "rayon-core",
4009 ]
4010
4011 [[package]]
4012 name = "rayon-core"
4013 version = "1.13.0"
4014 source = "registry+https://github.com/rust-lang/crates.io-index"
4015 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
4016 dependencies = [
4017 "crossbeam-deque",
4018 "crossbeam-utils",
4019 ]
4020
4021 [[package]]
4022 name = "realfft"
4023 version = "3.5.0"
4024 source = "registry+https://github.com/rust-lang/crates.io-index"
4025 checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
4026 dependencies = [
4027 "rustfft",
4028 ]
4029
4030 [[package]]
4031 name = "redox_syscall"
4032 version = "0.4.1"
4033 source = "registry+https://github.com/rust-lang/crates.io-index"
4034 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
4035 dependencies = [
4036 "bitflags 1.3.2",
4037 ]
4038
4039 [[package]]
4040 name = "redox_syscall"
4041 version = "0.5.18"
4042 source = "registry+https://github.com/rust-lang/crates.io-index"
4043 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4044 dependencies = [
4045 "bitflags 2.11.0",
4046 ]
4047
4048 [[package]]
4049 name = "redox_syscall"
4050 version = "0.7.1"
4051 source = "registry+https://github.com/rust-lang/crates.io-index"
4052 checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b"
4053 dependencies = [
4054 "bitflags 2.11.0",
4055 ]
4056
4057 [[package]]
4058 name = "redox_users"
4059 version = "0.5.2"
4060 source = "registry+https://github.com/rust-lang/crates.io-index"
4061 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
4062 dependencies = [
4063 "getrandom 0.2.17",
4064 "libredox",
4065 "thiserror 2.0.18",
4066 ]
4067
4068 [[package]]
4069 name = "regex"
4070 version = "1.12.3"
4071 source = "registry+https://github.com/rust-lang/crates.io-index"
4072 checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
4073 dependencies = [
4074 "aho-corasick",
4075 "memchr",
4076 "regex-automata",
4077 "regex-syntax",
4078 ]
4079
4080 [[package]]
4081 name = "regex-automata"
4082 version = "0.4.14"
4083 source = "registry+https://github.com/rust-lang/crates.io-index"
4084 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
4085 dependencies = [
4086 "aho-corasick",
4087 "memchr",
4088 "regex-syntax",
4089 ]
4090
4091 [[package]]
4092 name = "regex-syntax"
4093 version = "0.8.9"
4094 source = "registry+https://github.com/rust-lang/crates.io-index"
4095 checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
4096
4097 [[package]]
4098 name = "renderdoc-sys"
4099 version = "1.1.0"
4100 source = "registry+https://github.com/rust-lang/crates.io-index"
4101 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
4102
4103 [[package]]
4104 name = "reqwest"
4105 version = "0.12.28"
4106 source = "registry+https://github.com/rust-lang/crates.io-index"
4107 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
4108 dependencies = [
4109 "base64",
4110 "bytes",
4111 "encoding_rs",
4112 "futures-core",
4113 "h2",
4114 "http",
4115 "http-body",
4116 "http-body-util",
4117 "hyper",
4118 "hyper-rustls",
4119 "hyper-tls",
4120 "hyper-util",
4121 "js-sys",
4122 "log",
4123 "mime",
4124 "native-tls",
4125 "percent-encoding",
4126 "pin-project-lite",
4127 "rustls-pki-types",
4128 "serde",
4129 "serde_json",
4130 "serde_urlencoded",
4131 "sync_wrapper",
4132 "tokio",
4133 "tokio-native-tls",
4134 "tower",
4135 "tower-http",
4136 "tower-service",
4137 "url",
4138 "wasm-bindgen",
4139 "wasm-bindgen-futures",
4140 "web-sys",
4141 ]
4142
4143 [[package]]
4144 name = "rfd"
4145 version = "0.15.4"
4146 source = "registry+https://github.com/rust-lang/crates.io-index"
4147 checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed"
4148 dependencies = [
4149 "ashpd",
4150 "block2 0.6.2",
4151 "dispatch2",
4152 "js-sys",
4153 "log",
4154 "objc2 0.6.3",
4155 "objc2-app-kit 0.3.2",
4156 "objc2-core-foundation",
4157 "objc2-foundation 0.3.2",
4158 "pollster",
4159 "raw-window-handle",
4160 "urlencoding",
4161 "wasm-bindgen",
4162 "wasm-bindgen-futures",
4163 "web-sys",
4164 "windows-sys 0.59.0",
4165 ]
4166
4167 [[package]]
4168 name = "rhai"
4169 version = "1.24.0"
4170 source = "registry+https://github.com/rust-lang/crates.io-index"
4171 checksum = "1f9ef5dabe4c0b43d8f1187dc6beb67b53fe607fff7e30c5eb7f71b814b8c2c1"
4172 dependencies = [
4173 "ahash",
4174 "bitflags 2.11.0",
4175 "no-std-compat",
4176 "num-traits",
4177 "once_cell",
4178 "rhai_codegen",
4179 "smallvec",
4180 "smartstring",
4181 "thin-vec",
4182 "web-time",
4183 ]
4184
4185 [[package]]
4186 name = "rhai_codegen"
4187 version = "3.1.0"
4188 source = "registry+https://github.com/rust-lang/crates.io-index"
4189 checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6"
4190 dependencies = [
4191 "proc-macro2",
4192 "quote",
4193 "syn 2.0.116",
4194 ]
4195
4196 [[package]]
4197 name = "ring"
4198 version = "0.17.14"
4199 source = "registry+https://github.com/rust-lang/crates.io-index"
4200 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4201 dependencies = [
4202 "cc",
4203 "cfg-if",
4204 "getrandom 0.2.17",
4205 "libc",
4206 "untrusted",
4207 "windows-sys 0.52.0",
4208 ]
4209
4210 [[package]]
4211 name = "rubato"
4212 version = "0.14.1"
4213 source = "registry+https://github.com/rust-lang/crates.io-index"
4214 checksum = "e6dd52e80cfc21894deadf554a5673002938ae4625f7a283e536f9cf7c17b0d5"
4215 dependencies = [
4216 "num-complex",
4217 "num-integer",
4218 "num-traits",
4219 "realfft",
4220 ]
4221
4222 [[package]]
4223 name = "rusqlite"
4224 version = "0.31.0"
4225 source = "registry+https://github.com/rust-lang/crates.io-index"
4226 checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
4227 dependencies = [
4228 "bitflags 2.11.0",
4229 "fallible-iterator",
4230 "fallible-streaming-iterator",
4231 "hashlink",
4232 "libsqlite3-sys",
4233 "smallvec",
4234 ]
4235
4236 [[package]]
4237 name = "rustc-hash"
4238 version = "1.1.0"
4239 source = "registry+https://github.com/rust-lang/crates.io-index"
4240 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4241
4242 [[package]]
4243 name = "rustc-hash"
4244 version = "2.1.1"
4245 source = "registry+https://github.com/rust-lang/crates.io-index"
4246 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4247
4248 [[package]]
4249 name = "rustc_version"
4250 version = "0.4.1"
4251 source = "registry+https://github.com/rust-lang/crates.io-index"
4252 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4253 dependencies = [
4254 "semver",
4255 ]
4256
4257 [[package]]
4258 name = "rustfft"
4259 version = "6.4.1"
4260 source = "registry+https://github.com/rust-lang/crates.io-index"
4261 checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
4262 dependencies = [
4263 "num-complex",
4264 "num-integer",
4265 "num-traits",
4266 "primal-check",
4267 "strength_reduce",
4268 "transpose",
4269 ]
4270
4271 [[package]]
4272 name = "rustix"
4273 version = "0.38.44"
4274 source = "registry+https://github.com/rust-lang/crates.io-index"
4275 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4276 dependencies = [
4277 "bitflags 2.11.0",
4278 "errno",
4279 "libc",
4280 "linux-raw-sys 0.4.15",
4281 "windows-sys 0.59.0",
4282 ]
4283
4284 [[package]]
4285 name = "rustix"
4286 version = "1.1.3"
4287 source = "registry+https://github.com/rust-lang/crates.io-index"
4288 checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
4289 dependencies = [
4290 "bitflags 2.11.0",
4291 "errno",
4292 "libc",
4293 "linux-raw-sys 0.11.0",
4294 "windows-sys 0.61.2",
4295 ]
4296
4297 [[package]]
4298 name = "rustls"
4299 version = "0.23.37"
4300 source = "registry+https://github.com/rust-lang/crates.io-index"
4301 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
4302 dependencies = [
4303 "once_cell",
4304 "rustls-pki-types",
4305 "rustls-webpki",
4306 "subtle",
4307 "zeroize",
4308 ]
4309
4310 [[package]]
4311 name = "rustls-pki-types"
4312 version = "1.14.0"
4313 source = "registry+https://github.com/rust-lang/crates.io-index"
4314 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
4315 dependencies = [
4316 "zeroize",
4317 ]
4318
4319 [[package]]
4320 name = "rustls-webpki"
4321 version = "0.103.13"
4322 source = "registry+https://github.com/rust-lang/crates.io-index"
4323 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
4324 dependencies = [
4325 "ring",
4326 "rustls-pki-types",
4327 "untrusted",
4328 ]
4329
4330 [[package]]
4331 name = "rustversion"
4332 version = "1.0.22"
4333 source = "registry+https://github.com/rust-lang/crates.io-index"
4334 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4335
4336 [[package]]
4337 name = "ryu"
4338 version = "1.0.23"
4339 source = "registry+https://github.com/rust-lang/crates.io-index"
4340 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
4341
4342 [[package]]
4343 name = "same-file"
4344 version = "1.0.6"
4345 source = "registry+https://github.com/rust-lang/crates.io-index"
4346 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4347 dependencies = [
4348 "winapi-util",
4349 ]
4350
4351 [[package]]
4352 name = "schannel"
4353 version = "0.1.28"
4354 source = "registry+https://github.com/rust-lang/crates.io-index"
4355 checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4356 dependencies = [
4357 "windows-sys 0.61.2",
4358 ]
4359
4360 [[package]]
4361 name = "scoped-tls"
4362 version = "1.0.1"
4363 source = "registry+https://github.com/rust-lang/crates.io-index"
4364 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4365
4366 [[package]]
4367 name = "scopeguard"
4368 version = "1.2.0"
4369 source = "registry+https://github.com/rust-lang/crates.io-index"
4370 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4371
4372 [[package]]
4373 name = "security-framework"
4374 version = "2.11.1"
4375 source = "registry+https://github.com/rust-lang/crates.io-index"
4376 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4377 dependencies = [
4378 "bitflags 2.11.0",
4379 "core-foundation 0.9.4",
4380 "core-foundation-sys",
4381 "libc",
4382 "security-framework-sys",
4383 ]
4384
4385 [[package]]
4386 name = "security-framework"
4387 version = "3.7.0"
4388 source = "registry+https://github.com/rust-lang/crates.io-index"
4389 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
4390 dependencies = [
4391 "bitflags 2.11.0",
4392 "core-foundation 0.10.1",
4393 "core-foundation-sys",
4394 "libc",
4395 "security-framework-sys",
4396 ]
4397
4398 [[package]]
4399 name = "security-framework-sys"
4400 version = "2.17.0"
4401 source = "registry+https://github.com/rust-lang/crates.io-index"
4402 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
4403 dependencies = [
4404 "core-foundation-sys",
4405 "libc",
4406 ]
4407
4408 [[package]]
4409 name = "semver"
4410 version = "1.0.27"
4411 source = "registry+https://github.com/rust-lang/crates.io-index"
4412 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4413
4414 [[package]]
4415 name = "serde"
4416 version = "1.0.228"
4417 source = "registry+https://github.com/rust-lang/crates.io-index"
4418 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4419 dependencies = [
4420 "serde_core",
4421 "serde_derive",
4422 ]
4423
4424 [[package]]
4425 name = "serde_core"
4426 version = "1.0.228"
4427 source = "registry+https://github.com/rust-lang/crates.io-index"
4428 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4429 dependencies = [
4430 "serde_derive",
4431 ]
4432
4433 [[package]]
4434 name = "serde_derive"
4435 version = "1.0.228"
4436 source = "registry+https://github.com/rust-lang/crates.io-index"
4437 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4438 dependencies = [
4439 "proc-macro2",
4440 "quote",
4441 "syn 2.0.116",
4442 ]
4443
4444 [[package]]
4445 name = "serde_json"
4446 version = "1.0.149"
4447 source = "registry+https://github.com/rust-lang/crates.io-index"
4448 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
4449 dependencies = [
4450 "itoa",
4451 "memchr",
4452 "serde",
4453 "serde_core",
4454 "zmij",
4455 ]
4456
4457 [[package]]
4458 name = "serde_repr"
4459 version = "0.1.20"
4460 source = "registry+https://github.com/rust-lang/crates.io-index"
4461 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4462 dependencies = [
4463 "proc-macro2",
4464 "quote",
4465 "syn 2.0.116",
4466 ]
4467
4468 [[package]]
4469 name = "serde_spanned"
4470 version = "0.6.9"
4471 source = "registry+https://github.com/rust-lang/crates.io-index"
4472 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4473 dependencies = [
4474 "serde",
4475 ]
4476
4477 [[package]]
4478 name = "serde_urlencoded"
4479 version = "0.7.1"
4480 source = "registry+https://github.com/rust-lang/crates.io-index"
4481 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4482 dependencies = [
4483 "form_urlencoded",
4484 "itoa",
4485 "ryu",
4486 "serde",
4487 ]
4488
4489 [[package]]
4490 name = "sha2"
4491 version = "0.10.9"
4492 source = "registry+https://github.com/rust-lang/crates.io-index"
4493 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4494 dependencies = [
4495 "cfg-if",
4496 "cpufeatures",
4497 "digest",
4498 ]
4499
4500 [[package]]
4501 name = "sharded-slab"
4502 version = "0.1.7"
4503 source = "registry+https://github.com/rust-lang/crates.io-index"
4504 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4505 dependencies = [
4506 "lazy_static",
4507 ]
4508
4509 [[package]]
4510 name = "shlex"
4511 version = "1.3.0"
4512 source = "registry+https://github.com/rust-lang/crates.io-index"
4513 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4514
4515 [[package]]
4516 name = "signal-hook-registry"
4517 version = "1.4.8"
4518 source = "registry+https://github.com/rust-lang/crates.io-index"
4519 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
4520 dependencies = [
4521 "errno",
4522 "libc",
4523 ]
4524
4525 [[package]]
4526 name = "simd-adler32"
4527 version = "0.3.8"
4528 source = "registry+https://github.com/rust-lang/crates.io-index"
4529 checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
4530
4531 [[package]]
4532 name = "slab"
4533 version = "0.4.12"
4534 source = "registry+https://github.com/rust-lang/crates.io-index"
4535 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
4536
4537 [[package]]
4538 name = "slotmap"
4539 version = "1.1.1"
4540 source = "registry+https://github.com/rust-lang/crates.io-index"
4541 checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
4542 dependencies = [
4543 "version_check",
4544 ]
4545
4546 [[package]]
4547 name = "smallvec"
4548 version = "1.15.1"
4549 source = "registry+https://github.com/rust-lang/crates.io-index"
4550 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4551
4552 [[package]]
4553 name = "smartstring"
4554 version = "1.0.1"
4555 source = "registry+https://github.com/rust-lang/crates.io-index"
4556 checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
4557 dependencies = [
4558 "autocfg",
4559 "static_assertions",
4560 "version_check",
4561 ]
4562
4563 [[package]]
4564 name = "smithay-client-toolkit"
4565 version = "0.19.2"
4566 source = "registry+https://github.com/rust-lang/crates.io-index"
4567 checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
4568 dependencies = [
4569 "bitflags 2.11.0",
4570 "calloop 0.13.0",
4571 "calloop-wayland-source 0.3.0",
4572 "cursor-icon",
4573 "libc",
4574 "log",
4575 "memmap2",
4576 "rustix 0.38.44",
4577 "thiserror 1.0.69",
4578 "wayland-backend",
4579 "wayland-client",
4580 "wayland-csd-frame",
4581 "wayland-cursor",
4582 "wayland-protocols",
4583 "wayland-protocols-wlr",
4584 "wayland-scanner",
4585 "xkeysym",
4586 ]
4587
4588 [[package]]
4589 name = "smithay-client-toolkit"
4590 version = "0.20.0"
4591 source = "registry+https://github.com/rust-lang/crates.io-index"
4592 checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
4593 dependencies = [
4594 "bitflags 2.11.0",
4595 "calloop 0.14.4",
4596 "calloop-wayland-source 0.4.1",
4597 "cursor-icon",
4598 "libc",
4599 "log",
4600 "memmap2",
4601 "rustix 1.1.3",
4602 "thiserror 2.0.18",
4603 "wayland-backend",
4604 "wayland-client",
4605 "wayland-csd-frame",
4606 "wayland-cursor",
4607 "wayland-protocols",
4608 "wayland-protocols-experimental",
4609 "wayland-protocols-misc",
4610 "wayland-protocols-wlr",
4611 "wayland-scanner",
4612 "xkeysym",
4613 ]
4614
4615 [[package]]
4616 name = "smithay-clipboard"
4617 version = "0.7.3"
4618 source = "registry+https://github.com/rust-lang/crates.io-index"
4619 checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
4620 dependencies = [
4621 "libc",
4622 "smithay-client-toolkit 0.20.0",
4623 "wayland-backend",
4624 ]
4625
4626 [[package]]
4627 name = "smol_str"
4628 version = "0.2.2"
4629 source = "registry+https://github.com/rust-lang/crates.io-index"
4630 checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
4631 dependencies = [
4632 "serde",
4633 ]
4634
4635 [[package]]
4636 name = "socket2"
4637 version = "0.6.2"
4638 source = "registry+https://github.com/rust-lang/crates.io-index"
4639 checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
4640 dependencies = [
4641 "libc",
4642 "windows-sys 0.60.2",
4643 ]
4644
4645 [[package]]
4646 name = "spin"
4647 version = "0.5.2"
4648 source = "registry+https://github.com/rust-lang/crates.io-index"
4649 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4650
4651 [[package]]
4652 name = "spirv"
4653 version = "0.3.0+sdk-1.3.268.0"
4654 source = "registry+https://github.com/rust-lang/crates.io-index"
4655 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
4656 dependencies = [
4657 "bitflags 2.11.0",
4658 ]
4659
4660 [[package]]
4661 name = "stable_deref_trait"
4662 version = "1.2.1"
4663 source = "registry+https://github.com/rust-lang/crates.io-index"
4664 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4665
4666 [[package]]
4667 name = "static_assertions"
4668 version = "1.1.0"
4669 source = "registry+https://github.com/rust-lang/crates.io-index"
4670 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4671
4672 [[package]]
4673 name = "stratum-dsp"
4674 version = "1.0.0"
4675 source = "registry+https://github.com/rust-lang/crates.io-index"
4676 checksum = "3307cfb4b43dc10db80f8e9b95079bf82288e0c2a4c6f4f811321f5cdc2818e7"
4677 dependencies = [
4678 "log",
4679 "rayon",
4680 "rustfft",
4681 "serde",
4682 "serde_json",
4683 "symphonia",
4684 ]
4685
4686 [[package]]
4687 name = "strength_reduce"
4688 version = "0.2.4"
4689 source = "registry+https://github.com/rust-lang/crates.io-index"
4690 checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
4691
4692 [[package]]
4693 name = "strum"
4694 version = "0.26.3"
4695 source = "registry+https://github.com/rust-lang/crates.io-index"
4696 checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
4697 dependencies = [
4698 "strum_macros",
4699 ]
4700
4701 [[package]]
4702 name = "strum_macros"
4703 version = "0.26.4"
4704 source = "registry+https://github.com/rust-lang/crates.io-index"
4705 checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
4706 dependencies = [
4707 "heck 0.5.0",
4708 "proc-macro2",
4709 "quote",
4710 "rustversion",
4711 "syn 2.0.116",
4712 ]
4713
4714 [[package]]
4715 name = "subtle"
4716 version = "2.6.1"
4717 source = "registry+https://github.com/rust-lang/crates.io-index"
4718 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4719
4720 [[package]]
4721 name = "symphonia"
4722 version = "0.5.5"
4723 source = "registry+https://github.com/rust-lang/crates.io-index"
4724 checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
4725 dependencies = [
4726 "lazy_static",
4727 "symphonia-bundle-flac",
4728 "symphonia-bundle-mp3",
4729 "symphonia-codec-aac",
4730 "symphonia-codec-adpcm",
4731 "symphonia-codec-alac",
4732 "symphonia-codec-pcm",
4733 "symphonia-codec-vorbis",
4734 "symphonia-core",
4735 "symphonia-format-caf",
4736 "symphonia-format-isomp4",
4737 "symphonia-format-mkv",
4738 "symphonia-format-ogg",
4739 "symphonia-format-riff",
4740 "symphonia-metadata",
4741 ]
4742
4743 [[package]]
4744 name = "symphonia-bundle-flac"
4745 version = "0.5.5"
4746 source = "registry+https://github.com/rust-lang/crates.io-index"
4747 checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
4748 dependencies = [
4749 "log",
4750 "symphonia-core",
4751 "symphonia-metadata",
4752 "symphonia-utils-xiph",
4753 ]
4754
4755 [[package]]
4756 name = "symphonia-bundle-mp3"
4757 version = "0.5.5"
4758 source = "registry+https://github.com/rust-lang/crates.io-index"
4759 checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
4760 dependencies = [
4761 "lazy_static",
4762 "log",
4763 "symphonia-core",
4764 "symphonia-metadata",
4765 ]
4766
4767 [[package]]
4768 name = "symphonia-codec-aac"
4769 version = "0.5.5"
4770 source = "registry+https://github.com/rust-lang/crates.io-index"
4771 checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
4772 dependencies = [
4773 "lazy_static",
4774 "log",
4775 "symphonia-core",
4776 ]
4777
4778 [[package]]
4779 name = "symphonia-codec-adpcm"
4780 version = "0.5.5"
4781 source = "registry+https://github.com/rust-lang/crates.io-index"
4782 checksum = "2dddc50e2bbea4cfe027441eece77c46b9f319748605ab8f3443350129ddd07f"
4783 dependencies = [
4784 "log",
4785 "symphonia-core",
4786 ]
4787
4788 [[package]]
4789 name = "symphonia-codec-alac"
4790 version = "0.5.5"
4791 source = "registry+https://github.com/rust-lang/crates.io-index"
4792 checksum = "8413fa754942ac16a73634c9dfd1500ed5c61430956b33728567f667fdd393ab"
4793 dependencies = [
4794 "log",
4795 "symphonia-core",
4796 ]
4797
4798 [[package]]
4799 name = "symphonia-codec-pcm"
4800 version = "0.5.5"
4801 source = "registry+https://github.com/rust-lang/crates.io-index"
4802 checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
4803 dependencies = [
4804 "log",
4805 "symphonia-core",
4806 ]
4807
4808 [[package]]
4809 name = "symphonia-codec-vorbis"
4810 version = "0.5.5"
4811 source = "registry+https://github.com/rust-lang/crates.io-index"
4812 checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
4813 dependencies = [
4814 "log",
4815 "symphonia-core",
4816 "symphonia-utils-xiph",
4817 ]
4818
4819 [[package]]
4820 name = "symphonia-core"
4821 version = "0.5.5"
4822 source = "registry+https://github.com/rust-lang/crates.io-index"
4823 checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
4824 dependencies = [
4825 "arrayvec",
4826 "bitflags 1.3.2",
4827 "bytemuck",
4828 "lazy_static",
4829 "log",
4830 ]
4831
4832 [[package]]
4833 name = "symphonia-format-caf"
4834 version = "0.5.5"
4835 source = "registry+https://github.com/rust-lang/crates.io-index"
4836 checksum = "b8faf379316b6b6e6bbc274d00e7a592e0d63ff1a7e182ce8ba25e24edd3d096"
4837 dependencies = [
4838 "log",
4839 "symphonia-core",
4840 "symphonia-metadata",
4841 ]
4842
4843 [[package]]
4844 name = "symphonia-format-isomp4"
4845 version = "0.5.5"
4846 source = "registry+https://github.com/rust-lang/crates.io-index"
4847 checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
4848 dependencies = [
4849 "encoding_rs",
4850 "log",
4851 "symphonia-core",
4852 "symphonia-metadata",
4853 "symphonia-utils-xiph",
4854 ]
4855
4856 [[package]]
4857 name = "symphonia-format-mkv"
4858 version = "0.5.5"
4859 source = "registry+https://github.com/rust-lang/crates.io-index"
4860 checksum = "122d786d2c43a49beb6f397551b4a050d8229eaa54c7ddf9ee4b98899b8742d0"
4861 dependencies = [
4862 "lazy_static",
4863 "log",
4864 "symphonia-core",
4865 "symphonia-metadata",
4866 "symphonia-utils-xiph",
4867 ]
4868
4869 [[package]]
4870 name = "symphonia-format-ogg"
4871 version = "0.5.5"
4872 source = "registry+https://github.com/rust-lang/crates.io-index"
4873 checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
4874 dependencies = [
4875 "log",
4876 "symphonia-core",
4877 "symphonia-metadata",
4878 "symphonia-utils-xiph",
4879 ]
4880
4881 [[package]]
4882 name = "symphonia-format-riff"
4883 version = "0.5.5"
4884 source = "registry+https://github.com/rust-lang/crates.io-index"
4885 checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
4886 dependencies = [
4887 "extended",
4888 "log",
4889 "symphonia-core",
4890 "symphonia-metadata",
4891 ]
4892
4893 [[package]]
4894 name = "symphonia-metadata"
4895 version = "0.5.5"
4896 source = "registry+https://github.com/rust-lang/crates.io-index"
4897 checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
4898 dependencies = [
4899 "encoding_rs",
4900 "lazy_static",
4901 "log",
4902 "symphonia-core",
4903 ]
4904
4905 [[package]]
4906 name = "symphonia-utils-xiph"
4907 version = "0.5.5"
4908 source = "registry+https://github.com/rust-lang/crates.io-index"
4909 checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
4910 dependencies = [
4911 "symphonia-core",
4912 "symphonia-metadata",
4913 ]
4914
4915 [[package]]
4916 name = "syn"
4917 version = "1.0.109"
4918 source = "registry+https://github.com/rust-lang/crates.io-index"
4919 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4920 dependencies = [
4921 "proc-macro2",
4922 "unicode-ident",
4923 ]
4924
4925 [[package]]
4926 name = "syn"
4927 version = "2.0.116"
4928 source = "registry+https://github.com/rust-lang/crates.io-index"
4929 checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
4930 dependencies = [
4931 "proc-macro2",
4932 "quote",
4933 "unicode-ident",
4934 ]
4935
4936 [[package]]
4937 name = "sync_wrapper"
4938 version = "1.0.2"
4939 source = "registry+https://github.com/rust-lang/crates.io-index"
4940 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4941 dependencies = [
4942 "futures-core",
4943 ]
4944
4945 [[package]]
4946 name = "synckit-client"
4947 version = "0.4.0"
4948 dependencies = [
4949 "argon2",
4950 "base64",
4951 "bytes",
4952 "chacha20poly1305",
4953 "chrono",
4954 "keyring",
4955 "parking_lot",
4956 "rand",
4957 "reqwest",
4958 "serde",
4959 "serde_json",
4960 "thiserror 2.0.18",
4961 "tokio",
4962 "tokio-stream",
4963 "tracing",
4964 "unicode-normalization",
4965 "urlencoding",
4966 "uuid",
4967 "zeroize",
4968 ]
4969
4970 [[package]]
4971 name = "synstructure"
4972 version = "0.13.2"
4973 source = "registry+https://github.com/rust-lang/crates.io-index"
4974 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4975 dependencies = [
4976 "proc-macro2",
4977 "quote",
4978 "syn 2.0.116",
4979 ]
4980
4981 [[package]]
4982 name = "system-configuration"
4983 version = "0.7.0"
4984 source = "registry+https://github.com/rust-lang/crates.io-index"
4985 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
4986 dependencies = [
4987 "bitflags 2.11.0",
4988 "core-foundation 0.9.4",
4989 "system-configuration-sys",
4990 ]
4991
4992 [[package]]
4993 name = "system-configuration-sys"
4994 version = "0.6.0"
4995 source = "registry+https://github.com/rust-lang/crates.io-index"
4996 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4997 dependencies = [
4998 "core-foundation-sys",
4999 "libc",
5000 ]
5001
5002 [[package]]
5003 name = "system-deps"
5004 version = "6.2.2"
5005 source = "registry+https://github.com/rust-lang/crates.io-index"
5006 checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
5007 dependencies = [
5008 "cfg-expr",
5009 "heck 0.5.0",
5010 "pkg-config",
5011 "toml",
5012 "version-compare",
5013 ]
5014
5015 [[package]]
5016 name = "tagtree"
5017 version = "0.3.1"
5018
5019 [[package]]
5020 name = "target-lexicon"
5021 version = "0.12.16"
5022 source = "registry+https://github.com/rust-lang/crates.io-index"
5023 checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
5024
5025 [[package]]
5026 name = "tempfile"
5027 version = "3.25.0"
5028 source = "registry+https://github.com/rust-lang/crates.io-index"
5029 checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
5030 dependencies = [
5031 "fastrand",
5032 "getrandom 0.4.2",
5033 "once_cell",
5034 "rustix 1.1.3",
5035 "windows-sys 0.61.2",
5036 ]
5037
5038 [[package]]
5039 name = "termcolor"
5040 version = "1.4.1"
5041 source = "registry+https://github.com/rust-lang/crates.io-index"
5042 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
5043 dependencies = [
5044 "winapi-util",
5045 ]
5046
5047 [[package]]
5048 name = "theme-common"
5049 version = "0.3.1"
5050 dependencies = [
5051 "serde",
5052 "toml",
5053 ]
5054
5055 [[package]]
5056 name = "thin-vec"
5057 version = "0.2.14"
5058 source = "registry+https://github.com/rust-lang/crates.io-index"
5059 checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
5060
5061 [[package]]
5062 name = "thiserror"
5063 version = "1.0.69"
5064 source = "registry+https://github.com/rust-lang/crates.io-index"
5065 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5066 dependencies = [
5067 "thiserror-impl 1.0.69",
5068 ]
5069
5070 [[package]]
5071 name = "thiserror"
5072 version = "2.0.18"
5073 source = "registry+https://github.com/rust-lang/crates.io-index"
5074 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
5075 dependencies = [
5076 "thiserror-impl 2.0.18",
5077 ]
5078
5079 [[package]]
5080 name = "thiserror-impl"
5081 version = "1.0.69"
5082 source = "registry+https://github.com/rust-lang/crates.io-index"
5083 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5084 dependencies = [
5085 "proc-macro2",
5086 "quote",
5087 "syn 2.0.116",
5088 ]
5089
5090 [[package]]
5091 name = "thiserror-impl"
5092 version = "2.0.18"
5093 source = "registry+https://github.com/rust-lang/crates.io-index"
5094 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
5095 dependencies = [
5096 "proc-macro2",
5097 "quote",
5098 "syn 2.0.116",
5099 ]
5100
5101 [[package]]
5102 name = "thread_local"
5103 version = "1.1.9"
5104 source = "registry+https://github.com/rust-lang/crates.io-index"
5105 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5106 dependencies = [
5107 "cfg-if",
5108 ]
5109
5110 [[package]]
5111 name = "tiff"
5112 version = "0.10.3"
5113 source = "registry+https://github.com/rust-lang/crates.io-index"
5114 checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
5115 dependencies = [
5116 "fax",
5117 "flate2",
5118 "half",
5119 "quick-error",
5120 "weezl",
5121 "zune-jpeg",
5122 ]
5123
5124 [[package]]
5125 name = "tiny-keccak"
5126 version = "2.0.2"
5127 source = "registry+https://github.com/rust-lang/crates.io-index"
5128 checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
5129 dependencies = [
5130 "crunchy",
5131 ]
5132
5133 [[package]]
5134 name = "tinystr"
5135 version = "0.8.2"
5136 source = "registry+https://github.com/rust-lang/crates.io-index"
5137 checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
5138 dependencies = [
5139 "displaydoc",
5140 "zerovec",
5141 ]
5142
5143 [[package]]
5144 name = "tinyvec"
5145 version = "1.10.0"
5146 source = "registry+https://github.com/rust-lang/crates.io-index"
5147 checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5148 dependencies = [
5149 "tinyvec_macros",
5150 ]
5151
5152 [[package]]
5153 name = "tinyvec_macros"
5154 version = "0.1.1"
5155 source = "registry+https://github.com/rust-lang/crates.io-index"
5156 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5157
5158 [[package]]
5159 name = "tokio"
5160 version = "1.50.0"
5161 source = "registry+https://github.com/rust-lang/crates.io-index"
5162 checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
5163 dependencies = [
5164 "bytes",
5165 "libc",
5166 "mio",
5167 "pin-project-lite",
5168 "socket2",
5169 "tokio-macros",
5170 "windows-sys 0.61.2",
5171 ]
5172
5173 [[package]]
5174 name = "tokio-macros"
5175 version = "2.6.1"
5176 source = "registry+https://github.com/rust-lang/crates.io-index"
5177 checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
5178 dependencies = [
5179 "proc-macro2",
5180 "quote",
5181 "syn 2.0.116",
5182 ]
5183
5184 [[package]]
5185 name = "tokio-native-tls"
5186 version = "0.3.1"
5187 source = "registry+https://github.com/rust-lang/crates.io-index"
5188 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5189 dependencies = [
5190 "native-tls",
5191 "tokio",
5192 ]
5193
5194 [[package]]
5195 name = "tokio-rustls"
5196 version = "0.26.4"
5197 source = "registry+https://github.com/rust-lang/crates.io-index"
5198 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5199 dependencies = [
5200 "rustls",
5201 "tokio",
5202 ]
5203
5204 [[package]]
5205 name = "tokio-stream"
5206 version = "0.1.18"
5207 source = "registry+https://github.com/rust-lang/crates.io-index"
5208 checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
5209 dependencies = [
5210 "futures-core",
5211 "pin-project-lite",
5212 "tokio",
5213 ]
5214
5215 [[package]]
5216 name = "tokio-util"
5217 version = "0.7.18"
5218 source = "registry+https://github.com/rust-lang/crates.io-index"
5219 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
5220 dependencies = [
5221 "bytes",
5222 "futures-core",
5223 "futures-sink",
5224 "pin-project-lite",
5225 "tokio",
5226 ]
5227
5228 [[package]]
5229 name = "toml"
5230 version = "0.8.23"
5231 source = "registry+https://github.com/rust-lang/crates.io-index"
5232 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
5233 dependencies = [
5234 "serde",
5235 "serde_spanned",
5236 "toml_datetime 0.6.11",
5237 "toml_edit 0.22.27",
5238 ]
5239
5240 [[package]]
5241 name = "toml_datetime"
5242 version = "0.6.11"
5243 source = "registry+https://github.com/rust-lang/crates.io-index"
5244 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
5245 dependencies = [
5246 "serde",
5247 ]
5248
5249 [[package]]
5250 name = "toml_datetime"
5251 version = "0.7.5+spec-1.1.0"
5252 source = "registry+https://github.com/rust-lang/crates.io-index"
5253 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
5254 dependencies = [
5255 "serde_core",
5256 ]
5257
5258 [[package]]
5259 name = "toml_edit"
5260 version = "0.19.15"
5261 source = "registry+https://github.com/rust-lang/crates.io-index"
5262 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
5263 dependencies = [
5264 "indexmap",
5265 "toml_datetime 0.6.11",
5266 "winnow 0.5.40",
5267 ]
5268
5269 [[package]]
5270 name = "toml_edit"
5271 version = "0.20.7"
5272 source = "registry+https://github.com/rust-lang/crates.io-index"
5273 checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
5274 dependencies = [
5275 "indexmap",
5276 "toml_datetime 0.6.11",
5277 "winnow 0.5.40",
5278 ]
5279
5280 [[package]]
5281 name = "toml_edit"
5282 version = "0.22.27"
5283 source = "registry+https://github.com/rust-lang/crates.io-index"
5284 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
5285 dependencies = [
5286 "indexmap",
5287 "serde",
5288 "serde_spanned",
5289 "toml_datetime 0.6.11",
5290 "toml_write",
5291 "winnow 0.7.14",
5292 ]
5293
5294 [[package]]
5295 name = "toml_edit"
5296 version = "0.23.10+spec-1.0.0"
5297 source = "registry+https://github.com/rust-lang/crates.io-index"
5298 checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
5299 dependencies = [
5300 "indexmap",
5301 "toml_datetime 0.7.5+spec-1.1.0",
5302 "toml_parser",
5303 "winnow 0.7.14",
5304 ]
5305
5306 [[package]]
5307 name = "toml_parser"
5308 version = "1.0.9+spec-1.1.0"
5309 source = "registry+https://github.com/rust-lang/crates.io-index"
5310 checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
5311 dependencies = [
5312 "winnow 0.7.14",
5313 ]
5314
5315 [[package]]
5316 name = "toml_write"
5317 version = "0.1.2"
5318 source = "registry+https://github.com/rust-lang/crates.io-index"
5319 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
5320
5321 [[package]]
5322 name = "tower"
5323 version = "0.5.3"
5324 source = "registry+https://github.com/rust-lang/crates.io-index"
5325 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
5326 dependencies = [
5327 "futures-core",
5328 "futures-util",
5329 "pin-project-lite",
5330 "sync_wrapper",
5331 "tokio",
5332 "tower-layer",
5333 "tower-service",
5334 ]
5335
5336 [[package]]
5337 name = "tower-http"
5338 version = "0.6.8"
5339 source = "registry+https://github.com/rust-lang/crates.io-index"
5340 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
5341 dependencies = [
5342 "bitflags 2.11.0",
5343 "bytes",
5344 "futures-util",
5345 "http",
5346 "http-body",
5347 "iri-string",
5348 "pin-project-lite",
5349 "tower",
5350 "tower-layer",
5351 "tower-service",
5352 ]
5353
5354 [[package]]
5355 name = "tower-layer"
5356 version = "0.3.3"
5357 source = "registry+https://github.com/rust-lang/crates.io-index"
5358 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5359
5360 [[package]]
5361 name = "tower-service"
5362 version = "0.3.3"
5363 source = "registry+https://github.com/rust-lang/crates.io-index"
5364 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5365
5366 [[package]]
5367 name = "tracing"
5368 version = "0.1.44"
5369 source = "registry+https://github.com/rust-lang/crates.io-index"
5370 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
5371 dependencies = [
5372 "log",
5373 "pin-project-lite",
5374 "tracing-attributes",
5375 "tracing-core",
5376 ]
5377
5378 [[package]]
5379 name = "tracing-attributes"
5380 version = "0.1.31"
5381 source = "registry+https://github.com/rust-lang/crates.io-index"
5382 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5383 dependencies = [
5384 "proc-macro2",
5385 "quote",
5386 "syn 2.0.116",
5387 ]
5388
5389 [[package]]
5390 name = "tracing-core"
5391 version = "0.1.36"
5392 source = "registry+https://github.com/rust-lang/crates.io-index"
5393 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
5394 dependencies = [
5395 "once_cell",
5396 "valuable",
5397 ]
5398
5399 [[package]]
5400 name = "tracing-log"
5401 version = "0.2.0"
5402 source = "registry+https://github.com/rust-lang/crates.io-index"
5403 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5404 dependencies = [
5405 "log",
5406 "once_cell",
5407 "tracing-core",
5408 ]
5409
5410 [[package]]
5411 name = "tracing-subscriber"
5412 version = "0.3.22"
5413 source = "registry+https://github.com/rust-lang/crates.io-index"
5414 checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
5415 dependencies = [
5416 "matchers",
5417 "nu-ansi-term",
5418 "once_cell",
5419 "regex-automata",
5420 "sharded-slab",
5421 "smallvec",
5422 "thread_local",
5423 "tracing",
5424 "tracing-core",
5425 "tracing-log",
5426 ]
5427
5428 [[package]]
5429 name = "transpose"
5430 version = "0.2.3"
5431 source = "registry+https://github.com/rust-lang/crates.io-index"
5432 checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
5433 dependencies = [
5434 "num-integer",
5435 "strength_reduce",
5436 ]
5437
5438 [[package]]
5439 name = "tray-icon"
5440 version = "0.21.3"
5441 source = "registry+https://github.com/rust-lang/crates.io-index"
5442 checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
5443 dependencies = [
5444 "crossbeam-channel",
5445 "dirs",
5446 "libappindicator",
5447 "muda",
5448 "objc2 0.6.3",
5449 "objc2-app-kit 0.3.2",
5450 "objc2-core-foundation",
5451 "objc2-core-graphics",
5452 "objc2-foundation 0.3.2",
5453 "once_cell",
5454 "png 0.17.16",
5455 "thiserror 2.0.18",
5456 "windows-sys 0.60.2",
5457 ]
5458
5459 [[package]]
5460 name = "try-lock"
5461 version = "0.2.5"
5462 source = "registry+https://github.com/rust-lang/crates.io-index"
5463 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5464
5465 [[package]]
5466 name = "ttf-parser"
5467 version = "0.25.1"
5468 source = "registry+https://github.com/rust-lang/crates.io-index"
5469 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
5470
5471 [[package]]
5472 name = "type-map"
5473 version = "0.5.1"
5474 source = "registry+https://github.com/rust-lang/crates.io-index"
5475 checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
5476 dependencies = [
5477 "rustc-hash 2.1.1",
5478 ]
5479
5480 [[package]]
5481 name = "typenum"
5482 version = "1.19.0"
5483 source = "registry+https://github.com/rust-lang/crates.io-index"
5484 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5485
5486 [[package]]
5487 name = "uds_windows"
5488 version = "1.1.0"
5489 source = "registry+https://github.com/rust-lang/crates.io-index"
5490 checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
5491 dependencies = [
5492 "memoffset",
5493 "tempfile",
5494 "winapi",
5495 ]
5496
5497 [[package]]
5498 name = "unicode-ident"
5499 version = "1.0.24"
5500 source = "registry+https://github.com/rust-lang/crates.io-index"
5501 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
5502
5503 [[package]]
5504 name = "unicode-normalization"
5505 version = "0.1.25"
5506 source = "registry+https://github.com/rust-lang/crates.io-index"
5507 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
5508 dependencies = [
5509 "tinyvec",
5510 ]
5511
5512 [[package]]
5513 name = "unicode-segmentation"
5514 version = "1.12.0"
5515 source = "registry+https://github.com/rust-lang/crates.io-index"
5516 checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5517
5518 [[package]]
5519 name = "unicode-width"
5520 version = "0.1.14"
5521 source = "registry+https://github.com/rust-lang/crates.io-index"
5522 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5523
5524 [[package]]
5525 name = "unicode-xid"
5526 version = "0.2.6"
5527 source = "registry+https://github.com/rust-lang/crates.io-index"
5528 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5529
5530 [[package]]
5531 name = "universal-hash"
5532 version = "0.5.1"
5533 source = "registry+https://github.com/rust-lang/crates.io-index"
5534 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
5535 dependencies = [
5536 "crypto-common",
5537 "subtle",
5538 ]
5539
5540 [[package]]
5541 name = "untrusted"
5542 version = "0.9.0"
5543 source = "registry+https://github.com/rust-lang/crates.io-index"
5544 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5545
5546 [[package]]
5547 name = "url"
5548 version = "2.5.8"
5549 source = "registry+https://github.com/rust-lang/crates.io-index"
5550 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
5551 dependencies = [
5552 "form_urlencoded",
5553 "idna",
5554 "percent-encoding",
5555 "serde",
5556 "serde_derive",
5557 ]
5558
5559 [[package]]
5560 name = "urlencoding"
5561 version = "2.1.3"
5562 source = "registry+https://github.com/rust-lang/crates.io-index"
5563 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5564
5565 [[package]]
5566 name = "utf8_iter"
5567 version = "1.0.4"
5568 source = "registry+https://github.com/rust-lang/crates.io-index"
5569 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5570
5571 [[package]]
5572 name = "uuid"
5573 version = "1.21.0"
5574 source = "registry+https://github.com/rust-lang/crates.io-index"
5575 checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
5576 dependencies = [
5577 "getrandom 0.4.2",
5578 "js-sys",
5579 "serde_core",
5580 "wasm-bindgen",
5581 ]
5582
5583 [[package]]
5584 name = "valuable"
5585 version = "0.1.1"
5586 source = "registry+https://github.com/rust-lang/crates.io-index"
5587 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5588
5589 [[package]]
5590 name = "vcpkg"
5591 version = "0.2.15"
5592 source = "registry+https://github.com/rust-lang/crates.io-index"
5593 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5594
5595 [[package]]
5596 name = "version-compare"
5597 version = "0.2.1"
5598 source = "registry+https://github.com/rust-lang/crates.io-index"
5599 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
5600
5601 [[package]]
5602 name = "version_check"
5603 version = "0.9.5"
5604 source = "registry+https://github.com/rust-lang/crates.io-index"
5605 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5606
5607 [[package]]
5608 name = "walkdir"
5609 version = "2.5.0"
5610 source = "registry+https://github.com/rust-lang/crates.io-index"
5611 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5612 dependencies = [
5613 "same-file",
5614 "winapi-util",
5615 ]
5616
5617 [[package]]
5618 name = "want"
5619 version = "0.3.1"
5620 source = "registry+https://github.com/rust-lang/crates.io-index"
5621 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5622 dependencies = [
5623 "try-lock",
5624 ]
5625
5626 [[package]]
5627 name = "wasi"
5628 version = "0.11.1+wasi-snapshot-preview1"
5629 source = "registry+https://github.com/rust-lang/crates.io-index"
5630 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5631
5632 [[package]]
5633 name = "wasip2"
5634 version = "1.0.2+wasi-0.2.9"
5635 source = "registry+https://github.com/rust-lang/crates.io-index"
5636 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
5637 dependencies = [
5638 "wit-bindgen",
5639 ]
5640
5641 [[package]]
5642 name = "wasip3"
5643 version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
5644 source = "registry+https://github.com/rust-lang/crates.io-index"
5645 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
5646 dependencies = [
5647 "wit-bindgen",
5648 ]
5649
5650 [[package]]
5651 name = "wasm-bindgen"
5652 version = "0.2.108"
5653 source = "registry+https://github.com/rust-lang/crates.io-index"
5654 checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
5655 dependencies = [
5656 "cfg-if",
5657 "once_cell",
5658 "rustversion",
5659 "wasm-bindgen-macro",
5660 "wasm-bindgen-shared",
5661 ]
5662
5663 [[package]]
5664 name = "wasm-bindgen-futures"
5665 version = "0.4.58"
5666 source = "registry+https://github.com/rust-lang/crates.io-index"
5667 checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
5668 dependencies = [
5669 "cfg-if",
5670 "futures-util",
5671 "js-sys",
5672 "once_cell",
5673 "wasm-bindgen",
5674 "web-sys",
5675 ]
5676
5677 [[package]]
5678 name = "wasm-bindgen-macro"
5679 version = "0.2.108"
5680 source = "registry+https://github.com/rust-lang/crates.io-index"
5681 checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
5682 dependencies = [
5683 "quote",
5684 "wasm-bindgen-macro-support",
5685 ]
5686
5687 [[package]]
5688 name = "wasm-bindgen-macro-support"
5689 version = "0.2.108"
5690 source = "registry+https://github.com/rust-lang/crates.io-index"
5691 checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
5692 dependencies = [
5693 "bumpalo",
5694 "proc-macro2",
5695 "quote",
5696 "syn 2.0.116",
5697 "wasm-bindgen-shared",
5698 ]
5699
5700 [[package]]
5701 name = "wasm-bindgen-shared"
5702 version = "0.2.108"
5703 source = "registry+https://github.com/rust-lang/crates.io-index"
5704 checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
5705 dependencies = [
5706 "unicode-ident",
5707 ]
5708
5709 [[package]]
5710 name = "wasm-encoder"
5711 version = "0.244.0"
5712 source = "registry+https://github.com/rust-lang/crates.io-index"
5713 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
5714 dependencies = [
5715 "leb128fmt",
5716 "wasmparser",
5717 ]
5718
5719 [[package]]
5720 name = "wasm-metadata"
5721 version = "0.244.0"
5722 source = "registry+https://github.com/rust-lang/crates.io-index"
5723 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
5724 dependencies = [
5725 "anyhow",
5726 "indexmap",
5727 "wasm-encoder",
5728 "wasmparser",
5729 ]
5730
5731 [[package]]
5732 name = "wasmparser"
5733 version = "0.244.0"
5734 source = "registry+https://github.com/rust-lang/crates.io-index"
5735 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
5736 dependencies = [
5737 "bitflags 2.11.0",
5738 "hashbrown 0.15.5",
5739 "indexmap",
5740 "semver",
5741 ]
5742
5743 [[package]]
5744 name = "wayland-backend"
5745 version = "0.3.12"
5746 source = "registry+https://github.com/rust-lang/crates.io-index"
5747 checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9"
5748 dependencies = [
5749 "cc",
5750 "downcast-rs",
5751 "rustix 1.1.3",
5752 "scoped-tls",
5753 "smallvec",
5754 "wayland-sys",
5755 ]
5756
5757 [[package]]
5758 name = "wayland-client"
5759 version = "0.31.12"
5760 source = "registry+https://github.com/rust-lang/crates.io-index"
5761 checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec"
5762 dependencies = [
5763 "bitflags 2.11.0",
5764 "rustix 1.1.3",
5765 "wayland-backend",
5766 "wayland-scanner",
5767 ]
5768
5769 [[package]]
5770 name = "wayland-csd-frame"
5771 version = "0.3.0"
5772 source = "registry+https://github.com/rust-lang/crates.io-index"
5773 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
5774 dependencies = [
5775 "bitflags 2.11.0",
5776 "cursor-icon",
5777 "wayland-backend",
5778 ]
5779
5780 [[package]]
5781 name = "wayland-cursor"
5782 version = "0.31.12"
5783 source = "registry+https://github.com/rust-lang/crates.io-index"
5784 checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078"
5785 dependencies = [
5786 "rustix 1.1.3",
5787 "wayland-client",
5788 "xcursor",
5789 ]
5790
5791 [[package]]
5792 name = "wayland-protocols"
5793 version = "0.32.10"
5794 source = "registry+https://github.com/rust-lang/crates.io-index"
5795 checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3"
5796 dependencies = [
5797 "bitflags 2.11.0",
5798 "wayland-backend",
5799 "wayland-client",
5800 "wayland-scanner",
5801 ]
5802
5803 [[package]]
5804 name = "wayland-protocols-experimental"
5805 version = "20250721.0.1"
5806 source = "registry+https://github.com/rust-lang/crates.io-index"
5807 checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
5808 dependencies = [
5809 "bitflags 2.11.0",
5810 "wayland-backend",
5811 "wayland-client",
5812 "wayland-protocols",
5813 "wayland-scanner",
5814 ]
5815
5816 [[package]]
5817 name = "wayland-protocols-misc"
5818 version = "0.3.10"
5819 source = "registry+https://github.com/rust-lang/crates.io-index"
5820 checksum = "791c58fdeec5406aa37169dd815327d1e47f334219b523444bc26d70ceb4c34e"
5821 dependencies = [
5822 "bitflags 2.11.0",
5823 "wayland-backend",
5824 "wayland-client",
5825 "wayland-protocols",
5826 "wayland-scanner",
5827 ]
5828
5829 [[package]]
5830 name = "wayland-protocols-plasma"
5831 version = "0.3.10"
5832 source = "registry+https://github.com/rust-lang/crates.io-index"
5833 checksum = "aa98634619300a535a9a97f338aed9a5ff1e01a461943e8346ff4ae26007306b"
5834 dependencies = [
5835 "bitflags 2.11.0",
5836 "wayland-backend",
5837 "wayland-client",
5838 "wayland-protocols",
5839 "wayland-scanner",
5840 ]
5841
5842 [[package]]
5843 name = "wayland-protocols-wlr"
5844 version = "0.3.10"
5845 source = "registry+https://github.com/rust-lang/crates.io-index"
5846 checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3"
5847 dependencies = [
5848 "bitflags 2.11.0",
5849 "wayland-backend",
5850 "wayland-client",
5851 "wayland-protocols",
5852 "wayland-scanner",
5853 ]
5854
5855 [[package]]
5856 name = "wayland-scanner"
5857 version = "0.31.8"
5858 source = "registry+https://github.com/rust-lang/crates.io-index"
5859 checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3"
5860 dependencies = [
5861 "proc-macro2",
5862 "quick-xml",
5863 "quote",
5864 ]
5865
5866 [[package]]
5867 name = "wayland-sys"
5868 version = "0.31.8"
5869 source = "registry+https://github.com/rust-lang/crates.io-index"
5870 checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd"
5871 dependencies = [
5872 "dlib",
5873 "log",
5874 "once_cell",
5875 "pkg-config",
5876 ]
5877
5878 [[package]]
5879 name = "web-sys"
5880 version = "0.3.85"
5881 source = "registry+https://github.com/rust-lang/crates.io-index"
5882 checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
5883 dependencies = [
5884 "js-sys",
5885 "wasm-bindgen",
5886 ]
5887
5888 [[package]]
5889 name = "web-time"
5890 version = "1.1.0"
5891 source = "registry+https://github.com/rust-lang/crates.io-index"
5892 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5893 dependencies = [
5894 "js-sys",
5895 "wasm-bindgen",
5896 ]
5897
5898 [[package]]
5899 name = "webbrowser"
5900 version = "1.1.0"
5901 source = "registry+https://github.com/rust-lang/crates.io-index"
5902 checksum = "3f00bb839c1cf1e3036066614cbdcd035ecf215206691ea646aa3c60a24f68f2"
5903 dependencies = [
5904 "core-foundation 0.10.1",
5905 "jni",
5906 "log",
5907 "ndk-context",
5908 "objc2 0.6.3",
5909 "objc2-foundation 0.3.2",
5910 "url",
5911 "web-sys",
5912 ]
5913
5914 [[package]]
5915 name = "weezl"
5916 version = "0.1.12"
5917 source = "registry+https://github.com/rust-lang/crates.io-index"
5918 checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
5919
5920 [[package]]
5921 name = "wgpu"
5922 version = "24.0.5"
5923 source = "registry+https://github.com/rust-lang/crates.io-index"
5924 checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353"
5925 dependencies = [
5926 "arrayvec",
5927 "bitflags 2.11.0",
5928 "cfg_aliases",
5929 "document-features",
5930 "js-sys",
5931 "log",
5932 "parking_lot",
5933 "profiling",
5934 "raw-window-handle",
5935 "smallvec",
5936 "static_assertions",
5937 "wasm-bindgen",
5938 "wasm-bindgen-futures",
5939 "web-sys",
5940 "wgpu-core",
5941 "wgpu-hal",
5942 "wgpu-types",
5943 ]
5944
5945 [[package]]
5946 name = "wgpu-core"
5947 version = "24.0.5"
5948 source = "registry+https://github.com/rust-lang/crates.io-index"
5949 checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499"
5950 dependencies = [
5951 "arrayvec",
5952 "bit-vec",
5953 "bitflags 2.11.0",
5954 "cfg_aliases",
5955 "document-features",
5956 "indexmap",
5957 "log",
5958 "naga",
5959 "once_cell",
5960 "parking_lot",
5961 "profiling",
5962 "raw-window-handle",
5963 "rustc-hash 1.1.0",
5964 "smallvec",
5965 "thiserror 2.0.18",
5966 "wgpu-hal",
5967 "wgpu-types",
5968 ]
5969
5970 [[package]]
5971 name = "wgpu-hal"
5972 version = "24.0.4"
5973 source = "registry+https://github.com/rust-lang/crates.io-index"
5974 checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259"
5975 dependencies = [
5976 "android_system_properties",
5977 "arrayvec",
5978 "ash",
5979 "bitflags 2.11.0",
5980 "bytemuck",
5981 "cfg_aliases",
5982 "core-graphics-types",
5983 "glow",
5984 "glutin_wgl_sys",
5985 "gpu-alloc",
5986 "gpu-descriptor",
5987 "js-sys",
5988 "khronos-egl",
5989 "libc",
5990 "libloading 0.8.9",
5991 "log",
5992 "metal",
5993 "naga",
5994 "ndk-sys 0.5.0+25.2.9519653",
5995 "objc",
5996 "once_cell",
5997 "ordered-float",
5998 "parking_lot",
5999 "profiling",
6000 "raw-window-handle",
6001 "renderdoc-sys",
6002 "rustc-hash 1.1.0",
6003 "smallvec",
6004 "thiserror 2.0.18",
6005 "wasm-bindgen",
6006 "web-sys",
6007 "wgpu-types",
6008 "windows 0.58.0",
6009 ]
6010
6011 [[package]]
6012 name = "wgpu-types"
6013 version = "24.0.0"
6014 source = "registry+https://github.com/rust-lang/crates.io-index"
6015 checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c"
6016 dependencies = [
6017 "bitflags 2.11.0",
6018 "js-sys",
6019 "log",
6020 "web-sys",
6021 ]
6022
6023 [[package]]
6024 name = "winapi"
6025 version = "0.3.9"
6026 source = "registry+https://github.com/rust-lang/crates.io-index"
6027 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6028 dependencies = [
6029 "winapi-i686-pc-windows-gnu",
6030 "winapi-x86_64-pc-windows-gnu",
6031 ]
6032
6033 [[package]]
6034 name = "winapi-i686-pc-windows-gnu"
6035 version = "0.4.0"
6036 source = "registry+https://github.com/rust-lang/crates.io-index"
6037 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6038
6039 [[package]]
6040 name = "winapi-util"
6041 version = "0.1.11"
6042 source = "registry+https://github.com/rust-lang/crates.io-index"
6043 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6044 dependencies = [
6045 "windows-sys 0.61.2",
6046 ]
6047
6048 [[package]]
6049 name = "winapi-x86_64-pc-windows-gnu"
6050 version = "0.4.0"
6051 source = "registry+https://github.com/rust-lang/crates.io-index"
6052 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6053
6054 [[package]]
6055 name = "windows"
6056 version = "0.54.0"
6057 source = "registry+https://github.com/rust-lang/crates.io-index"
6058 checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
6059 dependencies = [
6060 "windows-core 0.54.0",
6061 "windows-targets 0.52.6",
6062 ]
6063
6064 [[package]]
6065 name = "windows"
6066 version = "0.56.0"
6067 source = "registry+https://github.com/rust-lang/crates.io-index"
6068 checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
6069 dependencies = [
6070 "windows-core 0.56.0",
6071 "windows-targets 0.52.6",
6072 ]
6073
6074 [[package]]
6075 name = "windows"
6076 version = "0.58.0"
6077 source = "registry+https://github.com/rust-lang/crates.io-index"
6078 checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
6079 dependencies = [
6080 "windows-core 0.58.0",
6081 "windows-targets 0.52.6",
6082 ]
6083
6084 [[package]]
6085 name = "windows"
6086 version = "0.62.2"
6087 source = "registry+https://github.com/rust-lang/crates.io-index"
6088 checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
6089 dependencies = [
6090 "windows-collections",
6091 "windows-core 0.62.2",
6092 "windows-future",
6093 "windows-numerics",
6094 ]
6095
6096 [[package]]
6097 name = "windows-collections"
6098 version = "0.3.2"
6099 source = "registry+https://github.com/rust-lang/crates.io-index"
6100 checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
6101 dependencies = [
6102 "windows-core 0.62.2",
6103 ]
6104
6105 [[package]]
6106 name = "windows-core"
6107 version = "0.54.0"
6108 source = "registry+https://github.com/rust-lang/crates.io-index"
6109 checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
6110 dependencies = [
6111 "windows-result 0.1.2",
6112 "windows-targets 0.52.6",
6113 ]
6114
6115 [[package]]
6116 name = "windows-core"
6117 version = "0.56.0"
6118 source = "registry+https://github.com/rust-lang/crates.io-index"
6119 checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
6120 dependencies = [
6121 "windows-implement 0.56.0",
6122 "windows-interface 0.56.0",
6123 "windows-result 0.1.2",
6124 "windows-targets 0.52.6",
6125 ]
6126
6127 [[package]]
6128 name = "windows-core"
6129 version = "0.58.0"
6130 source = "registry+https://github.com/rust-lang/crates.io-index"
6131 checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
6132 dependencies = [
6133 "windows-implement 0.58.0",
6134 "windows-interface 0.58.0",
6135 "windows-result 0.2.0",
6136 "windows-strings 0.1.0",
6137 "windows-targets 0.52.6",
6138 ]
6139
6140 [[package]]
6141 name = "windows-core"
6142 version = "0.62.2"
6143 source = "registry+https://github.com/rust-lang/crates.io-index"
6144 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6145 dependencies = [
6146 "windows-implement 0.60.2",
6147 "windows-interface 0.59.3",
6148 "windows-link",
6149 "windows-result 0.4.1",
6150 "windows-strings 0.5.1",
6151 ]
6152
6153 [[package]]
6154 name = "windows-future"
6155 version = "0.3.2"
6156 source = "registry+https://github.com/rust-lang/crates.io-index"
6157 checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
6158 dependencies = [
6159 "windows-core 0.62.2",
6160 "windows-link",
6161 "windows-threading",
6162 ]
6163
6164 [[package]]
6165 name = "windows-implement"
6166 version = "0.56.0"
6167 source = "registry+https://github.com/rust-lang/crates.io-index"
6168 checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
6169 dependencies = [
6170 "proc-macro2",
6171 "quote",
6172 "syn 2.0.116",
6173 ]
6174
6175 [[package]]
6176 name = "windows-implement"
6177 version = "0.58.0"
6178 source = "registry+https://github.com/rust-lang/crates.io-index"
6179 checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
6180 dependencies = [
6181 "proc-macro2",
6182 "quote",
6183 "syn 2.0.116",
6184 ]
6185
6186 [[package]]
6187 name = "windows-implement"
6188 version = "0.60.2"
6189 source = "registry+https://github.com/rust-lang/crates.io-index"
6190 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6191 dependencies = [
6192 "proc-macro2",
6193 "quote",
6194 "syn 2.0.116",
6195 ]
6196
6197 [[package]]
6198 name = "windows-interface"
6199 version = "0.56.0"
6200 source = "registry+https://github.com/rust-lang/crates.io-index"
6201 checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
6202 dependencies = [
6203 "proc-macro2",
6204 "quote",
6205 "syn 2.0.116",
6206 ]
6207
6208 [[package]]
6209 name = "windows-interface"
6210 version = "0.58.0"
6211 source = "registry+https://github.com/rust-lang/crates.io-index"
6212 checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
6213 dependencies = [
6214 "proc-macro2",
6215 "quote",
6216 "syn 2.0.116",
6217 ]
6218
6219 [[package]]
6220 name = "windows-interface"
6221 version = "0.59.3"
6222 source = "registry+https://github.com/rust-lang/crates.io-index"
6223 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6224 dependencies = [
6225 "proc-macro2",
6226 "quote",
6227 "syn 2.0.116",
6228 ]
6229
6230 [[package]]
6231 name = "windows-link"
6232 version = "0.2.1"
6233 source = "registry+https://github.com/rust-lang/crates.io-index"
6234 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6235
6236 [[package]]
6237 name = "windows-numerics"
6238 version = "0.3.1"
6239 source = "registry+https://github.com/rust-lang/crates.io-index"
6240 checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
6241 dependencies = [
6242 "windows-core 0.62.2",
6243 "windows-link",
6244 ]
6245
6246 [[package]]
6247 name = "windows-registry"
6248 version = "0.6.1"
6249 source = "registry+https://github.com/rust-lang/crates.io-index"
6250 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
6251 dependencies = [
6252 "windows-link",
6253 "windows-result 0.4.1",
6254 "windows-strings 0.5.1",
6255 ]
6256
6257 [[package]]
6258 name = "windows-result"
6259 version = "0.1.2"
6260 source = "registry+https://github.com/rust-lang/crates.io-index"
6261 checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
6262 dependencies = [
6263 "windows-targets 0.52.6",
6264 ]
6265
6266 [[package]]
6267 name = "windows-result"
6268 version = "0.2.0"
6269 source = "registry+https://github.com/rust-lang/crates.io-index"
6270 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
6271 dependencies = [
6272 "windows-targets 0.52.6",
6273 ]
6274
6275 [[package]]
6276 name = "windows-result"
6277 version = "0.4.1"
6278 source = "registry+https://github.com/rust-lang/crates.io-index"
6279 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6280 dependencies = [
6281 "windows-link",
6282 ]
6283
6284 [[package]]
6285 name = "windows-strings"
6286 version = "0.1.0"
6287 source = "registry+https://github.com/rust-lang/crates.io-index"
6288 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
6289 dependencies = [
6290 "windows-result 0.2.0",
6291 "windows-targets 0.52.6",
6292 ]
6293
6294 [[package]]
6295 name = "windows-strings"
6296 version = "0.5.1"
6297 source = "registry+https://github.com/rust-lang/crates.io-index"
6298 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6299 dependencies = [
6300 "windows-link",
6301 ]
6302
6303 [[package]]
6304 name = "windows-sys"
6305 version = "0.45.0"
6306 source = "registry+https://github.com/rust-lang/crates.io-index"
6307 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6308 dependencies = [
6309 "windows-targets 0.42.2",
6310 ]
6311
6312 [[package]]
6313 name = "windows-sys"
6314 version = "0.52.0"
6315 source = "registry+https://github.com/rust-lang/crates.io-index"
6316 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6317 dependencies = [
6318 "windows-targets 0.52.6",
6319 ]
6320
6321 [[package]]
6322 name = "windows-sys"
6323 version = "0.59.0"
6324 source = "registry+https://github.com/rust-lang/crates.io-index"
6325 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6326 dependencies = [
6327 "windows-targets 0.52.6",
6328 ]
6329
6330 [[package]]
6331 name = "windows-sys"
6332 version = "0.60.2"
6333 source = "registry+https://github.com/rust-lang/crates.io-index"
6334 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6335 dependencies = [
6336 "windows-targets 0.53.5",
6337 ]
6338
6339 [[package]]
6340 name = "windows-sys"
6341 version = "0.61.2"
6342 source = "registry+https://github.com/rust-lang/crates.io-index"
6343 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6344 dependencies = [
6345 "windows-link",
6346 ]
6347
6348 [[package]]
6349 name = "windows-targets"
6350 version = "0.42.2"
6351 source = "registry+https://github.com/rust-lang/crates.io-index"
6352 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6353 dependencies = [
6354 "windows_aarch64_gnullvm 0.42.2",
6355 "windows_aarch64_msvc 0.42.2",
6356 "windows_i686_gnu 0.42.2",
6357 "windows_i686_msvc 0.42.2",
6358 "windows_x86_64_gnu 0.42.2",
6359 "windows_x86_64_gnullvm 0.42.2",
6360 "windows_x86_64_msvc 0.42.2",
6361 ]
6362
6363 [[package]]
6364 name = "windows-targets"
6365 version = "0.52.6"
6366 source = "registry+https://github.com/rust-lang/crates.io-index"
6367 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6368 dependencies = [
6369 "windows_aarch64_gnullvm 0.52.6",
6370 "windows_aarch64_msvc 0.52.6",
6371 "windows_i686_gnu 0.52.6",
6372 "windows_i686_gnullvm 0.52.6",
6373 "windows_i686_msvc 0.52.6",
6374 "windows_x86_64_gnu 0.52.6",
6375 "windows_x86_64_gnullvm 0.52.6",
6376 "windows_x86_64_msvc 0.52.6",
6377 ]
6378
6379 [[package]]
6380 name = "windows-targets"
6381 version = "0.53.5"
6382 source = "registry+https://github.com/rust-lang/crates.io-index"
6383 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6384 dependencies = [
6385 "windows-link",
6386 "windows_aarch64_gnullvm 0.53.1",
6387 "windows_aarch64_msvc 0.53.1",
6388 "windows_i686_gnu 0.53.1",
6389 "windows_i686_gnullvm 0.53.1",
6390 "windows_i686_msvc 0.53.1",
6391 "windows_x86_64_gnu 0.53.1",
6392 "windows_x86_64_gnullvm 0.53.1",
6393 "windows_x86_64_msvc 0.53.1",
6394 ]
6395
6396 [[package]]
6397 name = "windows-threading"
6398 version = "0.2.1"
6399 source = "registry+https://github.com/rust-lang/crates.io-index"
6400 checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
6401 dependencies = [
6402 "windows-link",
6403 ]
6404
6405 [[package]]
6406 name = "windows_aarch64_gnullvm"
6407 version = "0.42.2"
6408 source = "registry+https://github.com/rust-lang/crates.io-index"
6409 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6410
6411 [[package]]
6412 name = "windows_aarch64_gnullvm"
6413 version = "0.52.6"
6414 source = "registry+https://github.com/rust-lang/crates.io-index"
6415 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6416
6417 [[package]]
6418 name = "windows_aarch64_gnullvm"
6419 version = "0.53.1"
6420 source = "registry+https://github.com/rust-lang/crates.io-index"
6421 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
6422
6423 [[package]]
6424 name = "windows_aarch64_msvc"
6425 version = "0.42.2"
6426 source = "registry+https://github.com/rust-lang/crates.io-index"
6427 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6428
6429 [[package]]
6430 name = "windows_aarch64_msvc"
6431 version = "0.52.6"
6432 source = "registry+https://github.com/rust-lang/crates.io-index"
6433 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6434
6435 [[package]]
6436 name = "windows_aarch64_msvc"
6437 version = "0.53.1"
6438 source = "registry+https://github.com/rust-lang/crates.io-index"
6439 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
6440
6441 [[package]]
6442 name = "windows_i686_gnu"
6443 version = "0.42.2"
6444 source = "registry+https://github.com/rust-lang/crates.io-index"
6445 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6446
6447 [[package]]
6448 name = "windows_i686_gnu"
6449 version = "0.52.6"
6450 source = "registry+https://github.com/rust-lang/crates.io-index"
6451 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6452
6453 [[package]]
6454 name = "windows_i686_gnu"
6455 version = "0.53.1"
6456 source = "registry+https://github.com/rust-lang/crates.io-index"
6457 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6458
6459 [[package]]
6460 name = "windows_i686_gnullvm"
6461 version = "0.52.6"
6462 source = "registry+https://github.com/rust-lang/crates.io-index"
6463 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6464
6465 [[package]]
6466 name = "windows_i686_gnullvm"
6467 version = "0.53.1"
6468 source = "registry+https://github.com/rust-lang/crates.io-index"
6469 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6470
6471 [[package]]
6472 name = "windows_i686_msvc"
6473 version = "0.42.2"
6474 source = "registry+https://github.com/rust-lang/crates.io-index"
6475 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6476
6477 [[package]]
6478 name = "windows_i686_msvc"
6479 version = "0.52.6"
6480 source = "registry+https://github.com/rust-lang/crates.io-index"
6481 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6482
6483 [[package]]
6484 name = "windows_i686_msvc"
6485 version = "0.53.1"
6486 source = "registry+https://github.com/rust-lang/crates.io-index"
6487 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6488
6489 [[package]]
6490 name = "windows_x86_64_gnu"
6491 version = "0.42.2"
6492 source = "registry+https://github.com/rust-lang/crates.io-index"
6493 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6494
6495 [[package]]
6496 name = "windows_x86_64_gnu"
6497 version = "0.52.6"
6498 source = "registry+https://github.com/rust-lang/crates.io-index"
6499 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6500
6501 [[package]]
6502 name = "windows_x86_64_gnu"
6503 version = "0.53.1"
6504 source = "registry+https://github.com/rust-lang/crates.io-index"
6505 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6506
6507 [[package]]
6508 name = "windows_x86_64_gnullvm"
6509 version = "0.42.2"
6510 source = "registry+https://github.com/rust-lang/crates.io-index"
6511 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6512
6513 [[package]]
6514 name = "windows_x86_64_gnullvm"
6515 version = "0.52.6"
6516 source = "registry+https://github.com/rust-lang/crates.io-index"
6517 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6518
6519 [[package]]
6520 name = "windows_x86_64_gnullvm"
6521 version = "0.53.1"
6522 source = "registry+https://github.com/rust-lang/crates.io-index"
6523 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6524
6525 [[package]]
6526 name = "windows_x86_64_msvc"
6527 version = "0.42.2"
6528 source = "registry+https://github.com/rust-lang/crates.io-index"
6529 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6530
6531 [[package]]
6532 name = "windows_x86_64_msvc"
6533 version = "0.52.6"
6534 source = "registry+https://github.com/rust-lang/crates.io-index"
6535 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6536
6537 [[package]]
6538 name = "windows_x86_64_msvc"
6539 version = "0.53.1"
6540 source = "registry+https://github.com/rust-lang/crates.io-index"
6541 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6542
6543 [[package]]
6544 name = "winit"
6545 version = "0.30.12"
6546 source = "registry+https://github.com/rust-lang/crates.io-index"
6547 checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
6548 dependencies = [
6549 "ahash",
6550 "android-activity",
6551 "atomic-waker",
6552 "bitflags 2.11.0",
6553 "block2 0.5.1",
6554 "bytemuck",
6555 "calloop 0.13.0",
6556 "cfg_aliases",
6557 "concurrent-queue",
6558 "core-foundation 0.9.4",
6559 "core-graphics",
6560 "cursor-icon",
6561 "dpi",
6562 "js-sys",
6563 "libc",
6564 "memmap2",
6565 "ndk 0.9.0",
6566 "objc2 0.5.2",
6567 "objc2-app-kit 0.2.2",
6568 "objc2-foundation 0.2.2",
6569 "objc2-ui-kit",
6570 "orbclient",
6571 "percent-encoding",
6572 "pin-project",
6573 "raw-window-handle",
6574 "redox_syscall 0.4.1",
6575 "rustix 0.38.44",
6576 "smithay-client-toolkit 0.19.2",
6577 "smol_str",
6578 "tracing",
6579 "unicode-segmentation",
6580 "wasm-bindgen",
6581 "wasm-bindgen-futures",
6582 "wayland-backend",
6583 "wayland-client",
6584 "wayland-protocols",
6585 "wayland-protocols-plasma",
6586 "web-sys",
6587 "web-time",
6588 "windows-sys 0.52.0",
6589 "x11-dl",
6590 "x11rb",
6591 "xkbcommon-dl",
6592 ]
6593
6594 [[package]]
6595 name = "winnow"
6596 version = "0.5.40"
6597 source = "registry+https://github.com/rust-lang/crates.io-index"
6598 checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
6599 dependencies = [
6600 "memchr",
6601 ]
6602
6603 [[package]]
6604 name = "winnow"
6605 version = "0.7.14"
6606 source = "registry+https://github.com/rust-lang/crates.io-index"
6607 checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
6608 dependencies = [
6609 "memchr",
6610 ]
6611
6612 [[package]]
6613 name = "wit-bindgen"
6614 version = "0.51.0"
6615 source = "registry+https://github.com/rust-lang/crates.io-index"
6616 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
6617 dependencies = [
6618 "wit-bindgen-rust-macro",
6619 ]
6620
6621 [[package]]
6622 name = "wit-bindgen-core"
6623 version = "0.51.0"
6624 source = "registry+https://github.com/rust-lang/crates.io-index"
6625 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
6626 dependencies = [
6627 "anyhow",
6628 "heck 0.5.0",
6629 "wit-parser",
6630 ]
6631
6632 [[package]]
6633 name = "wit-bindgen-rust"
6634 version = "0.51.0"
6635 source = "registry+https://github.com/rust-lang/crates.io-index"
6636 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
6637 dependencies = [
6638 "anyhow",
6639 "heck 0.5.0",
6640 "indexmap",
6641 "prettyplease",
6642 "syn 2.0.116",
6643 "wasm-metadata",
6644 "wit-bindgen-core",
6645 "wit-component",
6646 ]
6647
6648 [[package]]
6649 name = "wit-bindgen-rust-macro"
6650 version = "0.51.0"
6651 source = "registry+https://github.com/rust-lang/crates.io-index"
6652 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
6653 dependencies = [
6654 "anyhow",
6655 "prettyplease",
6656 "proc-macro2",
6657 "quote",
6658 "syn 2.0.116",
6659 "wit-bindgen-core",
6660 "wit-bindgen-rust",
6661 ]
6662
6663 [[package]]
6664 name = "wit-component"
6665 version = "0.244.0"
6666 source = "registry+https://github.com/rust-lang/crates.io-index"
6667 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
6668 dependencies = [
6669 "anyhow",
6670 "bitflags 2.11.0",
6671 "indexmap",
6672 "log",
6673 "serde",
6674 "serde_derive",
6675 "serde_json",
6676 "wasm-encoder",
6677 "wasm-metadata",
6678 "wasmparser",
6679 "wit-parser",
6680 ]
6681
6682 [[package]]
6683 name = "wit-parser"
6684 version = "0.244.0"
6685 source = "registry+https://github.com/rust-lang/crates.io-index"
6686 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
6687 dependencies = [
6688 "anyhow",
6689 "id-arena",
6690 "indexmap",
6691 "log",
6692 "semver",
6693 "serde",
6694 "serde_derive",
6695 "serde_json",
6696 "unicode-xid",
6697 "wasmparser",
6698 ]
6699
6700 [[package]]
6701 name = "writeable"
6702 version = "0.6.2"
6703 source = "registry+https://github.com/rust-lang/crates.io-index"
6704 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
6705
6706 [[package]]
6707 name = "x11"
6708 version = "2.21.0"
6709 source = "registry+https://github.com/rust-lang/crates.io-index"
6710 checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
6711 dependencies = [
6712 "libc",
6713 "pkg-config",
6714 ]
6715
6716 [[package]]
6717 name = "x11-dl"
6718 version = "2.21.0"
6719 source = "registry+https://github.com/rust-lang/crates.io-index"
6720 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
6721 dependencies = [
6722 "libc",
6723 "once_cell",
6724 "pkg-config",
6725 ]
6726
6727 [[package]]
6728 name = "x11rb"
6729 version = "0.13.2"
6730 source = "registry+https://github.com/rust-lang/crates.io-index"
6731 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
6732 dependencies = [
6733 "as-raw-xcb-connection",
6734 "gethostname",
6735 "libc",
6736 "libloading 0.8.9",
6737 "once_cell",
6738 "rustix 1.1.3",
6739 "x11rb-protocol",
6740 ]
6741
6742 [[package]]
6743 name = "x11rb-protocol"
6744 version = "0.13.2"
6745 source = "registry+https://github.com/rust-lang/crates.io-index"
6746 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
6747
6748 [[package]]
6749 name = "xcursor"
6750 version = "0.3.10"
6751 source = "registry+https://github.com/rust-lang/crates.io-index"
6752 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
6753
6754 [[package]]
6755 name = "xkbcommon-dl"
6756 version = "0.4.2"
6757 source = "registry+https://github.com/rust-lang/crates.io-index"
6758 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
6759 dependencies = [
6760 "bitflags 2.11.0",
6761 "dlib",
6762 "log",
6763 "once_cell",
6764 "xkeysym",
6765 ]
6766
6767 [[package]]
6768 name = "xkeysym"
6769 version = "0.2.1"
6770 source = "registry+https://github.com/rust-lang/crates.io-index"
6771 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
6772
6773 [[package]]
6774 name = "xml-rs"
6775 version = "0.8.28"
6776 source = "registry+https://github.com/rust-lang/crates.io-index"
6777 checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
6778
6779 [[package]]
6780 name = "yoke"
6781 version = "0.8.1"
6782 source = "registry+https://github.com/rust-lang/crates.io-index"
6783 checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
6784 dependencies = [
6785 "stable_deref_trait",
6786 "yoke-derive",
6787 "zerofrom",
6788 ]
6789
6790 [[package]]
6791 name = "yoke-derive"
6792 version = "0.8.1"
6793 source = "registry+https://github.com/rust-lang/crates.io-index"
6794 checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
6795 dependencies = [
6796 "proc-macro2",
6797 "quote",
6798 "syn 2.0.116",
6799 "synstructure",
6800 ]
6801
6802 [[package]]
6803 name = "zbus"
6804 version = "5.13.2"
6805 source = "registry+https://github.com/rust-lang/crates.io-index"
6806 checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
6807 dependencies = [
6808 "async-broadcast",
6809 "async-executor",
6810 "async-io",
6811 "async-lock",
6812 "async-process",
6813 "async-recursion",
6814 "async-task",
6815 "async-trait",
6816 "blocking",
6817 "enumflags2",
6818 "event-listener",
6819 "futures-core",
6820 "futures-lite",
6821 "hex",
6822 "libc",
6823 "ordered-stream",
6824 "rustix 1.1.3",
6825 "serde",
6826 "serde_repr",
6827 "tracing",
6828 "uds_windows",
6829 "uuid",
6830 "windows-sys 0.61.2",
6831 "winnow 0.7.14",
6832 "zbus_macros",
6833 "zbus_names",
6834 "zvariant",
6835 ]
6836
6837 [[package]]
6838 name = "zbus_macros"
6839 version = "5.13.2"
6840 source = "registry+https://github.com/rust-lang/crates.io-index"
6841 checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
6842 dependencies = [
6843 "proc-macro-crate 3.4.0",
6844 "proc-macro2",
6845 "quote",
6846 "syn 2.0.116",
6847 "zbus_names",
6848 "zvariant",
6849 "zvariant_utils",
6850 ]
6851
6852 [[package]]
6853 name = "zbus_names"
6854 version = "4.3.1"
6855 source = "registry+https://github.com/rust-lang/crates.io-index"
6856 checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
6857 dependencies = [
6858 "serde",
6859 "winnow 0.7.14",
6860 "zvariant",
6861 ]
6862
6863 [[package]]
6864 name = "zerocopy"
6865 version = "0.8.39"
6866 source = "registry+https://github.com/rust-lang/crates.io-index"
6867 checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
6868 dependencies = [
6869 "zerocopy-derive",
6870 ]
6871
6872 [[package]]
6873 name = "zerocopy-derive"
6874 version = "0.8.39"
6875 source = "registry+https://github.com/rust-lang/crates.io-index"
6876 checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
6877 dependencies = [
6878 "proc-macro2",
6879 "quote",
6880 "syn 2.0.116",
6881 ]
6882
6883 [[package]]
6884 name = "zerofrom"
6885 version = "0.1.6"
6886 source = "registry+https://github.com/rust-lang/crates.io-index"
6887 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6888 dependencies = [
6889 "zerofrom-derive",
6890 ]
6891
6892 [[package]]
6893 name = "zerofrom-derive"
6894 version = "0.1.6"
6895 source = "registry+https://github.com/rust-lang/crates.io-index"
6896 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6897 dependencies = [
6898 "proc-macro2",
6899 "quote",
6900 "syn 2.0.116",
6901 "synstructure",
6902 ]
6903
6904 [[package]]
6905 name = "zeroize"
6906 version = "1.8.2"
6907 source = "registry+https://github.com/rust-lang/crates.io-index"
6908 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6909
6910 [[package]]
6911 name = "zerotrie"
6912 version = "0.2.3"
6913 source = "registry+https://github.com/rust-lang/crates.io-index"
6914 checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
6915 dependencies = [
6916 "displaydoc",
6917 "yoke",
6918 "zerofrom",
6919 ]
6920
6921 [[package]]
6922 name = "zerovec"
6923 version = "0.11.5"
6924 source = "registry+https://github.com/rust-lang/crates.io-index"
6925 checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
6926 dependencies = [
6927 "yoke",
6928 "zerofrom",
6929 "zerovec-derive",
6930 ]
6931
6932 [[package]]
6933 name = "zerovec-derive"
6934 version = "0.11.2"
6935 source = "registry+https://github.com/rust-lang/crates.io-index"
6936 checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
6937 dependencies = [
6938 "proc-macro2",
6939 "quote",
6940 "syn 2.0.116",
6941 ]
6942
6943 [[package]]
6944 name = "zmij"
6945 version = "1.0.21"
6946 source = "registry+https://github.com/rust-lang/crates.io-index"
6947 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
6948
6949 [[package]]
6950 name = "zune-core"
6951 version = "0.4.12"
6952 source = "registry+https://github.com/rust-lang/crates.io-index"
6953 checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6954
6955 [[package]]
6956 name = "zune-jpeg"
6957 version = "0.4.21"
6958 source = "registry+https://github.com/rust-lang/crates.io-index"
6959 checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
6960 dependencies = [
6961 "zune-core",
6962 ]
6963
6964 [[package]]
6965 name = "zvariant"
6966 version = "5.9.2"
6967 source = "registry+https://github.com/rust-lang/crates.io-index"
6968 checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
6969 dependencies = [
6970 "endi",
6971 "enumflags2",
6972 "serde",
6973 "url",
6974 "winnow 0.7.14",
6975 "zvariant_derive",
6976 "zvariant_utils",
6977 ]
6978
6979 [[package]]
6980 name = "zvariant_derive"
6981 version = "5.9.2"
6982 source = "registry+https://github.com/rust-lang/crates.io-index"
6983 checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
6984 dependencies = [
6985 "proc-macro-crate 3.4.0",
6986 "proc-macro2",
6987 "quote",
6988 "syn 2.0.116",
6989 "zvariant_utils",
6990 ]
6991
6992 [[package]]
6993 name = "zvariant_utils"
6994 version = "3.3.0"
6995 source = "registry+https://github.com/rust-lang/crates.io-index"
6996 checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
6997 dependencies = [
6998 "proc-macro2",
6999 "quote",
7000 "serde",
7001 "syn 2.0.116",
7002 "winnow 0.7.14",
7003 ]
7004