A photo manager for VRChat.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "VRChatPhotoManager"
7version = "0.2.5"
8dependencies = [
9 "arboard",
10 "dirs 5.0.1",
11 "fast_image_resize",
12 "image",
13 "mslnk",
14 "notify",
15 "open",
16 "regex",
17 "reqwest",
18 "serde",
19 "serde_json",
20 "tauri",
21 "tauri-build",
22 "tauri-plugin-deep-link",
23 "tauri-plugin-http",
24 "tauri-plugin-process",
25 "tauri-plugin-shell",
26 "tauri-plugin-single-instance",
27]
28
29[[package]]
30name = "addr2line"
31version = "0.24.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
34dependencies = [
35 "gimli",
36]
37
38[[package]]
39name = "adler2"
40version = "2.0.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
43
44[[package]]
45name = "aho-corasick"
46version = "1.1.3"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
49dependencies = [
50 "memchr",
51]
52
53[[package]]
54name = "aligned-vec"
55version = "0.6.4"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
58dependencies = [
59 "equator",
60]
61
62[[package]]
63name = "alloc-no-stdlib"
64version = "2.0.4"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
67
68[[package]]
69name = "alloc-stdlib"
70version = "0.2.2"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
73dependencies = [
74 "alloc-no-stdlib",
75]
76
77[[package]]
78name = "android-tzdata"
79version = "0.1.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
82
83[[package]]
84name = "android_system_properties"
85version = "0.1.5"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
88dependencies = [
89 "libc",
90]
91
92[[package]]
93name = "anyhow"
94version = "1.0.98"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
97
98[[package]]
99name = "arbitrary"
100version = "1.4.1"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
103
104[[package]]
105name = "arboard"
106version = "3.6.0"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227"
109dependencies = [
110 "clipboard-win",
111 "image",
112 "log",
113 "objc2 0.6.1",
114 "objc2-app-kit",
115 "objc2-core-foundation",
116 "objc2-core-graphics",
117 "objc2-foundation 0.3.1",
118 "parking_lot",
119 "percent-encoding",
120 "windows-sys 0.59.0",
121 "x11rb",
122]
123
124[[package]]
125name = "arg_enum_proc_macro"
126version = "0.3.4"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
129dependencies = [
130 "proc-macro2",
131 "quote",
132 "syn 2.0.104",
133]
134
135[[package]]
136name = "arrayvec"
137version = "0.7.6"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
140
141[[package]]
142name = "async-broadcast"
143version = "0.7.2"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
146dependencies = [
147 "event-listener",
148 "event-listener-strategy",
149 "futures-core",
150 "pin-project-lite",
151]
152
153[[package]]
154name = "async-channel"
155version = "2.5.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
158dependencies = [
159 "concurrent-queue",
160 "event-listener-strategy",
161 "futures-core",
162 "pin-project-lite",
163]
164
165[[package]]
166name = "async-executor"
167version = "1.13.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
170dependencies = [
171 "async-task",
172 "concurrent-queue",
173 "fastrand",
174 "futures-lite",
175 "pin-project-lite",
176 "slab",
177]
178
179[[package]]
180name = "async-fs"
181version = "2.1.3"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
184dependencies = [
185 "async-lock",
186 "blocking",
187 "futures-lite",
188]
189
190[[package]]
191name = "async-io"
192version = "2.5.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
195dependencies = [
196 "async-lock",
197 "cfg-if",
198 "concurrent-queue",
199 "futures-io",
200 "futures-lite",
201 "parking",
202 "polling",
203 "rustix 1.0.8",
204 "slab",
205 "windows-sys 0.60.2",
206]
207
208[[package]]
209name = "async-lock"
210version = "3.4.0"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
213dependencies = [
214 "event-listener",
215 "event-listener-strategy",
216 "pin-project-lite",
217]
218
219[[package]]
220name = "async-process"
221version = "2.4.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00"
224dependencies = [
225 "async-channel",
226 "async-io",
227 "async-lock",
228 "async-signal",
229 "async-task",
230 "blocking",
231 "cfg-if",
232 "event-listener",
233 "futures-lite",
234 "rustix 1.0.8",
235]
236
237[[package]]
238name = "async-recursion"
239version = "1.1.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
242dependencies = [
243 "proc-macro2",
244 "quote",
245 "syn 2.0.104",
246]
247
248[[package]]
249name = "async-signal"
250version = "0.2.12"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1"
253dependencies = [
254 "async-io",
255 "async-lock",
256 "atomic-waker",
257 "cfg-if",
258 "futures-core",
259 "futures-io",
260 "rustix 1.0.8",
261 "signal-hook-registry",
262 "slab",
263 "windows-sys 0.60.2",
264]
265
266[[package]]
267name = "async-task"
268version = "4.7.1"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
271
272[[package]]
273name = "async-trait"
274version = "0.1.88"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
277dependencies = [
278 "proc-macro2",
279 "quote",
280 "syn 2.0.104",
281]
282
283[[package]]
284name = "atk"
285version = "0.18.2"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
288dependencies = [
289 "atk-sys",
290 "glib",
291 "libc",
292]
293
294[[package]]
295name = "atk-sys"
296version = "0.18.2"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
299dependencies = [
300 "glib-sys",
301 "gobject-sys",
302 "libc",
303 "system-deps",
304]
305
306[[package]]
307name = "atomic-waker"
308version = "1.1.2"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
311
312[[package]]
313name = "autocfg"
314version = "1.5.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
317
318[[package]]
319name = "av1-grain"
320version = "0.2.4"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
323dependencies = [
324 "anyhow",
325 "arrayvec",
326 "log",
327 "nom",
328 "num-rational",
329 "v_frame",
330]
331
332[[package]]
333name = "avif-serialize"
334version = "0.8.5"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "2ea8ef51aced2b9191c08197f55450d830876d9933f8f48a429b354f1d496b42"
337dependencies = [
338 "arrayvec",
339]
340
341[[package]]
342name = "backtrace"
343version = "0.3.75"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
346dependencies = [
347 "addr2line",
348 "cfg-if",
349 "libc",
350 "miniz_oxide",
351 "object",
352 "rustc-demangle",
353 "windows-targets 0.52.6",
354]
355
356[[package]]
357name = "base64"
358version = "0.21.7"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
361
362[[package]]
363name = "base64"
364version = "0.22.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
367
368[[package]]
369name = "bit_field"
370version = "0.10.2"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
373
374[[package]]
375name = "bitflags"
376version = "1.3.2"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
379
380[[package]]
381name = "bitflags"
382version = "2.9.1"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
385dependencies = [
386 "serde",
387]
388
389[[package]]
390name = "bitstream-io"
391version = "2.6.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
394
395[[package]]
396name = "block-buffer"
397version = "0.10.4"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
400dependencies = [
401 "generic-array",
402]
403
404[[package]]
405name = "block2"
406version = "0.5.1"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
409dependencies = [
410 "objc2 0.5.2",
411]
412
413[[package]]
414name = "block2"
415version = "0.6.1"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
418dependencies = [
419 "objc2 0.6.1",
420]
421
422[[package]]
423name = "blocking"
424version = "1.6.2"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
427dependencies = [
428 "async-channel",
429 "async-task",
430 "futures-io",
431 "futures-lite",
432 "piper",
433]
434
435[[package]]
436name = "brotli"
437version = "8.0.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
440dependencies = [
441 "alloc-no-stdlib",
442 "alloc-stdlib",
443 "brotli-decompressor",
444]
445
446[[package]]
447name = "brotli-decompressor"
448version = "5.0.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
451dependencies = [
452 "alloc-no-stdlib",
453 "alloc-stdlib",
454]
455
456[[package]]
457name = "built"
458version = "0.7.7"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
461
462[[package]]
463name = "bumpalo"
464version = "3.19.0"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
467
468[[package]]
469name = "bytemuck"
470version = "1.23.1"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
473
474[[package]]
475name = "byteorder"
476version = "1.5.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
479
480[[package]]
481name = "byteorder-lite"
482version = "0.1.0"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
485
486[[package]]
487name = "bytes"
488version = "1.10.1"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
491dependencies = [
492 "serde",
493]
494
495[[package]]
496name = "cairo-rs"
497version = "0.18.5"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
500dependencies = [
501 "bitflags 2.9.1",
502 "cairo-sys-rs",
503 "glib",
504 "libc",
505 "once_cell",
506 "thiserror 1.0.69",
507]
508
509[[package]]
510name = "cairo-sys-rs"
511version = "0.18.2"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
514dependencies = [
515 "glib-sys",
516 "libc",
517 "system-deps",
518]
519
520[[package]]
521name = "camino"
522version = "1.1.10"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
525dependencies = [
526 "serde",
527]
528
529[[package]]
530name = "cargo-platform"
531version = "0.1.9"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
534dependencies = [
535 "serde",
536]
537
538[[package]]
539name = "cargo_metadata"
540version = "0.19.2"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
543dependencies = [
544 "camino",
545 "cargo-platform",
546 "semver",
547 "serde",
548 "serde_json",
549 "thiserror 2.0.12",
550]
551
552[[package]]
553name = "cargo_toml"
554version = "0.22.3"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
557dependencies = [
558 "serde",
559 "toml 0.9.4",
560]
561
562[[package]]
563name = "cc"
564version = "1.2.30"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
567dependencies = [
568 "jobserver",
569 "libc",
570 "shlex",
571]
572
573[[package]]
574name = "cesu8"
575version = "1.1.0"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
578
579[[package]]
580name = "cfb"
581version = "0.7.3"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
584dependencies = [
585 "byteorder",
586 "fnv",
587 "uuid",
588]
589
590[[package]]
591name = "cfg-expr"
592version = "0.15.8"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
595dependencies = [
596 "smallvec",
597 "target-lexicon",
598]
599
600[[package]]
601name = "cfg-if"
602version = "1.0.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
605
606[[package]]
607name = "cfg_aliases"
608version = "0.2.1"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
611
612[[package]]
613name = "chrono"
614version = "0.4.41"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
617dependencies = [
618 "android-tzdata",
619 "iana-time-zone",
620 "num-traits",
621 "serde",
622 "windows-link",
623]
624
625[[package]]
626name = "clipboard-win"
627version = "5.4.1"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
630dependencies = [
631 "error-code",
632]
633
634[[package]]
635name = "color_quant"
636version = "1.1.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
639
640[[package]]
641name = "combine"
642version = "4.6.7"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
645dependencies = [
646 "bytes",
647 "memchr",
648]
649
650[[package]]
651name = "concurrent-queue"
652version = "2.5.0"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
655dependencies = [
656 "crossbeam-utils",
657]
658
659[[package]]
660name = "const-random"
661version = "0.1.18"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
664dependencies = [
665 "const-random-macro",
666]
667
668[[package]]
669name = "const-random-macro"
670version = "0.1.16"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
673dependencies = [
674 "getrandom 0.2.16",
675 "once_cell",
676 "tiny-keccak",
677]
678
679[[package]]
680name = "convert_case"
681version = "0.4.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
684
685[[package]]
686name = "cookie"
687version = "0.18.1"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
690dependencies = [
691 "percent-encoding",
692 "time",
693 "version_check",
694]
695
696[[package]]
697name = "cookie_store"
698version = "0.21.1"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9"
701dependencies = [
702 "cookie",
703 "document-features",
704 "idna",
705 "log",
706 "publicsuffix",
707 "serde",
708 "serde_derive",
709 "serde_json",
710 "time",
711 "url",
712]
713
714[[package]]
715name = "core-foundation"
716version = "0.9.4"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
719dependencies = [
720 "core-foundation-sys",
721 "libc",
722]
723
724[[package]]
725name = "core-foundation"
726version = "0.10.1"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
729dependencies = [
730 "core-foundation-sys",
731 "libc",
732]
733
734[[package]]
735name = "core-foundation-sys"
736version = "0.8.7"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
739
740[[package]]
741name = "core-graphics"
742version = "0.24.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
745dependencies = [
746 "bitflags 2.9.1",
747 "core-foundation 0.10.1",
748 "core-graphics-types",
749 "foreign-types 0.5.0",
750 "libc",
751]
752
753[[package]]
754name = "core-graphics-types"
755version = "0.2.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
758dependencies = [
759 "bitflags 2.9.1",
760 "core-foundation 0.10.1",
761 "libc",
762]
763
764[[package]]
765name = "cpufeatures"
766version = "0.2.17"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
769dependencies = [
770 "libc",
771]
772
773[[package]]
774name = "crc32fast"
775version = "1.5.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
778dependencies = [
779 "cfg-if",
780]
781
782[[package]]
783name = "crossbeam-channel"
784version = "0.5.15"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
787dependencies = [
788 "crossbeam-utils",
789]
790
791[[package]]
792name = "crossbeam-deque"
793version = "0.8.6"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
796dependencies = [
797 "crossbeam-epoch",
798 "crossbeam-utils",
799]
800
801[[package]]
802name = "crossbeam-epoch"
803version = "0.9.18"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
806dependencies = [
807 "crossbeam-utils",
808]
809
810[[package]]
811name = "crossbeam-utils"
812version = "0.8.21"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
815
816[[package]]
817name = "crunchy"
818version = "0.2.4"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
821
822[[package]]
823name = "crypto-common"
824version = "0.1.6"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
827dependencies = [
828 "generic-array",
829 "typenum",
830]
831
832[[package]]
833name = "cssparser"
834version = "0.29.6"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
837dependencies = [
838 "cssparser-macros",
839 "dtoa-short",
840 "itoa",
841 "matches",
842 "phf 0.10.1",
843 "proc-macro2",
844 "quote",
845 "smallvec",
846 "syn 1.0.109",
847]
848
849[[package]]
850name = "cssparser-macros"
851version = "0.6.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
854dependencies = [
855 "quote",
856 "syn 2.0.104",
857]
858
859[[package]]
860name = "ctor"
861version = "0.2.9"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
864dependencies = [
865 "quote",
866 "syn 2.0.104",
867]
868
869[[package]]
870name = "darling"
871version = "0.20.11"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
874dependencies = [
875 "darling_core",
876 "darling_macro",
877]
878
879[[package]]
880name = "darling_core"
881version = "0.20.11"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
884dependencies = [
885 "fnv",
886 "ident_case",
887 "proc-macro2",
888 "quote",
889 "strsim",
890 "syn 2.0.104",
891]
892
893[[package]]
894name = "darling_macro"
895version = "0.20.11"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
898dependencies = [
899 "darling_core",
900 "quote",
901 "syn 2.0.104",
902]
903
904[[package]]
905name = "data-url"
906version = "0.3.1"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
909
910[[package]]
911name = "deranged"
912version = "0.4.0"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
915dependencies = [
916 "powerfmt",
917 "serde",
918]
919
920[[package]]
921name = "derivative"
922version = "2.2.0"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
925dependencies = [
926 "proc-macro2",
927 "quote",
928 "syn 1.0.109",
929]
930
931[[package]]
932name = "derive_more"
933version = "0.99.20"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
936dependencies = [
937 "convert_case",
938 "proc-macro2",
939 "quote",
940 "rustc_version",
941 "syn 2.0.104",
942]
943
944[[package]]
945name = "digest"
946version = "0.10.7"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
949dependencies = [
950 "block-buffer",
951 "crypto-common",
952]
953
954[[package]]
955name = "dirs"
956version = "5.0.1"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
959dependencies = [
960 "dirs-sys 0.4.1",
961]
962
963[[package]]
964name = "dirs"
965version = "6.0.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
968dependencies = [
969 "dirs-sys 0.5.0",
970]
971
972[[package]]
973name = "dirs-sys"
974version = "0.4.1"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
977dependencies = [
978 "libc",
979 "option-ext",
980 "redox_users 0.4.6",
981 "windows-sys 0.48.0",
982]
983
984[[package]]
985name = "dirs-sys"
986version = "0.5.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
989dependencies = [
990 "libc",
991 "option-ext",
992 "redox_users 0.5.2",
993 "windows-sys 0.60.2",
994]
995
996[[package]]
997name = "dispatch"
998version = "0.2.0"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1001
1002[[package]]
1003name = "dispatch2"
1004version = "0.3.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1007dependencies = [
1008 "bitflags 2.9.1",
1009 "objc2 0.6.1",
1010]
1011
1012[[package]]
1013name = "displaydoc"
1014version = "0.2.5"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1017dependencies = [
1018 "proc-macro2",
1019 "quote",
1020 "syn 2.0.104",
1021]
1022
1023[[package]]
1024name = "dlopen2"
1025version = "0.7.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
1028dependencies = [
1029 "dlopen2_derive",
1030 "libc",
1031 "once_cell",
1032 "winapi",
1033]
1034
1035[[package]]
1036name = "dlopen2_derive"
1037version = "0.4.1"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4"
1040dependencies = [
1041 "proc-macro2",
1042 "quote",
1043 "syn 2.0.104",
1044]
1045
1046[[package]]
1047name = "dlv-list"
1048version = "0.5.2"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
1051dependencies = [
1052 "const-random",
1053]
1054
1055[[package]]
1056name = "document-features"
1057version = "0.2.11"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
1060dependencies = [
1061 "litrs",
1062]
1063
1064[[package]]
1065name = "dpi"
1066version = "0.1.2"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1069dependencies = [
1070 "serde",
1071]
1072
1073[[package]]
1074name = "dtoa"
1075version = "1.0.10"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
1078
1079[[package]]
1080name = "dtoa-short"
1081version = "0.3.5"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
1084dependencies = [
1085 "dtoa",
1086]
1087
1088[[package]]
1089name = "dunce"
1090version = "1.0.5"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1093
1094[[package]]
1095name = "dyn-clone"
1096version = "1.0.20"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1099
1100[[package]]
1101name = "either"
1102version = "1.15.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1105
1106[[package]]
1107name = "embed-resource"
1108version = "3.0.5"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "4c6d81016d6c977deefb2ef8d8290da019e27cc26167e102185da528e6c0ab38"
1111dependencies = [
1112 "cc",
1113 "memchr",
1114 "rustc_version",
1115 "toml 0.9.4",
1116 "vswhom",
1117 "winreg",
1118]
1119
1120[[package]]
1121name = "embed_plist"
1122version = "1.2.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
1125
1126[[package]]
1127name = "encoding_rs"
1128version = "0.8.35"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1131dependencies = [
1132 "cfg-if",
1133]
1134
1135[[package]]
1136name = "endi"
1137version = "1.1.0"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
1140
1141[[package]]
1142name = "enumflags2"
1143version = "0.7.12"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1146dependencies = [
1147 "enumflags2_derive",
1148 "serde",
1149]
1150
1151[[package]]
1152name = "enumflags2_derive"
1153version = "0.7.12"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1156dependencies = [
1157 "proc-macro2",
1158 "quote",
1159 "syn 2.0.104",
1160]
1161
1162[[package]]
1163name = "equator"
1164version = "0.4.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
1167dependencies = [
1168 "equator-macro",
1169]
1170
1171[[package]]
1172name = "equator-macro"
1173version = "0.4.2"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
1176dependencies = [
1177 "proc-macro2",
1178 "quote",
1179 "syn 2.0.104",
1180]
1181
1182[[package]]
1183name = "equivalent"
1184version = "1.0.2"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1187
1188[[package]]
1189name = "erased-serde"
1190version = "0.4.6"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
1193dependencies = [
1194 "serde",
1195 "typeid",
1196]
1197
1198[[package]]
1199name = "errno"
1200version = "0.3.13"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
1203dependencies = [
1204 "libc",
1205 "windows-sys 0.60.2",
1206]
1207
1208[[package]]
1209name = "error-code"
1210version = "3.3.2"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
1213
1214[[package]]
1215name = "event-listener"
1216version = "5.4.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1219dependencies = [
1220 "concurrent-queue",
1221 "parking",
1222 "pin-project-lite",
1223]
1224
1225[[package]]
1226name = "event-listener-strategy"
1227version = "0.5.4"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1230dependencies = [
1231 "event-listener",
1232 "pin-project-lite",
1233]
1234
1235[[package]]
1236name = "exr"
1237version = "1.73.0"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
1240dependencies = [
1241 "bit_field",
1242 "half",
1243 "lebe",
1244 "miniz_oxide",
1245 "rayon-core",
1246 "smallvec",
1247 "zune-inflate",
1248]
1249
1250[[package]]
1251name = "fast_image_resize"
1252version = "4.2.3"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "43e5ce628b529e9bd2e2f378c1193215104b526fd494a572aa23414adc4e5553"
1255dependencies = [
1256 "bytemuck",
1257 "cfg-if",
1258 "document-features",
1259 "image",
1260 "num-traits",
1261 "thiserror 1.0.69",
1262]
1263
1264[[package]]
1265name = "fastrand"
1266version = "2.3.0"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1269
1270[[package]]
1271name = "fdeflate"
1272version = "0.3.7"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1275dependencies = [
1276 "simd-adler32",
1277]
1278
1279[[package]]
1280name = "field-offset"
1281version = "0.3.6"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1284dependencies = [
1285 "memoffset",
1286 "rustc_version",
1287]
1288
1289[[package]]
1290name = "filetime"
1291version = "0.2.25"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
1294dependencies = [
1295 "cfg-if",
1296 "libc",
1297 "libredox",
1298 "windows-sys 0.59.0",
1299]
1300
1301[[package]]
1302name = "flate2"
1303version = "1.1.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1306dependencies = [
1307 "crc32fast",
1308 "miniz_oxide",
1309]
1310
1311[[package]]
1312name = "fnv"
1313version = "1.0.7"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1316
1317[[package]]
1318name = "foreign-types"
1319version = "0.3.2"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1322dependencies = [
1323 "foreign-types-shared 0.1.1",
1324]
1325
1326[[package]]
1327name = "foreign-types"
1328version = "0.5.0"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1331dependencies = [
1332 "foreign-types-macros",
1333 "foreign-types-shared 0.3.1",
1334]
1335
1336[[package]]
1337name = "foreign-types-macros"
1338version = "0.2.3"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1341dependencies = [
1342 "proc-macro2",
1343 "quote",
1344 "syn 2.0.104",
1345]
1346
1347[[package]]
1348name = "foreign-types-shared"
1349version = "0.1.1"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1352
1353[[package]]
1354name = "foreign-types-shared"
1355version = "0.3.1"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1358
1359[[package]]
1360name = "form_urlencoded"
1361version = "1.2.1"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1364dependencies = [
1365 "percent-encoding",
1366]
1367
1368[[package]]
1369name = "fsevent-sys"
1370version = "4.1.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1373dependencies = [
1374 "libc",
1375]
1376
1377[[package]]
1378name = "futf"
1379version = "0.1.5"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1382dependencies = [
1383 "mac",
1384 "new_debug_unreachable",
1385]
1386
1387[[package]]
1388name = "futures-channel"
1389version = "0.3.31"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1392dependencies = [
1393 "futures-core",
1394 "futures-sink",
1395]
1396
1397[[package]]
1398name = "futures-core"
1399version = "0.3.31"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1402
1403[[package]]
1404name = "futures-executor"
1405version = "0.3.31"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1408dependencies = [
1409 "futures-core",
1410 "futures-task",
1411 "futures-util",
1412]
1413
1414[[package]]
1415name = "futures-io"
1416version = "0.3.31"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1419
1420[[package]]
1421name = "futures-lite"
1422version = "2.6.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1425dependencies = [
1426 "fastrand",
1427 "futures-core",
1428 "futures-io",
1429 "parking",
1430 "pin-project-lite",
1431]
1432
1433[[package]]
1434name = "futures-macro"
1435version = "0.3.31"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1438dependencies = [
1439 "proc-macro2",
1440 "quote",
1441 "syn 2.0.104",
1442]
1443
1444[[package]]
1445name = "futures-sink"
1446version = "0.3.31"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1449
1450[[package]]
1451name = "futures-task"
1452version = "0.3.31"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1455
1456[[package]]
1457name = "futures-util"
1458version = "0.3.31"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1461dependencies = [
1462 "futures-core",
1463 "futures-io",
1464 "futures-macro",
1465 "futures-sink",
1466 "futures-task",
1467 "memchr",
1468 "pin-project-lite",
1469 "pin-utils",
1470 "slab",
1471]
1472
1473[[package]]
1474name = "fxhash"
1475version = "0.2.1"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1478dependencies = [
1479 "byteorder",
1480]
1481
1482[[package]]
1483name = "gdk"
1484version = "0.18.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1487dependencies = [
1488 "cairo-rs",
1489 "gdk-pixbuf",
1490 "gdk-sys",
1491 "gio",
1492 "glib",
1493 "libc",
1494 "pango",
1495]
1496
1497[[package]]
1498name = "gdk-pixbuf"
1499version = "0.18.5"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1502dependencies = [
1503 "gdk-pixbuf-sys",
1504 "gio",
1505 "glib",
1506 "libc",
1507 "once_cell",
1508]
1509
1510[[package]]
1511name = "gdk-pixbuf-sys"
1512version = "0.18.0"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1515dependencies = [
1516 "gio-sys",
1517 "glib-sys",
1518 "gobject-sys",
1519 "libc",
1520 "system-deps",
1521]
1522
1523[[package]]
1524name = "gdk-sys"
1525version = "0.18.2"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1528dependencies = [
1529 "cairo-sys-rs",
1530 "gdk-pixbuf-sys",
1531 "gio-sys",
1532 "glib-sys",
1533 "gobject-sys",
1534 "libc",
1535 "pango-sys",
1536 "pkg-config",
1537 "system-deps",
1538]
1539
1540[[package]]
1541name = "gdkwayland-sys"
1542version = "0.18.2"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
1545dependencies = [
1546 "gdk-sys",
1547 "glib-sys",
1548 "gobject-sys",
1549 "libc",
1550 "pkg-config",
1551 "system-deps",
1552]
1553
1554[[package]]
1555name = "gdkx11"
1556version = "0.18.2"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
1559dependencies = [
1560 "gdk",
1561 "gdkx11-sys",
1562 "gio",
1563 "glib",
1564 "libc",
1565 "x11",
1566]
1567
1568[[package]]
1569name = "gdkx11-sys"
1570version = "0.18.2"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
1573dependencies = [
1574 "gdk-sys",
1575 "glib-sys",
1576 "libc",
1577 "system-deps",
1578 "x11",
1579]
1580
1581[[package]]
1582name = "generic-array"
1583version = "0.14.7"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1586dependencies = [
1587 "typenum",
1588 "version_check",
1589]
1590
1591[[package]]
1592name = "gethostname"
1593version = "0.4.3"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
1596dependencies = [
1597 "libc",
1598 "windows-targets 0.48.5",
1599]
1600
1601[[package]]
1602name = "getrandom"
1603version = "0.1.16"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1606dependencies = [
1607 "cfg-if",
1608 "libc",
1609 "wasi 0.9.0+wasi-snapshot-preview1",
1610]
1611
1612[[package]]
1613name = "getrandom"
1614version = "0.2.16"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1617dependencies = [
1618 "cfg-if",
1619 "js-sys",
1620 "libc",
1621 "wasi 0.11.1+wasi-snapshot-preview1",
1622 "wasm-bindgen",
1623]
1624
1625[[package]]
1626name = "getrandom"
1627version = "0.3.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1630dependencies = [
1631 "cfg-if",
1632 "js-sys",
1633 "libc",
1634 "r-efi",
1635 "wasi 0.14.2+wasi-0.2.4",
1636 "wasm-bindgen",
1637]
1638
1639[[package]]
1640name = "gif"
1641version = "0.13.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
1644dependencies = [
1645 "color_quant",
1646 "weezl",
1647]
1648
1649[[package]]
1650name = "gimli"
1651version = "0.31.1"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1654
1655[[package]]
1656name = "gio"
1657version = "0.18.4"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1660dependencies = [
1661 "futures-channel",
1662 "futures-core",
1663 "futures-io",
1664 "futures-util",
1665 "gio-sys",
1666 "glib",
1667 "libc",
1668 "once_cell",
1669 "pin-project-lite",
1670 "smallvec",
1671 "thiserror 1.0.69",
1672]
1673
1674[[package]]
1675name = "gio-sys"
1676version = "0.18.1"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1679dependencies = [
1680 "glib-sys",
1681 "gobject-sys",
1682 "libc",
1683 "system-deps",
1684 "winapi",
1685]
1686
1687[[package]]
1688name = "glib"
1689version = "0.18.5"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1692dependencies = [
1693 "bitflags 2.9.1",
1694 "futures-channel",
1695 "futures-core",
1696 "futures-executor",
1697 "futures-task",
1698 "futures-util",
1699 "gio-sys",
1700 "glib-macros",
1701 "glib-sys",
1702 "gobject-sys",
1703 "libc",
1704 "memchr",
1705 "once_cell",
1706 "smallvec",
1707 "thiserror 1.0.69",
1708]
1709
1710[[package]]
1711name = "glib-macros"
1712version = "0.18.5"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1715dependencies = [
1716 "heck 0.4.1",
1717 "proc-macro-crate 2.0.2",
1718 "proc-macro-error",
1719 "proc-macro2",
1720 "quote",
1721 "syn 2.0.104",
1722]
1723
1724[[package]]
1725name = "glib-sys"
1726version = "0.18.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1729dependencies = [
1730 "libc",
1731 "system-deps",
1732]
1733
1734[[package]]
1735name = "glob"
1736version = "0.3.2"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1739
1740[[package]]
1741name = "gobject-sys"
1742version = "0.18.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
1745dependencies = [
1746 "glib-sys",
1747 "libc",
1748 "system-deps",
1749]
1750
1751[[package]]
1752name = "gtk"
1753version = "0.18.2"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
1756dependencies = [
1757 "atk",
1758 "cairo-rs",
1759 "field-offset",
1760 "futures-channel",
1761 "gdk",
1762 "gdk-pixbuf",
1763 "gio",
1764 "glib",
1765 "gtk-sys",
1766 "gtk3-macros",
1767 "libc",
1768 "pango",
1769 "pkg-config",
1770]
1771
1772[[package]]
1773name = "gtk-sys"
1774version = "0.18.2"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
1777dependencies = [
1778 "atk-sys",
1779 "cairo-sys-rs",
1780 "gdk-pixbuf-sys",
1781 "gdk-sys",
1782 "gio-sys",
1783 "glib-sys",
1784 "gobject-sys",
1785 "libc",
1786 "pango-sys",
1787 "system-deps",
1788]
1789
1790[[package]]
1791name = "gtk3-macros"
1792version = "0.18.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
1795dependencies = [
1796 "proc-macro-crate 1.3.1",
1797 "proc-macro-error",
1798 "proc-macro2",
1799 "quote",
1800 "syn 2.0.104",
1801]
1802
1803[[package]]
1804name = "h2"
1805version = "0.4.11"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
1808dependencies = [
1809 "atomic-waker",
1810 "bytes",
1811 "fnv",
1812 "futures-core",
1813 "futures-sink",
1814 "http",
1815 "indexmap 2.10.0",
1816 "slab",
1817 "tokio",
1818 "tokio-util",
1819 "tracing",
1820]
1821
1822[[package]]
1823name = "half"
1824version = "2.6.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
1827dependencies = [
1828 "cfg-if",
1829 "crunchy",
1830]
1831
1832[[package]]
1833name = "hashbrown"
1834version = "0.12.3"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1837
1838[[package]]
1839name = "hashbrown"
1840version = "0.14.5"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1843
1844[[package]]
1845name = "hashbrown"
1846version = "0.15.4"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
1849
1850[[package]]
1851name = "heck"
1852version = "0.4.1"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1855
1856[[package]]
1857name = "heck"
1858version = "0.5.0"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1861
1862[[package]]
1863name = "hermit-abi"
1864version = "0.5.2"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1867
1868[[package]]
1869name = "hex"
1870version = "0.4.3"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1873
1874[[package]]
1875name = "html5ever"
1876version = "0.29.1"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
1879dependencies = [
1880 "log",
1881 "mac",
1882 "markup5ever",
1883 "match_token",
1884]
1885
1886[[package]]
1887name = "http"
1888version = "1.3.1"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1891dependencies = [
1892 "bytes",
1893 "fnv",
1894 "itoa",
1895]
1896
1897[[package]]
1898name = "http-body"
1899version = "1.0.1"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1902dependencies = [
1903 "bytes",
1904 "http",
1905]
1906
1907[[package]]
1908name = "http-body-util"
1909version = "0.1.3"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1912dependencies = [
1913 "bytes",
1914 "futures-core",
1915 "http",
1916 "http-body",
1917 "pin-project-lite",
1918]
1919
1920[[package]]
1921name = "httparse"
1922version = "1.10.1"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1925
1926[[package]]
1927name = "hyper"
1928version = "1.6.0"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1931dependencies = [
1932 "bytes",
1933 "futures-channel",
1934 "futures-util",
1935 "h2",
1936 "http",
1937 "http-body",
1938 "httparse",
1939 "itoa",
1940 "pin-project-lite",
1941 "smallvec",
1942 "tokio",
1943 "want",
1944]
1945
1946[[package]]
1947name = "hyper-rustls"
1948version = "0.27.7"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1951dependencies = [
1952 "http",
1953 "hyper",
1954 "hyper-util",
1955 "rustls",
1956 "rustls-pki-types",
1957 "tokio",
1958 "tokio-rustls",
1959 "tower-service",
1960 "webpki-roots",
1961]
1962
1963[[package]]
1964name = "hyper-tls"
1965version = "0.6.0"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1968dependencies = [
1969 "bytes",
1970 "http-body-util",
1971 "hyper",
1972 "hyper-util",
1973 "native-tls",
1974 "tokio",
1975 "tokio-native-tls",
1976 "tower-service",
1977]
1978
1979[[package]]
1980name = "hyper-util"
1981version = "0.1.16"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1984dependencies = [
1985 "base64 0.22.1",
1986 "bytes",
1987 "futures-channel",
1988 "futures-core",
1989 "futures-util",
1990 "http",
1991 "http-body",
1992 "hyper",
1993 "ipnet",
1994 "libc",
1995 "percent-encoding",
1996 "pin-project-lite",
1997 "socket2 0.6.0",
1998 "system-configuration",
1999 "tokio",
2000 "tower-service",
2001 "tracing",
2002 "windows-registry",
2003]
2004
2005[[package]]
2006name = "iana-time-zone"
2007version = "0.1.63"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2010dependencies = [
2011 "android_system_properties",
2012 "core-foundation-sys",
2013 "iana-time-zone-haiku",
2014 "js-sys",
2015 "log",
2016 "wasm-bindgen",
2017 "windows-core",
2018]
2019
2020[[package]]
2021name = "iana-time-zone-haiku"
2022version = "0.1.2"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2025dependencies = [
2026 "cc",
2027]
2028
2029[[package]]
2030name = "ico"
2031version = "0.4.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98"
2034dependencies = [
2035 "byteorder",
2036 "png",
2037]
2038
2039[[package]]
2040name = "icu_collections"
2041version = "2.0.0"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2044dependencies = [
2045 "displaydoc",
2046 "potential_utf",
2047 "yoke",
2048 "zerofrom",
2049 "zerovec",
2050]
2051
2052[[package]]
2053name = "icu_locale_core"
2054version = "2.0.0"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2057dependencies = [
2058 "displaydoc",
2059 "litemap",
2060 "tinystr",
2061 "writeable",
2062 "zerovec",
2063]
2064
2065[[package]]
2066name = "icu_normalizer"
2067version = "2.0.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2070dependencies = [
2071 "displaydoc",
2072 "icu_collections",
2073 "icu_normalizer_data",
2074 "icu_properties",
2075 "icu_provider",
2076 "smallvec",
2077 "zerovec",
2078]
2079
2080[[package]]
2081name = "icu_normalizer_data"
2082version = "2.0.0"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2085
2086[[package]]
2087name = "icu_properties"
2088version = "2.0.1"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2091dependencies = [
2092 "displaydoc",
2093 "icu_collections",
2094 "icu_locale_core",
2095 "icu_properties_data",
2096 "icu_provider",
2097 "potential_utf",
2098 "zerotrie",
2099 "zerovec",
2100]
2101
2102[[package]]
2103name = "icu_properties_data"
2104version = "2.0.1"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2107
2108[[package]]
2109name = "icu_provider"
2110version = "2.0.0"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2113dependencies = [
2114 "displaydoc",
2115 "icu_locale_core",
2116 "stable_deref_trait",
2117 "tinystr",
2118 "writeable",
2119 "yoke",
2120 "zerofrom",
2121 "zerotrie",
2122 "zerovec",
2123]
2124
2125[[package]]
2126name = "ident_case"
2127version = "1.0.1"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2130
2131[[package]]
2132name = "idna"
2133version = "1.0.3"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2136dependencies = [
2137 "idna_adapter",
2138 "smallvec",
2139 "utf8_iter",
2140]
2141
2142[[package]]
2143name = "idna_adapter"
2144version = "1.2.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2147dependencies = [
2148 "icu_normalizer",
2149 "icu_properties",
2150]
2151
2152[[package]]
2153name = "image"
2154version = "0.25.6"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
2157dependencies = [
2158 "bytemuck",
2159 "byteorder-lite",
2160 "color_quant",
2161 "exr",
2162 "gif",
2163 "image-webp",
2164 "num-traits",
2165 "png",
2166 "qoi",
2167 "ravif",
2168 "rayon",
2169 "rgb",
2170 "tiff",
2171 "zune-core",
2172 "zune-jpeg",
2173]
2174
2175[[package]]
2176name = "image-webp"
2177version = "0.2.3"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b"
2180dependencies = [
2181 "byteorder-lite",
2182 "quick-error",
2183]
2184
2185[[package]]
2186name = "imgref"
2187version = "1.11.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
2190
2191[[package]]
2192name = "indexmap"
2193version = "1.9.3"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2196dependencies = [
2197 "autocfg",
2198 "hashbrown 0.12.3",
2199 "serde",
2200]
2201
2202[[package]]
2203name = "indexmap"
2204version = "2.10.0"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
2207dependencies = [
2208 "equivalent",
2209 "hashbrown 0.15.4",
2210 "serde",
2211]
2212
2213[[package]]
2214name = "infer"
2215version = "0.19.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
2218dependencies = [
2219 "cfb",
2220]
2221
2222[[package]]
2223name = "inotify"
2224version = "0.9.6"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2227dependencies = [
2228 "bitflags 1.3.2",
2229 "inotify-sys",
2230 "libc",
2231]
2232
2233[[package]]
2234name = "inotify-sys"
2235version = "0.1.5"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2238dependencies = [
2239 "libc",
2240]
2241
2242[[package]]
2243name = "interpolate_name"
2244version = "0.2.4"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2247dependencies = [
2248 "proc-macro2",
2249 "quote",
2250 "syn 2.0.104",
2251]
2252
2253[[package]]
2254name = "io-uring"
2255version = "0.7.9"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
2258dependencies = [
2259 "bitflags 2.9.1",
2260 "cfg-if",
2261 "libc",
2262]
2263
2264[[package]]
2265name = "ipnet"
2266version = "2.11.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2269
2270[[package]]
2271name = "iri-string"
2272version = "0.7.8"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2275dependencies = [
2276 "memchr",
2277 "serde",
2278]
2279
2280[[package]]
2281name = "is-docker"
2282version = "0.2.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
2285dependencies = [
2286 "once_cell",
2287]
2288
2289[[package]]
2290name = "is-wsl"
2291version = "0.4.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
2294dependencies = [
2295 "is-docker",
2296 "once_cell",
2297]
2298
2299[[package]]
2300name = "itertools"
2301version = "0.12.1"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2304dependencies = [
2305 "either",
2306]
2307
2308[[package]]
2309name = "itoa"
2310version = "1.0.15"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2313
2314[[package]]
2315name = "javascriptcore-rs"
2316version = "1.1.2"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
2319dependencies = [
2320 "bitflags 1.3.2",
2321 "glib",
2322 "javascriptcore-rs-sys",
2323]
2324
2325[[package]]
2326name = "javascriptcore-rs-sys"
2327version = "1.1.1"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
2330dependencies = [
2331 "glib-sys",
2332 "gobject-sys",
2333 "libc",
2334 "system-deps",
2335]
2336
2337[[package]]
2338name = "jni"
2339version = "0.21.1"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2342dependencies = [
2343 "cesu8",
2344 "cfg-if",
2345 "combine",
2346 "jni-sys",
2347 "log",
2348 "thiserror 1.0.69",
2349 "walkdir",
2350 "windows-sys 0.45.0",
2351]
2352
2353[[package]]
2354name = "jni-sys"
2355version = "0.3.0"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2358
2359[[package]]
2360name = "jobserver"
2361version = "0.1.33"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2364dependencies = [
2365 "getrandom 0.3.3",
2366 "libc",
2367]
2368
2369[[package]]
2370name = "jpeg-decoder"
2371version = "0.3.2"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
2374
2375[[package]]
2376name = "js-sys"
2377version = "0.3.77"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2380dependencies = [
2381 "once_cell",
2382 "wasm-bindgen",
2383]
2384
2385[[package]]
2386name = "json-patch"
2387version = "3.0.1"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
2390dependencies = [
2391 "jsonptr",
2392 "serde",
2393 "serde_json",
2394 "thiserror 1.0.69",
2395]
2396
2397[[package]]
2398name = "jsonptr"
2399version = "0.6.3"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
2402dependencies = [
2403 "serde",
2404 "serde_json",
2405]
2406
2407[[package]]
2408name = "keyboard-types"
2409version = "0.7.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
2412dependencies = [
2413 "bitflags 2.9.1",
2414 "serde",
2415 "unicode-segmentation",
2416]
2417
2418[[package]]
2419name = "kqueue"
2420version = "1.1.1"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
2423dependencies = [
2424 "kqueue-sys",
2425 "libc",
2426]
2427
2428[[package]]
2429name = "kqueue-sys"
2430version = "1.0.4"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2433dependencies = [
2434 "bitflags 1.3.2",
2435 "libc",
2436]
2437
2438[[package]]
2439name = "kuchikiki"
2440version = "0.8.8-speedreader"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
2443dependencies = [
2444 "cssparser",
2445 "html5ever",
2446 "indexmap 2.10.0",
2447 "selectors",
2448]
2449
2450[[package]]
2451name = "lazy_static"
2452version = "1.5.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2455
2456[[package]]
2457name = "lebe"
2458version = "0.5.2"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2461
2462[[package]]
2463name = "libappindicator"
2464version = "0.9.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
2467dependencies = [
2468 "glib",
2469 "gtk",
2470 "gtk-sys",
2471 "libappindicator-sys",
2472 "log",
2473]
2474
2475[[package]]
2476name = "libappindicator-sys"
2477version = "0.9.0"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
2480dependencies = [
2481 "gtk-sys",
2482 "libloading",
2483 "once_cell",
2484]
2485
2486[[package]]
2487name = "libc"
2488version = "0.2.174"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2491
2492[[package]]
2493name = "libfuzzer-sys"
2494version = "0.4.10"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
2497dependencies = [
2498 "arbitrary",
2499 "cc",
2500]
2501
2502[[package]]
2503name = "libloading"
2504version = "0.7.4"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2507dependencies = [
2508 "cfg-if",
2509 "winapi",
2510]
2511
2512[[package]]
2513name = "libredox"
2514version = "0.1.9"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
2517dependencies = [
2518 "bitflags 2.9.1",
2519 "libc",
2520 "redox_syscall",
2521]
2522
2523[[package]]
2524name = "linux-raw-sys"
2525version = "0.4.15"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2528
2529[[package]]
2530name = "linux-raw-sys"
2531version = "0.9.4"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2534
2535[[package]]
2536name = "litemap"
2537version = "0.8.0"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2540
2541[[package]]
2542name = "litrs"
2543version = "0.4.2"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
2546
2547[[package]]
2548name = "lock_api"
2549version = "0.4.13"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2552dependencies = [
2553 "autocfg",
2554 "scopeguard",
2555]
2556
2557[[package]]
2558name = "log"
2559version = "0.4.27"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2562
2563[[package]]
2564name = "loop9"
2565version = "0.1.5"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
2568dependencies = [
2569 "imgref",
2570]
2571
2572[[package]]
2573name = "lru-slab"
2574version = "0.1.2"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2577
2578[[package]]
2579name = "mac"
2580version = "0.1.1"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2583
2584[[package]]
2585name = "markup5ever"
2586version = "0.14.1"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
2589dependencies = [
2590 "log",
2591 "phf 0.11.3",
2592 "phf_codegen 0.11.3",
2593 "string_cache",
2594 "string_cache_codegen",
2595 "tendril",
2596]
2597
2598[[package]]
2599name = "match_token"
2600version = "0.1.0"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
2603dependencies = [
2604 "proc-macro2",
2605 "quote",
2606 "syn 2.0.104",
2607]
2608
2609[[package]]
2610name = "matches"
2611version = "0.1.10"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2614
2615[[package]]
2616name = "maybe-rayon"
2617version = "0.1.1"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
2620dependencies = [
2621 "cfg-if",
2622 "rayon",
2623]
2624
2625[[package]]
2626name = "memchr"
2627version = "2.7.5"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2630
2631[[package]]
2632name = "memoffset"
2633version = "0.9.1"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2636dependencies = [
2637 "autocfg",
2638]
2639
2640[[package]]
2641name = "mime"
2642version = "0.3.17"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2645
2646[[package]]
2647name = "minimal-lexical"
2648version = "0.2.1"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2651
2652[[package]]
2653name = "miniz_oxide"
2654version = "0.8.9"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2657dependencies = [
2658 "adler2",
2659 "simd-adler32",
2660]
2661
2662[[package]]
2663name = "mio"
2664version = "0.8.11"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2667dependencies = [
2668 "libc",
2669 "log",
2670 "wasi 0.11.1+wasi-snapshot-preview1",
2671 "windows-sys 0.48.0",
2672]
2673
2674[[package]]
2675name = "mio"
2676version = "1.0.4"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2679dependencies = [
2680 "libc",
2681 "wasi 0.11.1+wasi-snapshot-preview1",
2682 "windows-sys 0.59.0",
2683]
2684
2685[[package]]
2686name = "mslnk"
2687version = "0.1.8"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "86c97310150b7f496a93f31690da7822b99d95ff68ca9d30fb09d3ad54375c76"
2690dependencies = [
2691 "bitflags 1.3.2",
2692 "byteorder",
2693 "log",
2694]
2695
2696[[package]]
2697name = "muda"
2698version = "0.17.1"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a"
2701dependencies = [
2702 "crossbeam-channel",
2703 "dpi",
2704 "gtk",
2705 "keyboard-types",
2706 "objc2 0.6.1",
2707 "objc2-app-kit",
2708 "objc2-core-foundation",
2709 "objc2-foundation 0.3.1",
2710 "once_cell",
2711 "png",
2712 "serde",
2713 "thiserror 2.0.12",
2714 "windows-sys 0.60.2",
2715]
2716
2717[[package]]
2718name = "native-tls"
2719version = "0.2.14"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2722dependencies = [
2723 "libc",
2724 "log",
2725 "openssl",
2726 "openssl-probe",
2727 "openssl-sys",
2728 "schannel",
2729 "security-framework",
2730 "security-framework-sys",
2731 "tempfile",
2732]
2733
2734[[package]]
2735name = "ndk"
2736version = "0.9.0"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2739dependencies = [
2740 "bitflags 2.9.1",
2741 "jni-sys",
2742 "log",
2743 "ndk-sys",
2744 "num_enum",
2745 "raw-window-handle",
2746 "thiserror 1.0.69",
2747]
2748
2749[[package]]
2750name = "ndk-context"
2751version = "0.1.1"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2754
2755[[package]]
2756name = "ndk-sys"
2757version = "0.6.0+11769913"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2760dependencies = [
2761 "jni-sys",
2762]
2763
2764[[package]]
2765name = "new_debug_unreachable"
2766version = "1.0.6"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2769
2770[[package]]
2771name = "nix"
2772version = "0.27.1"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2775dependencies = [
2776 "bitflags 2.9.1",
2777 "cfg-if",
2778 "libc",
2779 "memoffset",
2780]
2781
2782[[package]]
2783name = "nodrop"
2784version = "0.1.14"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2787
2788[[package]]
2789name = "nom"
2790version = "7.1.3"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2793dependencies = [
2794 "memchr",
2795 "minimal-lexical",
2796]
2797
2798[[package]]
2799name = "noop_proc_macro"
2800version = "0.3.0"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
2803
2804[[package]]
2805name = "notify"
2806version = "6.1.1"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2809dependencies = [
2810 "bitflags 2.9.1",
2811 "crossbeam-channel",
2812 "filetime",
2813 "fsevent-sys",
2814 "inotify",
2815 "kqueue",
2816 "libc",
2817 "log",
2818 "mio 0.8.11",
2819 "walkdir",
2820 "windows-sys 0.48.0",
2821]
2822
2823[[package]]
2824name = "num-bigint"
2825version = "0.4.6"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2828dependencies = [
2829 "num-integer",
2830 "num-traits",
2831]
2832
2833[[package]]
2834name = "num-conv"
2835version = "0.1.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2838
2839[[package]]
2840name = "num-derive"
2841version = "0.4.2"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2844dependencies = [
2845 "proc-macro2",
2846 "quote",
2847 "syn 2.0.104",
2848]
2849
2850[[package]]
2851name = "num-integer"
2852version = "0.1.46"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2855dependencies = [
2856 "num-traits",
2857]
2858
2859[[package]]
2860name = "num-rational"
2861version = "0.4.2"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2864dependencies = [
2865 "num-bigint",
2866 "num-integer",
2867 "num-traits",
2868]
2869
2870[[package]]
2871name = "num-traits"
2872version = "0.2.19"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2875dependencies = [
2876 "autocfg",
2877]
2878
2879[[package]]
2880name = "num_enum"
2881version = "0.7.4"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
2884dependencies = [
2885 "num_enum_derive",
2886 "rustversion",
2887]
2888
2889[[package]]
2890name = "num_enum_derive"
2891version = "0.7.4"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
2894dependencies = [
2895 "proc-macro-crate 2.0.2",
2896 "proc-macro2",
2897 "quote",
2898 "syn 2.0.104",
2899]
2900
2901[[package]]
2902name = "objc-sys"
2903version = "0.3.5"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2906
2907[[package]]
2908name = "objc2"
2909version = "0.5.2"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2912dependencies = [
2913 "objc-sys",
2914 "objc2-encode",
2915]
2916
2917[[package]]
2918name = "objc2"
2919version = "0.6.1"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
2922dependencies = [
2923 "objc2-encode",
2924 "objc2-exception-helper",
2925]
2926
2927[[package]]
2928name = "objc2-app-kit"
2929version = "0.3.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
2932dependencies = [
2933 "bitflags 2.9.1",
2934 "block2 0.6.1",
2935 "libc",
2936 "objc2 0.6.1",
2937 "objc2-cloud-kit",
2938 "objc2-core-data",
2939 "objc2-core-foundation",
2940 "objc2-core-graphics",
2941 "objc2-core-image",
2942 "objc2-foundation 0.3.1",
2943 "objc2-quartz-core 0.3.1",
2944]
2945
2946[[package]]
2947name = "objc2-cloud-kit"
2948version = "0.3.1"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "17614fdcd9b411e6ff1117dfb1d0150f908ba83a7df81b1f118005fe0a8ea15d"
2951dependencies = [
2952 "bitflags 2.9.1",
2953 "objc2 0.6.1",
2954 "objc2-foundation 0.3.1",
2955]
2956
2957[[package]]
2958name = "objc2-core-data"
2959version = "0.3.1"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "291fbbf7d29287518e8686417cf7239c74700fd4b607623140a7d4a3c834329d"
2962dependencies = [
2963 "bitflags 2.9.1",
2964 "objc2 0.6.1",
2965 "objc2-foundation 0.3.1",
2966]
2967
2968[[package]]
2969name = "objc2-core-foundation"
2970version = "0.3.1"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2973dependencies = [
2974 "bitflags 2.9.1",
2975 "dispatch2",
2976 "objc2 0.6.1",
2977]
2978
2979[[package]]
2980name = "objc2-core-graphics"
2981version = "0.3.1"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4"
2984dependencies = [
2985 "bitflags 2.9.1",
2986 "dispatch2",
2987 "objc2 0.6.1",
2988 "objc2-core-foundation",
2989 "objc2-io-surface",
2990]
2991
2992[[package]]
2993name = "objc2-core-image"
2994version = "0.3.1"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "79b3dc0cc4386b6ccf21c157591b34a7f44c8e75b064f85502901ab2188c007e"
2997dependencies = [
2998 "objc2 0.6.1",
2999 "objc2-foundation 0.3.1",
3000]
3001
3002[[package]]
3003name = "objc2-encode"
3004version = "4.1.0"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3007
3008[[package]]
3009name = "objc2-exception-helper"
3010version = "0.1.1"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
3013dependencies = [
3014 "cc",
3015]
3016
3017[[package]]
3018name = "objc2-foundation"
3019version = "0.2.2"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
3022dependencies = [
3023 "bitflags 2.9.1",
3024 "block2 0.5.1",
3025 "libc",
3026 "objc2 0.5.2",
3027]
3028
3029[[package]]
3030name = "objc2-foundation"
3031version = "0.3.1"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
3034dependencies = [
3035 "bitflags 2.9.1",
3036 "block2 0.6.1",
3037 "libc",
3038 "objc2 0.6.1",
3039 "objc2-core-foundation",
3040]
3041
3042[[package]]
3043name = "objc2-io-surface"
3044version = "0.3.1"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c"
3047dependencies = [
3048 "bitflags 2.9.1",
3049 "objc2 0.6.1",
3050 "objc2-core-foundation",
3051]
3052
3053[[package]]
3054name = "objc2-metal"
3055version = "0.2.2"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
3058dependencies = [
3059 "bitflags 2.9.1",
3060 "block2 0.5.1",
3061 "objc2 0.5.2",
3062 "objc2-foundation 0.2.2",
3063]
3064
3065[[package]]
3066name = "objc2-quartz-core"
3067version = "0.2.2"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
3070dependencies = [
3071 "bitflags 2.9.1",
3072 "block2 0.5.1",
3073 "objc2 0.5.2",
3074 "objc2-foundation 0.2.2",
3075 "objc2-metal",
3076]
3077
3078[[package]]
3079name = "objc2-quartz-core"
3080version = "0.3.1"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
3083dependencies = [
3084 "bitflags 2.9.1",
3085 "objc2 0.6.1",
3086 "objc2-foundation 0.3.1",
3087]
3088
3089[[package]]
3090name = "objc2-ui-kit"
3091version = "0.3.1"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
3094dependencies = [
3095 "bitflags 2.9.1",
3096 "objc2 0.6.1",
3097 "objc2-core-foundation",
3098 "objc2-foundation 0.3.1",
3099]
3100
3101[[package]]
3102name = "objc2-web-kit"
3103version = "0.3.1"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "91672909de8b1ce1c2252e95bbee8c1649c9ad9d14b9248b3d7b4c47903c47ad"
3106dependencies = [
3107 "bitflags 2.9.1",
3108 "block2 0.6.1",
3109 "objc2 0.6.1",
3110 "objc2-app-kit",
3111 "objc2-core-foundation",
3112 "objc2-foundation 0.3.1",
3113]
3114
3115[[package]]
3116name = "object"
3117version = "0.36.7"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3120dependencies = [
3121 "memchr",
3122]
3123
3124[[package]]
3125name = "once_cell"
3126version = "1.21.3"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3129
3130[[package]]
3131name = "open"
3132version = "5.3.2"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
3135dependencies = [
3136 "dunce",
3137 "is-wsl",
3138 "libc",
3139 "pathdiff",
3140]
3141
3142[[package]]
3143name = "openssl"
3144version = "0.10.73"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
3147dependencies = [
3148 "bitflags 2.9.1",
3149 "cfg-if",
3150 "foreign-types 0.3.2",
3151 "libc",
3152 "once_cell",
3153 "openssl-macros",
3154 "openssl-sys",
3155]
3156
3157[[package]]
3158name = "openssl-macros"
3159version = "0.1.1"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3162dependencies = [
3163 "proc-macro2",
3164 "quote",
3165 "syn 2.0.104",
3166]
3167
3168[[package]]
3169name = "openssl-probe"
3170version = "0.1.6"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3173
3174[[package]]
3175name = "openssl-sys"
3176version = "0.9.109"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
3179dependencies = [
3180 "cc",
3181 "libc",
3182 "pkg-config",
3183 "vcpkg",
3184]
3185
3186[[package]]
3187name = "option-ext"
3188version = "0.2.0"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3191
3192[[package]]
3193name = "ordered-multimap"
3194version = "0.7.3"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
3197dependencies = [
3198 "dlv-list",
3199 "hashbrown 0.14.5",
3200]
3201
3202[[package]]
3203name = "ordered-stream"
3204version = "0.2.0"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
3207dependencies = [
3208 "futures-core",
3209 "pin-project-lite",
3210]
3211
3212[[package]]
3213name = "os_pipe"
3214version = "1.2.2"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224"
3217dependencies = [
3218 "libc",
3219 "windows-sys 0.59.0",
3220]
3221
3222[[package]]
3223name = "pango"
3224version = "0.18.3"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
3227dependencies = [
3228 "gio",
3229 "glib",
3230 "libc",
3231 "once_cell",
3232 "pango-sys",
3233]
3234
3235[[package]]
3236name = "pango-sys"
3237version = "0.18.0"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
3240dependencies = [
3241 "glib-sys",
3242 "gobject-sys",
3243 "libc",
3244 "system-deps",
3245]
3246
3247[[package]]
3248name = "parking"
3249version = "2.2.1"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3252
3253[[package]]
3254name = "parking_lot"
3255version = "0.12.4"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
3258dependencies = [
3259 "lock_api",
3260 "parking_lot_core",
3261]
3262
3263[[package]]
3264name = "parking_lot_core"
3265version = "0.9.11"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
3268dependencies = [
3269 "cfg-if",
3270 "libc",
3271 "redox_syscall",
3272 "smallvec",
3273 "windows-targets 0.52.6",
3274]
3275
3276[[package]]
3277name = "paste"
3278version = "1.0.15"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3281
3282[[package]]
3283name = "pathdiff"
3284version = "0.2.3"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
3287
3288[[package]]
3289name = "percent-encoding"
3290version = "2.3.1"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3293
3294[[package]]
3295name = "phf"
3296version = "0.8.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
3299dependencies = [
3300 "phf_shared 0.8.0",
3301]
3302
3303[[package]]
3304name = "phf"
3305version = "0.10.1"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
3308dependencies = [
3309 "phf_macros 0.10.0",
3310 "phf_shared 0.10.0",
3311 "proc-macro-hack",
3312]
3313
3314[[package]]
3315name = "phf"
3316version = "0.11.3"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3319dependencies = [
3320 "phf_macros 0.11.3",
3321 "phf_shared 0.11.3",
3322]
3323
3324[[package]]
3325name = "phf_codegen"
3326version = "0.8.0"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
3329dependencies = [
3330 "phf_generator 0.8.0",
3331 "phf_shared 0.8.0",
3332]
3333
3334[[package]]
3335name = "phf_codegen"
3336version = "0.11.3"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3339dependencies = [
3340 "phf_generator 0.11.3",
3341 "phf_shared 0.11.3",
3342]
3343
3344[[package]]
3345name = "phf_generator"
3346version = "0.8.0"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
3349dependencies = [
3350 "phf_shared 0.8.0",
3351 "rand 0.7.3",
3352]
3353
3354[[package]]
3355name = "phf_generator"
3356version = "0.10.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
3359dependencies = [
3360 "phf_shared 0.10.0",
3361 "rand 0.8.5",
3362]
3363
3364[[package]]
3365name = "phf_generator"
3366version = "0.11.3"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3369dependencies = [
3370 "phf_shared 0.11.3",
3371 "rand 0.8.5",
3372]
3373
3374[[package]]
3375name = "phf_macros"
3376version = "0.10.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
3379dependencies = [
3380 "phf_generator 0.10.0",
3381 "phf_shared 0.10.0",
3382 "proc-macro-hack",
3383 "proc-macro2",
3384 "quote",
3385 "syn 1.0.109",
3386]
3387
3388[[package]]
3389name = "phf_macros"
3390version = "0.11.3"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
3393dependencies = [
3394 "phf_generator 0.11.3",
3395 "phf_shared 0.11.3",
3396 "proc-macro2",
3397 "quote",
3398 "syn 2.0.104",
3399]
3400
3401[[package]]
3402name = "phf_shared"
3403version = "0.8.0"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
3406dependencies = [
3407 "siphasher 0.3.11",
3408]
3409
3410[[package]]
3411name = "phf_shared"
3412version = "0.10.0"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
3415dependencies = [
3416 "siphasher 0.3.11",
3417]
3418
3419[[package]]
3420name = "phf_shared"
3421version = "0.11.3"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3424dependencies = [
3425 "siphasher 1.0.1",
3426]
3427
3428[[package]]
3429name = "pin-project-lite"
3430version = "0.2.16"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3433
3434[[package]]
3435name = "pin-utils"
3436version = "0.1.0"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3439
3440[[package]]
3441name = "piper"
3442version = "0.2.4"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
3445dependencies = [
3446 "atomic-waker",
3447 "fastrand",
3448 "futures-io",
3449]
3450
3451[[package]]
3452name = "pkg-config"
3453version = "0.3.32"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3456
3457[[package]]
3458name = "plist"
3459version = "1.7.4"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
3462dependencies = [
3463 "base64 0.22.1",
3464 "indexmap 2.10.0",
3465 "quick-xml",
3466 "serde",
3467 "time",
3468]
3469
3470[[package]]
3471name = "png"
3472version = "0.17.16"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
3475dependencies = [
3476 "bitflags 1.3.2",
3477 "crc32fast",
3478 "fdeflate",
3479 "flate2",
3480 "miniz_oxide",
3481]
3482
3483[[package]]
3484name = "polling"
3485version = "3.9.0"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "8ee9b2fa7a4517d2c91ff5bc6c297a427a96749d15f98fcdbb22c05571a4d4b7"
3488dependencies = [
3489 "cfg-if",
3490 "concurrent-queue",
3491 "hermit-abi",
3492 "pin-project-lite",
3493 "rustix 1.0.8",
3494 "windows-sys 0.60.2",
3495]
3496
3497[[package]]
3498name = "potential_utf"
3499version = "0.1.2"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
3502dependencies = [
3503 "zerovec",
3504]
3505
3506[[package]]
3507name = "powerfmt"
3508version = "0.2.0"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3511
3512[[package]]
3513name = "ppv-lite86"
3514version = "0.2.21"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3517dependencies = [
3518 "zerocopy",
3519]
3520
3521[[package]]
3522name = "precomputed-hash"
3523version = "0.1.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3526
3527[[package]]
3528name = "proc-macro-crate"
3529version = "1.3.1"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
3532dependencies = [
3533 "once_cell",
3534 "toml_edit 0.19.15",
3535]
3536
3537[[package]]
3538name = "proc-macro-crate"
3539version = "2.0.2"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
3542dependencies = [
3543 "toml_datetime 0.6.3",
3544 "toml_edit 0.20.2",
3545]
3546
3547[[package]]
3548name = "proc-macro-error"
3549version = "1.0.4"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3552dependencies = [
3553 "proc-macro-error-attr",
3554 "proc-macro2",
3555 "quote",
3556 "syn 1.0.109",
3557 "version_check",
3558]
3559
3560[[package]]
3561name = "proc-macro-error-attr"
3562version = "1.0.4"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3565dependencies = [
3566 "proc-macro2",
3567 "quote",
3568 "version_check",
3569]
3570
3571[[package]]
3572name = "proc-macro-hack"
3573version = "0.5.20+deprecated"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3576
3577[[package]]
3578name = "proc-macro2"
3579version = "1.0.95"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
3582dependencies = [
3583 "unicode-ident",
3584]
3585
3586[[package]]
3587name = "profiling"
3588version = "1.0.17"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
3591dependencies = [
3592 "profiling-procmacros",
3593]
3594
3595[[package]]
3596name = "profiling-procmacros"
3597version = "1.0.17"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
3600dependencies = [
3601 "quote",
3602 "syn 2.0.104",
3603]
3604
3605[[package]]
3606name = "psl-types"
3607version = "2.0.11"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
3610
3611[[package]]
3612name = "publicsuffix"
3613version = "2.3.0"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
3616dependencies = [
3617 "idna",
3618 "psl-types",
3619]
3620
3621[[package]]
3622name = "qoi"
3623version = "0.4.1"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
3626dependencies = [
3627 "bytemuck",
3628]
3629
3630[[package]]
3631name = "quick-error"
3632version = "2.0.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3635
3636[[package]]
3637name = "quick-xml"
3638version = "0.38.0"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b"
3641dependencies = [
3642 "memchr",
3643]
3644
3645[[package]]
3646name = "quinn"
3647version = "0.11.8"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
3650dependencies = [
3651 "bytes",
3652 "cfg_aliases",
3653 "pin-project-lite",
3654 "quinn-proto",
3655 "quinn-udp",
3656 "rustc-hash",
3657 "rustls",
3658 "socket2 0.5.10",
3659 "thiserror 2.0.12",
3660 "tokio",
3661 "tracing",
3662 "web-time",
3663]
3664
3665[[package]]
3666name = "quinn-proto"
3667version = "0.11.12"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
3670dependencies = [
3671 "bytes",
3672 "getrandom 0.3.3",
3673 "lru-slab",
3674 "rand 0.9.2",
3675 "ring",
3676 "rustc-hash",
3677 "rustls",
3678 "rustls-pki-types",
3679 "slab",
3680 "thiserror 2.0.12",
3681 "tinyvec",
3682 "tracing",
3683 "web-time",
3684]
3685
3686[[package]]
3687name = "quinn-udp"
3688version = "0.5.13"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
3691dependencies = [
3692 "cfg_aliases",
3693 "libc",
3694 "once_cell",
3695 "socket2 0.5.10",
3696 "tracing",
3697 "windows-sys 0.59.0",
3698]
3699
3700[[package]]
3701name = "quote"
3702version = "1.0.40"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
3705dependencies = [
3706 "proc-macro2",
3707]
3708
3709[[package]]
3710name = "r-efi"
3711version = "5.3.0"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3714
3715[[package]]
3716name = "rand"
3717version = "0.7.3"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3720dependencies = [
3721 "getrandom 0.1.16",
3722 "libc",
3723 "rand_chacha 0.2.2",
3724 "rand_core 0.5.1",
3725 "rand_hc",
3726 "rand_pcg",
3727]
3728
3729[[package]]
3730name = "rand"
3731version = "0.8.5"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3734dependencies = [
3735 "libc",
3736 "rand_chacha 0.3.1",
3737 "rand_core 0.6.4",
3738]
3739
3740[[package]]
3741name = "rand"
3742version = "0.9.2"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3745dependencies = [
3746 "rand_chacha 0.9.0",
3747 "rand_core 0.9.3",
3748]
3749
3750[[package]]
3751name = "rand_chacha"
3752version = "0.2.2"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3755dependencies = [
3756 "ppv-lite86",
3757 "rand_core 0.5.1",
3758]
3759
3760[[package]]
3761name = "rand_chacha"
3762version = "0.3.1"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3765dependencies = [
3766 "ppv-lite86",
3767 "rand_core 0.6.4",
3768]
3769
3770[[package]]
3771name = "rand_chacha"
3772version = "0.9.0"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3775dependencies = [
3776 "ppv-lite86",
3777 "rand_core 0.9.3",
3778]
3779
3780[[package]]
3781name = "rand_core"
3782version = "0.5.1"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3785dependencies = [
3786 "getrandom 0.1.16",
3787]
3788
3789[[package]]
3790name = "rand_core"
3791version = "0.6.4"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3794dependencies = [
3795 "getrandom 0.2.16",
3796]
3797
3798[[package]]
3799name = "rand_core"
3800version = "0.9.3"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3803dependencies = [
3804 "getrandom 0.3.3",
3805]
3806
3807[[package]]
3808name = "rand_hc"
3809version = "0.2.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3812dependencies = [
3813 "rand_core 0.5.1",
3814]
3815
3816[[package]]
3817name = "rand_pcg"
3818version = "0.2.1"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
3821dependencies = [
3822 "rand_core 0.5.1",
3823]
3824
3825[[package]]
3826name = "rav1e"
3827version = "0.7.1"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
3830dependencies = [
3831 "arbitrary",
3832 "arg_enum_proc_macro",
3833 "arrayvec",
3834 "av1-grain",
3835 "bitstream-io",
3836 "built",
3837 "cfg-if",
3838 "interpolate_name",
3839 "itertools",
3840 "libc",
3841 "libfuzzer-sys",
3842 "log",
3843 "maybe-rayon",
3844 "new_debug_unreachable",
3845 "noop_proc_macro",
3846 "num-derive",
3847 "num-traits",
3848 "once_cell",
3849 "paste",
3850 "profiling",
3851 "rand 0.8.5",
3852 "rand_chacha 0.3.1",
3853 "simd_helpers",
3854 "system-deps",
3855 "thiserror 1.0.69",
3856 "v_frame",
3857 "wasm-bindgen",
3858]
3859
3860[[package]]
3861name = "ravif"
3862version = "0.11.20"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
3865dependencies = [
3866 "avif-serialize",
3867 "imgref",
3868 "loop9",
3869 "quick-error",
3870 "rav1e",
3871 "rayon",
3872 "rgb",
3873]
3874
3875[[package]]
3876name = "raw-window-handle"
3877version = "0.6.2"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3880
3881[[package]]
3882name = "rayon"
3883version = "1.10.0"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
3886dependencies = [
3887 "either",
3888 "rayon-core",
3889]
3890
3891[[package]]
3892name = "rayon-core"
3893version = "1.12.1"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
3896dependencies = [
3897 "crossbeam-deque",
3898 "crossbeam-utils",
3899]
3900
3901[[package]]
3902name = "redox_syscall"
3903version = "0.5.17"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
3906dependencies = [
3907 "bitflags 2.9.1",
3908]
3909
3910[[package]]
3911name = "redox_users"
3912version = "0.4.6"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
3915dependencies = [
3916 "getrandom 0.2.16",
3917 "libredox",
3918 "thiserror 1.0.69",
3919]
3920
3921[[package]]
3922name = "redox_users"
3923version = "0.5.2"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
3926dependencies = [
3927 "getrandom 0.2.16",
3928 "libredox",
3929 "thiserror 2.0.12",
3930]
3931
3932[[package]]
3933name = "ref-cast"
3934version = "1.0.24"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
3937dependencies = [
3938 "ref-cast-impl",
3939]
3940
3941[[package]]
3942name = "ref-cast-impl"
3943version = "1.0.24"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
3946dependencies = [
3947 "proc-macro2",
3948 "quote",
3949 "syn 2.0.104",
3950]
3951
3952[[package]]
3953name = "regex"
3954version = "1.11.1"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3957dependencies = [
3958 "aho-corasick",
3959 "memchr",
3960 "regex-automata",
3961 "regex-syntax",
3962]
3963
3964[[package]]
3965name = "regex-automata"
3966version = "0.4.9"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3969dependencies = [
3970 "aho-corasick",
3971 "memchr",
3972 "regex-syntax",
3973]
3974
3975[[package]]
3976name = "regex-syntax"
3977version = "0.8.5"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3980
3981[[package]]
3982name = "reqwest"
3983version = "0.12.22"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
3986dependencies = [
3987 "base64 0.22.1",
3988 "bytes",
3989 "cookie",
3990 "cookie_store",
3991 "encoding_rs",
3992 "futures-channel",
3993 "futures-core",
3994 "futures-util",
3995 "h2",
3996 "http",
3997 "http-body",
3998 "http-body-util",
3999 "hyper",
4000 "hyper-rustls",
4001 "hyper-tls",
4002 "hyper-util",
4003 "js-sys",
4004 "log",
4005 "mime",
4006 "native-tls",
4007 "percent-encoding",
4008 "pin-project-lite",
4009 "quinn",
4010 "rustls",
4011 "rustls-pki-types",
4012 "serde",
4013 "serde_json",
4014 "serde_urlencoded",
4015 "sync_wrapper",
4016 "tokio",
4017 "tokio-native-tls",
4018 "tokio-rustls",
4019 "tokio-util",
4020 "tower",
4021 "tower-http",
4022 "tower-service",
4023 "url",
4024 "wasm-bindgen",
4025 "wasm-bindgen-futures",
4026 "wasm-streams",
4027 "web-sys",
4028 "webpki-roots",
4029]
4030
4031[[package]]
4032name = "rgb"
4033version = "0.8.52"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
4036
4037[[package]]
4038name = "ring"
4039version = "0.17.14"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4042dependencies = [
4043 "cc",
4044 "cfg-if",
4045 "getrandom 0.2.16",
4046 "libc",
4047 "untrusted",
4048 "windows-sys 0.52.0",
4049]
4050
4051[[package]]
4052name = "rust-ini"
4053version = "0.21.2"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791"
4056dependencies = [
4057 "cfg-if",
4058 "ordered-multimap",
4059]
4060
4061[[package]]
4062name = "rustc-demangle"
4063version = "0.1.26"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
4066
4067[[package]]
4068name = "rustc-hash"
4069version = "2.1.1"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4072
4073[[package]]
4074name = "rustc_version"
4075version = "0.4.1"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4078dependencies = [
4079 "semver",
4080]
4081
4082[[package]]
4083name = "rustix"
4084version = "0.38.44"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4087dependencies = [
4088 "bitflags 2.9.1",
4089 "errno",
4090 "libc",
4091 "linux-raw-sys 0.4.15",
4092 "windows-sys 0.59.0",
4093]
4094
4095[[package]]
4096name = "rustix"
4097version = "1.0.8"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
4100dependencies = [
4101 "bitflags 2.9.1",
4102 "errno",
4103 "libc",
4104 "linux-raw-sys 0.9.4",
4105 "windows-sys 0.60.2",
4106]
4107
4108[[package]]
4109name = "rustls"
4110version = "0.23.31"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
4113dependencies = [
4114 "once_cell",
4115 "ring",
4116 "rustls-pki-types",
4117 "rustls-webpki",
4118 "subtle",
4119 "zeroize",
4120]
4121
4122[[package]]
4123name = "rustls-pki-types"
4124version = "1.12.0"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
4127dependencies = [
4128 "web-time",
4129 "zeroize",
4130]
4131
4132[[package]]
4133name = "rustls-webpki"
4134version = "0.103.4"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
4137dependencies = [
4138 "ring",
4139 "rustls-pki-types",
4140 "untrusted",
4141]
4142
4143[[package]]
4144name = "rustversion"
4145version = "1.0.21"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
4148
4149[[package]]
4150name = "ryu"
4151version = "1.0.20"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4154
4155[[package]]
4156name = "same-file"
4157version = "1.0.6"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4160dependencies = [
4161 "winapi-util",
4162]
4163
4164[[package]]
4165name = "schannel"
4166version = "0.1.27"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
4169dependencies = [
4170 "windows-sys 0.59.0",
4171]
4172
4173[[package]]
4174name = "schemars"
4175version = "0.8.22"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
4178dependencies = [
4179 "dyn-clone",
4180 "indexmap 1.9.3",
4181 "schemars_derive",
4182 "serde",
4183 "serde_json",
4184 "url",
4185 "uuid",
4186]
4187
4188[[package]]
4189name = "schemars"
4190version = "0.9.0"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
4193dependencies = [
4194 "dyn-clone",
4195 "ref-cast",
4196 "serde",
4197 "serde_json",
4198]
4199
4200[[package]]
4201name = "schemars"
4202version = "1.0.4"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
4205dependencies = [
4206 "dyn-clone",
4207 "ref-cast",
4208 "serde",
4209 "serde_json",
4210]
4211
4212[[package]]
4213name = "schemars_derive"
4214version = "0.8.22"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
4217dependencies = [
4218 "proc-macro2",
4219 "quote",
4220 "serde_derive_internals",
4221 "syn 2.0.104",
4222]
4223
4224[[package]]
4225name = "scopeguard"
4226version = "1.2.0"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4229
4230[[package]]
4231name = "security-framework"
4232version = "2.11.1"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4235dependencies = [
4236 "bitflags 2.9.1",
4237 "core-foundation 0.9.4",
4238 "core-foundation-sys",
4239 "libc",
4240 "security-framework-sys",
4241]
4242
4243[[package]]
4244name = "security-framework-sys"
4245version = "2.14.0"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
4248dependencies = [
4249 "core-foundation-sys",
4250 "libc",
4251]
4252
4253[[package]]
4254name = "selectors"
4255version = "0.24.0"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
4258dependencies = [
4259 "bitflags 1.3.2",
4260 "cssparser",
4261 "derive_more",
4262 "fxhash",
4263 "log",
4264 "phf 0.8.0",
4265 "phf_codegen 0.8.0",
4266 "precomputed-hash",
4267 "servo_arc",
4268 "smallvec",
4269]
4270
4271[[package]]
4272name = "semver"
4273version = "1.0.26"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
4276dependencies = [
4277 "serde",
4278]
4279
4280[[package]]
4281name = "serde"
4282version = "1.0.219"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
4285dependencies = [
4286 "serde_derive",
4287]
4288
4289[[package]]
4290name = "serde-untagged"
4291version = "0.1.7"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "299d9c19d7d466db4ab10addd5703e4c615dec2a5a16dbbafe191045e87ee66e"
4294dependencies = [
4295 "erased-serde",
4296 "serde",
4297 "typeid",
4298]
4299
4300[[package]]
4301name = "serde_derive"
4302version = "1.0.219"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
4305dependencies = [
4306 "proc-macro2",
4307 "quote",
4308 "syn 2.0.104",
4309]
4310
4311[[package]]
4312name = "serde_derive_internals"
4313version = "0.29.1"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
4316dependencies = [
4317 "proc-macro2",
4318 "quote",
4319 "syn 2.0.104",
4320]
4321
4322[[package]]
4323name = "serde_json"
4324version = "1.0.141"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
4327dependencies = [
4328 "itoa",
4329 "memchr",
4330 "ryu",
4331 "serde",
4332]
4333
4334[[package]]
4335name = "serde_repr"
4336version = "0.1.20"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4339dependencies = [
4340 "proc-macro2",
4341 "quote",
4342 "syn 2.0.104",
4343]
4344
4345[[package]]
4346name = "serde_spanned"
4347version = "0.6.9"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4350dependencies = [
4351 "serde",
4352]
4353
4354[[package]]
4355name = "serde_spanned"
4356version = "1.0.0"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
4359dependencies = [
4360 "serde",
4361]
4362
4363[[package]]
4364name = "serde_urlencoded"
4365version = "0.7.1"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4368dependencies = [
4369 "form_urlencoded",
4370 "itoa",
4371 "ryu",
4372 "serde",
4373]
4374
4375[[package]]
4376name = "serde_with"
4377version = "3.14.0"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
4380dependencies = [
4381 "base64 0.22.1",
4382 "chrono",
4383 "hex",
4384 "indexmap 1.9.3",
4385 "indexmap 2.10.0",
4386 "schemars 0.9.0",
4387 "schemars 1.0.4",
4388 "serde",
4389 "serde_derive",
4390 "serde_json",
4391 "serde_with_macros",
4392 "time",
4393]
4394
4395[[package]]
4396name = "serde_with_macros"
4397version = "3.14.0"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
4400dependencies = [
4401 "darling",
4402 "proc-macro2",
4403 "quote",
4404 "syn 2.0.104",
4405]
4406
4407[[package]]
4408name = "serialize-to-javascript"
4409version = "0.1.1"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
4412dependencies = [
4413 "serde",
4414 "serde_json",
4415 "serialize-to-javascript-impl",
4416]
4417
4418[[package]]
4419name = "serialize-to-javascript-impl"
4420version = "0.1.1"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
4423dependencies = [
4424 "proc-macro2",
4425 "quote",
4426 "syn 1.0.109",
4427]
4428
4429[[package]]
4430name = "servo_arc"
4431version = "0.2.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
4434dependencies = [
4435 "nodrop",
4436 "stable_deref_trait",
4437]
4438
4439[[package]]
4440name = "sha1"
4441version = "0.10.6"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4444dependencies = [
4445 "cfg-if",
4446 "cpufeatures",
4447 "digest",
4448]
4449
4450[[package]]
4451name = "sha2"
4452version = "0.10.9"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4455dependencies = [
4456 "cfg-if",
4457 "cpufeatures",
4458 "digest",
4459]
4460
4461[[package]]
4462name = "shared_child"
4463version = "1.1.1"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "1e362d9935bc50f019969e2f9ecd66786612daae13e8f277be7bfb66e8bed3f7"
4466dependencies = [
4467 "libc",
4468 "sigchld",
4469 "windows-sys 0.60.2",
4470]
4471
4472[[package]]
4473name = "shlex"
4474version = "1.3.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4477
4478[[package]]
4479name = "sigchld"
4480version = "0.2.4"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "47106eded3c154e70176fc83df9737335c94ce22f821c32d17ed1db1f83badb1"
4483dependencies = [
4484 "libc",
4485 "os_pipe",
4486 "signal-hook",
4487]
4488
4489[[package]]
4490name = "signal-hook"
4491version = "0.3.18"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
4494dependencies = [
4495 "libc",
4496 "signal-hook-registry",
4497]
4498
4499[[package]]
4500name = "signal-hook-registry"
4501version = "1.4.5"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
4504dependencies = [
4505 "libc",
4506]
4507
4508[[package]]
4509name = "simd-adler32"
4510version = "0.3.7"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4513
4514[[package]]
4515name = "simd_helpers"
4516version = "0.1.0"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
4519dependencies = [
4520 "quote",
4521]
4522
4523[[package]]
4524name = "siphasher"
4525version = "0.3.11"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
4528
4529[[package]]
4530name = "siphasher"
4531version = "1.0.1"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4534
4535[[package]]
4536name = "slab"
4537version = "0.4.10"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
4540
4541[[package]]
4542name = "smallvec"
4543version = "1.15.1"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4546
4547[[package]]
4548name = "socket2"
4549version = "0.5.10"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4552dependencies = [
4553 "libc",
4554 "windows-sys 0.52.0",
4555]
4556
4557[[package]]
4558name = "socket2"
4559version = "0.6.0"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
4562dependencies = [
4563 "libc",
4564 "windows-sys 0.59.0",
4565]
4566
4567[[package]]
4568name = "softbuffer"
4569version = "0.4.6"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
4572dependencies = [
4573 "bytemuck",
4574 "cfg_aliases",
4575 "core-graphics",
4576 "foreign-types 0.5.0",
4577 "js-sys",
4578 "log",
4579 "objc2 0.5.2",
4580 "objc2-foundation 0.2.2",
4581 "objc2-quartz-core 0.2.2",
4582 "raw-window-handle",
4583 "redox_syscall",
4584 "wasm-bindgen",
4585 "web-sys",
4586 "windows-sys 0.59.0",
4587]
4588
4589[[package]]
4590name = "soup3"
4591version = "0.5.0"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
4594dependencies = [
4595 "futures-channel",
4596 "gio",
4597 "glib",
4598 "libc",
4599 "soup3-sys",
4600]
4601
4602[[package]]
4603name = "soup3-sys"
4604version = "0.5.0"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
4607dependencies = [
4608 "gio-sys",
4609 "glib-sys",
4610 "gobject-sys",
4611 "libc",
4612 "system-deps",
4613]
4614
4615[[package]]
4616name = "stable_deref_trait"
4617version = "1.2.0"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4620
4621[[package]]
4622name = "static_assertions"
4623version = "1.1.0"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4626
4627[[package]]
4628name = "string_cache"
4629version = "0.8.9"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
4632dependencies = [
4633 "new_debug_unreachable",
4634 "parking_lot",
4635 "phf_shared 0.11.3",
4636 "precomputed-hash",
4637 "serde",
4638]
4639
4640[[package]]
4641name = "string_cache_codegen"
4642version = "0.5.4"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
4645dependencies = [
4646 "phf_generator 0.11.3",
4647 "phf_shared 0.11.3",
4648 "proc-macro2",
4649 "quote",
4650]
4651
4652[[package]]
4653name = "strsim"
4654version = "0.11.1"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4657
4658[[package]]
4659name = "subtle"
4660version = "2.6.1"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4663
4664[[package]]
4665name = "swift-rs"
4666version = "1.0.7"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
4669dependencies = [
4670 "base64 0.21.7",
4671 "serde",
4672 "serde_json",
4673]
4674
4675[[package]]
4676name = "syn"
4677version = "1.0.109"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4680dependencies = [
4681 "proc-macro2",
4682 "quote",
4683 "unicode-ident",
4684]
4685
4686[[package]]
4687name = "syn"
4688version = "2.0.104"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
4691dependencies = [
4692 "proc-macro2",
4693 "quote",
4694 "unicode-ident",
4695]
4696
4697[[package]]
4698name = "sync_wrapper"
4699version = "1.0.2"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4702dependencies = [
4703 "futures-core",
4704]
4705
4706[[package]]
4707name = "synstructure"
4708version = "0.13.2"
4709source = "registry+https://github.com/rust-lang/crates.io-index"
4710checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4711dependencies = [
4712 "proc-macro2",
4713 "quote",
4714 "syn 2.0.104",
4715]
4716
4717[[package]]
4718name = "system-configuration"
4719version = "0.6.1"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4722dependencies = [
4723 "bitflags 2.9.1",
4724 "core-foundation 0.9.4",
4725 "system-configuration-sys",
4726]
4727
4728[[package]]
4729name = "system-configuration-sys"
4730version = "0.6.0"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4733dependencies = [
4734 "core-foundation-sys",
4735 "libc",
4736]
4737
4738[[package]]
4739name = "system-deps"
4740version = "6.2.2"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
4743dependencies = [
4744 "cfg-expr",
4745 "heck 0.5.0",
4746 "pkg-config",
4747 "toml 0.8.2",
4748 "version-compare",
4749]
4750
4751[[package]]
4752name = "tao"
4753version = "0.34.0"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "49c380ca75a231b87b6c9dd86948f035012e7171d1a7c40a9c2890489a7ffd8a"
4756dependencies = [
4757 "bitflags 2.9.1",
4758 "core-foundation 0.10.1",
4759 "core-graphics",
4760 "crossbeam-channel",
4761 "dispatch",
4762 "dlopen2",
4763 "dpi",
4764 "gdkwayland-sys",
4765 "gdkx11-sys",
4766 "gtk",
4767 "jni",
4768 "lazy_static",
4769 "libc",
4770 "log",
4771 "ndk",
4772 "ndk-context",
4773 "ndk-sys",
4774 "objc2 0.6.1",
4775 "objc2-app-kit",
4776 "objc2-foundation 0.3.1",
4777 "once_cell",
4778 "parking_lot",
4779 "raw-window-handle",
4780 "scopeguard",
4781 "tao-macros",
4782 "unicode-segmentation",
4783 "url",
4784 "windows",
4785 "windows-core",
4786 "windows-version",
4787 "x11-dl",
4788]
4789
4790[[package]]
4791name = "tao-macros"
4792version = "0.1.3"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
4795dependencies = [
4796 "proc-macro2",
4797 "quote",
4798 "syn 2.0.104",
4799]
4800
4801[[package]]
4802name = "target-lexicon"
4803version = "0.12.16"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
4806
4807[[package]]
4808name = "tauri"
4809version = "2.7.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "352a4bc7bf6c25f5624227e3641adf475a6535707451b09bb83271df8b7a6ac7"
4812dependencies = [
4813 "anyhow",
4814 "bytes",
4815 "dirs 6.0.0",
4816 "dunce",
4817 "embed_plist",
4818 "getrandom 0.3.3",
4819 "glob",
4820 "gtk",
4821 "heck 0.5.0",
4822 "http",
4823 "image",
4824 "jni",
4825 "libc",
4826 "log",
4827 "mime",
4828 "muda",
4829 "objc2 0.6.1",
4830 "objc2-app-kit",
4831 "objc2-foundation 0.3.1",
4832 "objc2-ui-kit",
4833 "percent-encoding",
4834 "plist",
4835 "raw-window-handle",
4836 "reqwest",
4837 "serde",
4838 "serde_json",
4839 "serde_repr",
4840 "serialize-to-javascript",
4841 "swift-rs",
4842 "tauri-build",
4843 "tauri-macros",
4844 "tauri-runtime",
4845 "tauri-runtime-wry",
4846 "tauri-utils",
4847 "thiserror 2.0.12",
4848 "tokio",
4849 "tray-icon",
4850 "url",
4851 "urlpattern",
4852 "webkit2gtk",
4853 "webview2-com",
4854 "window-vibrancy",
4855 "windows",
4856]
4857
4858[[package]]
4859name = "tauri-build"
4860version = "2.3.1"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "182d688496c06bf08ea896459bf483eb29cdff35c1c4c115fb14053514303064"
4863dependencies = [
4864 "anyhow",
4865 "cargo_toml",
4866 "dirs 6.0.0",
4867 "glob",
4868 "heck 0.5.0",
4869 "json-patch",
4870 "schemars 0.8.22",
4871 "semver",
4872 "serde",
4873 "serde_json",
4874 "tauri-utils",
4875 "tauri-winres",
4876 "toml 0.8.2",
4877 "walkdir",
4878]
4879
4880[[package]]
4881name = "tauri-codegen"
4882version = "2.3.1"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "b54a99a6cd8e01abcfa61508177e6096a4fe2681efecee9214e962f2f073ae4a"
4885dependencies = [
4886 "base64 0.22.1",
4887 "brotli",
4888 "ico",
4889 "json-patch",
4890 "plist",
4891 "png",
4892 "proc-macro2",
4893 "quote",
4894 "semver",
4895 "serde",
4896 "serde_json",
4897 "sha2",
4898 "syn 2.0.104",
4899 "tauri-utils",
4900 "thiserror 2.0.12",
4901 "time",
4902 "url",
4903 "uuid",
4904 "walkdir",
4905]
4906
4907[[package]]
4908name = "tauri-macros"
4909version = "2.3.2"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "7945b14dc45e23532f2ded6e120170bbdd4af5ceaa45784a6b33d250fbce3f9e"
4912dependencies = [
4913 "heck 0.5.0",
4914 "proc-macro2",
4915 "quote",
4916 "syn 2.0.104",
4917 "tauri-codegen",
4918 "tauri-utils",
4919]
4920
4921[[package]]
4922name = "tauri-plugin"
4923version = "2.3.1"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "5bd5c1e56990c70a906ef67a9851bbdba9136d26075ee9a2b19c8b46986b3e02"
4926dependencies = [
4927 "anyhow",
4928 "glob",
4929 "plist",
4930 "schemars 0.8.22",
4931 "serde",
4932 "serde_json",
4933 "tauri-utils",
4934 "toml 0.8.2",
4935 "walkdir",
4936]
4937
4938[[package]]
4939name = "tauri-plugin-deep-link"
4940version = "2.4.1"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "1fec67f32d7a06d80bd3dc009fdb678c35a66116d9cb8cd2bb32e406c2b5bbd2"
4943dependencies = [
4944 "dunce",
4945 "rust-ini",
4946 "serde",
4947 "serde_json",
4948 "tauri",
4949 "tauri-plugin",
4950 "tauri-utils",
4951 "thiserror 2.0.12",
4952 "tracing",
4953 "url",
4954 "windows-registry",
4955 "windows-result",
4956]
4957
4958[[package]]
4959name = "tauri-plugin-fs"
4960version = "2.4.1"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "8c6ef84ee2f2094ce093e55106d90d763ba343fad57566992962e8f76d113f99"
4963dependencies = [
4964 "anyhow",
4965 "dunce",
4966 "glob",
4967 "percent-encoding",
4968 "schemars 0.8.22",
4969 "serde",
4970 "serde_json",
4971 "serde_repr",
4972 "tauri",
4973 "tauri-plugin",
4974 "tauri-utils",
4975 "thiserror 2.0.12",
4976 "toml 0.8.2",
4977 "url",
4978]
4979
4980[[package]]
4981name = "tauri-plugin-http"
4982version = "2.5.1"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "fcde333d97e565a7765aad82f32d8672458f7bd77b6ee653830d5dded9d7b5c2"
4985dependencies = [
4986 "bytes",
4987 "cookie_store",
4988 "data-url",
4989 "http",
4990 "regex",
4991 "reqwest",
4992 "schemars 0.8.22",
4993 "serde",
4994 "serde_json",
4995 "tauri",
4996 "tauri-plugin",
4997 "tauri-plugin-fs",
4998 "thiserror 2.0.12",
4999 "tokio",
5000 "url",
5001 "urlpattern",
5002]
5003
5004[[package]]
5005name = "tauri-plugin-process"
5006version = "2.3.0"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "7461c622a5ea00eb9cd9f7a08dbd3bf79484499fd5c21aa2964677f64ca651ab"
5009dependencies = [
5010 "tauri",
5011 "tauri-plugin",
5012]
5013
5014[[package]]
5015name = "tauri-plugin-shell"
5016version = "2.3.0"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "2b9ffadec5c3523f11e8273465cacb3d86ea7652a28e6e2a2e9b5c182f791d25"
5019dependencies = [
5020 "encoding_rs",
5021 "log",
5022 "open",
5023 "os_pipe",
5024 "regex",
5025 "schemars 0.8.22",
5026 "serde",
5027 "serde_json",
5028 "shared_child",
5029 "tauri",
5030 "tauri-plugin",
5031 "thiserror 2.0.12",
5032 "tokio",
5033]
5034
5035[[package]]
5036name = "tauri-plugin-single-instance"
5037version = "2.2.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "0f36019ee9832dc99e4450bb55a21cfad8633b19c2c18bd17c7741939b070ede"
5040dependencies = [
5041 "serde",
5042 "serde_json",
5043 "tauri",
5044 "tauri-plugin-deep-link",
5045 "thiserror 2.0.12",
5046 "tracing",
5047 "windows-sys 0.59.0",
5048 "zbus",
5049]
5050
5051[[package]]
5052name = "tauri-runtime"
5053version = "2.7.1"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "2b1cc885be806ea15ff7b0eb47098a7b16323d9228876afda329e34e2d6c4676"
5056dependencies = [
5057 "cookie",
5058 "dpi",
5059 "gtk",
5060 "http",
5061 "jni",
5062 "objc2 0.6.1",
5063 "objc2-ui-kit",
5064 "raw-window-handle",
5065 "serde",
5066 "serde_json",
5067 "tauri-utils",
5068 "thiserror 2.0.12",
5069 "url",
5070 "windows",
5071]
5072
5073[[package]]
5074name = "tauri-runtime-wry"
5075version = "2.7.2"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "fe653a2fbbef19fe898efc774bc52c8742576342a33d3d028c189b57eb1d2439"
5078dependencies = [
5079 "gtk",
5080 "http",
5081 "jni",
5082 "log",
5083 "objc2 0.6.1",
5084 "objc2-app-kit",
5085 "objc2-foundation 0.3.1",
5086 "once_cell",
5087 "percent-encoding",
5088 "raw-window-handle",
5089 "softbuffer",
5090 "tao",
5091 "tauri-runtime",
5092 "tauri-utils",
5093 "url",
5094 "webkit2gtk",
5095 "webview2-com",
5096 "windows",
5097 "wry",
5098]
5099
5100[[package]]
5101name = "tauri-utils"
5102version = "2.6.0"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "9330c15cabfe1d9f213478c9e8ec2b0c76dab26bb6f314b8ad1c8a568c1d186e"
5105dependencies = [
5106 "anyhow",
5107 "brotli",
5108 "cargo_metadata",
5109 "ctor",
5110 "dunce",
5111 "glob",
5112 "html5ever",
5113 "http",
5114 "infer",
5115 "json-patch",
5116 "kuchikiki",
5117 "log",
5118 "memchr",
5119 "phf 0.11.3",
5120 "proc-macro2",
5121 "quote",
5122 "regex",
5123 "schemars 0.8.22",
5124 "semver",
5125 "serde",
5126 "serde-untagged",
5127 "serde_json",
5128 "serde_with",
5129 "swift-rs",
5130 "thiserror 2.0.12",
5131 "toml 0.8.2",
5132 "url",
5133 "urlpattern",
5134 "uuid",
5135 "walkdir",
5136]
5137
5138[[package]]
5139name = "tauri-winres"
5140version = "0.3.2"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "7c6d9028d41d4de835e3c482c677a8cb88137ac435d6ff9a71f392d4421576c9"
5143dependencies = [
5144 "embed-resource",
5145 "indexmap 2.10.0",
5146 "toml 0.9.4",
5147]
5148
5149[[package]]
5150name = "tempfile"
5151version = "3.20.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
5154dependencies = [
5155 "fastrand",
5156 "getrandom 0.3.3",
5157 "once_cell",
5158 "rustix 1.0.8",
5159 "windows-sys 0.59.0",
5160]
5161
5162[[package]]
5163name = "tendril"
5164version = "0.4.3"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5167dependencies = [
5168 "futf",
5169 "mac",
5170 "utf-8",
5171]
5172
5173[[package]]
5174name = "thiserror"
5175version = "1.0.69"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5178dependencies = [
5179 "thiserror-impl 1.0.69",
5180]
5181
5182[[package]]
5183name = "thiserror"
5184version = "2.0.12"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
5187dependencies = [
5188 "thiserror-impl 2.0.12",
5189]
5190
5191[[package]]
5192name = "thiserror-impl"
5193version = "1.0.69"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5196dependencies = [
5197 "proc-macro2",
5198 "quote",
5199 "syn 2.0.104",
5200]
5201
5202[[package]]
5203name = "thiserror-impl"
5204version = "2.0.12"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
5207dependencies = [
5208 "proc-macro2",
5209 "quote",
5210 "syn 2.0.104",
5211]
5212
5213[[package]]
5214name = "tiff"
5215version = "0.9.1"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
5218dependencies = [
5219 "flate2",
5220 "jpeg-decoder",
5221 "weezl",
5222]
5223
5224[[package]]
5225name = "time"
5226version = "0.3.41"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
5229dependencies = [
5230 "deranged",
5231 "itoa",
5232 "num-conv",
5233 "powerfmt",
5234 "serde",
5235 "time-core",
5236 "time-macros",
5237]
5238
5239[[package]]
5240name = "time-core"
5241version = "0.1.4"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
5244
5245[[package]]
5246name = "time-macros"
5247version = "0.2.22"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
5250dependencies = [
5251 "num-conv",
5252 "time-core",
5253]
5254
5255[[package]]
5256name = "tiny-keccak"
5257version = "2.0.2"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
5260dependencies = [
5261 "crunchy",
5262]
5263
5264[[package]]
5265name = "tinystr"
5266version = "0.8.1"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
5269dependencies = [
5270 "displaydoc",
5271 "zerovec",
5272]
5273
5274[[package]]
5275name = "tinyvec"
5276version = "1.9.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
5279dependencies = [
5280 "tinyvec_macros",
5281]
5282
5283[[package]]
5284name = "tinyvec_macros"
5285version = "0.1.1"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5288
5289[[package]]
5290name = "tokio"
5291version = "1.47.0"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
5294dependencies = [
5295 "backtrace",
5296 "bytes",
5297 "io-uring",
5298 "libc",
5299 "mio 1.0.4",
5300 "pin-project-lite",
5301 "slab",
5302 "socket2 0.6.0",
5303 "tokio-macros",
5304 "windows-sys 0.59.0",
5305]
5306
5307[[package]]
5308name = "tokio-macros"
5309version = "2.5.0"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
5312dependencies = [
5313 "proc-macro2",
5314 "quote",
5315 "syn 2.0.104",
5316]
5317
5318[[package]]
5319name = "tokio-native-tls"
5320version = "0.3.1"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5323dependencies = [
5324 "native-tls",
5325 "tokio",
5326]
5327
5328[[package]]
5329name = "tokio-rustls"
5330version = "0.26.2"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
5333dependencies = [
5334 "rustls",
5335 "tokio",
5336]
5337
5338[[package]]
5339name = "tokio-util"
5340version = "0.7.15"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
5343dependencies = [
5344 "bytes",
5345 "futures-core",
5346 "futures-sink",
5347 "pin-project-lite",
5348 "tokio",
5349]
5350
5351[[package]]
5352name = "toml"
5353version = "0.8.2"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
5356dependencies = [
5357 "serde",
5358 "serde_spanned 0.6.9",
5359 "toml_datetime 0.6.3",
5360 "toml_edit 0.20.2",
5361]
5362
5363[[package]]
5364name = "toml"
5365version = "0.9.4"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1"
5368dependencies = [
5369 "indexmap 2.10.0",
5370 "serde",
5371 "serde_spanned 1.0.0",
5372 "toml_datetime 0.7.0",
5373 "toml_parser",
5374 "toml_writer",
5375 "winnow 0.7.12",
5376]
5377
5378[[package]]
5379name = "toml_datetime"
5380version = "0.6.3"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
5383dependencies = [
5384 "serde",
5385]
5386
5387[[package]]
5388name = "toml_datetime"
5389version = "0.7.0"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
5392dependencies = [
5393 "serde",
5394]
5395
5396[[package]]
5397name = "toml_edit"
5398version = "0.19.15"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
5401dependencies = [
5402 "indexmap 2.10.0",
5403 "toml_datetime 0.6.3",
5404 "winnow 0.5.40",
5405]
5406
5407[[package]]
5408name = "toml_edit"
5409version = "0.20.2"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
5412dependencies = [
5413 "indexmap 2.10.0",
5414 "serde",
5415 "serde_spanned 0.6.9",
5416 "toml_datetime 0.6.3",
5417 "winnow 0.5.40",
5418]
5419
5420[[package]]
5421name = "toml_parser"
5422version = "1.0.1"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
5425dependencies = [
5426 "winnow 0.7.12",
5427]
5428
5429[[package]]
5430name = "toml_writer"
5431version = "1.0.2"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
5434
5435[[package]]
5436name = "tower"
5437version = "0.5.2"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5440dependencies = [
5441 "futures-core",
5442 "futures-util",
5443 "pin-project-lite",
5444 "sync_wrapper",
5445 "tokio",
5446 "tower-layer",
5447 "tower-service",
5448]
5449
5450[[package]]
5451name = "tower-http"
5452version = "0.6.6"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
5455dependencies = [
5456 "bitflags 2.9.1",
5457 "bytes",
5458 "futures-util",
5459 "http",
5460 "http-body",
5461 "iri-string",
5462 "pin-project-lite",
5463 "tower",
5464 "tower-layer",
5465 "tower-service",
5466]
5467
5468[[package]]
5469name = "tower-layer"
5470version = "0.3.3"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5473
5474[[package]]
5475name = "tower-service"
5476version = "0.3.3"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5479
5480[[package]]
5481name = "tracing"
5482version = "0.1.41"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
5485dependencies = [
5486 "pin-project-lite",
5487 "tracing-attributes",
5488 "tracing-core",
5489]
5490
5491[[package]]
5492name = "tracing-attributes"
5493version = "0.1.30"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5496dependencies = [
5497 "proc-macro2",
5498 "quote",
5499 "syn 2.0.104",
5500]
5501
5502[[package]]
5503name = "tracing-core"
5504version = "0.1.34"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5507dependencies = [
5508 "once_cell",
5509]
5510
5511[[package]]
5512name = "tray-icon"
5513version = "0.21.1"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "a0d92153331e7d02ec09137538996a7786fe679c629c279e82a6be762b7e6fe2"
5516dependencies = [
5517 "crossbeam-channel",
5518 "dirs 6.0.0",
5519 "libappindicator",
5520 "muda",
5521 "objc2 0.6.1",
5522 "objc2-app-kit",
5523 "objc2-core-foundation",
5524 "objc2-core-graphics",
5525 "objc2-foundation 0.3.1",
5526 "once_cell",
5527 "png",
5528 "serde",
5529 "thiserror 2.0.12",
5530 "windows-sys 0.59.0",
5531]
5532
5533[[package]]
5534name = "try-lock"
5535version = "0.2.5"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5538
5539[[package]]
5540name = "typeid"
5541version = "1.0.3"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5544
5545[[package]]
5546name = "typenum"
5547version = "1.18.0"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
5550
5551[[package]]
5552name = "uds_windows"
5553version = "1.1.0"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
5556dependencies = [
5557 "memoffset",
5558 "tempfile",
5559 "winapi",
5560]
5561
5562[[package]]
5563name = "unic-char-property"
5564version = "0.9.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5567dependencies = [
5568 "unic-char-range",
5569]
5570
5571[[package]]
5572name = "unic-char-range"
5573version = "0.9.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5576
5577[[package]]
5578name = "unic-common"
5579version = "0.9.0"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5582
5583[[package]]
5584name = "unic-ucd-ident"
5585version = "0.9.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
5588dependencies = [
5589 "unic-char-property",
5590 "unic-char-range",
5591 "unic-ucd-version",
5592]
5593
5594[[package]]
5595name = "unic-ucd-version"
5596version = "0.9.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5599dependencies = [
5600 "unic-common",
5601]
5602
5603[[package]]
5604name = "unicode-ident"
5605version = "1.0.18"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
5608
5609[[package]]
5610name = "unicode-segmentation"
5611version = "1.12.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5614
5615[[package]]
5616name = "untrusted"
5617version = "0.9.0"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5620
5621[[package]]
5622name = "url"
5623version = "2.5.4"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
5626dependencies = [
5627 "form_urlencoded",
5628 "idna",
5629 "percent-encoding",
5630 "serde",
5631]
5632
5633[[package]]
5634name = "urlpattern"
5635version = "0.3.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
5638dependencies = [
5639 "regex",
5640 "serde",
5641 "unic-ucd-ident",
5642 "url",
5643]
5644
5645[[package]]
5646name = "utf-8"
5647version = "0.7.6"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5650
5651[[package]]
5652name = "utf8_iter"
5653version = "1.0.4"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5656
5657[[package]]
5658name = "uuid"
5659version = "1.17.0"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
5662dependencies = [
5663 "getrandom 0.3.3",
5664 "js-sys",
5665 "serde",
5666 "wasm-bindgen",
5667]
5668
5669[[package]]
5670name = "v_frame"
5671version = "0.3.9"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
5674dependencies = [
5675 "aligned-vec",
5676 "num-traits",
5677 "wasm-bindgen",
5678]
5679
5680[[package]]
5681name = "vcpkg"
5682version = "0.2.15"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5685
5686[[package]]
5687name = "version-compare"
5688version = "0.2.0"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
5691
5692[[package]]
5693name = "version_check"
5694version = "0.9.5"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5697
5698[[package]]
5699name = "vswhom"
5700version = "0.1.0"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
5703dependencies = [
5704 "libc",
5705 "vswhom-sys",
5706]
5707
5708[[package]]
5709name = "vswhom-sys"
5710version = "0.1.3"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
5713dependencies = [
5714 "cc",
5715 "libc",
5716]
5717
5718[[package]]
5719name = "walkdir"
5720version = "2.5.0"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5723dependencies = [
5724 "same-file",
5725 "winapi-util",
5726]
5727
5728[[package]]
5729name = "want"
5730version = "0.3.1"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5733dependencies = [
5734 "try-lock",
5735]
5736
5737[[package]]
5738name = "wasi"
5739version = "0.9.0+wasi-snapshot-preview1"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5742
5743[[package]]
5744name = "wasi"
5745version = "0.11.1+wasi-snapshot-preview1"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5748
5749[[package]]
5750name = "wasi"
5751version = "0.14.2+wasi-0.2.4"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
5754dependencies = [
5755 "wit-bindgen-rt",
5756]
5757
5758[[package]]
5759name = "wasm-bindgen"
5760version = "0.2.100"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
5763dependencies = [
5764 "cfg-if",
5765 "once_cell",
5766 "rustversion",
5767 "wasm-bindgen-macro",
5768]
5769
5770[[package]]
5771name = "wasm-bindgen-backend"
5772version = "0.2.100"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
5775dependencies = [
5776 "bumpalo",
5777 "log",
5778 "proc-macro2",
5779 "quote",
5780 "syn 2.0.104",
5781 "wasm-bindgen-shared",
5782]
5783
5784[[package]]
5785name = "wasm-bindgen-futures"
5786version = "0.4.50"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
5789dependencies = [
5790 "cfg-if",
5791 "js-sys",
5792 "once_cell",
5793 "wasm-bindgen",
5794 "web-sys",
5795]
5796
5797[[package]]
5798name = "wasm-bindgen-macro"
5799version = "0.2.100"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
5802dependencies = [
5803 "quote",
5804 "wasm-bindgen-macro-support",
5805]
5806
5807[[package]]
5808name = "wasm-bindgen-macro-support"
5809version = "0.2.100"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
5812dependencies = [
5813 "proc-macro2",
5814 "quote",
5815 "syn 2.0.104",
5816 "wasm-bindgen-backend",
5817 "wasm-bindgen-shared",
5818]
5819
5820[[package]]
5821name = "wasm-bindgen-shared"
5822version = "0.2.100"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
5825dependencies = [
5826 "unicode-ident",
5827]
5828
5829[[package]]
5830name = "wasm-streams"
5831version = "0.4.2"
5832source = "registry+https://github.com/rust-lang/crates.io-index"
5833checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
5834dependencies = [
5835 "futures-util",
5836 "js-sys",
5837 "wasm-bindgen",
5838 "wasm-bindgen-futures",
5839 "web-sys",
5840]
5841
5842[[package]]
5843name = "web-sys"
5844version = "0.3.77"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
5847dependencies = [
5848 "js-sys",
5849 "wasm-bindgen",
5850]
5851
5852[[package]]
5853name = "web-time"
5854version = "1.1.0"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5857dependencies = [
5858 "js-sys",
5859 "wasm-bindgen",
5860]
5861
5862[[package]]
5863name = "webkit2gtk"
5864version = "2.0.1"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
5867dependencies = [
5868 "bitflags 1.3.2",
5869 "cairo-rs",
5870 "gdk",
5871 "gdk-sys",
5872 "gio",
5873 "gio-sys",
5874 "glib",
5875 "glib-sys",
5876 "gobject-sys",
5877 "gtk",
5878 "gtk-sys",
5879 "javascriptcore-rs",
5880 "libc",
5881 "once_cell",
5882 "soup3",
5883 "webkit2gtk-sys",
5884]
5885
5886[[package]]
5887name = "webkit2gtk-sys"
5888version = "2.0.1"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
5891dependencies = [
5892 "bitflags 1.3.2",
5893 "cairo-sys-rs",
5894 "gdk-sys",
5895 "gio-sys",
5896 "glib-sys",
5897 "gobject-sys",
5898 "gtk-sys",
5899 "javascriptcore-rs-sys",
5900 "libc",
5901 "pkg-config",
5902 "soup3-sys",
5903 "system-deps",
5904]
5905
5906[[package]]
5907name = "webpki-roots"
5908version = "1.0.2"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
5911dependencies = [
5912 "rustls-pki-types",
5913]
5914
5915[[package]]
5916name = "webview2-com"
5917version = "0.38.0"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4"
5920dependencies = [
5921 "webview2-com-macros",
5922 "webview2-com-sys",
5923 "windows",
5924 "windows-core",
5925 "windows-implement",
5926 "windows-interface",
5927]
5928
5929[[package]]
5930name = "webview2-com-macros"
5931version = "0.8.0"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
5934dependencies = [
5935 "proc-macro2",
5936 "quote",
5937 "syn 2.0.104",
5938]
5939
5940[[package]]
5941name = "webview2-com-sys"
5942version = "0.38.0"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
5945dependencies = [
5946 "thiserror 2.0.12",
5947 "windows",
5948 "windows-core",
5949]
5950
5951[[package]]
5952name = "weezl"
5953version = "0.1.10"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
5956
5957[[package]]
5958name = "winapi"
5959version = "0.3.9"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5962dependencies = [
5963 "winapi-i686-pc-windows-gnu",
5964 "winapi-x86_64-pc-windows-gnu",
5965]
5966
5967[[package]]
5968name = "winapi-i686-pc-windows-gnu"
5969version = "0.4.0"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5972
5973[[package]]
5974name = "winapi-util"
5975version = "0.1.9"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
5978dependencies = [
5979 "windows-sys 0.59.0",
5980]
5981
5982[[package]]
5983name = "winapi-x86_64-pc-windows-gnu"
5984version = "0.4.0"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5987
5988[[package]]
5989name = "window-vibrancy"
5990version = "0.6.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
5993dependencies = [
5994 "objc2 0.6.1",
5995 "objc2-app-kit",
5996 "objc2-core-foundation",
5997 "objc2-foundation 0.3.1",
5998 "raw-window-handle",
5999 "windows-sys 0.59.0",
6000 "windows-version",
6001]
6002
6003[[package]]
6004name = "windows"
6005version = "0.61.3"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
6008dependencies = [
6009 "windows-collections",
6010 "windows-core",
6011 "windows-future",
6012 "windows-link",
6013 "windows-numerics",
6014]
6015
6016[[package]]
6017name = "windows-collections"
6018version = "0.2.0"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
6021dependencies = [
6022 "windows-core",
6023]
6024
6025[[package]]
6026name = "windows-core"
6027version = "0.61.2"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6030dependencies = [
6031 "windows-implement",
6032 "windows-interface",
6033 "windows-link",
6034 "windows-result",
6035 "windows-strings",
6036]
6037
6038[[package]]
6039name = "windows-future"
6040version = "0.2.1"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
6043dependencies = [
6044 "windows-core",
6045 "windows-link",
6046 "windows-threading",
6047]
6048
6049[[package]]
6050name = "windows-implement"
6051version = "0.60.0"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
6054dependencies = [
6055 "proc-macro2",
6056 "quote",
6057 "syn 2.0.104",
6058]
6059
6060[[package]]
6061name = "windows-interface"
6062version = "0.59.1"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
6065dependencies = [
6066 "proc-macro2",
6067 "quote",
6068 "syn 2.0.104",
6069]
6070
6071[[package]]
6072name = "windows-link"
6073version = "0.1.3"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
6076
6077[[package]]
6078name = "windows-numerics"
6079version = "0.2.0"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
6082dependencies = [
6083 "windows-core",
6084 "windows-link",
6085]
6086
6087[[package]]
6088name = "windows-registry"
6089version = "0.5.3"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
6092dependencies = [
6093 "windows-link",
6094 "windows-result",
6095 "windows-strings",
6096]
6097
6098[[package]]
6099name = "windows-result"
6100version = "0.3.4"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6103dependencies = [
6104 "windows-link",
6105]
6106
6107[[package]]
6108name = "windows-strings"
6109version = "0.4.2"
6110source = "registry+https://github.com/rust-lang/crates.io-index"
6111checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6112dependencies = [
6113 "windows-link",
6114]
6115
6116[[package]]
6117name = "windows-sys"
6118version = "0.45.0"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6121dependencies = [
6122 "windows-targets 0.42.2",
6123]
6124
6125[[package]]
6126name = "windows-sys"
6127version = "0.48.0"
6128source = "registry+https://github.com/rust-lang/crates.io-index"
6129checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6130dependencies = [
6131 "windows-targets 0.48.5",
6132]
6133
6134[[package]]
6135name = "windows-sys"
6136version = "0.52.0"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6139dependencies = [
6140 "windows-targets 0.52.6",
6141]
6142
6143[[package]]
6144name = "windows-sys"
6145version = "0.59.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6148dependencies = [
6149 "windows-targets 0.52.6",
6150]
6151
6152[[package]]
6153name = "windows-sys"
6154version = "0.60.2"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6157dependencies = [
6158 "windows-targets 0.53.3",
6159]
6160
6161[[package]]
6162name = "windows-targets"
6163version = "0.42.2"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6166dependencies = [
6167 "windows_aarch64_gnullvm 0.42.2",
6168 "windows_aarch64_msvc 0.42.2",
6169 "windows_i686_gnu 0.42.2",
6170 "windows_i686_msvc 0.42.2",
6171 "windows_x86_64_gnu 0.42.2",
6172 "windows_x86_64_gnullvm 0.42.2",
6173 "windows_x86_64_msvc 0.42.2",
6174]
6175
6176[[package]]
6177name = "windows-targets"
6178version = "0.48.5"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6181dependencies = [
6182 "windows_aarch64_gnullvm 0.48.5",
6183 "windows_aarch64_msvc 0.48.5",
6184 "windows_i686_gnu 0.48.5",
6185 "windows_i686_msvc 0.48.5",
6186 "windows_x86_64_gnu 0.48.5",
6187 "windows_x86_64_gnullvm 0.48.5",
6188 "windows_x86_64_msvc 0.48.5",
6189]
6190
6191[[package]]
6192name = "windows-targets"
6193version = "0.52.6"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6196dependencies = [
6197 "windows_aarch64_gnullvm 0.52.6",
6198 "windows_aarch64_msvc 0.52.6",
6199 "windows_i686_gnu 0.52.6",
6200 "windows_i686_gnullvm 0.52.6",
6201 "windows_i686_msvc 0.52.6",
6202 "windows_x86_64_gnu 0.52.6",
6203 "windows_x86_64_gnullvm 0.52.6",
6204 "windows_x86_64_msvc 0.52.6",
6205]
6206
6207[[package]]
6208name = "windows-targets"
6209version = "0.53.3"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
6212dependencies = [
6213 "windows-link",
6214 "windows_aarch64_gnullvm 0.53.0",
6215 "windows_aarch64_msvc 0.53.0",
6216 "windows_i686_gnu 0.53.0",
6217 "windows_i686_gnullvm 0.53.0",
6218 "windows_i686_msvc 0.53.0",
6219 "windows_x86_64_gnu 0.53.0",
6220 "windows_x86_64_gnullvm 0.53.0",
6221 "windows_x86_64_msvc 0.53.0",
6222]
6223
6224[[package]]
6225name = "windows-threading"
6226version = "0.1.0"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
6229dependencies = [
6230 "windows-link",
6231]
6232
6233[[package]]
6234name = "windows-version"
6235version = "0.1.4"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c"
6238dependencies = [
6239 "windows-link",
6240]
6241
6242[[package]]
6243name = "windows_aarch64_gnullvm"
6244version = "0.42.2"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6247
6248[[package]]
6249name = "windows_aarch64_gnullvm"
6250version = "0.48.5"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6253
6254[[package]]
6255name = "windows_aarch64_gnullvm"
6256version = "0.52.6"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6259
6260[[package]]
6261name = "windows_aarch64_gnullvm"
6262version = "0.53.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
6265
6266[[package]]
6267name = "windows_aarch64_msvc"
6268version = "0.42.2"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6271
6272[[package]]
6273name = "windows_aarch64_msvc"
6274version = "0.48.5"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6277
6278[[package]]
6279name = "windows_aarch64_msvc"
6280version = "0.52.6"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6283
6284[[package]]
6285name = "windows_aarch64_msvc"
6286version = "0.53.0"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
6289
6290[[package]]
6291name = "windows_i686_gnu"
6292version = "0.42.2"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6295
6296[[package]]
6297name = "windows_i686_gnu"
6298version = "0.48.5"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6301
6302[[package]]
6303name = "windows_i686_gnu"
6304version = "0.52.6"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6307
6308[[package]]
6309name = "windows_i686_gnu"
6310version = "0.53.0"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
6313
6314[[package]]
6315name = "windows_i686_gnullvm"
6316version = "0.52.6"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6319
6320[[package]]
6321name = "windows_i686_gnullvm"
6322version = "0.53.0"
6323source = "registry+https://github.com/rust-lang/crates.io-index"
6324checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
6325
6326[[package]]
6327name = "windows_i686_msvc"
6328version = "0.42.2"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6331
6332[[package]]
6333name = "windows_i686_msvc"
6334version = "0.48.5"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6337
6338[[package]]
6339name = "windows_i686_msvc"
6340version = "0.52.6"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6343
6344[[package]]
6345name = "windows_i686_msvc"
6346version = "0.53.0"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
6349
6350[[package]]
6351name = "windows_x86_64_gnu"
6352version = "0.42.2"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6355
6356[[package]]
6357name = "windows_x86_64_gnu"
6358version = "0.48.5"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6361
6362[[package]]
6363name = "windows_x86_64_gnu"
6364version = "0.52.6"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6367
6368[[package]]
6369name = "windows_x86_64_gnu"
6370version = "0.53.0"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
6373
6374[[package]]
6375name = "windows_x86_64_gnullvm"
6376version = "0.42.2"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6379
6380[[package]]
6381name = "windows_x86_64_gnullvm"
6382version = "0.48.5"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6385
6386[[package]]
6387name = "windows_x86_64_gnullvm"
6388version = "0.52.6"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6391
6392[[package]]
6393name = "windows_x86_64_gnullvm"
6394version = "0.53.0"
6395source = "registry+https://github.com/rust-lang/crates.io-index"
6396checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
6397
6398[[package]]
6399name = "windows_x86_64_msvc"
6400version = "0.42.2"
6401source = "registry+https://github.com/rust-lang/crates.io-index"
6402checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6403
6404[[package]]
6405name = "windows_x86_64_msvc"
6406version = "0.48.5"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6409
6410[[package]]
6411name = "windows_x86_64_msvc"
6412version = "0.52.6"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6415
6416[[package]]
6417name = "windows_x86_64_msvc"
6418version = "0.53.0"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
6421
6422[[package]]
6423name = "winnow"
6424version = "0.5.40"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
6427dependencies = [
6428 "memchr",
6429]
6430
6431[[package]]
6432name = "winnow"
6433version = "0.7.12"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
6436
6437[[package]]
6438name = "winreg"
6439version = "0.55.0"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
6442dependencies = [
6443 "cfg-if",
6444 "windows-sys 0.59.0",
6445]
6446
6447[[package]]
6448name = "wit-bindgen-rt"
6449version = "0.39.0"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
6452dependencies = [
6453 "bitflags 2.9.1",
6454]
6455
6456[[package]]
6457name = "writeable"
6458version = "0.6.1"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6461
6462[[package]]
6463name = "wry"
6464version = "0.52.1"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "12a714d9ba7075aae04a6e50229d6109e3d584774b99a6a8c60de1698ca111b9"
6467dependencies = [
6468 "base64 0.22.1",
6469 "block2 0.6.1",
6470 "cookie",
6471 "crossbeam-channel",
6472 "dpi",
6473 "dunce",
6474 "gdkx11",
6475 "gtk",
6476 "html5ever",
6477 "http",
6478 "javascriptcore-rs",
6479 "jni",
6480 "kuchikiki",
6481 "libc",
6482 "ndk",
6483 "objc2 0.6.1",
6484 "objc2-app-kit",
6485 "objc2-core-foundation",
6486 "objc2-foundation 0.3.1",
6487 "objc2-ui-kit",
6488 "objc2-web-kit",
6489 "once_cell",
6490 "percent-encoding",
6491 "raw-window-handle",
6492 "sha2",
6493 "soup3",
6494 "tao-macros",
6495 "thiserror 2.0.12",
6496 "url",
6497 "webkit2gtk",
6498 "webkit2gtk-sys",
6499 "webview2-com",
6500 "windows",
6501 "windows-core",
6502 "windows-version",
6503 "x11-dl",
6504]
6505
6506[[package]]
6507name = "x11"
6508version = "2.21.0"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
6511dependencies = [
6512 "libc",
6513 "pkg-config",
6514]
6515
6516[[package]]
6517name = "x11-dl"
6518version = "2.21.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
6521dependencies = [
6522 "libc",
6523 "once_cell",
6524 "pkg-config",
6525]
6526
6527[[package]]
6528name = "x11rb"
6529version = "0.13.1"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
6532dependencies = [
6533 "gethostname",
6534 "rustix 0.38.44",
6535 "x11rb-protocol",
6536]
6537
6538[[package]]
6539name = "x11rb-protocol"
6540version = "0.13.1"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
6543
6544[[package]]
6545name = "xdg-home"
6546version = "1.3.0"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
6549dependencies = [
6550 "libc",
6551 "windows-sys 0.59.0",
6552]
6553
6554[[package]]
6555name = "yoke"
6556version = "0.8.0"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
6559dependencies = [
6560 "serde",
6561 "stable_deref_trait",
6562 "yoke-derive",
6563 "zerofrom",
6564]
6565
6566[[package]]
6567name = "yoke-derive"
6568version = "0.8.0"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6571dependencies = [
6572 "proc-macro2",
6573 "quote",
6574 "syn 2.0.104",
6575 "synstructure",
6576]
6577
6578[[package]]
6579name = "zbus"
6580version = "4.0.1"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
6583dependencies = [
6584 "async-broadcast",
6585 "async-executor",
6586 "async-fs",
6587 "async-io",
6588 "async-lock",
6589 "async-process",
6590 "async-recursion",
6591 "async-task",
6592 "async-trait",
6593 "blocking",
6594 "derivative",
6595 "enumflags2",
6596 "event-listener",
6597 "futures-core",
6598 "futures-sink",
6599 "futures-util",
6600 "hex",
6601 "nix",
6602 "ordered-stream",
6603 "rand 0.8.5",
6604 "serde",
6605 "serde_repr",
6606 "sha1",
6607 "static_assertions",
6608 "tracing",
6609 "uds_windows",
6610 "windows-sys 0.52.0",
6611 "xdg-home",
6612 "zbus_macros",
6613 "zbus_names",
6614 "zvariant",
6615]
6616
6617[[package]]
6618name = "zbus_macros"
6619version = "4.0.1"
6620source = "registry+https://github.com/rust-lang/crates.io-index"
6621checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
6622dependencies = [
6623 "proc-macro-crate 1.3.1",
6624 "proc-macro2",
6625 "quote",
6626 "regex",
6627 "syn 1.0.109",
6628 "zvariant_utils",
6629]
6630
6631[[package]]
6632name = "zbus_names"
6633version = "3.0.0"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
6636dependencies = [
6637 "serde",
6638 "static_assertions",
6639 "zvariant",
6640]
6641
6642[[package]]
6643name = "zerocopy"
6644version = "0.8.26"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
6647dependencies = [
6648 "zerocopy-derive",
6649]
6650
6651[[package]]
6652name = "zerocopy-derive"
6653version = "0.8.26"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
6656dependencies = [
6657 "proc-macro2",
6658 "quote",
6659 "syn 2.0.104",
6660]
6661
6662[[package]]
6663name = "zerofrom"
6664version = "0.1.6"
6665source = "registry+https://github.com/rust-lang/crates.io-index"
6666checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6667dependencies = [
6668 "zerofrom-derive",
6669]
6670
6671[[package]]
6672name = "zerofrom-derive"
6673version = "0.1.6"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6676dependencies = [
6677 "proc-macro2",
6678 "quote",
6679 "syn 2.0.104",
6680 "synstructure",
6681]
6682
6683[[package]]
6684name = "zeroize"
6685version = "1.8.1"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6688
6689[[package]]
6690name = "zerotrie"
6691version = "0.2.2"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6694dependencies = [
6695 "displaydoc",
6696 "yoke",
6697 "zerofrom",
6698]
6699
6700[[package]]
6701name = "zerovec"
6702version = "0.11.2"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
6705dependencies = [
6706 "yoke",
6707 "zerofrom",
6708 "zerovec-derive",
6709]
6710
6711[[package]]
6712name = "zerovec-derive"
6713version = "0.11.1"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6716dependencies = [
6717 "proc-macro2",
6718 "quote",
6719 "syn 2.0.104",
6720]
6721
6722[[package]]
6723name = "zune-core"
6724version = "0.4.12"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6727
6728[[package]]
6729name = "zune-inflate"
6730version = "0.2.54"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
6733dependencies = [
6734 "simd-adler32",
6735]
6736
6737[[package]]
6738name = "zune-jpeg"
6739version = "0.4.20"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089"
6742dependencies = [
6743 "zune-core",
6744]
6745
6746[[package]]
6747name = "zvariant"
6748version = "4.0.0"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65"
6751dependencies = [
6752 "endi",
6753 "enumflags2",
6754 "serde",
6755 "static_assertions",
6756 "zvariant_derive",
6757]
6758
6759[[package]]
6760name = "zvariant_derive"
6761version = "4.0.0"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e"
6764dependencies = [
6765 "proc-macro-crate 1.3.1",
6766 "proc-macro2",
6767 "quote",
6768 "syn 1.0.109",
6769 "zvariant_utils",
6770]
6771
6772[[package]]
6773name = "zvariant_utils"
6774version = "1.1.0"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
6777dependencies = [
6778 "proc-macro2",
6779 "quote",
6780 "syn 1.0.109",
6781]