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