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