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