this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "VRCMacros"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "crossbeam-channel",
11 "dirs",
12 "enigo",
13 "flate2",
14 "serde",
15 "serde_json",
16 "tauri",
17 "tauri-build",
18 "tauri-plugin-clipboard-manager",
19 "tauri-plugin-dialog",
20 "tauri-plugin-opener",
21 "tauri-plugin-os",
22 "tokio",
23]
24
25[[package]]
26name = "adler2"
27version = "2.0.1"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
30
31[[package]]
32name = "aho-corasick"
33version = "1.1.4"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
36dependencies = [
37 "memchr",
38]
39
40[[package]]
41name = "alloc-no-stdlib"
42version = "2.0.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
45
46[[package]]
47name = "alloc-stdlib"
48version = "0.2.2"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
51dependencies = [
52 "alloc-no-stdlib",
53]
54
55[[package]]
56name = "android_system_properties"
57version = "0.1.5"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60dependencies = [
61 "libc",
62]
63
64[[package]]
65name = "anyhow"
66version = "1.0.100"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
69
70[[package]]
71name = "arboard"
72version = "3.6.1"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
75dependencies = [
76 "clipboard-win",
77 "image",
78 "log",
79 "objc2 0.6.3",
80 "objc2-app-kit",
81 "objc2-core-foundation",
82 "objc2-core-graphics",
83 "objc2-foundation 0.3.2",
84 "parking_lot",
85 "percent-encoding",
86 "windows-sys 0.60.2",
87 "wl-clipboard-rs",
88 "x11rb",
89]
90
91[[package]]
92name = "ashpd"
93version = "0.11.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
96dependencies = [
97 "enumflags2",
98 "futures-channel",
99 "futures-util",
100 "rand 0.9.2",
101 "raw-window-handle",
102 "serde",
103 "serde_repr",
104 "tokio",
105 "url",
106 "wayland-backend",
107 "wayland-client",
108 "wayland-protocols",
109 "zbus",
110]
111
112[[package]]
113name = "async-broadcast"
114version = "0.7.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
117dependencies = [
118 "event-listener",
119 "event-listener-strategy",
120 "futures-core",
121 "pin-project-lite",
122]
123
124[[package]]
125name = "async-channel"
126version = "2.5.0"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
129dependencies = [
130 "concurrent-queue",
131 "event-listener-strategy",
132 "futures-core",
133 "pin-project-lite",
134]
135
136[[package]]
137name = "async-executor"
138version = "1.13.3"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
141dependencies = [
142 "async-task",
143 "concurrent-queue",
144 "fastrand",
145 "futures-lite",
146 "pin-project-lite",
147 "slab",
148]
149
150[[package]]
151name = "async-io"
152version = "2.6.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
155dependencies = [
156 "autocfg",
157 "cfg-if",
158 "concurrent-queue",
159 "futures-io",
160 "futures-lite",
161 "parking",
162 "polling",
163 "rustix 1.1.2",
164 "slab",
165 "windows-sys 0.61.2",
166]
167
168[[package]]
169name = "async-lock"
170version = "3.4.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
173dependencies = [
174 "event-listener",
175 "event-listener-strategy",
176 "pin-project-lite",
177]
178
179[[package]]
180name = "async-process"
181version = "2.5.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
184dependencies = [
185 "async-channel",
186 "async-io",
187 "async-lock",
188 "async-signal",
189 "async-task",
190 "blocking",
191 "cfg-if",
192 "event-listener",
193 "futures-lite",
194 "rustix 1.1.2",
195]
196
197[[package]]
198name = "async-recursion"
199version = "1.1.1"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
202dependencies = [
203 "proc-macro2",
204 "quote",
205 "syn 2.0.109",
206]
207
208[[package]]
209name = "async-signal"
210version = "0.2.13"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
213dependencies = [
214 "async-io",
215 "async-lock",
216 "atomic-waker",
217 "cfg-if",
218 "futures-core",
219 "futures-io",
220 "rustix 1.1.2",
221 "signal-hook-registry",
222 "slab",
223 "windows-sys 0.61.2",
224]
225
226[[package]]
227name = "async-task"
228version = "4.7.1"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
231
232[[package]]
233name = "async-trait"
234version = "0.1.89"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
237dependencies = [
238 "proc-macro2",
239 "quote",
240 "syn 2.0.109",
241]
242
243[[package]]
244name = "atk"
245version = "0.18.2"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
248dependencies = [
249 "atk-sys",
250 "glib",
251 "libc",
252]
253
254[[package]]
255name = "atk-sys"
256version = "0.18.2"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
259dependencies = [
260 "glib-sys",
261 "gobject-sys",
262 "libc",
263 "system-deps",
264]
265
266[[package]]
267name = "atomic-waker"
268version = "1.1.2"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
271
272[[package]]
273name = "autocfg"
274version = "1.5.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
277
278[[package]]
279name = "base64"
280version = "0.21.7"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
283
284[[package]]
285name = "base64"
286version = "0.22.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
289
290[[package]]
291name = "bitflags"
292version = "1.3.2"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
295
296[[package]]
297name = "bitflags"
298version = "2.10.0"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
301dependencies = [
302 "serde_core",
303]
304
305[[package]]
306name = "block-buffer"
307version = "0.10.4"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
310dependencies = [
311 "generic-array",
312]
313
314[[package]]
315name = "block2"
316version = "0.5.1"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
319dependencies = [
320 "objc2 0.5.2",
321]
322
323[[package]]
324name = "block2"
325version = "0.6.2"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
328dependencies = [
329 "objc2 0.6.3",
330]
331
332[[package]]
333name = "blocking"
334version = "1.6.2"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
337dependencies = [
338 "async-channel",
339 "async-task",
340 "futures-io",
341 "futures-lite",
342 "piper",
343]
344
345[[package]]
346name = "brotli"
347version = "8.0.2"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
350dependencies = [
351 "alloc-no-stdlib",
352 "alloc-stdlib",
353 "brotli-decompressor",
354]
355
356[[package]]
357name = "brotli-decompressor"
358version = "5.0.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
361dependencies = [
362 "alloc-no-stdlib",
363 "alloc-stdlib",
364]
365
366[[package]]
367name = "bumpalo"
368version = "3.19.0"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
371
372[[package]]
373name = "bytemuck"
374version = "1.24.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
377
378[[package]]
379name = "byteorder"
380version = "1.5.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
383
384[[package]]
385name = "byteorder-lite"
386version = "0.1.0"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
389
390[[package]]
391name = "bytes"
392version = "1.10.1"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
395dependencies = [
396 "serde",
397]
398
399[[package]]
400name = "cairo-rs"
401version = "0.18.5"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
404dependencies = [
405 "bitflags 2.10.0",
406 "cairo-sys-rs",
407 "glib",
408 "libc",
409 "once_cell",
410 "thiserror 1.0.69",
411]
412
413[[package]]
414name = "cairo-sys-rs"
415version = "0.18.2"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
418dependencies = [
419 "glib-sys",
420 "libc",
421 "system-deps",
422]
423
424[[package]]
425name = "camino"
426version = "1.2.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
429dependencies = [
430 "serde_core",
431]
432
433[[package]]
434name = "cargo-platform"
435version = "0.1.9"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
438dependencies = [
439 "serde",
440]
441
442[[package]]
443name = "cargo_metadata"
444version = "0.19.2"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
447dependencies = [
448 "camino",
449 "cargo-platform",
450 "semver",
451 "serde",
452 "serde_json",
453 "thiserror 2.0.17",
454]
455
456[[package]]
457name = "cargo_toml"
458version = "0.22.3"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
461dependencies = [
462 "serde",
463 "toml 0.9.8",
464]
465
466[[package]]
467name = "cc"
468version = "1.2.45"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
471dependencies = [
472 "find-msvc-tools",
473 "shlex",
474]
475
476[[package]]
477name = "cesu8"
478version = "1.1.0"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
481
482[[package]]
483name = "cfb"
484version = "0.7.3"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
487dependencies = [
488 "byteorder",
489 "fnv",
490 "uuid",
491]
492
493[[package]]
494name = "cfg-expr"
495version = "0.15.8"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
498dependencies = [
499 "smallvec",
500 "target-lexicon",
501]
502
503[[package]]
504name = "cfg-if"
505version = "1.0.4"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
508
509[[package]]
510name = "cfg_aliases"
511version = "0.2.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
514
515[[package]]
516name = "chrono"
517version = "0.4.42"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
520dependencies = [
521 "iana-time-zone",
522 "num-traits",
523 "serde",
524 "windows-link 0.2.1",
525]
526
527[[package]]
528name = "clipboard-win"
529version = "5.4.1"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
532dependencies = [
533 "error-code",
534]
535
536[[package]]
537name = "combine"
538version = "4.6.7"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
541dependencies = [
542 "bytes",
543 "memchr",
544]
545
546[[package]]
547name = "concurrent-queue"
548version = "2.5.0"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
551dependencies = [
552 "crossbeam-utils",
553]
554
555[[package]]
556name = "convert_case"
557version = "0.4.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
560
561[[package]]
562name = "cookie"
563version = "0.18.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
566dependencies = [
567 "time",
568 "version_check",
569]
570
571[[package]]
572name = "core-foundation"
573version = "0.10.1"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
576dependencies = [
577 "core-foundation-sys",
578 "libc",
579]
580
581[[package]]
582name = "core-foundation-sys"
583version = "0.8.7"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
586
587[[package]]
588name = "core-graphics"
589version = "0.24.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
592dependencies = [
593 "bitflags 2.10.0",
594 "core-foundation",
595 "core-graphics-types",
596 "foreign-types",
597 "libc",
598]
599
600[[package]]
601name = "core-graphics"
602version = "0.25.0"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
605dependencies = [
606 "bitflags 2.10.0",
607 "core-foundation",
608 "core-graphics-types",
609 "foreign-types",
610 "libc",
611]
612
613[[package]]
614name = "core-graphics-types"
615version = "0.2.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
618dependencies = [
619 "bitflags 2.10.0",
620 "core-foundation",
621 "libc",
622]
623
624[[package]]
625name = "cpufeatures"
626version = "0.2.17"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
629dependencies = [
630 "libc",
631]
632
633[[package]]
634name = "crc32fast"
635version = "1.5.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
638dependencies = [
639 "cfg-if",
640]
641
642[[package]]
643name = "crossbeam-channel"
644version = "0.5.15"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
647dependencies = [
648 "crossbeam-utils",
649]
650
651[[package]]
652name = "crossbeam-utils"
653version = "0.8.21"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
656
657[[package]]
658name = "crunchy"
659version = "0.2.4"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
662
663[[package]]
664name = "crypto-common"
665version = "0.1.6"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
668dependencies = [
669 "generic-array",
670 "typenum",
671]
672
673[[package]]
674name = "cssparser"
675version = "0.29.6"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
678dependencies = [
679 "cssparser-macros",
680 "dtoa-short",
681 "itoa",
682 "matches",
683 "phf 0.10.1",
684 "proc-macro2",
685 "quote",
686 "smallvec",
687 "syn 1.0.109",
688]
689
690[[package]]
691name = "cssparser-macros"
692version = "0.6.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
695dependencies = [
696 "quote",
697 "syn 2.0.109",
698]
699
700[[package]]
701name = "ctor"
702version = "0.2.9"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
705dependencies = [
706 "quote",
707 "syn 2.0.109",
708]
709
710[[package]]
711name = "darling"
712version = "0.21.3"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
715dependencies = [
716 "darling_core",
717 "darling_macro",
718]
719
720[[package]]
721name = "darling_core"
722version = "0.21.3"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
725dependencies = [
726 "fnv",
727 "ident_case",
728 "proc-macro2",
729 "quote",
730 "strsim",
731 "syn 2.0.109",
732]
733
734[[package]]
735name = "darling_macro"
736version = "0.21.3"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
739dependencies = [
740 "darling_core",
741 "quote",
742 "syn 2.0.109",
743]
744
745[[package]]
746name = "deranged"
747version = "0.5.5"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
750dependencies = [
751 "powerfmt",
752 "serde_core",
753]
754
755[[package]]
756name = "derive_more"
757version = "0.99.20"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
760dependencies = [
761 "convert_case",
762 "proc-macro2",
763 "quote",
764 "rustc_version",
765 "syn 2.0.109",
766]
767
768[[package]]
769name = "digest"
770version = "0.10.7"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
773dependencies = [
774 "block-buffer",
775 "crypto-common",
776]
777
778[[package]]
779name = "dirs"
780version = "6.0.0"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
783dependencies = [
784 "dirs-sys",
785]
786
787[[package]]
788name = "dirs-sys"
789version = "0.5.0"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
792dependencies = [
793 "libc",
794 "option-ext",
795 "redox_users",
796 "windows-sys 0.61.2",
797]
798
799[[package]]
800name = "dispatch"
801version = "0.2.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
804
805[[package]]
806name = "dispatch2"
807version = "0.3.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
810dependencies = [
811 "bitflags 2.10.0",
812 "block2 0.6.2",
813 "libc",
814 "objc2 0.6.3",
815]
816
817[[package]]
818name = "displaydoc"
819version = "0.2.5"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
822dependencies = [
823 "proc-macro2",
824 "quote",
825 "syn 2.0.109",
826]
827
828[[package]]
829name = "dlib"
830version = "0.5.2"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
833dependencies = [
834 "libloading 0.8.9",
835]
836
837[[package]]
838name = "dlopen2"
839version = "0.8.0"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "b54f373ccf864bf587a89e880fb7610f8d73f3045f13580948ccbcaff26febff"
842dependencies = [
843 "dlopen2_derive",
844 "libc",
845 "once_cell",
846 "winapi",
847]
848
849[[package]]
850name = "dlopen2_derive"
851version = "0.4.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "syn 2.0.109",
858]
859
860[[package]]
861name = "downcast-rs"
862version = "1.2.1"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
865
866[[package]]
867name = "dpi"
868version = "0.1.2"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
871dependencies = [
872 "serde",
873]
874
875[[package]]
876name = "dtoa"
877version = "1.0.10"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
880
881[[package]]
882name = "dtoa-short"
883version = "0.3.5"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
886dependencies = [
887 "dtoa",
888]
889
890[[package]]
891name = "dunce"
892version = "1.0.5"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
895
896[[package]]
897name = "dyn-clone"
898version = "1.0.20"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
901
902[[package]]
903name = "embed-resource"
904version = "3.0.6"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
907dependencies = [
908 "cc",
909 "memchr",
910 "rustc_version",
911 "toml 0.9.8",
912 "vswhom",
913 "winreg",
914]
915
916[[package]]
917name = "embed_plist"
918version = "1.2.2"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
921
922[[package]]
923name = "endi"
924version = "1.1.0"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
927
928[[package]]
929name = "enigo"
930version = "0.6.1"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "71c6c56e50f7acae2906a0dcbb34529ca647e40421119ad5d12e7f8ba6e50010"
933dependencies = [
934 "core-foundation",
935 "core-graphics 0.25.0",
936 "foreign-types-shared",
937 "libc",
938 "log",
939 "nom 8.0.0",
940 "objc2 0.6.3",
941 "objc2-app-kit",
942 "objc2-foundation 0.3.2",
943 "windows",
944 "x11rb",
945 "xkbcommon",
946 "xkeysym",
947]
948
949[[package]]
950name = "enumflags2"
951version = "0.7.12"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
954dependencies = [
955 "enumflags2_derive",
956 "serde",
957]
958
959[[package]]
960name = "enumflags2_derive"
961version = "0.7.12"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
964dependencies = [
965 "proc-macro2",
966 "quote",
967 "syn 2.0.109",
968]
969
970[[package]]
971name = "equivalent"
972version = "1.0.2"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
975
976[[package]]
977name = "erased-serde"
978version = "0.4.9"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
981dependencies = [
982 "serde",
983 "serde_core",
984 "typeid",
985]
986
987[[package]]
988name = "errno"
989version = "0.3.14"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
992dependencies = [
993 "libc",
994 "windows-sys 0.61.2",
995]
996
997[[package]]
998name = "error-code"
999version = "3.3.2"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1002
1003[[package]]
1004name = "event-listener"
1005version = "5.4.1"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1008dependencies = [
1009 "concurrent-queue",
1010 "parking",
1011 "pin-project-lite",
1012]
1013
1014[[package]]
1015name = "event-listener-strategy"
1016version = "0.5.4"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1019dependencies = [
1020 "event-listener",
1021 "pin-project-lite",
1022]
1023
1024[[package]]
1025name = "fastrand"
1026version = "2.3.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1029
1030[[package]]
1031name = "fax"
1032version = "0.2.6"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
1035dependencies = [
1036 "fax_derive",
1037]
1038
1039[[package]]
1040name = "fax_derive"
1041version = "0.2.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
1044dependencies = [
1045 "proc-macro2",
1046 "quote",
1047 "syn 2.0.109",
1048]
1049
1050[[package]]
1051name = "fdeflate"
1052version = "0.3.7"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1055dependencies = [
1056 "simd-adler32",
1057]
1058
1059[[package]]
1060name = "field-offset"
1061version = "0.3.6"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1064dependencies = [
1065 "memoffset",
1066 "rustc_version",
1067]
1068
1069[[package]]
1070name = "find-msvc-tools"
1071version = "0.1.4"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1074
1075[[package]]
1076name = "fixedbitset"
1077version = "0.5.7"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1080
1081[[package]]
1082name = "flate2"
1083version = "1.1.5"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1086dependencies = [
1087 "crc32fast",
1088 "miniz_oxide",
1089]
1090
1091[[package]]
1092name = "fnv"
1093version = "1.0.7"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1096
1097[[package]]
1098name = "foldhash"
1099version = "0.1.5"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1102
1103[[package]]
1104name = "foreign-types"
1105version = "0.5.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1108dependencies = [
1109 "foreign-types-macros",
1110 "foreign-types-shared",
1111]
1112
1113[[package]]
1114name = "foreign-types-macros"
1115version = "0.2.3"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1118dependencies = [
1119 "proc-macro2",
1120 "quote",
1121 "syn 2.0.109",
1122]
1123
1124[[package]]
1125name = "foreign-types-shared"
1126version = "0.3.1"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1129
1130[[package]]
1131name = "form_urlencoded"
1132version = "1.2.2"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1135dependencies = [
1136 "percent-encoding",
1137]
1138
1139[[package]]
1140name = "futf"
1141version = "0.1.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1144dependencies = [
1145 "mac",
1146 "new_debug_unreachable",
1147]
1148
1149[[package]]
1150name = "futures-channel"
1151version = "0.3.31"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1154dependencies = [
1155 "futures-core",
1156]
1157
1158[[package]]
1159name = "futures-core"
1160version = "0.3.31"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1163
1164[[package]]
1165name = "futures-executor"
1166version = "0.3.31"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1169dependencies = [
1170 "futures-core",
1171 "futures-task",
1172 "futures-util",
1173]
1174
1175[[package]]
1176name = "futures-io"
1177version = "0.3.31"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1180
1181[[package]]
1182name = "futures-lite"
1183version = "2.6.1"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1186dependencies = [
1187 "fastrand",
1188 "futures-core",
1189 "futures-io",
1190 "parking",
1191 "pin-project-lite",
1192]
1193
1194[[package]]
1195name = "futures-macro"
1196version = "0.3.31"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1199dependencies = [
1200 "proc-macro2",
1201 "quote",
1202 "syn 2.0.109",
1203]
1204
1205[[package]]
1206name = "futures-sink"
1207version = "0.3.31"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1210
1211[[package]]
1212name = "futures-task"
1213version = "0.3.31"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1216
1217[[package]]
1218name = "futures-util"
1219version = "0.3.31"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1222dependencies = [
1223 "futures-core",
1224 "futures-io",
1225 "futures-macro",
1226 "futures-sink",
1227 "futures-task",
1228 "memchr",
1229 "pin-project-lite",
1230 "pin-utils",
1231 "slab",
1232]
1233
1234[[package]]
1235name = "fxhash"
1236version = "0.2.1"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1239dependencies = [
1240 "byteorder",
1241]
1242
1243[[package]]
1244name = "gdk"
1245version = "0.18.2"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1248dependencies = [
1249 "cairo-rs",
1250 "gdk-pixbuf",
1251 "gdk-sys",
1252 "gio",
1253 "glib",
1254 "libc",
1255 "pango",
1256]
1257
1258[[package]]
1259name = "gdk-pixbuf"
1260version = "0.18.5"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1263dependencies = [
1264 "gdk-pixbuf-sys",
1265 "gio",
1266 "glib",
1267 "libc",
1268 "once_cell",
1269]
1270
1271[[package]]
1272name = "gdk-pixbuf-sys"
1273version = "0.18.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1276dependencies = [
1277 "gio-sys",
1278 "glib-sys",
1279 "gobject-sys",
1280 "libc",
1281 "system-deps",
1282]
1283
1284[[package]]
1285name = "gdk-sys"
1286version = "0.18.2"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1289dependencies = [
1290 "cairo-sys-rs",
1291 "gdk-pixbuf-sys",
1292 "gio-sys",
1293 "glib-sys",
1294 "gobject-sys",
1295 "libc",
1296 "pango-sys",
1297 "pkg-config",
1298 "system-deps",
1299]
1300
1301[[package]]
1302name = "gdkwayland-sys"
1303version = "0.18.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
1306dependencies = [
1307 "gdk-sys",
1308 "glib-sys",
1309 "gobject-sys",
1310 "libc",
1311 "pkg-config",
1312 "system-deps",
1313]
1314
1315[[package]]
1316name = "gdkx11"
1317version = "0.18.2"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
1320dependencies = [
1321 "gdk",
1322 "gdkx11-sys",
1323 "gio",
1324 "glib",
1325 "libc",
1326 "x11",
1327]
1328
1329[[package]]
1330name = "gdkx11-sys"
1331version = "0.18.2"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
1334dependencies = [
1335 "gdk-sys",
1336 "glib-sys",
1337 "libc",
1338 "system-deps",
1339 "x11",
1340]
1341
1342[[package]]
1343name = "generic-array"
1344version = "0.14.9"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1347dependencies = [
1348 "typenum",
1349 "version_check",
1350]
1351
1352[[package]]
1353name = "gethostname"
1354version = "1.1.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
1357dependencies = [
1358 "rustix 1.1.2",
1359 "windows-link 0.2.1",
1360]
1361
1362[[package]]
1363name = "getrandom"
1364version = "0.1.16"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1367dependencies = [
1368 "cfg-if",
1369 "libc",
1370 "wasi 0.9.0+wasi-snapshot-preview1",
1371]
1372
1373[[package]]
1374name = "getrandom"
1375version = "0.2.16"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1378dependencies = [
1379 "cfg-if",
1380 "libc",
1381 "wasi 0.11.1+wasi-snapshot-preview1",
1382]
1383
1384[[package]]
1385name = "getrandom"
1386version = "0.3.4"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1389dependencies = [
1390 "cfg-if",
1391 "libc",
1392 "r-efi",
1393 "wasip2",
1394]
1395
1396[[package]]
1397name = "gio"
1398version = "0.18.4"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1401dependencies = [
1402 "futures-channel",
1403 "futures-core",
1404 "futures-io",
1405 "futures-util",
1406 "gio-sys",
1407 "glib",
1408 "libc",
1409 "once_cell",
1410 "pin-project-lite",
1411 "smallvec",
1412 "thiserror 1.0.69",
1413]
1414
1415[[package]]
1416name = "gio-sys"
1417version = "0.18.1"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1420dependencies = [
1421 "glib-sys",
1422 "gobject-sys",
1423 "libc",
1424 "system-deps",
1425 "winapi",
1426]
1427
1428[[package]]
1429name = "glib"
1430version = "0.18.5"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1433dependencies = [
1434 "bitflags 2.10.0",
1435 "futures-channel",
1436 "futures-core",
1437 "futures-executor",
1438 "futures-task",
1439 "futures-util",
1440 "gio-sys",
1441 "glib-macros",
1442 "glib-sys",
1443 "gobject-sys",
1444 "libc",
1445 "memchr",
1446 "once_cell",
1447 "smallvec",
1448 "thiserror 1.0.69",
1449]
1450
1451[[package]]
1452name = "glib-macros"
1453version = "0.18.5"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1456dependencies = [
1457 "heck 0.4.1",
1458 "proc-macro-crate 2.0.2",
1459 "proc-macro-error",
1460 "proc-macro2",
1461 "quote",
1462 "syn 2.0.109",
1463]
1464
1465[[package]]
1466name = "glib-sys"
1467version = "0.18.1"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1470dependencies = [
1471 "libc",
1472 "system-deps",
1473]
1474
1475[[package]]
1476name = "glob"
1477version = "0.3.3"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1480
1481[[package]]
1482name = "gobject-sys"
1483version = "0.18.0"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
1486dependencies = [
1487 "glib-sys",
1488 "libc",
1489 "system-deps",
1490]
1491
1492[[package]]
1493name = "gtk"
1494version = "0.18.2"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
1497dependencies = [
1498 "atk",
1499 "cairo-rs",
1500 "field-offset",
1501 "futures-channel",
1502 "gdk",
1503 "gdk-pixbuf",
1504 "gio",
1505 "glib",
1506 "gtk-sys",
1507 "gtk3-macros",
1508 "libc",
1509 "pango",
1510 "pkg-config",
1511]
1512
1513[[package]]
1514name = "gtk-sys"
1515version = "0.18.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
1518dependencies = [
1519 "atk-sys",
1520 "cairo-sys-rs",
1521 "gdk-pixbuf-sys",
1522 "gdk-sys",
1523 "gio-sys",
1524 "glib-sys",
1525 "gobject-sys",
1526 "libc",
1527 "pango-sys",
1528 "system-deps",
1529]
1530
1531[[package]]
1532name = "gtk3-macros"
1533version = "0.18.2"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
1536dependencies = [
1537 "proc-macro-crate 1.3.1",
1538 "proc-macro-error",
1539 "proc-macro2",
1540 "quote",
1541 "syn 2.0.109",
1542]
1543
1544[[package]]
1545name = "half"
1546version = "2.7.1"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1549dependencies = [
1550 "cfg-if",
1551 "crunchy",
1552 "zerocopy",
1553]
1554
1555[[package]]
1556name = "hashbrown"
1557version = "0.12.3"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1560
1561[[package]]
1562name = "hashbrown"
1563version = "0.15.5"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1566dependencies = [
1567 "foldhash",
1568]
1569
1570[[package]]
1571name = "hashbrown"
1572version = "0.16.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1575
1576[[package]]
1577name = "heck"
1578version = "0.4.1"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1581
1582[[package]]
1583name = "heck"
1584version = "0.5.0"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1587
1588[[package]]
1589name = "hermit-abi"
1590version = "0.5.2"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1593
1594[[package]]
1595name = "hex"
1596version = "0.4.3"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1599
1600[[package]]
1601name = "html5ever"
1602version = "0.29.1"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
1605dependencies = [
1606 "log",
1607 "mac",
1608 "markup5ever",
1609 "match_token",
1610]
1611
1612[[package]]
1613name = "http"
1614version = "1.3.1"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1617dependencies = [
1618 "bytes",
1619 "fnv",
1620 "itoa",
1621]
1622
1623[[package]]
1624name = "http-body"
1625version = "1.0.1"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1628dependencies = [
1629 "bytes",
1630 "http",
1631]
1632
1633[[package]]
1634name = "http-body-util"
1635version = "0.1.3"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1638dependencies = [
1639 "bytes",
1640 "futures-core",
1641 "http",
1642 "http-body",
1643 "pin-project-lite",
1644]
1645
1646[[package]]
1647name = "httparse"
1648version = "1.10.1"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1651
1652[[package]]
1653name = "hyper"
1654version = "1.7.0"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1657dependencies = [
1658 "atomic-waker",
1659 "bytes",
1660 "futures-channel",
1661 "futures-core",
1662 "http",
1663 "http-body",
1664 "httparse",
1665 "itoa",
1666 "pin-project-lite",
1667 "pin-utils",
1668 "smallvec",
1669 "tokio",
1670 "want",
1671]
1672
1673[[package]]
1674name = "hyper-util"
1675version = "0.1.17"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1678dependencies = [
1679 "base64 0.22.1",
1680 "bytes",
1681 "futures-channel",
1682 "futures-core",
1683 "futures-util",
1684 "http",
1685 "http-body",
1686 "hyper",
1687 "ipnet",
1688 "libc",
1689 "percent-encoding",
1690 "pin-project-lite",
1691 "socket2",
1692 "tokio",
1693 "tower-service",
1694 "tracing",
1695]
1696
1697[[package]]
1698name = "iana-time-zone"
1699version = "0.1.64"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1702dependencies = [
1703 "android_system_properties",
1704 "core-foundation-sys",
1705 "iana-time-zone-haiku",
1706 "js-sys",
1707 "log",
1708 "wasm-bindgen",
1709 "windows-core 0.62.2",
1710]
1711
1712[[package]]
1713name = "iana-time-zone-haiku"
1714version = "0.1.2"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1717dependencies = [
1718 "cc",
1719]
1720
1721[[package]]
1722name = "ico"
1723version = "0.4.0"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98"
1726dependencies = [
1727 "byteorder",
1728 "png 0.17.16",
1729]
1730
1731[[package]]
1732name = "icu_collections"
1733version = "2.1.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1736dependencies = [
1737 "displaydoc",
1738 "potential_utf",
1739 "yoke",
1740 "zerofrom",
1741 "zerovec",
1742]
1743
1744[[package]]
1745name = "icu_locale_core"
1746version = "2.1.1"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1749dependencies = [
1750 "displaydoc",
1751 "litemap",
1752 "tinystr",
1753 "writeable",
1754 "zerovec",
1755]
1756
1757[[package]]
1758name = "icu_normalizer"
1759version = "2.1.1"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1762dependencies = [
1763 "icu_collections",
1764 "icu_normalizer_data",
1765 "icu_properties",
1766 "icu_provider",
1767 "smallvec",
1768 "zerovec",
1769]
1770
1771[[package]]
1772name = "icu_normalizer_data"
1773version = "2.1.1"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1776
1777[[package]]
1778name = "icu_properties"
1779version = "2.1.1"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
1782dependencies = [
1783 "icu_collections",
1784 "icu_locale_core",
1785 "icu_properties_data",
1786 "icu_provider",
1787 "zerotrie",
1788 "zerovec",
1789]
1790
1791[[package]]
1792name = "icu_properties_data"
1793version = "2.1.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
1796
1797[[package]]
1798name = "icu_provider"
1799version = "2.1.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1802dependencies = [
1803 "displaydoc",
1804 "icu_locale_core",
1805 "writeable",
1806 "yoke",
1807 "zerofrom",
1808 "zerotrie",
1809 "zerovec",
1810]
1811
1812[[package]]
1813name = "ident_case"
1814version = "1.0.1"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1817
1818[[package]]
1819name = "idna"
1820version = "1.1.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1823dependencies = [
1824 "idna_adapter",
1825 "smallvec",
1826 "utf8_iter",
1827]
1828
1829[[package]]
1830name = "idna_adapter"
1831version = "1.2.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1834dependencies = [
1835 "icu_normalizer",
1836 "icu_properties",
1837]
1838
1839[[package]]
1840name = "image"
1841version = "0.25.8"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
1844dependencies = [
1845 "bytemuck",
1846 "byteorder-lite",
1847 "moxcms",
1848 "num-traits",
1849 "png 0.18.0",
1850 "tiff",
1851]
1852
1853[[package]]
1854name = "indexmap"
1855version = "1.9.3"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1858dependencies = [
1859 "autocfg",
1860 "hashbrown 0.12.3",
1861 "serde",
1862]
1863
1864[[package]]
1865name = "indexmap"
1866version = "2.12.0"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
1869dependencies = [
1870 "equivalent",
1871 "hashbrown 0.16.0",
1872 "serde",
1873 "serde_core",
1874]
1875
1876[[package]]
1877name = "infer"
1878version = "0.19.0"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1881dependencies = [
1882 "cfb",
1883]
1884
1885[[package]]
1886name = "ipnet"
1887version = "2.11.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1890
1891[[package]]
1892name = "iri-string"
1893version = "0.7.9"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1896dependencies = [
1897 "memchr",
1898 "serde",
1899]
1900
1901[[package]]
1902name = "is-docker"
1903version = "0.2.0"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
1906dependencies = [
1907 "once_cell",
1908]
1909
1910[[package]]
1911name = "is-wsl"
1912version = "0.4.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
1915dependencies = [
1916 "is-docker",
1917 "once_cell",
1918]
1919
1920[[package]]
1921name = "itoa"
1922version = "1.0.15"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1925
1926[[package]]
1927name = "javascriptcore-rs"
1928version = "1.1.2"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
1931dependencies = [
1932 "bitflags 1.3.2",
1933 "glib",
1934 "javascriptcore-rs-sys",
1935]
1936
1937[[package]]
1938name = "javascriptcore-rs-sys"
1939version = "1.1.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
1942dependencies = [
1943 "glib-sys",
1944 "gobject-sys",
1945 "libc",
1946 "system-deps",
1947]
1948
1949[[package]]
1950name = "jni"
1951version = "0.21.1"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1954dependencies = [
1955 "cesu8",
1956 "cfg-if",
1957 "combine",
1958 "jni-sys",
1959 "log",
1960 "thiserror 1.0.69",
1961 "walkdir",
1962 "windows-sys 0.45.0",
1963]
1964
1965[[package]]
1966name = "jni-sys"
1967version = "0.3.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1970
1971[[package]]
1972name = "js-sys"
1973version = "0.3.82"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
1976dependencies = [
1977 "once_cell",
1978 "wasm-bindgen",
1979]
1980
1981[[package]]
1982name = "json-patch"
1983version = "3.0.1"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
1986dependencies = [
1987 "jsonptr",
1988 "serde",
1989 "serde_json",
1990 "thiserror 1.0.69",
1991]
1992
1993[[package]]
1994name = "jsonptr"
1995version = "0.6.3"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
1998dependencies = [
1999 "serde",
2000 "serde_json",
2001]
2002
2003[[package]]
2004name = "keyboard-types"
2005version = "0.7.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
2008dependencies = [
2009 "bitflags 2.10.0",
2010 "serde",
2011 "unicode-segmentation",
2012]
2013
2014[[package]]
2015name = "kuchikiki"
2016version = "0.8.8-speedreader"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
2019dependencies = [
2020 "cssparser",
2021 "html5ever",
2022 "indexmap 2.12.0",
2023 "selectors",
2024]
2025
2026[[package]]
2027name = "lazy_static"
2028version = "1.5.0"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2031
2032[[package]]
2033name = "libappindicator"
2034version = "0.9.0"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
2037dependencies = [
2038 "glib",
2039 "gtk",
2040 "gtk-sys",
2041 "libappindicator-sys",
2042 "log",
2043]
2044
2045[[package]]
2046name = "libappindicator-sys"
2047version = "0.9.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
2050dependencies = [
2051 "gtk-sys",
2052 "libloading 0.7.4",
2053 "once_cell",
2054]
2055
2056[[package]]
2057name = "libc"
2058version = "0.2.177"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2061
2062[[package]]
2063name = "libloading"
2064version = "0.7.4"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2067dependencies = [
2068 "cfg-if",
2069 "winapi",
2070]
2071
2072[[package]]
2073name = "libloading"
2074version = "0.8.9"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2077dependencies = [
2078 "cfg-if",
2079 "windows-link 0.2.1",
2080]
2081
2082[[package]]
2083name = "libredox"
2084version = "0.1.10"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2087dependencies = [
2088 "bitflags 2.10.0",
2089 "libc",
2090]
2091
2092[[package]]
2093name = "linux-raw-sys"
2094version = "0.4.15"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2097
2098[[package]]
2099name = "linux-raw-sys"
2100version = "0.11.0"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2103
2104[[package]]
2105name = "litemap"
2106version = "0.8.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2109
2110[[package]]
2111name = "lock_api"
2112version = "0.4.14"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2115dependencies = [
2116 "scopeguard",
2117]
2118
2119[[package]]
2120name = "log"
2121version = "0.4.28"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2124
2125[[package]]
2126name = "mac"
2127version = "0.1.1"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2130
2131[[package]]
2132name = "markup5ever"
2133version = "0.14.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
2136dependencies = [
2137 "log",
2138 "phf 0.11.3",
2139 "phf_codegen 0.11.3",
2140 "string_cache",
2141 "string_cache_codegen",
2142 "tendril",
2143]
2144
2145[[package]]
2146name = "match_token"
2147version = "0.1.0"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
2150dependencies = [
2151 "proc-macro2",
2152 "quote",
2153 "syn 2.0.109",
2154]
2155
2156[[package]]
2157name = "matches"
2158version = "0.1.10"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2161
2162[[package]]
2163name = "memchr"
2164version = "2.7.6"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2167
2168[[package]]
2169name = "memmap2"
2170version = "0.9.9"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
2173dependencies = [
2174 "libc",
2175]
2176
2177[[package]]
2178name = "memoffset"
2179version = "0.9.1"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2182dependencies = [
2183 "autocfg",
2184]
2185
2186[[package]]
2187name = "mime"
2188version = "0.3.17"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2191
2192[[package]]
2193name = "minimal-lexical"
2194version = "0.2.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2197
2198[[package]]
2199name = "miniz_oxide"
2200version = "0.8.9"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2203dependencies = [
2204 "adler2",
2205 "simd-adler32",
2206]
2207
2208[[package]]
2209name = "mio"
2210version = "1.1.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2213dependencies = [
2214 "libc",
2215 "wasi 0.11.1+wasi-snapshot-preview1",
2216 "windows-sys 0.61.2",
2217]
2218
2219[[package]]
2220name = "moxcms"
2221version = "0.7.9"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "0fbdd3d7436f8b5e892b8b7ea114271ff0fa00bc5acae845d53b07d498616ef6"
2224dependencies = [
2225 "num-traits",
2226 "pxfm",
2227]
2228
2229[[package]]
2230name = "muda"
2231version = "0.17.1"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a"
2234dependencies = [
2235 "crossbeam-channel",
2236 "dpi",
2237 "gtk",
2238 "keyboard-types",
2239 "objc2 0.6.3",
2240 "objc2-app-kit",
2241 "objc2-core-foundation",
2242 "objc2-foundation 0.3.2",
2243 "once_cell",
2244 "png 0.17.16",
2245 "serde",
2246 "thiserror 2.0.17",
2247 "windows-sys 0.60.2",
2248]
2249
2250[[package]]
2251name = "ndk"
2252version = "0.9.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2255dependencies = [
2256 "bitflags 2.10.0",
2257 "jni-sys",
2258 "log",
2259 "ndk-sys",
2260 "num_enum",
2261 "raw-window-handle",
2262 "thiserror 1.0.69",
2263]
2264
2265[[package]]
2266name = "ndk-context"
2267version = "0.1.1"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2270
2271[[package]]
2272name = "ndk-sys"
2273version = "0.6.0+11769913"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2276dependencies = [
2277 "jni-sys",
2278]
2279
2280[[package]]
2281name = "new_debug_unreachable"
2282version = "1.0.6"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2285
2286[[package]]
2287name = "nix"
2288version = "0.30.1"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2291dependencies = [
2292 "bitflags 2.10.0",
2293 "cfg-if",
2294 "cfg_aliases",
2295 "libc",
2296 "memoffset",
2297]
2298
2299[[package]]
2300name = "nodrop"
2301version = "0.1.14"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2304
2305[[package]]
2306name = "nom"
2307version = "7.1.3"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2310dependencies = [
2311 "memchr",
2312 "minimal-lexical",
2313]
2314
2315[[package]]
2316name = "nom"
2317version = "8.0.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
2320dependencies = [
2321 "memchr",
2322]
2323
2324[[package]]
2325name = "num-conv"
2326version = "0.1.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2329
2330[[package]]
2331name = "num-traits"
2332version = "0.2.19"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2335dependencies = [
2336 "autocfg",
2337]
2338
2339[[package]]
2340name = "num_enum"
2341version = "0.7.5"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
2344dependencies = [
2345 "num_enum_derive",
2346 "rustversion",
2347]
2348
2349[[package]]
2350name = "num_enum_derive"
2351version = "0.7.5"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
2354dependencies = [
2355 "proc-macro-crate 3.4.0",
2356 "proc-macro2",
2357 "quote",
2358 "syn 2.0.109",
2359]
2360
2361[[package]]
2362name = "objc-sys"
2363version = "0.3.5"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2366
2367[[package]]
2368name = "objc2"
2369version = "0.5.2"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2372dependencies = [
2373 "objc-sys",
2374 "objc2-encode",
2375]
2376
2377[[package]]
2378name = "objc2"
2379version = "0.6.3"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2382dependencies = [
2383 "objc2-encode",
2384 "objc2-exception-helper",
2385]
2386
2387[[package]]
2388name = "objc2-app-kit"
2389version = "0.3.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
2392dependencies = [
2393 "bitflags 2.10.0",
2394 "block2 0.6.2",
2395 "libc",
2396 "objc2 0.6.3",
2397 "objc2-cloud-kit",
2398 "objc2-core-data",
2399 "objc2-core-foundation",
2400 "objc2-core-graphics",
2401 "objc2-core-image",
2402 "objc2-core-text",
2403 "objc2-core-video",
2404 "objc2-foundation 0.3.2",
2405 "objc2-quartz-core 0.3.2",
2406]
2407
2408[[package]]
2409name = "objc2-cloud-kit"
2410version = "0.3.2"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
2413dependencies = [
2414 "bitflags 2.10.0",
2415 "objc2 0.6.3",
2416 "objc2-foundation 0.3.2",
2417]
2418
2419[[package]]
2420name = "objc2-core-data"
2421version = "0.3.2"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
2424dependencies = [
2425 "bitflags 2.10.0",
2426 "objc2 0.6.3",
2427 "objc2-foundation 0.3.2",
2428]
2429
2430[[package]]
2431name = "objc2-core-foundation"
2432version = "0.3.2"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2435dependencies = [
2436 "bitflags 2.10.0",
2437 "dispatch2",
2438 "objc2 0.6.3",
2439]
2440
2441[[package]]
2442name = "objc2-core-graphics"
2443version = "0.3.2"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
2446dependencies = [
2447 "bitflags 2.10.0",
2448 "dispatch2",
2449 "objc2 0.6.3",
2450 "objc2-core-foundation",
2451 "objc2-io-surface",
2452]
2453
2454[[package]]
2455name = "objc2-core-image"
2456version = "0.3.2"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
2459dependencies = [
2460 "objc2 0.6.3",
2461 "objc2-foundation 0.3.2",
2462]
2463
2464[[package]]
2465name = "objc2-core-location"
2466version = "0.3.2"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
2469dependencies = [
2470 "objc2 0.6.3",
2471 "objc2-foundation 0.3.2",
2472]
2473
2474[[package]]
2475name = "objc2-core-text"
2476version = "0.3.2"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
2479dependencies = [
2480 "bitflags 2.10.0",
2481 "objc2 0.6.3",
2482 "objc2-core-foundation",
2483 "objc2-core-graphics",
2484]
2485
2486[[package]]
2487name = "objc2-core-video"
2488version = "0.3.2"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
2491dependencies = [
2492 "bitflags 2.10.0",
2493 "objc2 0.6.3",
2494 "objc2-core-foundation",
2495 "objc2-core-graphics",
2496 "objc2-io-surface",
2497]
2498
2499[[package]]
2500name = "objc2-encode"
2501version = "4.1.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2504
2505[[package]]
2506name = "objc2-exception-helper"
2507version = "0.1.1"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
2510dependencies = [
2511 "cc",
2512]
2513
2514[[package]]
2515name = "objc2-foundation"
2516version = "0.2.2"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
2519dependencies = [
2520 "bitflags 2.10.0",
2521 "block2 0.5.1",
2522 "libc",
2523 "objc2 0.5.2",
2524]
2525
2526[[package]]
2527name = "objc2-foundation"
2528version = "0.3.2"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2531dependencies = [
2532 "bitflags 2.10.0",
2533 "block2 0.6.2",
2534 "libc",
2535 "objc2 0.6.3",
2536 "objc2-core-foundation",
2537]
2538
2539[[package]]
2540name = "objc2-io-surface"
2541version = "0.3.2"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
2544dependencies = [
2545 "bitflags 2.10.0",
2546 "objc2 0.6.3",
2547 "objc2-core-foundation",
2548]
2549
2550[[package]]
2551name = "objc2-javascript-core"
2552version = "0.3.2"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "2a1e6550c4caed348956ce3370c9ffeca70bb1dbed4fa96112e7c6170e074586"
2555dependencies = [
2556 "objc2 0.6.3",
2557 "objc2-core-foundation",
2558]
2559
2560[[package]]
2561name = "objc2-metal"
2562version = "0.2.2"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
2565dependencies = [
2566 "bitflags 2.10.0",
2567 "block2 0.5.1",
2568 "objc2 0.5.2",
2569 "objc2-foundation 0.2.2",
2570]
2571
2572[[package]]
2573name = "objc2-quartz-core"
2574version = "0.2.2"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
2577dependencies = [
2578 "bitflags 2.10.0",
2579 "block2 0.5.1",
2580 "objc2 0.5.2",
2581 "objc2-foundation 0.2.2",
2582 "objc2-metal",
2583]
2584
2585[[package]]
2586name = "objc2-quartz-core"
2587version = "0.3.2"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
2590dependencies = [
2591 "bitflags 2.10.0",
2592 "objc2 0.6.3",
2593 "objc2-core-foundation",
2594 "objc2-foundation 0.3.2",
2595]
2596
2597[[package]]
2598name = "objc2-security"
2599version = "0.3.2"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
2602dependencies = [
2603 "bitflags 2.10.0",
2604 "objc2 0.6.3",
2605 "objc2-core-foundation",
2606]
2607
2608[[package]]
2609name = "objc2-ui-kit"
2610version = "0.3.2"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
2613dependencies = [
2614 "bitflags 2.10.0",
2615 "block2 0.6.2",
2616 "objc2 0.6.3",
2617 "objc2-cloud-kit",
2618 "objc2-core-data",
2619 "objc2-core-foundation",
2620 "objc2-core-graphics",
2621 "objc2-core-image",
2622 "objc2-core-location",
2623 "objc2-core-text",
2624 "objc2-foundation 0.3.2",
2625 "objc2-quartz-core 0.3.2",
2626 "objc2-user-notifications",
2627]
2628
2629[[package]]
2630name = "objc2-user-notifications"
2631version = "0.3.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
2634dependencies = [
2635 "objc2 0.6.3",
2636 "objc2-foundation 0.3.2",
2637]
2638
2639[[package]]
2640name = "objc2-web-kit"
2641version = "0.3.2"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
2644dependencies = [
2645 "bitflags 2.10.0",
2646 "block2 0.6.2",
2647 "objc2 0.6.3",
2648 "objc2-app-kit",
2649 "objc2-core-foundation",
2650 "objc2-foundation 0.3.2",
2651 "objc2-javascript-core",
2652 "objc2-security",
2653]
2654
2655[[package]]
2656name = "once_cell"
2657version = "1.21.3"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2660
2661[[package]]
2662name = "open"
2663version = "5.3.2"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
2666dependencies = [
2667 "dunce",
2668 "is-wsl",
2669 "libc",
2670 "pathdiff",
2671]
2672
2673[[package]]
2674name = "option-ext"
2675version = "0.2.0"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2678
2679[[package]]
2680name = "ordered-stream"
2681version = "0.2.0"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2684dependencies = [
2685 "futures-core",
2686 "pin-project-lite",
2687]
2688
2689[[package]]
2690name = "os_info"
2691version = "3.13.0"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "7c39b5918402d564846d5aba164c09a66cc88d232179dfd3e3c619a25a268392"
2694dependencies = [
2695 "android_system_properties",
2696 "log",
2697 "nix",
2698 "objc2 0.6.3",
2699 "objc2-foundation 0.3.2",
2700 "objc2-ui-kit",
2701 "serde",
2702 "windows-sys 0.61.2",
2703]
2704
2705[[package]]
2706name = "os_pipe"
2707version = "1.2.3"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
2710dependencies = [
2711 "libc",
2712 "windows-sys 0.61.2",
2713]
2714
2715[[package]]
2716name = "pango"
2717version = "0.18.3"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
2720dependencies = [
2721 "gio",
2722 "glib",
2723 "libc",
2724 "once_cell",
2725 "pango-sys",
2726]
2727
2728[[package]]
2729name = "pango-sys"
2730version = "0.18.0"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
2733dependencies = [
2734 "glib-sys",
2735 "gobject-sys",
2736 "libc",
2737 "system-deps",
2738]
2739
2740[[package]]
2741name = "parking"
2742version = "2.2.1"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2745
2746[[package]]
2747name = "parking_lot"
2748version = "0.12.5"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2751dependencies = [
2752 "lock_api",
2753 "parking_lot_core",
2754]
2755
2756[[package]]
2757name = "parking_lot_core"
2758version = "0.9.12"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2761dependencies = [
2762 "cfg-if",
2763 "libc",
2764 "redox_syscall",
2765 "smallvec",
2766 "windows-link 0.2.1",
2767]
2768
2769[[package]]
2770name = "pathdiff"
2771version = "0.2.3"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2774
2775[[package]]
2776name = "percent-encoding"
2777version = "2.3.2"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2780
2781[[package]]
2782name = "petgraph"
2783version = "0.8.3"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
2786dependencies = [
2787 "fixedbitset",
2788 "hashbrown 0.15.5",
2789 "indexmap 2.12.0",
2790]
2791
2792[[package]]
2793name = "phf"
2794version = "0.8.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2797dependencies = [
2798 "phf_shared 0.8.0",
2799]
2800
2801[[package]]
2802name = "phf"
2803version = "0.10.1"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2806dependencies = [
2807 "phf_macros 0.10.0",
2808 "phf_shared 0.10.0",
2809 "proc-macro-hack",
2810]
2811
2812[[package]]
2813name = "phf"
2814version = "0.11.3"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2817dependencies = [
2818 "phf_macros 0.11.3",
2819 "phf_shared 0.11.3",
2820]
2821
2822[[package]]
2823name = "phf_codegen"
2824version = "0.8.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2827dependencies = [
2828 "phf_generator 0.8.0",
2829 "phf_shared 0.8.0",
2830]
2831
2832[[package]]
2833name = "phf_codegen"
2834version = "0.11.3"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2837dependencies = [
2838 "phf_generator 0.11.3",
2839 "phf_shared 0.11.3",
2840]
2841
2842[[package]]
2843name = "phf_generator"
2844version = "0.8.0"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2847dependencies = [
2848 "phf_shared 0.8.0",
2849 "rand 0.7.3",
2850]
2851
2852[[package]]
2853name = "phf_generator"
2854version = "0.10.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2857dependencies = [
2858 "phf_shared 0.10.0",
2859 "rand 0.8.5",
2860]
2861
2862[[package]]
2863name = "phf_generator"
2864version = "0.11.3"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2867dependencies = [
2868 "phf_shared 0.11.3",
2869 "rand 0.8.5",
2870]
2871
2872[[package]]
2873name = "phf_macros"
2874version = "0.10.0"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2877dependencies = [
2878 "phf_generator 0.10.0",
2879 "phf_shared 0.10.0",
2880 "proc-macro-hack",
2881 "proc-macro2",
2882 "quote",
2883 "syn 1.0.109",
2884]
2885
2886[[package]]
2887name = "phf_macros"
2888version = "0.11.3"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2891dependencies = [
2892 "phf_generator 0.11.3",
2893 "phf_shared 0.11.3",
2894 "proc-macro2",
2895 "quote",
2896 "syn 2.0.109",
2897]
2898
2899[[package]]
2900name = "phf_shared"
2901version = "0.8.0"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2904dependencies = [
2905 "siphasher 0.3.11",
2906]
2907
2908[[package]]
2909name = "phf_shared"
2910version = "0.10.0"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2913dependencies = [
2914 "siphasher 0.3.11",
2915]
2916
2917[[package]]
2918name = "phf_shared"
2919version = "0.11.3"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2922dependencies = [
2923 "siphasher 1.0.1",
2924]
2925
2926[[package]]
2927name = "pin-project-lite"
2928version = "0.2.16"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2931
2932[[package]]
2933name = "pin-utils"
2934version = "0.1.0"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2937
2938[[package]]
2939name = "piper"
2940version = "0.2.4"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2943dependencies = [
2944 "atomic-waker",
2945 "fastrand",
2946 "futures-io",
2947]
2948
2949[[package]]
2950name = "pkg-config"
2951version = "0.3.32"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2954
2955[[package]]
2956name = "plist"
2957version = "1.8.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
2960dependencies = [
2961 "base64 0.22.1",
2962 "indexmap 2.12.0",
2963 "quick-xml 0.38.3",
2964 "serde",
2965 "time",
2966]
2967
2968[[package]]
2969name = "png"
2970version = "0.17.16"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2973dependencies = [
2974 "bitflags 1.3.2",
2975 "crc32fast",
2976 "fdeflate",
2977 "flate2",
2978 "miniz_oxide",
2979]
2980
2981[[package]]
2982name = "png"
2983version = "0.18.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
2986dependencies = [
2987 "bitflags 2.10.0",
2988 "crc32fast",
2989 "fdeflate",
2990 "flate2",
2991 "miniz_oxide",
2992]
2993
2994[[package]]
2995name = "polling"
2996version = "3.11.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2999dependencies = [
3000 "cfg-if",
3001 "concurrent-queue",
3002 "hermit-abi",
3003 "pin-project-lite",
3004 "rustix 1.1.2",
3005 "windows-sys 0.61.2",
3006]
3007
3008[[package]]
3009name = "potential_utf"
3010version = "0.1.4"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
3013dependencies = [
3014 "zerovec",
3015]
3016
3017[[package]]
3018name = "powerfmt"
3019version = "0.2.0"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3022
3023[[package]]
3024name = "ppv-lite86"
3025version = "0.2.21"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3028dependencies = [
3029 "zerocopy",
3030]
3031
3032[[package]]
3033name = "precomputed-hash"
3034version = "0.1.1"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3037
3038[[package]]
3039name = "proc-macro-crate"
3040version = "1.3.1"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
3043dependencies = [
3044 "once_cell",
3045 "toml_edit 0.19.15",
3046]
3047
3048[[package]]
3049name = "proc-macro-crate"
3050version = "2.0.2"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
3053dependencies = [
3054 "toml_datetime 0.6.3",
3055 "toml_edit 0.20.2",
3056]
3057
3058[[package]]
3059name = "proc-macro-crate"
3060version = "3.4.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
3063dependencies = [
3064 "toml_edit 0.23.7",
3065]
3066
3067[[package]]
3068name = "proc-macro-error"
3069version = "1.0.4"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3072dependencies = [
3073 "proc-macro-error-attr",
3074 "proc-macro2",
3075 "quote",
3076 "syn 1.0.109",
3077 "version_check",
3078]
3079
3080[[package]]
3081name = "proc-macro-error-attr"
3082version = "1.0.4"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3085dependencies = [
3086 "proc-macro2",
3087 "quote",
3088 "version_check",
3089]
3090
3091[[package]]
3092name = "proc-macro-hack"
3093version = "0.5.20+deprecated"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3096
3097[[package]]
3098name = "proc-macro2"
3099version = "1.0.103"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
3102dependencies = [
3103 "unicode-ident",
3104]
3105
3106[[package]]
3107name = "pxfm"
3108version = "0.1.25"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
3111dependencies = [
3112 "num-traits",
3113]
3114
3115[[package]]
3116name = "quick-error"
3117version = "2.0.1"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3120
3121[[package]]
3122name = "quick-xml"
3123version = "0.37.5"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
3126dependencies = [
3127 "memchr",
3128]
3129
3130[[package]]
3131name = "quick-xml"
3132version = "0.38.3"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
3135dependencies = [
3136 "memchr",
3137]
3138
3139[[package]]
3140name = "quote"
3141version = "1.0.42"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
3144dependencies = [
3145 "proc-macro2",
3146]
3147
3148[[package]]
3149name = "r-efi"
3150version = "5.3.0"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3153
3154[[package]]
3155name = "rand"
3156version = "0.7.3"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3159dependencies = [
3160 "getrandom 0.1.16",
3161 "libc",
3162 "rand_chacha 0.2.2",
3163 "rand_core 0.5.1",
3164 "rand_hc",
3165 "rand_pcg",
3166]
3167
3168[[package]]
3169name = "rand"
3170version = "0.8.5"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3173dependencies = [
3174 "libc",
3175 "rand_chacha 0.3.1",
3176 "rand_core 0.6.4",
3177]
3178
3179[[package]]
3180name = "rand"
3181version = "0.9.2"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3184dependencies = [
3185 "rand_chacha 0.9.0",
3186 "rand_core 0.9.3",
3187]
3188
3189[[package]]
3190name = "rand_chacha"
3191version = "0.2.2"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3194dependencies = [
3195 "ppv-lite86",
3196 "rand_core 0.5.1",
3197]
3198
3199[[package]]
3200name = "rand_chacha"
3201version = "0.3.1"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3204dependencies = [
3205 "ppv-lite86",
3206 "rand_core 0.6.4",
3207]
3208
3209[[package]]
3210name = "rand_chacha"
3211version = "0.9.0"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3214dependencies = [
3215 "ppv-lite86",
3216 "rand_core 0.9.3",
3217]
3218
3219[[package]]
3220name = "rand_core"
3221version = "0.5.1"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3224dependencies = [
3225 "getrandom 0.1.16",
3226]
3227
3228[[package]]
3229name = "rand_core"
3230version = "0.6.4"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3233dependencies = [
3234 "getrandom 0.2.16",
3235]
3236
3237[[package]]
3238name = "rand_core"
3239version = "0.9.3"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3242dependencies = [
3243 "getrandom 0.3.4",
3244]
3245
3246[[package]]
3247name = "rand_hc"
3248version = "0.2.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3251dependencies = [
3252 "rand_core 0.5.1",
3253]
3254
3255[[package]]
3256name = "rand_pcg"
3257version = "0.2.1"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
3260dependencies = [
3261 "rand_core 0.5.1",
3262]
3263
3264[[package]]
3265name = "raw-window-handle"
3266version = "0.6.2"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3269
3270[[package]]
3271name = "redox_syscall"
3272version = "0.5.18"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3275dependencies = [
3276 "bitflags 2.10.0",
3277]
3278
3279[[package]]
3280name = "redox_users"
3281version = "0.5.2"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
3284dependencies = [
3285 "getrandom 0.2.16",
3286 "libredox",
3287 "thiserror 2.0.17",
3288]
3289
3290[[package]]
3291name = "ref-cast"
3292version = "1.0.25"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3295dependencies = [
3296 "ref-cast-impl",
3297]
3298
3299[[package]]
3300name = "ref-cast-impl"
3301version = "1.0.25"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3304dependencies = [
3305 "proc-macro2",
3306 "quote",
3307 "syn 2.0.109",
3308]
3309
3310[[package]]
3311name = "regex"
3312version = "1.12.2"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3315dependencies = [
3316 "aho-corasick",
3317 "memchr",
3318 "regex-automata",
3319 "regex-syntax",
3320]
3321
3322[[package]]
3323name = "regex-automata"
3324version = "0.4.13"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3327dependencies = [
3328 "aho-corasick",
3329 "memchr",
3330 "regex-syntax",
3331]
3332
3333[[package]]
3334name = "regex-syntax"
3335version = "0.8.8"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3338
3339[[package]]
3340name = "reqwest"
3341version = "0.12.24"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3344dependencies = [
3345 "base64 0.22.1",
3346 "bytes",
3347 "futures-core",
3348 "futures-util",
3349 "http",
3350 "http-body",
3351 "http-body-util",
3352 "hyper",
3353 "hyper-util",
3354 "js-sys",
3355 "log",
3356 "percent-encoding",
3357 "pin-project-lite",
3358 "serde",
3359 "serde_json",
3360 "serde_urlencoded",
3361 "sync_wrapper",
3362 "tokio",
3363 "tokio-util",
3364 "tower",
3365 "tower-http",
3366 "tower-service",
3367 "url",
3368 "wasm-bindgen",
3369 "wasm-bindgen-futures",
3370 "wasm-streams",
3371 "web-sys",
3372]
3373
3374[[package]]
3375name = "rfd"
3376version = "0.15.4"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed"
3379dependencies = [
3380 "ashpd",
3381 "block2 0.6.2",
3382 "dispatch2",
3383 "glib-sys",
3384 "gobject-sys",
3385 "gtk-sys",
3386 "js-sys",
3387 "log",
3388 "objc2 0.6.3",
3389 "objc2-app-kit",
3390 "objc2-core-foundation",
3391 "objc2-foundation 0.3.2",
3392 "raw-window-handle",
3393 "wasm-bindgen",
3394 "wasm-bindgen-futures",
3395 "web-sys",
3396 "windows-sys 0.59.0",
3397]
3398
3399[[package]]
3400name = "rustc_version"
3401version = "0.4.1"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3404dependencies = [
3405 "semver",
3406]
3407
3408[[package]]
3409name = "rustix"
3410version = "0.38.44"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3413dependencies = [
3414 "bitflags 2.10.0",
3415 "errno",
3416 "libc",
3417 "linux-raw-sys 0.4.15",
3418 "windows-sys 0.59.0",
3419]
3420
3421[[package]]
3422name = "rustix"
3423version = "1.1.2"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
3426dependencies = [
3427 "bitflags 2.10.0",
3428 "errno",
3429 "libc",
3430 "linux-raw-sys 0.11.0",
3431 "windows-sys 0.61.2",
3432]
3433
3434[[package]]
3435name = "rustversion"
3436version = "1.0.22"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3439
3440[[package]]
3441name = "ryu"
3442version = "1.0.20"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3445
3446[[package]]
3447name = "same-file"
3448version = "1.0.6"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3451dependencies = [
3452 "winapi-util",
3453]
3454
3455[[package]]
3456name = "schemars"
3457version = "0.8.22"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
3460dependencies = [
3461 "dyn-clone",
3462 "indexmap 1.9.3",
3463 "schemars_derive",
3464 "serde",
3465 "serde_json",
3466 "url",
3467 "uuid",
3468]
3469
3470[[package]]
3471name = "schemars"
3472version = "0.9.0"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3475dependencies = [
3476 "dyn-clone",
3477 "ref-cast",
3478 "serde",
3479 "serde_json",
3480]
3481
3482[[package]]
3483name = "schemars"
3484version = "1.1.0"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
3487dependencies = [
3488 "dyn-clone",
3489 "ref-cast",
3490 "serde",
3491 "serde_json",
3492]
3493
3494[[package]]
3495name = "schemars_derive"
3496version = "0.8.22"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
3499dependencies = [
3500 "proc-macro2",
3501 "quote",
3502 "serde_derive_internals",
3503 "syn 2.0.109",
3504]
3505
3506[[package]]
3507name = "scoped-tls"
3508version = "1.0.1"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3511
3512[[package]]
3513name = "scopeguard"
3514version = "1.2.0"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3517
3518[[package]]
3519name = "selectors"
3520version = "0.24.0"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
3523dependencies = [
3524 "bitflags 1.3.2",
3525 "cssparser",
3526 "derive_more",
3527 "fxhash",
3528 "log",
3529 "phf 0.8.0",
3530 "phf_codegen 0.8.0",
3531 "precomputed-hash",
3532 "servo_arc",
3533 "smallvec",
3534]
3535
3536[[package]]
3537name = "semver"
3538version = "1.0.27"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3541dependencies = [
3542 "serde",
3543 "serde_core",
3544]
3545
3546[[package]]
3547name = "serde"
3548version = "1.0.228"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3551dependencies = [
3552 "serde_core",
3553 "serde_derive",
3554]
3555
3556[[package]]
3557name = "serde-untagged"
3558version = "0.1.9"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
3561dependencies = [
3562 "erased-serde",
3563 "serde",
3564 "serde_core",
3565 "typeid",
3566]
3567
3568[[package]]
3569name = "serde_core"
3570version = "1.0.228"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3573dependencies = [
3574 "serde_derive",
3575]
3576
3577[[package]]
3578name = "serde_derive"
3579version = "1.0.228"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3582dependencies = [
3583 "proc-macro2",
3584 "quote",
3585 "syn 2.0.109",
3586]
3587
3588[[package]]
3589name = "serde_derive_internals"
3590version = "0.29.1"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
3593dependencies = [
3594 "proc-macro2",
3595 "quote",
3596 "syn 2.0.109",
3597]
3598
3599[[package]]
3600name = "serde_json"
3601version = "1.0.145"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
3604dependencies = [
3605 "itoa",
3606 "memchr",
3607 "ryu",
3608 "serde",
3609 "serde_core",
3610]
3611
3612[[package]]
3613name = "serde_repr"
3614version = "0.1.20"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3617dependencies = [
3618 "proc-macro2",
3619 "quote",
3620 "syn 2.0.109",
3621]
3622
3623[[package]]
3624name = "serde_spanned"
3625version = "0.6.9"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3628dependencies = [
3629 "serde",
3630]
3631
3632[[package]]
3633name = "serde_spanned"
3634version = "1.0.3"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
3637dependencies = [
3638 "serde_core",
3639]
3640
3641[[package]]
3642name = "serde_urlencoded"
3643version = "0.7.1"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3646dependencies = [
3647 "form_urlencoded",
3648 "itoa",
3649 "ryu",
3650 "serde",
3651]
3652
3653[[package]]
3654name = "serde_with"
3655version = "3.15.1"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04"
3658dependencies = [
3659 "base64 0.22.1",
3660 "chrono",
3661 "hex",
3662 "indexmap 1.9.3",
3663 "indexmap 2.12.0",
3664 "schemars 0.9.0",
3665 "schemars 1.1.0",
3666 "serde_core",
3667 "serde_json",
3668 "serde_with_macros",
3669 "time",
3670]
3671
3672[[package]]
3673name = "serde_with_macros"
3674version = "3.15.1"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955"
3677dependencies = [
3678 "darling",
3679 "proc-macro2",
3680 "quote",
3681 "syn 2.0.109",
3682]
3683
3684[[package]]
3685name = "serialize-to-javascript"
3686version = "0.1.2"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
3689dependencies = [
3690 "serde",
3691 "serde_json",
3692 "serialize-to-javascript-impl",
3693]
3694
3695[[package]]
3696name = "serialize-to-javascript-impl"
3697version = "0.1.2"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
3700dependencies = [
3701 "proc-macro2",
3702 "quote",
3703 "syn 2.0.109",
3704]
3705
3706[[package]]
3707name = "servo_arc"
3708version = "0.2.0"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
3711dependencies = [
3712 "nodrop",
3713 "stable_deref_trait",
3714]
3715
3716[[package]]
3717name = "sha2"
3718version = "0.10.9"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3721dependencies = [
3722 "cfg-if",
3723 "cpufeatures",
3724 "digest",
3725]
3726
3727[[package]]
3728name = "shlex"
3729version = "1.3.0"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3732
3733[[package]]
3734name = "signal-hook-registry"
3735version = "1.4.6"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
3738dependencies = [
3739 "libc",
3740]
3741
3742[[package]]
3743name = "simd-adler32"
3744version = "0.3.7"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3747
3748[[package]]
3749name = "siphasher"
3750version = "0.3.11"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3753
3754[[package]]
3755name = "siphasher"
3756version = "1.0.1"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3759
3760[[package]]
3761name = "slab"
3762version = "0.4.11"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3765
3766[[package]]
3767name = "smallvec"
3768version = "1.15.1"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3771
3772[[package]]
3773name = "socket2"
3774version = "0.6.1"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3777dependencies = [
3778 "libc",
3779 "windows-sys 0.60.2",
3780]
3781
3782[[package]]
3783name = "softbuffer"
3784version = "0.4.6"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
3787dependencies = [
3788 "bytemuck",
3789 "cfg_aliases",
3790 "core-graphics 0.24.0",
3791 "foreign-types",
3792 "js-sys",
3793 "log",
3794 "objc2 0.5.2",
3795 "objc2-foundation 0.2.2",
3796 "objc2-quartz-core 0.2.2",
3797 "raw-window-handle",
3798 "redox_syscall",
3799 "wasm-bindgen",
3800 "web-sys",
3801 "windows-sys 0.59.0",
3802]
3803
3804[[package]]
3805name = "soup3"
3806version = "0.5.0"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
3809dependencies = [
3810 "futures-channel",
3811 "gio",
3812 "glib",
3813 "libc",
3814 "soup3-sys",
3815]
3816
3817[[package]]
3818name = "soup3-sys"
3819version = "0.5.0"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
3822dependencies = [
3823 "gio-sys",
3824 "glib-sys",
3825 "gobject-sys",
3826 "libc",
3827 "system-deps",
3828]
3829
3830[[package]]
3831name = "stable_deref_trait"
3832version = "1.2.1"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3835
3836[[package]]
3837name = "static_assertions"
3838version = "1.1.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3841
3842[[package]]
3843name = "string_cache"
3844version = "0.8.9"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3847dependencies = [
3848 "new_debug_unreachable",
3849 "parking_lot",
3850 "phf_shared 0.11.3",
3851 "precomputed-hash",
3852 "serde",
3853]
3854
3855[[package]]
3856name = "string_cache_codegen"
3857version = "0.5.4"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3860dependencies = [
3861 "phf_generator 0.11.3",
3862 "phf_shared 0.11.3",
3863 "proc-macro2",
3864 "quote",
3865]
3866
3867[[package]]
3868name = "strsim"
3869version = "0.11.1"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3872
3873[[package]]
3874name = "swift-rs"
3875version = "1.0.7"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
3878dependencies = [
3879 "base64 0.21.7",
3880 "serde",
3881 "serde_json",
3882]
3883
3884[[package]]
3885name = "syn"
3886version = "1.0.109"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3889dependencies = [
3890 "proc-macro2",
3891 "quote",
3892 "unicode-ident",
3893]
3894
3895[[package]]
3896name = "syn"
3897version = "2.0.109"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
3900dependencies = [
3901 "proc-macro2",
3902 "quote",
3903 "unicode-ident",
3904]
3905
3906[[package]]
3907name = "sync_wrapper"
3908version = "1.0.2"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3911dependencies = [
3912 "futures-core",
3913]
3914
3915[[package]]
3916name = "synstructure"
3917version = "0.13.2"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3920dependencies = [
3921 "proc-macro2",
3922 "quote",
3923 "syn 2.0.109",
3924]
3925
3926[[package]]
3927name = "sys-locale"
3928version = "0.3.2"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
3931dependencies = [
3932 "libc",
3933]
3934
3935[[package]]
3936name = "system-deps"
3937version = "6.2.2"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
3940dependencies = [
3941 "cfg-expr",
3942 "heck 0.5.0",
3943 "pkg-config",
3944 "toml 0.8.2",
3945 "version-compare",
3946]
3947
3948[[package]]
3949name = "tao"
3950version = "0.34.5"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7"
3953dependencies = [
3954 "bitflags 2.10.0",
3955 "block2 0.6.2",
3956 "core-foundation",
3957 "core-graphics 0.24.0",
3958 "crossbeam-channel",
3959 "dispatch",
3960 "dlopen2",
3961 "dpi",
3962 "gdkwayland-sys",
3963 "gdkx11-sys",
3964 "gtk",
3965 "jni",
3966 "lazy_static",
3967 "libc",
3968 "log",
3969 "ndk",
3970 "ndk-context",
3971 "ndk-sys",
3972 "objc2 0.6.3",
3973 "objc2-app-kit",
3974 "objc2-foundation 0.3.2",
3975 "once_cell",
3976 "parking_lot",
3977 "raw-window-handle",
3978 "scopeguard",
3979 "tao-macros",
3980 "unicode-segmentation",
3981 "url",
3982 "windows",
3983 "windows-core 0.61.2",
3984 "windows-version",
3985 "x11-dl",
3986]
3987
3988[[package]]
3989name = "tao-macros"
3990version = "0.1.3"
3991source = "registry+https://github.com/rust-lang/crates.io-index"
3992checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
3993dependencies = [
3994 "proc-macro2",
3995 "quote",
3996 "syn 2.0.109",
3997]
3998
3999[[package]]
4000name = "target-lexicon"
4001version = "0.12.16"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
4004
4005[[package]]
4006name = "tauri"
4007version = "2.9.2"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "8bceb52453e507c505b330afe3398510e87f428ea42b6e76ecb6bd63b15965b5"
4010dependencies = [
4011 "anyhow",
4012 "bytes",
4013 "cookie",
4014 "dirs",
4015 "dunce",
4016 "embed_plist",
4017 "getrandom 0.3.4",
4018 "glob",
4019 "gtk",
4020 "heck 0.5.0",
4021 "http",
4022 "image",
4023 "jni",
4024 "libc",
4025 "log",
4026 "mime",
4027 "muda",
4028 "objc2 0.6.3",
4029 "objc2-app-kit",
4030 "objc2-foundation 0.3.2",
4031 "objc2-ui-kit",
4032 "objc2-web-kit",
4033 "percent-encoding",
4034 "plist",
4035 "raw-window-handle",
4036 "reqwest",
4037 "serde",
4038 "serde_json",
4039 "serde_repr",
4040 "serialize-to-javascript",
4041 "swift-rs",
4042 "tauri-build",
4043 "tauri-macros",
4044 "tauri-runtime",
4045 "tauri-runtime-wry",
4046 "tauri-utils",
4047 "thiserror 2.0.17",
4048 "tokio",
4049 "tray-icon",
4050 "url",
4051 "webkit2gtk",
4052 "webview2-com",
4053 "window-vibrancy",
4054 "windows",
4055]
4056
4057[[package]]
4058name = "tauri-build"
4059version = "2.5.1"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "a924b6c50fe83193f0f8b14072afa7c25b7a72752a2a73d9549b463f5fe91a38"
4062dependencies = [
4063 "anyhow",
4064 "cargo_toml",
4065 "dirs",
4066 "glob",
4067 "heck 0.5.0",
4068 "json-patch",
4069 "schemars 0.8.22",
4070 "semver",
4071 "serde",
4072 "serde_json",
4073 "tauri-utils",
4074 "tauri-winres",
4075 "toml 0.9.8",
4076 "walkdir",
4077]
4078
4079[[package]]
4080name = "tauri-codegen"
4081version = "2.5.0"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "6c1fe64c74cc40f90848281a90058a6db931eb400b60205840e09801ee30f190"
4084dependencies = [
4085 "base64 0.22.1",
4086 "brotli",
4087 "ico",
4088 "json-patch",
4089 "plist",
4090 "png 0.17.16",
4091 "proc-macro2",
4092 "quote",
4093 "semver",
4094 "serde",
4095 "serde_json",
4096 "sha2",
4097 "syn 2.0.109",
4098 "tauri-utils",
4099 "thiserror 2.0.17",
4100 "time",
4101 "url",
4102 "uuid",
4103 "walkdir",
4104]
4105
4106[[package]]
4107name = "tauri-macros"
4108version = "2.5.0"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "260c5d2eb036b76206b9fca20b7be3614cfd21046c5396f7959e0e64a4b07f2f"
4111dependencies = [
4112 "heck 0.5.0",
4113 "proc-macro2",
4114 "quote",
4115 "syn 2.0.109",
4116 "tauri-codegen",
4117 "tauri-utils",
4118]
4119
4120[[package]]
4121name = "tauri-plugin"
4122version = "2.5.1"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "076c78a474a7247c90cad0b6e87e593c4c620ed4efdb79cbe0214f0021f6c39d"
4125dependencies = [
4126 "anyhow",
4127 "glob",
4128 "plist",
4129 "schemars 0.8.22",
4130 "serde",
4131 "serde_json",
4132 "tauri-utils",
4133 "toml 0.9.8",
4134 "walkdir",
4135]
4136
4137[[package]]
4138name = "tauri-plugin-clipboard-manager"
4139version = "2.3.2"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "206dc20af4ed210748ba945c2774e60fd0acd52b9a73a028402caf809e9b6ecf"
4142dependencies = [
4143 "arboard",
4144 "log",
4145 "serde",
4146 "serde_json",
4147 "tauri",
4148 "tauri-plugin",
4149 "thiserror 2.0.17",
4150]
4151
4152[[package]]
4153name = "tauri-plugin-dialog"
4154version = "2.4.2"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "313f8138692ddc4a2127c4c9607d616a46f5c042e77b3722450866da0aad2f19"
4157dependencies = [
4158 "log",
4159 "raw-window-handle",
4160 "rfd",
4161 "serde",
4162 "serde_json",
4163 "tauri",
4164 "tauri-plugin",
4165 "tauri-plugin-fs",
4166 "thiserror 2.0.17",
4167 "url",
4168]
4169
4170[[package]]
4171name = "tauri-plugin-fs"
4172version = "2.4.4"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "47df422695255ecbe7bac7012440eddaeefd026656171eac9559f5243d3230d9"
4175dependencies = [
4176 "anyhow",
4177 "dunce",
4178 "glob",
4179 "percent-encoding",
4180 "schemars 0.8.22",
4181 "serde",
4182 "serde_json",
4183 "serde_repr",
4184 "tauri",
4185 "tauri-plugin",
4186 "tauri-utils",
4187 "thiserror 2.0.17",
4188 "toml 0.9.8",
4189 "url",
4190]
4191
4192[[package]]
4193name = "tauri-plugin-opener"
4194version = "2.5.2"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "c26b72571d25dee25667940027114e60f569fc3974f8cefbe50c2cbc5fd65e3b"
4197dependencies = [
4198 "dunce",
4199 "glob",
4200 "objc2-app-kit",
4201 "objc2-foundation 0.3.2",
4202 "open",
4203 "schemars 0.8.22",
4204 "serde",
4205 "serde_json",
4206 "tauri",
4207 "tauri-plugin",
4208 "thiserror 2.0.17",
4209 "url",
4210 "windows",
4211 "zbus",
4212]
4213
4214[[package]]
4215name = "tauri-plugin-os"
4216version = "2.3.2"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "d8f08346c8deb39e96f86973da0e2d76cbb933d7ac9b750f6dc4daf955a6f997"
4219dependencies = [
4220 "gethostname",
4221 "log",
4222 "os_info",
4223 "serde",
4224 "serde_json",
4225 "serialize-to-javascript",
4226 "sys-locale",
4227 "tauri",
4228 "tauri-plugin",
4229 "thiserror 2.0.17",
4230]
4231
4232[[package]]
4233name = "tauri-runtime"
4234version = "2.9.1"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "9368f09358496f2229313fccb37682ad116b7f46fa76981efe116994a0628926"
4237dependencies = [
4238 "cookie",
4239 "dpi",
4240 "gtk",
4241 "http",
4242 "jni",
4243 "objc2 0.6.3",
4244 "objc2-ui-kit",
4245 "objc2-web-kit",
4246 "raw-window-handle",
4247 "serde",
4248 "serde_json",
4249 "tauri-utils",
4250 "thiserror 2.0.17",
4251 "url",
4252 "webkit2gtk",
4253 "webview2-com",
4254 "windows",
4255]
4256
4257[[package]]
4258name = "tauri-runtime-wry"
4259version = "2.9.1"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "929f5df216f5c02a9e894554401bcdab6eec3e39ec6a4a7731c7067fc8688a93"
4262dependencies = [
4263 "gtk",
4264 "http",
4265 "jni",
4266 "log",
4267 "objc2 0.6.3",
4268 "objc2-app-kit",
4269 "objc2-foundation 0.3.2",
4270 "once_cell",
4271 "percent-encoding",
4272 "raw-window-handle",
4273 "softbuffer",
4274 "tao",
4275 "tauri-runtime",
4276 "tauri-utils",
4277 "url",
4278 "webkit2gtk",
4279 "webview2-com",
4280 "windows",
4281 "wry",
4282]
4283
4284[[package]]
4285name = "tauri-utils"
4286version = "2.8.0"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "f6b8bbe426abdbf52d050e52ed693130dbd68375b9ad82a3fb17efb4c8d85673"
4289dependencies = [
4290 "anyhow",
4291 "brotli",
4292 "cargo_metadata",
4293 "ctor",
4294 "dunce",
4295 "glob",
4296 "html5ever",
4297 "http",
4298 "infer",
4299 "json-patch",
4300 "kuchikiki",
4301 "log",
4302 "memchr",
4303 "phf 0.11.3",
4304 "proc-macro2",
4305 "quote",
4306 "regex",
4307 "schemars 0.8.22",
4308 "semver",
4309 "serde",
4310 "serde-untagged",
4311 "serde_json",
4312 "serde_with",
4313 "swift-rs",
4314 "thiserror 2.0.17",
4315 "toml 0.9.8",
4316 "url",
4317 "urlpattern",
4318 "uuid",
4319 "walkdir",
4320]
4321
4322[[package]]
4323name = "tauri-winres"
4324version = "0.3.3"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "fd21509dd1fa9bd355dc29894a6ff10635880732396aa38c0066c1e6c1ab8074"
4327dependencies = [
4328 "embed-resource",
4329 "toml 0.9.8",
4330]
4331
4332[[package]]
4333name = "tempfile"
4334version = "3.23.0"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
4337dependencies = [
4338 "fastrand",
4339 "getrandom 0.3.4",
4340 "once_cell",
4341 "rustix 1.1.2",
4342 "windows-sys 0.61.2",
4343]
4344
4345[[package]]
4346name = "tendril"
4347version = "0.4.3"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
4350dependencies = [
4351 "futf",
4352 "mac",
4353 "utf-8",
4354]
4355
4356[[package]]
4357name = "thiserror"
4358version = "1.0.69"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4361dependencies = [
4362 "thiserror-impl 1.0.69",
4363]
4364
4365[[package]]
4366name = "thiserror"
4367version = "2.0.17"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4370dependencies = [
4371 "thiserror-impl 2.0.17",
4372]
4373
4374[[package]]
4375name = "thiserror-impl"
4376version = "1.0.69"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4379dependencies = [
4380 "proc-macro2",
4381 "quote",
4382 "syn 2.0.109",
4383]
4384
4385[[package]]
4386name = "thiserror-impl"
4387version = "2.0.17"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4390dependencies = [
4391 "proc-macro2",
4392 "quote",
4393 "syn 2.0.109",
4394]
4395
4396[[package]]
4397name = "tiff"
4398version = "0.10.3"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
4401dependencies = [
4402 "fax",
4403 "flate2",
4404 "half",
4405 "quick-error",
4406 "weezl",
4407 "zune-jpeg",
4408]
4409
4410[[package]]
4411name = "time"
4412version = "0.3.44"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4415dependencies = [
4416 "deranged",
4417 "itoa",
4418 "num-conv",
4419 "powerfmt",
4420 "serde",
4421 "time-core",
4422 "time-macros",
4423]
4424
4425[[package]]
4426name = "time-core"
4427version = "0.1.6"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4430
4431[[package]]
4432name = "time-macros"
4433version = "0.2.24"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4436dependencies = [
4437 "num-conv",
4438 "time-core",
4439]
4440
4441[[package]]
4442name = "tinystr"
4443version = "0.8.2"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
4446dependencies = [
4447 "displaydoc",
4448 "zerovec",
4449]
4450
4451[[package]]
4452name = "tokio"
4453version = "1.48.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4456dependencies = [
4457 "bytes",
4458 "libc",
4459 "mio",
4460 "pin-project-lite",
4461 "signal-hook-registry",
4462 "socket2",
4463 "tokio-macros",
4464 "tracing",
4465 "windows-sys 0.61.2",
4466]
4467
4468[[package]]
4469name = "tokio-macros"
4470version = "2.6.0"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
4473dependencies = [
4474 "proc-macro2",
4475 "quote",
4476 "syn 2.0.109",
4477]
4478
4479[[package]]
4480name = "tokio-util"
4481version = "0.7.17"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
4484dependencies = [
4485 "bytes",
4486 "futures-core",
4487 "futures-sink",
4488 "pin-project-lite",
4489 "tokio",
4490]
4491
4492[[package]]
4493name = "toml"
4494version = "0.8.2"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
4497dependencies = [
4498 "serde",
4499 "serde_spanned 0.6.9",
4500 "toml_datetime 0.6.3",
4501 "toml_edit 0.20.2",
4502]
4503
4504[[package]]
4505name = "toml"
4506version = "0.9.8"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
4509dependencies = [
4510 "indexmap 2.12.0",
4511 "serde_core",
4512 "serde_spanned 1.0.3",
4513 "toml_datetime 0.7.3",
4514 "toml_parser",
4515 "toml_writer",
4516 "winnow 0.7.13",
4517]
4518
4519[[package]]
4520name = "toml_datetime"
4521version = "0.6.3"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
4524dependencies = [
4525 "serde",
4526]
4527
4528[[package]]
4529name = "toml_datetime"
4530version = "0.7.3"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
4533dependencies = [
4534 "serde_core",
4535]
4536
4537[[package]]
4538name = "toml_edit"
4539version = "0.19.15"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4542dependencies = [
4543 "indexmap 2.12.0",
4544 "toml_datetime 0.6.3",
4545 "winnow 0.5.40",
4546]
4547
4548[[package]]
4549name = "toml_edit"
4550version = "0.20.2"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
4553dependencies = [
4554 "indexmap 2.12.0",
4555 "serde",
4556 "serde_spanned 0.6.9",
4557 "toml_datetime 0.6.3",
4558 "winnow 0.5.40",
4559]
4560
4561[[package]]
4562name = "toml_edit"
4563version = "0.23.7"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
4566dependencies = [
4567 "indexmap 2.12.0",
4568 "toml_datetime 0.7.3",
4569 "toml_parser",
4570 "winnow 0.7.13",
4571]
4572
4573[[package]]
4574name = "toml_parser"
4575version = "1.0.4"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
4578dependencies = [
4579 "winnow 0.7.13",
4580]
4581
4582[[package]]
4583name = "toml_writer"
4584version = "1.0.4"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
4587
4588[[package]]
4589name = "tower"
4590version = "0.5.2"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4593dependencies = [
4594 "futures-core",
4595 "futures-util",
4596 "pin-project-lite",
4597 "sync_wrapper",
4598 "tokio",
4599 "tower-layer",
4600 "tower-service",
4601]
4602
4603[[package]]
4604name = "tower-http"
4605version = "0.6.6"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4608dependencies = [
4609 "bitflags 2.10.0",
4610 "bytes",
4611 "futures-util",
4612 "http",
4613 "http-body",
4614 "iri-string",
4615 "pin-project-lite",
4616 "tower",
4617 "tower-layer",
4618 "tower-service",
4619]
4620
4621[[package]]
4622name = "tower-layer"
4623version = "0.3.3"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4626
4627[[package]]
4628name = "tower-service"
4629version = "0.3.3"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4632
4633[[package]]
4634name = "tracing"
4635version = "0.1.41"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4638dependencies = [
4639 "pin-project-lite",
4640 "tracing-attributes",
4641 "tracing-core",
4642]
4643
4644[[package]]
4645name = "tracing-attributes"
4646version = "0.1.30"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4649dependencies = [
4650 "proc-macro2",
4651 "quote",
4652 "syn 2.0.109",
4653]
4654
4655[[package]]
4656name = "tracing-core"
4657version = "0.1.34"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4660dependencies = [
4661 "once_cell",
4662]
4663
4664[[package]]
4665name = "tray-icon"
4666version = "0.21.2"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "e3d5572781bee8e3f994d7467084e1b1fd7a93ce66bd480f8156ba89dee55a2b"
4669dependencies = [
4670 "crossbeam-channel",
4671 "dirs",
4672 "libappindicator",
4673 "muda",
4674 "objc2 0.6.3",
4675 "objc2-app-kit",
4676 "objc2-core-foundation",
4677 "objc2-core-graphics",
4678 "objc2-foundation 0.3.2",
4679 "once_cell",
4680 "png 0.17.16",
4681 "serde",
4682 "thiserror 2.0.17",
4683 "windows-sys 0.60.2",
4684]
4685
4686[[package]]
4687name = "tree_magic_mini"
4688version = "3.2.1"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "52fac5f7d176f7f7f7e827299ead28ef98de642c5d93a97e0cd0816d17557f19"
4691dependencies = [
4692 "memchr",
4693 "nom 7.1.3",
4694 "petgraph",
4695]
4696
4697[[package]]
4698name = "try-lock"
4699version = "0.2.5"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4702
4703[[package]]
4704name = "typeid"
4705version = "1.0.3"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4708
4709[[package]]
4710name = "typenum"
4711version = "1.19.0"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4714
4715[[package]]
4716name = "uds_windows"
4717version = "1.1.0"
4718source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
4720dependencies = [
4721 "memoffset",
4722 "tempfile",
4723 "winapi",
4724]
4725
4726[[package]]
4727name = "unic-char-property"
4728version = "0.9.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
4731dependencies = [
4732 "unic-char-range",
4733]
4734
4735[[package]]
4736name = "unic-char-range"
4737version = "0.9.0"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
4740
4741[[package]]
4742name = "unic-common"
4743version = "0.9.0"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
4746
4747[[package]]
4748name = "unic-ucd-ident"
4749version = "0.9.0"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
4752dependencies = [
4753 "unic-char-property",
4754 "unic-char-range",
4755 "unic-ucd-version",
4756]
4757
4758[[package]]
4759name = "unic-ucd-version"
4760version = "0.9.0"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
4763dependencies = [
4764 "unic-common",
4765]
4766
4767[[package]]
4768name = "unicode-ident"
4769version = "1.0.22"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
4772
4773[[package]]
4774name = "unicode-segmentation"
4775version = "1.12.0"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4778
4779[[package]]
4780name = "url"
4781version = "2.5.7"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4784dependencies = [
4785 "form_urlencoded",
4786 "idna",
4787 "percent-encoding",
4788 "serde",
4789]
4790
4791[[package]]
4792name = "urlpattern"
4793version = "0.3.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
4796dependencies = [
4797 "regex",
4798 "serde",
4799 "unic-ucd-ident",
4800 "url",
4801]
4802
4803[[package]]
4804name = "utf-8"
4805version = "0.7.6"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4808
4809[[package]]
4810name = "utf8_iter"
4811version = "1.0.4"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4814
4815[[package]]
4816name = "uuid"
4817version = "1.18.1"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
4820dependencies = [
4821 "getrandom 0.3.4",
4822 "js-sys",
4823 "serde",
4824 "wasm-bindgen",
4825]
4826
4827[[package]]
4828name = "version-compare"
4829version = "0.2.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
4832
4833[[package]]
4834name = "version_check"
4835version = "0.9.5"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4838
4839[[package]]
4840name = "vswhom"
4841version = "0.1.0"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4844dependencies = [
4845 "libc",
4846 "vswhom-sys",
4847]
4848
4849[[package]]
4850name = "vswhom-sys"
4851version = "0.1.3"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
4854dependencies = [
4855 "cc",
4856 "libc",
4857]
4858
4859[[package]]
4860name = "walkdir"
4861version = "2.5.0"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4864dependencies = [
4865 "same-file",
4866 "winapi-util",
4867]
4868
4869[[package]]
4870name = "want"
4871version = "0.3.1"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4874dependencies = [
4875 "try-lock",
4876]
4877
4878[[package]]
4879name = "wasi"
4880version = "0.9.0+wasi-snapshot-preview1"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4883
4884[[package]]
4885name = "wasi"
4886version = "0.11.1+wasi-snapshot-preview1"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4889
4890[[package]]
4891name = "wasip2"
4892version = "1.0.1+wasi-0.2.4"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
4895dependencies = [
4896 "wit-bindgen",
4897]
4898
4899[[package]]
4900name = "wasm-bindgen"
4901version = "0.2.105"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
4904dependencies = [
4905 "cfg-if",
4906 "once_cell",
4907 "rustversion",
4908 "wasm-bindgen-macro",
4909 "wasm-bindgen-shared",
4910]
4911
4912[[package]]
4913name = "wasm-bindgen-futures"
4914version = "0.4.55"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
4917dependencies = [
4918 "cfg-if",
4919 "js-sys",
4920 "once_cell",
4921 "wasm-bindgen",
4922 "web-sys",
4923]
4924
4925[[package]]
4926name = "wasm-bindgen-macro"
4927version = "0.2.105"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
4930dependencies = [
4931 "quote",
4932 "wasm-bindgen-macro-support",
4933]
4934
4935[[package]]
4936name = "wasm-bindgen-macro-support"
4937version = "0.2.105"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
4940dependencies = [
4941 "bumpalo",
4942 "proc-macro2",
4943 "quote",
4944 "syn 2.0.109",
4945 "wasm-bindgen-shared",
4946]
4947
4948[[package]]
4949name = "wasm-bindgen-shared"
4950version = "0.2.105"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
4953dependencies = [
4954 "unicode-ident",
4955]
4956
4957[[package]]
4958name = "wasm-streams"
4959version = "0.4.2"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4962dependencies = [
4963 "futures-util",
4964 "js-sys",
4965 "wasm-bindgen",
4966 "wasm-bindgen-futures",
4967 "web-sys",
4968]
4969
4970[[package]]
4971name = "wayland-backend"
4972version = "0.3.11"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
4975dependencies = [
4976 "cc",
4977 "downcast-rs",
4978 "rustix 1.1.2",
4979 "scoped-tls",
4980 "smallvec",
4981 "wayland-sys",
4982]
4983
4984[[package]]
4985name = "wayland-client"
4986version = "0.31.11"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
4989dependencies = [
4990 "bitflags 2.10.0",
4991 "rustix 1.1.2",
4992 "wayland-backend",
4993 "wayland-scanner",
4994]
4995
4996[[package]]
4997name = "wayland-protocols"
4998version = "0.32.9"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
5001dependencies = [
5002 "bitflags 2.10.0",
5003 "wayland-backend",
5004 "wayland-client",
5005 "wayland-scanner",
5006]
5007
5008[[package]]
5009name = "wayland-protocols-wlr"
5010version = "0.3.9"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
5013dependencies = [
5014 "bitflags 2.10.0",
5015 "wayland-backend",
5016 "wayland-client",
5017 "wayland-protocols",
5018 "wayland-scanner",
5019]
5020
5021[[package]]
5022name = "wayland-scanner"
5023version = "0.31.7"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
5026dependencies = [
5027 "proc-macro2",
5028 "quick-xml 0.37.5",
5029 "quote",
5030]
5031
5032[[package]]
5033name = "wayland-sys"
5034version = "0.31.7"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
5037dependencies = [
5038 "dlib",
5039 "log",
5040 "pkg-config",
5041]
5042
5043[[package]]
5044name = "web-sys"
5045version = "0.3.82"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
5048dependencies = [
5049 "js-sys",
5050 "wasm-bindgen",
5051]
5052
5053[[package]]
5054name = "webkit2gtk"
5055version = "2.0.1"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
5058dependencies = [
5059 "bitflags 1.3.2",
5060 "cairo-rs",
5061 "gdk",
5062 "gdk-sys",
5063 "gio",
5064 "gio-sys",
5065 "glib",
5066 "glib-sys",
5067 "gobject-sys",
5068 "gtk",
5069 "gtk-sys",
5070 "javascriptcore-rs",
5071 "libc",
5072 "once_cell",
5073 "soup3",
5074 "webkit2gtk-sys",
5075]
5076
5077[[package]]
5078name = "webkit2gtk-sys"
5079version = "2.0.1"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
5082dependencies = [
5083 "bitflags 1.3.2",
5084 "cairo-sys-rs",
5085 "gdk-sys",
5086 "gio-sys",
5087 "glib-sys",
5088 "gobject-sys",
5089 "gtk-sys",
5090 "javascriptcore-rs-sys",
5091 "libc",
5092 "pkg-config",
5093 "soup3-sys",
5094 "system-deps",
5095]
5096
5097[[package]]
5098name = "webview2-com"
5099version = "0.38.0"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4"
5102dependencies = [
5103 "webview2-com-macros",
5104 "webview2-com-sys",
5105 "windows",
5106 "windows-core 0.61.2",
5107 "windows-implement",
5108 "windows-interface",
5109]
5110
5111[[package]]
5112name = "webview2-com-macros"
5113version = "0.8.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
5116dependencies = [
5117 "proc-macro2",
5118 "quote",
5119 "syn 2.0.109",
5120]
5121
5122[[package]]
5123name = "webview2-com-sys"
5124version = "0.38.0"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
5127dependencies = [
5128 "thiserror 2.0.17",
5129 "windows",
5130 "windows-core 0.61.2",
5131]
5132
5133[[package]]
5134name = "weezl"
5135version = "0.1.12"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
5138
5139[[package]]
5140name = "winapi"
5141version = "0.3.9"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5144dependencies = [
5145 "winapi-i686-pc-windows-gnu",
5146 "winapi-x86_64-pc-windows-gnu",
5147]
5148
5149[[package]]
5150name = "winapi-i686-pc-windows-gnu"
5151version = "0.4.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5154
5155[[package]]
5156name = "winapi-util"
5157version = "0.1.11"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5160dependencies = [
5161 "windows-sys 0.61.2",
5162]
5163
5164[[package]]
5165name = "winapi-x86_64-pc-windows-gnu"
5166version = "0.4.0"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5169
5170[[package]]
5171name = "window-vibrancy"
5172version = "0.6.0"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
5175dependencies = [
5176 "objc2 0.6.3",
5177 "objc2-app-kit",
5178 "objc2-core-foundation",
5179 "objc2-foundation 0.3.2",
5180 "raw-window-handle",
5181 "windows-sys 0.59.0",
5182 "windows-version",
5183]
5184
5185[[package]]
5186name = "windows"
5187version = "0.61.3"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5190dependencies = [
5191 "windows-collections",
5192 "windows-core 0.61.2",
5193 "windows-future",
5194 "windows-link 0.1.3",
5195 "windows-numerics",
5196]
5197
5198[[package]]
5199name = "windows-collections"
5200version = "0.2.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5203dependencies = [
5204 "windows-core 0.61.2",
5205]
5206
5207[[package]]
5208name = "windows-core"
5209version = "0.61.2"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5212dependencies = [
5213 "windows-implement",
5214 "windows-interface",
5215 "windows-link 0.1.3",
5216 "windows-result 0.3.4",
5217 "windows-strings 0.4.2",
5218]
5219
5220[[package]]
5221name = "windows-core"
5222version = "0.62.2"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5225dependencies = [
5226 "windows-implement",
5227 "windows-interface",
5228 "windows-link 0.2.1",
5229 "windows-result 0.4.1",
5230 "windows-strings 0.5.1",
5231]
5232
5233[[package]]
5234name = "windows-future"
5235version = "0.2.1"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5238dependencies = [
5239 "windows-core 0.61.2",
5240 "windows-link 0.1.3",
5241 "windows-threading",
5242]
5243
5244[[package]]
5245name = "windows-implement"
5246version = "0.60.2"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5249dependencies = [
5250 "proc-macro2",
5251 "quote",
5252 "syn 2.0.109",
5253]
5254
5255[[package]]
5256name = "windows-interface"
5257version = "0.59.3"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5260dependencies = [
5261 "proc-macro2",
5262 "quote",
5263 "syn 2.0.109",
5264]
5265
5266[[package]]
5267name = "windows-link"
5268version = "0.1.3"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5271
5272[[package]]
5273name = "windows-link"
5274version = "0.2.1"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5277
5278[[package]]
5279name = "windows-numerics"
5280version = "0.2.0"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5283dependencies = [
5284 "windows-core 0.61.2",
5285 "windows-link 0.1.3",
5286]
5287
5288[[package]]
5289name = "windows-result"
5290version = "0.3.4"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5293dependencies = [
5294 "windows-link 0.1.3",
5295]
5296
5297[[package]]
5298name = "windows-result"
5299version = "0.4.1"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5302dependencies = [
5303 "windows-link 0.2.1",
5304]
5305
5306[[package]]
5307name = "windows-strings"
5308version = "0.4.2"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5311dependencies = [
5312 "windows-link 0.1.3",
5313]
5314
5315[[package]]
5316name = "windows-strings"
5317version = "0.5.1"
5318source = "registry+https://github.com/rust-lang/crates.io-index"
5319checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5320dependencies = [
5321 "windows-link 0.2.1",
5322]
5323
5324[[package]]
5325name = "windows-sys"
5326version = "0.45.0"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5329dependencies = [
5330 "windows-targets 0.42.2",
5331]
5332
5333[[package]]
5334name = "windows-sys"
5335version = "0.59.0"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5338dependencies = [
5339 "windows-targets 0.52.6",
5340]
5341
5342[[package]]
5343name = "windows-sys"
5344version = "0.60.2"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5347dependencies = [
5348 "windows-targets 0.53.5",
5349]
5350
5351[[package]]
5352name = "windows-sys"
5353version = "0.61.2"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5356dependencies = [
5357 "windows-link 0.2.1",
5358]
5359
5360[[package]]
5361name = "windows-targets"
5362version = "0.42.2"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5365dependencies = [
5366 "windows_aarch64_gnullvm 0.42.2",
5367 "windows_aarch64_msvc 0.42.2",
5368 "windows_i686_gnu 0.42.2",
5369 "windows_i686_msvc 0.42.2",
5370 "windows_x86_64_gnu 0.42.2",
5371 "windows_x86_64_gnullvm 0.42.2",
5372 "windows_x86_64_msvc 0.42.2",
5373]
5374
5375[[package]]
5376name = "windows-targets"
5377version = "0.52.6"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5380dependencies = [
5381 "windows_aarch64_gnullvm 0.52.6",
5382 "windows_aarch64_msvc 0.52.6",
5383 "windows_i686_gnu 0.52.6",
5384 "windows_i686_gnullvm 0.52.6",
5385 "windows_i686_msvc 0.52.6",
5386 "windows_x86_64_gnu 0.52.6",
5387 "windows_x86_64_gnullvm 0.52.6",
5388 "windows_x86_64_msvc 0.52.6",
5389]
5390
5391[[package]]
5392name = "windows-targets"
5393version = "0.53.5"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5396dependencies = [
5397 "windows-link 0.2.1",
5398 "windows_aarch64_gnullvm 0.53.1",
5399 "windows_aarch64_msvc 0.53.1",
5400 "windows_i686_gnu 0.53.1",
5401 "windows_i686_gnullvm 0.53.1",
5402 "windows_i686_msvc 0.53.1",
5403 "windows_x86_64_gnu 0.53.1",
5404 "windows_x86_64_gnullvm 0.53.1",
5405 "windows_x86_64_msvc 0.53.1",
5406]
5407
5408[[package]]
5409name = "windows-threading"
5410version = "0.1.0"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5413dependencies = [
5414 "windows-link 0.1.3",
5415]
5416
5417[[package]]
5418name = "windows-version"
5419version = "0.1.7"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
5422dependencies = [
5423 "windows-link 0.2.1",
5424]
5425
5426[[package]]
5427name = "windows_aarch64_gnullvm"
5428version = "0.42.2"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5431
5432[[package]]
5433name = "windows_aarch64_gnullvm"
5434version = "0.52.6"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5437
5438[[package]]
5439name = "windows_aarch64_gnullvm"
5440version = "0.53.1"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5443
5444[[package]]
5445name = "windows_aarch64_msvc"
5446version = "0.42.2"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5449
5450[[package]]
5451name = "windows_aarch64_msvc"
5452version = "0.52.6"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5455
5456[[package]]
5457name = "windows_aarch64_msvc"
5458version = "0.53.1"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5461
5462[[package]]
5463name = "windows_i686_gnu"
5464version = "0.42.2"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5467
5468[[package]]
5469name = "windows_i686_gnu"
5470version = "0.52.6"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5473
5474[[package]]
5475name = "windows_i686_gnu"
5476version = "0.53.1"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5479
5480[[package]]
5481name = "windows_i686_gnullvm"
5482version = "0.52.6"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5485
5486[[package]]
5487name = "windows_i686_gnullvm"
5488version = "0.53.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5491
5492[[package]]
5493name = "windows_i686_msvc"
5494version = "0.42.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5497
5498[[package]]
5499name = "windows_i686_msvc"
5500version = "0.52.6"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5503
5504[[package]]
5505name = "windows_i686_msvc"
5506version = "0.53.1"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5509
5510[[package]]
5511name = "windows_x86_64_gnu"
5512version = "0.42.2"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5515
5516[[package]]
5517name = "windows_x86_64_gnu"
5518version = "0.52.6"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5521
5522[[package]]
5523name = "windows_x86_64_gnu"
5524version = "0.53.1"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5527
5528[[package]]
5529name = "windows_x86_64_gnullvm"
5530version = "0.42.2"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5533
5534[[package]]
5535name = "windows_x86_64_gnullvm"
5536version = "0.52.6"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5539
5540[[package]]
5541name = "windows_x86_64_gnullvm"
5542version = "0.53.1"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5545
5546[[package]]
5547name = "windows_x86_64_msvc"
5548version = "0.42.2"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5551
5552[[package]]
5553name = "windows_x86_64_msvc"
5554version = "0.52.6"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5557
5558[[package]]
5559name = "windows_x86_64_msvc"
5560version = "0.53.1"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5563
5564[[package]]
5565name = "winnow"
5566version = "0.5.40"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5569dependencies = [
5570 "memchr",
5571]
5572
5573[[package]]
5574name = "winnow"
5575version = "0.7.13"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
5578dependencies = [
5579 "memchr",
5580]
5581
5582[[package]]
5583name = "winreg"
5584version = "0.55.0"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
5587dependencies = [
5588 "cfg-if",
5589 "windows-sys 0.59.0",
5590]
5591
5592[[package]]
5593name = "wit-bindgen"
5594version = "0.46.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
5597
5598[[package]]
5599name = "wl-clipboard-rs"
5600version = "0.9.2"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "8e5ff8d0e60065f549fafd9d6cb626203ea64a798186c80d8e7df4f8af56baeb"
5603dependencies = [
5604 "libc",
5605 "log",
5606 "os_pipe",
5607 "rustix 0.38.44",
5608 "tempfile",
5609 "thiserror 2.0.17",
5610 "tree_magic_mini",
5611 "wayland-backend",
5612 "wayland-client",
5613 "wayland-protocols",
5614 "wayland-protocols-wlr",
5615]
5616
5617[[package]]
5618name = "writeable"
5619version = "0.6.2"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
5622
5623[[package]]
5624name = "wry"
5625version = "0.53.5"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "728b7d4c8ec8d81cab295e0b5b8a4c263c0d41a785fb8f8c4df284e5411140a2"
5628dependencies = [
5629 "base64 0.22.1",
5630 "block2 0.6.2",
5631 "cookie",
5632 "crossbeam-channel",
5633 "dirs",
5634 "dpi",
5635 "dunce",
5636 "gdkx11",
5637 "gtk",
5638 "html5ever",
5639 "http",
5640 "javascriptcore-rs",
5641 "jni",
5642 "kuchikiki",
5643 "libc",
5644 "ndk",
5645 "objc2 0.6.3",
5646 "objc2-app-kit",
5647 "objc2-core-foundation",
5648 "objc2-foundation 0.3.2",
5649 "objc2-ui-kit",
5650 "objc2-web-kit",
5651 "once_cell",
5652 "percent-encoding",
5653 "raw-window-handle",
5654 "sha2",
5655 "soup3",
5656 "tao-macros",
5657 "thiserror 2.0.17",
5658 "url",
5659 "webkit2gtk",
5660 "webkit2gtk-sys",
5661 "webview2-com",
5662 "windows",
5663 "windows-core 0.61.2",
5664 "windows-version",
5665 "x11-dl",
5666]
5667
5668[[package]]
5669name = "x11"
5670version = "2.21.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
5673dependencies = [
5674 "libc",
5675 "pkg-config",
5676]
5677
5678[[package]]
5679name = "x11-dl"
5680version = "2.21.0"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5683dependencies = [
5684 "libc",
5685 "once_cell",
5686 "pkg-config",
5687]
5688
5689[[package]]
5690name = "x11rb"
5691version = "0.13.2"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
5694dependencies = [
5695 "gethostname",
5696 "rustix 1.1.2",
5697 "x11rb-protocol",
5698]
5699
5700[[package]]
5701name = "x11rb-protocol"
5702version = "0.13.2"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
5705
5706[[package]]
5707name = "xkbcommon"
5708version = "0.9.0"
5709source = "registry+https://github.com/rust-lang/crates.io-index"
5710checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d"
5711dependencies = [
5712 "libc",
5713 "memmap2",
5714 "xkeysym",
5715]
5716
5717[[package]]
5718name = "xkeysym"
5719version = "0.2.1"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
5722
5723[[package]]
5724name = "yoke"
5725version = "0.8.1"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
5728dependencies = [
5729 "stable_deref_trait",
5730 "yoke-derive",
5731 "zerofrom",
5732]
5733
5734[[package]]
5735name = "yoke-derive"
5736version = "0.8.1"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
5739dependencies = [
5740 "proc-macro2",
5741 "quote",
5742 "syn 2.0.109",
5743 "synstructure",
5744]
5745
5746[[package]]
5747name = "zbus"
5748version = "5.12.0"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
5751dependencies = [
5752 "async-broadcast",
5753 "async-executor",
5754 "async-io",
5755 "async-lock",
5756 "async-process",
5757 "async-recursion",
5758 "async-task",
5759 "async-trait",
5760 "blocking",
5761 "enumflags2",
5762 "event-listener",
5763 "futures-core",
5764 "futures-lite",
5765 "hex",
5766 "nix",
5767 "ordered-stream",
5768 "serde",
5769 "serde_repr",
5770 "tokio",
5771 "tracing",
5772 "uds_windows",
5773 "uuid",
5774 "windows-sys 0.61.2",
5775 "winnow 0.7.13",
5776 "zbus_macros",
5777 "zbus_names",
5778 "zvariant",
5779]
5780
5781[[package]]
5782name = "zbus_macros"
5783version = "5.12.0"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
5786dependencies = [
5787 "proc-macro-crate 3.4.0",
5788 "proc-macro2",
5789 "quote",
5790 "syn 2.0.109",
5791 "zbus_names",
5792 "zvariant",
5793 "zvariant_utils",
5794]
5795
5796[[package]]
5797name = "zbus_names"
5798version = "4.2.0"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
5801dependencies = [
5802 "serde",
5803 "static_assertions",
5804 "winnow 0.7.13",
5805 "zvariant",
5806]
5807
5808[[package]]
5809name = "zerocopy"
5810version = "0.8.27"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
5813dependencies = [
5814 "zerocopy-derive",
5815]
5816
5817[[package]]
5818name = "zerocopy-derive"
5819version = "0.8.27"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
5822dependencies = [
5823 "proc-macro2",
5824 "quote",
5825 "syn 2.0.109",
5826]
5827
5828[[package]]
5829name = "zerofrom"
5830version = "0.1.6"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5833dependencies = [
5834 "zerofrom-derive",
5835]
5836
5837[[package]]
5838name = "zerofrom-derive"
5839version = "0.1.6"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5842dependencies = [
5843 "proc-macro2",
5844 "quote",
5845 "syn 2.0.109",
5846 "synstructure",
5847]
5848
5849[[package]]
5850name = "zerotrie"
5851version = "0.2.3"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
5854dependencies = [
5855 "displaydoc",
5856 "yoke",
5857 "zerofrom",
5858]
5859
5860[[package]]
5861name = "zerovec"
5862version = "0.11.5"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
5865dependencies = [
5866 "yoke",
5867 "zerofrom",
5868 "zerovec-derive",
5869]
5870
5871[[package]]
5872name = "zerovec-derive"
5873version = "0.11.2"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
5876dependencies = [
5877 "proc-macro2",
5878 "quote",
5879 "syn 2.0.109",
5880]
5881
5882[[package]]
5883name = "zune-core"
5884version = "0.4.12"
5885source = "registry+https://github.com/rust-lang/crates.io-index"
5886checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
5887
5888[[package]]
5889name = "zune-jpeg"
5890version = "0.4.21"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
5893dependencies = [
5894 "zune-core",
5895]
5896
5897[[package]]
5898name = "zvariant"
5899version = "5.8.0"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
5902dependencies = [
5903 "endi",
5904 "enumflags2",
5905 "serde",
5906 "url",
5907 "winnow 0.7.13",
5908 "zvariant_derive",
5909 "zvariant_utils",
5910]
5911
5912[[package]]
5913name = "zvariant_derive"
5914version = "5.8.0"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
5917dependencies = [
5918 "proc-macro-crate 3.4.0",
5919 "proc-macro2",
5920 "quote",
5921 "syn 2.0.109",
5922 "zvariant_utils",
5923]
5924
5925[[package]]
5926name = "zvariant_utils"
5927version = "3.2.1"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
5930dependencies = [
5931 "proc-macro2",
5932 "quote",
5933 "serde",
5934 "syn 2.0.109",
5935 "winnow 0.7.13",
5936]