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