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