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