Skip to main content

max / audiofiles

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