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