An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aead"
13version = "0.5.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
16dependencies = [
17 "crypto-common",
18 "generic-array",
19]
20
21[[package]]
22name = "aes"
23version = "0.8.4"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
26dependencies = [
27 "cfg-if",
28 "cipher",
29 "cpufeatures",
30]
31
32[[package]]
33name = "aes-gcm"
34version = "0.10.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
37dependencies = [
38 "aead",
39 "aes",
40 "cipher",
41 "ctr",
42 "ghash",
43 "subtle",
44]
45
46[[package]]
47name = "ahash"
48version = "0.7.8"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
51dependencies = [
52 "getrandom 0.2.17",
53 "once_cell",
54 "version_check",
55]
56
57[[package]]
58name = "aho-corasick"
59version = "1.1.4"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
62dependencies = [
63 "memchr",
64]
65
66[[package]]
67name = "alloc-no-stdlib"
68version = "2.0.4"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
71
72[[package]]
73name = "alloc-stdlib"
74version = "0.2.2"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
77dependencies = [
78 "alloc-no-stdlib",
79]
80
81[[package]]
82name = "allocator-api2"
83version = "0.2.21"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
86
87[[package]]
88name = "android_log-sys"
89version = "0.3.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d"
92
93[[package]]
94name = "android_logger"
95version = "0.15.1"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3"
98dependencies = [
99 "android_log-sys",
100 "env_filter",
101 "log",
102]
103
104[[package]]
105name = "android_system_properties"
106version = "0.1.5"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
109dependencies = [
110 "libc",
111]
112
113[[package]]
114name = "anstream"
115version = "0.6.21"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
118dependencies = [
119 "anstyle",
120 "anstyle-parse",
121 "anstyle-query",
122 "anstyle-wincon",
123 "colorchoice",
124 "is_terminal_polyfill",
125 "utf8parse",
126]
127
128[[package]]
129name = "anstyle"
130version = "1.0.13"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
133
134[[package]]
135name = "anstyle-parse"
136version = "0.2.7"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
139dependencies = [
140 "utf8parse",
141]
142
143[[package]]
144name = "anstyle-query"
145version = "1.1.5"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
148dependencies = [
149 "windows-sys 0.61.2",
150]
151
152[[package]]
153name = "anstyle-wincon"
154version = "3.0.11"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
157dependencies = [
158 "anstyle",
159 "once_cell_polyfill",
160 "windows-sys 0.61.2",
161]
162
163[[package]]
164name = "anyhow"
165version = "1.0.102"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
168
169[[package]]
170name = "argon2"
171version = "0.5.3"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
174dependencies = [
175 "base64ct",
176 "blake2",
177 "cpufeatures",
178 "password-hash",
179]
180
181[[package]]
182name = "arrayvec"
183version = "0.7.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
186
187[[package]]
188name = "ascii-canvas"
189version = "3.0.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
192dependencies = [
193 "term",
194]
195
196[[package]]
197name = "assert-json-diff"
198version = "2.0.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
201dependencies = [
202 "serde",
203 "serde_json",
204]
205
206[[package]]
207name = "async-attributes"
208version = "1.1.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
211dependencies = [
212 "quote",
213 "syn 1.0.109",
214]
215
216[[package]]
217name = "async-broadcast"
218version = "0.7.2"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
221dependencies = [
222 "event-listener 5.4.1",
223 "event-listener-strategy",
224 "futures-core",
225 "pin-project-lite",
226]
227
228[[package]]
229name = "async-channel"
230version = "1.9.0"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
233dependencies = [
234 "concurrent-queue",
235 "event-listener 2.5.3",
236 "futures-core",
237]
238
239[[package]]
240name = "async-channel"
241version = "2.5.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
244dependencies = [
245 "concurrent-queue",
246 "event-listener-strategy",
247 "futures-core",
248 "pin-project-lite",
249]
250
251[[package]]
252name = "async-executor"
253version = "1.14.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
256dependencies = [
257 "async-task",
258 "concurrent-queue",
259 "fastrand",
260 "futures-lite",
261 "pin-project-lite",
262 "slab",
263]
264
265[[package]]
266name = "async-global-executor"
267version = "2.4.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
270dependencies = [
271 "async-channel 2.5.0",
272 "async-executor",
273 "async-io",
274 "async-lock",
275 "blocking",
276 "futures-lite",
277 "once_cell",
278]
279
280[[package]]
281name = "async-io"
282version = "2.6.0"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
285dependencies = [
286 "autocfg",
287 "cfg-if",
288 "concurrent-queue",
289 "futures-io",
290 "futures-lite",
291 "parking",
292 "polling",
293 "rustix",
294 "slab",
295 "windows-sys 0.61.2",
296]
297
298[[package]]
299name = "async-lock"
300version = "3.4.2"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
303dependencies = [
304 "event-listener 5.4.1",
305 "event-listener-strategy",
306 "pin-project-lite",
307]
308
309[[package]]
310name = "async-object-pool"
311version = "0.1.5"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "333c456b97c3f2d50604e8b2624253b7f787208cb72eb75e64b0ad11b221652c"
314dependencies = [
315 "async-std",
316]
317
318[[package]]
319name = "async-process"
320version = "2.5.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
323dependencies = [
324 "async-channel 2.5.0",
325 "async-io",
326 "async-lock",
327 "async-signal",
328 "async-task",
329 "blocking",
330 "cfg-if",
331 "event-listener 5.4.1",
332 "futures-lite",
333 "rustix",
334]
335
336[[package]]
337name = "async-recursion"
338version = "1.1.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
341dependencies = [
342 "proc-macro2",
343 "quote",
344 "syn 2.0.117",
345]
346
347[[package]]
348name = "async-signal"
349version = "0.2.13"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
352dependencies = [
353 "async-io",
354 "async-lock",
355 "atomic-waker",
356 "cfg-if",
357 "futures-core",
358 "futures-io",
359 "rustix",
360 "signal-hook-registry",
361 "slab",
362 "windows-sys 0.61.2",
363]
364
365[[package]]
366name = "async-std"
367version = "1.13.2"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
370dependencies = [
371 "async-attributes",
372 "async-channel 1.9.0",
373 "async-global-executor",
374 "async-io",
375 "async-lock",
376 "async-process",
377 "crossbeam-utils",
378 "futures-channel",
379 "futures-core",
380 "futures-io",
381 "futures-lite",
382 "gloo-timers",
383 "kv-log-macro",
384 "log",
385 "memchr",
386 "once_cell",
387 "pin-project-lite",
388 "pin-utils",
389 "slab",
390 "wasm-bindgen-futures",
391]
392
393[[package]]
394name = "async-stream"
395version = "0.3.6"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
398dependencies = [
399 "async-stream-impl",
400 "futures-core",
401 "pin-project-lite",
402]
403
404[[package]]
405name = "async-stream-impl"
406version = "0.3.6"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
409dependencies = [
410 "proc-macro2",
411 "quote",
412 "syn 2.0.117",
413]
414
415[[package]]
416name = "async-task"
417version = "4.7.1"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
420
421[[package]]
422name = "async-trait"
423version = "0.1.89"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
426dependencies = [
427 "proc-macro2",
428 "quote",
429 "syn 2.0.117",
430]
431
432[[package]]
433name = "atk"
434version = "0.18.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
437dependencies = [
438 "atk-sys",
439 "glib",
440 "libc",
441]
442
443[[package]]
444name = "atk-sys"
445version = "0.18.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
448dependencies = [
449 "glib-sys",
450 "gobject-sys",
451 "libc",
452 "system-deps",
453]
454
455[[package]]
456name = "atoi"
457version = "2.0.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
460dependencies = [
461 "num-traits",
462]
463
464[[package]]
465name = "atomic-waker"
466version = "1.1.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
469
470[[package]]
471name = "autocfg"
472version = "1.5.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
475
476[[package]]
477name = "axum"
478version = "0.7.9"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
481dependencies = [
482 "async-trait",
483 "axum-core",
484 "bytes",
485 "futures-util",
486 "http 1.4.0",
487 "http-body 1.0.1",
488 "http-body-util",
489 "hyper 1.8.1",
490 "hyper-util",
491 "itoa",
492 "matchit",
493 "memchr",
494 "mime",
495 "percent-encoding",
496 "pin-project-lite",
497 "rustversion",
498 "serde",
499 "serde_json",
500 "serde_path_to_error",
501 "serde_urlencoded",
502 "sync_wrapper",
503 "tokio",
504 "tower 0.5.3",
505 "tower-layer",
506 "tower-service",
507 "tracing",
508]
509
510[[package]]
511name = "axum-core"
512version = "0.4.5"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
515dependencies = [
516 "async-trait",
517 "bytes",
518 "futures-util",
519 "http 1.4.0",
520 "http-body 1.0.1",
521 "http-body-util",
522 "mime",
523 "pin-project-lite",
524 "rustversion",
525 "sync_wrapper",
526 "tower-layer",
527 "tower-service",
528 "tracing",
529]
530
531[[package]]
532name = "base-x"
533version = "0.2.11"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
536
537[[package]]
538name = "base16ct"
539version = "0.2.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
542
543[[package]]
544name = "base256emoji"
545version = "1.0.2"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
548dependencies = [
549 "const-str",
550 "match-lookup",
551]
552
553[[package]]
554name = "base64"
555version = "0.21.7"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
558
559[[package]]
560name = "base64"
561version = "0.22.1"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
564
565[[package]]
566name = "base64ct"
567version = "1.8.3"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
570
571[[package]]
572name = "basic-cookies"
573version = "0.1.5"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "67bd8fd42c16bdb08688243dc5f0cc117a3ca9efeeaba3a345a18a6159ad96f7"
576dependencies = [
577 "lalrpop",
578 "lalrpop-util",
579 "regex",
580]
581
582[[package]]
583name = "bit-set"
584version = "0.5.3"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
587dependencies = [
588 "bit-vec 0.6.3",
589]
590
591[[package]]
592name = "bit-set"
593version = "0.8.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
596dependencies = [
597 "bit-vec 0.8.0",
598]
599
600[[package]]
601name = "bit-vec"
602version = "0.6.3"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
605
606[[package]]
607name = "bit-vec"
608version = "0.8.0"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
611
612[[package]]
613name = "bitflags"
614version = "1.3.2"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
617
618[[package]]
619name = "bitflags"
620version = "2.11.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
623dependencies = [
624 "serde_core",
625]
626
627[[package]]
628name = "bitvec"
629version = "1.0.1"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
632dependencies = [
633 "funty",
634 "radium",
635 "tap",
636 "wyz",
637]
638
639[[package]]
640name = "blake2"
641version = "0.10.6"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
644dependencies = [
645 "digest",
646]
647
648[[package]]
649name = "block-buffer"
650version = "0.10.4"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
653dependencies = [
654 "generic-array",
655]
656
657[[package]]
658name = "block2"
659version = "0.6.2"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
662dependencies = [
663 "objc2",
664]
665
666[[package]]
667name = "blocking"
668version = "1.6.2"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
671dependencies = [
672 "async-channel 2.5.0",
673 "async-task",
674 "futures-io",
675 "futures-lite",
676 "piper",
677]
678
679[[package]]
680name = "borsh"
681version = "1.6.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
684dependencies = [
685 "borsh-derive",
686 "bytes",
687 "cfg_aliases",
688]
689
690[[package]]
691name = "borsh-derive"
692version = "1.6.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59"
695dependencies = [
696 "once_cell",
697 "proc-macro-crate 3.5.0",
698 "proc-macro2",
699 "quote",
700 "syn 2.0.117",
701]
702
703[[package]]
704name = "brotli"
705version = "8.0.2"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
708dependencies = [
709 "alloc-no-stdlib",
710 "alloc-stdlib",
711 "brotli-decompressor",
712]
713
714[[package]]
715name = "brotli-decompressor"
716version = "5.0.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
719dependencies = [
720 "alloc-no-stdlib",
721 "alloc-stdlib",
722]
723
724[[package]]
725name = "bumpalo"
726version = "3.20.2"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
729
730[[package]]
731name = "byte-unit"
732version = "5.2.0"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d"
735dependencies = [
736 "rust_decimal",
737 "schemars 1.2.1",
738 "serde",
739 "utf8-width",
740]
741
742[[package]]
743name = "bytecheck"
744version = "0.6.12"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
747dependencies = [
748 "bytecheck_derive",
749 "ptr_meta",
750 "simdutf8",
751]
752
753[[package]]
754name = "bytecheck_derive"
755version = "0.6.12"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
758dependencies = [
759 "proc-macro2",
760 "quote",
761 "syn 1.0.109",
762]
763
764[[package]]
765name = "bytemuck"
766version = "1.25.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
769
770[[package]]
771name = "byteorder"
772version = "1.5.0"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
775
776[[package]]
777name = "bytes"
778version = "1.11.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
781dependencies = [
782 "serde",
783]
784
785[[package]]
786name = "cairo-rs"
787version = "0.18.5"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
790dependencies = [
791 "bitflags 2.11.0",
792 "cairo-sys-rs",
793 "glib",
794 "libc",
795 "once_cell",
796 "thiserror 1.0.69",
797]
798
799[[package]]
800name = "cairo-sys-rs"
801version = "0.18.2"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
804dependencies = [
805 "glib-sys",
806 "libc",
807 "system-deps",
808]
809
810[[package]]
811name = "camino"
812version = "1.2.2"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
815dependencies = [
816 "serde_core",
817]
818
819[[package]]
820name = "cargo-platform"
821version = "0.1.9"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
824dependencies = [
825 "serde",
826]
827
828[[package]]
829name = "cargo_metadata"
830version = "0.19.2"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
833dependencies = [
834 "camino",
835 "cargo-platform",
836 "semver",
837 "serde",
838 "serde_json",
839 "thiserror 2.0.18",
840]
841
842[[package]]
843name = "cargo_toml"
844version = "0.22.3"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
847dependencies = [
848 "serde",
849 "toml 0.9.12+spec-1.1.0",
850]
851
852[[package]]
853name = "cc"
854version = "1.2.56"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
857dependencies = [
858 "find-msvc-tools",
859 "shlex",
860]
861
862[[package]]
863name = "cesu8"
864version = "1.1.0"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
867
868[[package]]
869name = "cfb"
870version = "0.7.3"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
873dependencies = [
874 "byteorder",
875 "fnv",
876 "uuid",
877]
878
879[[package]]
880name = "cfg-expr"
881version = "0.15.8"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
884dependencies = [
885 "smallvec",
886 "target-lexicon",
887]
888
889[[package]]
890name = "cfg-if"
891version = "1.0.4"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
894
895[[package]]
896name = "cfg_aliases"
897version = "0.2.1"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
900
901[[package]]
902name = "chrono"
903version = "0.4.44"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
906dependencies = [
907 "iana-time-zone",
908 "num-traits",
909 "serde",
910 "windows-link 0.2.1",
911]
912
913[[package]]
914name = "ciborium"
915version = "0.2.2"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
918dependencies = [
919 "ciborium-io",
920 "ciborium-ll",
921 "serde",
922]
923
924[[package]]
925name = "ciborium-io"
926version = "0.2.2"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
929
930[[package]]
931name = "ciborium-ll"
932version = "0.2.2"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
935dependencies = [
936 "ciborium-io",
937 "half",
938]
939
940[[package]]
941name = "cipher"
942version = "0.4.4"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
945dependencies = [
946 "crypto-common",
947 "inout",
948]
949
950[[package]]
951name = "clap"
952version = "4.5.60"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
955dependencies = [
956 "clap_builder",
957 "clap_derive",
958]
959
960[[package]]
961name = "clap_builder"
962version = "4.5.60"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
965dependencies = [
966 "anstream",
967 "anstyle",
968 "clap_lex",
969 "strsim",
970]
971
972[[package]]
973name = "clap_derive"
974version = "4.5.55"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
977dependencies = [
978 "heck 0.5.0",
979 "proc-macro2",
980 "quote",
981 "syn 2.0.117",
982]
983
984[[package]]
985name = "clap_lex"
986version = "1.0.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
989
990[[package]]
991name = "colorchoice"
992version = "1.0.4"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
995
996[[package]]
997name = "combine"
998version = "4.6.7"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1001dependencies = [
1002 "bytes",
1003 "memchr",
1004]
1005
1006[[package]]
1007name = "common"
1008version = "0.1.0"
1009dependencies = [
1010 "axum",
1011 "serde",
1012 "serde_json",
1013 "tempfile",
1014 "thiserror 2.0.18",
1015 "tokio",
1016 "toml 0.8.23",
1017 "tracing",
1018 "zeroize",
1019]
1020
1021[[package]]
1022name = "concurrent-queue"
1023version = "2.5.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1026dependencies = [
1027 "crossbeam-utils",
1028]
1029
1030[[package]]
1031name = "const-oid"
1032version = "0.9.6"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1035
1036[[package]]
1037name = "const-random"
1038version = "0.1.18"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
1041dependencies = [
1042 "const-random-macro",
1043]
1044
1045[[package]]
1046name = "const-random-macro"
1047version = "0.1.16"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1050dependencies = [
1051 "getrandom 0.2.17",
1052 "once_cell",
1053 "tiny-keccak",
1054]
1055
1056[[package]]
1057name = "const-str"
1058version = "0.4.3"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1061
1062[[package]]
1063name = "convert_case"
1064version = "0.4.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1067
1068[[package]]
1069name = "cookie"
1070version = "0.18.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1073dependencies = [
1074 "time",
1075 "version_check",
1076]
1077
1078[[package]]
1079name = "core-foundation"
1080version = "0.9.4"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1083dependencies = [
1084 "core-foundation-sys",
1085 "libc",
1086]
1087
1088[[package]]
1089name = "core-foundation"
1090version = "0.10.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1093dependencies = [
1094 "core-foundation-sys",
1095 "libc",
1096]
1097
1098[[package]]
1099name = "core-foundation-sys"
1100version = "0.8.7"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1103
1104[[package]]
1105name = "core-graphics"
1106version = "0.25.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
1109dependencies = [
1110 "bitflags 2.11.0",
1111 "core-foundation 0.10.1",
1112 "core-graphics-types",
1113 "foreign-types 0.5.0",
1114 "libc",
1115]
1116
1117[[package]]
1118name = "core-graphics-types"
1119version = "0.2.0"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
1122dependencies = [
1123 "bitflags 2.11.0",
1124 "core-foundation 0.10.1",
1125 "libc",
1126]
1127
1128[[package]]
1129name = "cpufeatures"
1130version = "0.2.17"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1133dependencies = [
1134 "libc",
1135]
1136
1137[[package]]
1138name = "crc"
1139version = "3.4.0"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
1142dependencies = [
1143 "crc-catalog",
1144]
1145
1146[[package]]
1147name = "crc-catalog"
1148version = "2.4.0"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1151
1152[[package]]
1153name = "crc32fast"
1154version = "1.5.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1157dependencies = [
1158 "cfg-if",
1159]
1160
1161[[package]]
1162name = "critical-section"
1163version = "1.2.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1166
1167[[package]]
1168name = "crossbeam-channel"
1169version = "0.5.15"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1172dependencies = [
1173 "crossbeam-utils",
1174]
1175
1176[[package]]
1177name = "crossbeam-epoch"
1178version = "0.9.18"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1181dependencies = [
1182 "crossbeam-utils",
1183]
1184
1185[[package]]
1186name = "crossbeam-queue"
1187version = "0.3.12"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1190dependencies = [
1191 "crossbeam-utils",
1192]
1193
1194[[package]]
1195name = "crossbeam-utils"
1196version = "0.8.21"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1199
1200[[package]]
1201name = "crunchy"
1202version = "0.2.4"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1205
1206[[package]]
1207name = "crypto"
1208version = "0.1.0"
1209dependencies = [
1210 "aes-gcm",
1211 "base64 0.21.7",
1212 "ciborium",
1213 "data-encoding",
1214 "multibase",
1215 "p256",
1216 "rand_core 0.6.4",
1217 "serde",
1218 "serde_json",
1219 "sha2",
1220 "thiserror 2.0.18",
1221 "zeroize",
1222]
1223
1224[[package]]
1225name = "crypto-bigint"
1226version = "0.5.5"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1229dependencies = [
1230 "generic-array",
1231 "rand_core 0.6.4",
1232 "subtle",
1233 "zeroize",
1234]
1235
1236[[package]]
1237name = "crypto-common"
1238version = "0.1.7"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
1241dependencies = [
1242 "generic-array",
1243 "rand_core 0.6.4",
1244 "typenum",
1245]
1246
1247[[package]]
1248name = "cssparser"
1249version = "0.29.6"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
1252dependencies = [
1253 "cssparser-macros",
1254 "dtoa-short",
1255 "itoa",
1256 "matches",
1257 "phf 0.10.1",
1258 "proc-macro2",
1259 "quote",
1260 "smallvec",
1261 "syn 1.0.109",
1262]
1263
1264[[package]]
1265name = "cssparser"
1266version = "0.36.0"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
1269dependencies = [
1270 "cssparser-macros",
1271 "dtoa-short",
1272 "itoa",
1273 "phf 0.13.1",
1274 "smallvec",
1275]
1276
1277[[package]]
1278name = "cssparser-macros"
1279version = "0.6.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1282dependencies = [
1283 "quote",
1284 "syn 2.0.117",
1285]
1286
1287[[package]]
1288name = "ctor"
1289version = "0.2.9"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
1292dependencies = [
1293 "quote",
1294 "syn 2.0.117",
1295]
1296
1297[[package]]
1298name = "ctr"
1299version = "0.9.2"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1302dependencies = [
1303 "cipher",
1304]
1305
1306[[package]]
1307name = "darling"
1308version = "0.23.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1311dependencies = [
1312 "darling_core",
1313 "darling_macro",
1314]
1315
1316[[package]]
1317name = "darling_core"
1318version = "0.23.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1321dependencies = [
1322 "ident_case",
1323 "proc-macro2",
1324 "quote",
1325 "strsim",
1326 "syn 2.0.117",
1327]
1328
1329[[package]]
1330name = "darling_macro"
1331version = "0.23.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1334dependencies = [
1335 "darling_core",
1336 "quote",
1337 "syn 2.0.117",
1338]
1339
1340[[package]]
1341name = "data-encoding"
1342version = "2.10.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
1345
1346[[package]]
1347name = "data-encoding-macro"
1348version = "0.1.19"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb"
1351dependencies = [
1352 "data-encoding",
1353 "data-encoding-macro-internal",
1354]
1355
1356[[package]]
1357name = "data-encoding-macro-internal"
1358version = "0.1.17"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
1361dependencies = [
1362 "data-encoding",
1363 "syn 2.0.117",
1364]
1365
1366[[package]]
1367name = "deadpool"
1368version = "0.12.3"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1371dependencies = [
1372 "deadpool-runtime",
1373 "lazy_static",
1374 "num_cpus",
1375 "tokio",
1376]
1377
1378[[package]]
1379name = "deadpool-runtime"
1380version = "0.1.4"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1383
1384[[package]]
1385name = "der"
1386version = "0.7.10"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1389dependencies = [
1390 "const-oid",
1391 "pem-rfc7468",
1392 "zeroize",
1393]
1394
1395[[package]]
1396name = "deranged"
1397version = "0.5.8"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1400dependencies = [
1401 "powerfmt",
1402 "serde_core",
1403]
1404
1405[[package]]
1406name = "derive_more"
1407version = "0.99.20"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
1410dependencies = [
1411 "convert_case",
1412 "proc-macro2",
1413 "quote",
1414 "rustc_version",
1415 "syn 2.0.117",
1416]
1417
1418[[package]]
1419name = "derive_more"
1420version = "2.1.1"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1423dependencies = [
1424 "derive_more-impl",
1425]
1426
1427[[package]]
1428name = "derive_more-impl"
1429version = "2.1.1"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1432dependencies = [
1433 "proc-macro2",
1434 "quote",
1435 "rustc_version",
1436 "syn 2.0.117",
1437]
1438
1439[[package]]
1440name = "digest"
1441version = "0.10.7"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1444dependencies = [
1445 "block-buffer",
1446 "const-oid",
1447 "crypto-common",
1448 "subtle",
1449]
1450
1451[[package]]
1452name = "dirs"
1453version = "6.0.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1456dependencies = [
1457 "dirs-sys",
1458]
1459
1460[[package]]
1461name = "dirs-next"
1462version = "2.0.0"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1465dependencies = [
1466 "cfg-if",
1467 "dirs-sys-next",
1468]
1469
1470[[package]]
1471name = "dirs-sys"
1472version = "0.5.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1475dependencies = [
1476 "libc",
1477 "option-ext",
1478 "redox_users 0.5.2",
1479 "windows-sys 0.61.2",
1480]
1481
1482[[package]]
1483name = "dirs-sys-next"
1484version = "0.1.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1487dependencies = [
1488 "libc",
1489 "redox_users 0.4.6",
1490 "winapi",
1491]
1492
1493[[package]]
1494name = "dispatch2"
1495version = "0.3.1"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
1498dependencies = [
1499 "bitflags 2.11.0",
1500 "block2",
1501 "libc",
1502 "objc2",
1503]
1504
1505[[package]]
1506name = "displaydoc"
1507version = "0.2.5"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1510dependencies = [
1511 "proc-macro2",
1512 "quote",
1513 "syn 2.0.117",
1514]
1515
1516[[package]]
1517name = "dlopen2"
1518version = "0.8.2"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
1521dependencies = [
1522 "dlopen2_derive",
1523 "libc",
1524 "once_cell",
1525 "winapi",
1526]
1527
1528[[package]]
1529name = "dlopen2_derive"
1530version = "0.4.3"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
1533dependencies = [
1534 "proc-macro2",
1535 "quote",
1536 "syn 2.0.117",
1537]
1538
1539[[package]]
1540name = "dlv-list"
1541version = "0.5.2"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
1544dependencies = [
1545 "const-random",
1546]
1547
1548[[package]]
1549name = "dom_query"
1550version = "0.25.1"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "4d9c2e7f1d22d0f2ce07626d259b8a55f4a47cb0938d4006dd8ae037f17d585e"
1553dependencies = [
1554 "bit-set 0.8.0",
1555 "cssparser 0.36.0",
1556 "foldhash 0.2.0",
1557 "html5ever 0.36.1",
1558 "precomputed-hash",
1559 "selectors 0.35.0",
1560 "tendril",
1561]
1562
1563[[package]]
1564name = "dotenvy"
1565version = "0.15.7"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1568
1569[[package]]
1570name = "dpi"
1571version = "0.1.2"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1574dependencies = [
1575 "serde",
1576]
1577
1578[[package]]
1579name = "dtoa"
1580version = "1.0.11"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
1583
1584[[package]]
1585name = "dtoa-short"
1586version = "0.3.5"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
1589dependencies = [
1590 "dtoa",
1591]
1592
1593[[package]]
1594name = "dunce"
1595version = "1.0.5"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1598
1599[[package]]
1600name = "dyn-clone"
1601version = "1.0.20"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1604
1605[[package]]
1606name = "ecdsa"
1607version = "0.16.9"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1610dependencies = [
1611 "der",
1612 "digest",
1613 "elliptic-curve",
1614 "rfc6979",
1615 "signature",
1616 "spki",
1617]
1618
1619[[package]]
1620name = "either"
1621version = "1.15.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1624dependencies = [
1625 "serde",
1626]
1627
1628[[package]]
1629name = "elliptic-curve"
1630version = "0.13.8"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1633dependencies = [
1634 "base16ct",
1635 "crypto-bigint",
1636 "digest",
1637 "ff",
1638 "generic-array",
1639 "group",
1640 "pem-rfc7468",
1641 "pkcs8",
1642 "rand_core 0.6.4",
1643 "sec1",
1644 "subtle",
1645 "zeroize",
1646]
1647
1648[[package]]
1649name = "embed-resource"
1650version = "3.0.6"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
1653dependencies = [
1654 "cc",
1655 "memchr",
1656 "rustc_version",
1657 "toml 0.9.12+spec-1.1.0",
1658 "vswhom",
1659 "winreg 0.55.0",
1660]
1661
1662[[package]]
1663name = "embed_plist"
1664version = "1.2.2"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
1667
1668[[package]]
1669name = "ena"
1670version = "0.14.4"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1"
1673dependencies = [
1674 "log",
1675]
1676
1677[[package]]
1678name = "encoding_rs"
1679version = "0.8.35"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1682dependencies = [
1683 "cfg-if",
1684]
1685
1686[[package]]
1687name = "endi"
1688version = "1.1.1"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
1691
1692[[package]]
1693name = "enum-as-inner"
1694version = "0.6.1"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1697dependencies = [
1698 "heck 0.5.0",
1699 "proc-macro2",
1700 "quote",
1701 "syn 2.0.117",
1702]
1703
1704[[package]]
1705name = "enumflags2"
1706version = "0.7.12"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
1709dependencies = [
1710 "enumflags2_derive",
1711 "serde",
1712]
1713
1714[[package]]
1715name = "enumflags2_derive"
1716version = "0.7.12"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1719dependencies = [
1720 "proc-macro2",
1721 "quote",
1722 "syn 2.0.117",
1723]
1724
1725[[package]]
1726name = "env_filter"
1727version = "0.1.4"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
1730dependencies = [
1731 "log",
1732 "regex",
1733]
1734
1735[[package]]
1736name = "equivalent"
1737version = "1.0.2"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1740
1741[[package]]
1742name = "erased-serde"
1743version = "0.4.10"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
1746dependencies = [
1747 "serde",
1748 "serde_core",
1749 "typeid",
1750]
1751
1752[[package]]
1753name = "errno"
1754version = "0.3.14"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1757dependencies = [
1758 "libc",
1759 "windows-sys 0.61.2",
1760]
1761
1762[[package]]
1763name = "etcetera"
1764version = "0.8.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1767dependencies = [
1768 "cfg-if",
1769 "home",
1770 "windows-sys 0.48.0",
1771]
1772
1773[[package]]
1774name = "event-listener"
1775version = "2.5.3"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1778
1779[[package]]
1780name = "event-listener"
1781version = "5.4.1"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1784dependencies = [
1785 "concurrent-queue",
1786 "parking",
1787 "pin-project-lite",
1788]
1789
1790[[package]]
1791name = "event-listener-strategy"
1792version = "0.5.4"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1795dependencies = [
1796 "event-listener 5.4.1",
1797 "pin-project-lite",
1798]
1799
1800[[package]]
1801name = "fastrand"
1802version = "2.3.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1805
1806[[package]]
1807name = "fdeflate"
1808version = "0.3.7"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1811dependencies = [
1812 "simd-adler32",
1813]
1814
1815[[package]]
1816name = "fern"
1817version = "0.7.1"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29"
1820dependencies = [
1821 "log",
1822]
1823
1824[[package]]
1825name = "ff"
1826version = "0.13.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1829dependencies = [
1830 "rand_core 0.6.4",
1831 "subtle",
1832]
1833
1834[[package]]
1835name = "field-offset"
1836version = "0.3.6"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1839dependencies = [
1840 "memoffset",
1841 "rustc_version",
1842]
1843
1844[[package]]
1845name = "find-msvc-tools"
1846version = "0.1.9"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1849
1850[[package]]
1851name = "fixedbitset"
1852version = "0.4.2"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1855
1856[[package]]
1857name = "flate2"
1858version = "1.1.9"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1861dependencies = [
1862 "crc32fast",
1863 "miniz_oxide",
1864]
1865
1866[[package]]
1867name = "flume"
1868version = "0.11.1"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1871dependencies = [
1872 "futures-core",
1873 "futures-sink",
1874 "spin",
1875]
1876
1877[[package]]
1878name = "fnv"
1879version = "1.0.7"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1882
1883[[package]]
1884name = "foldhash"
1885version = "0.1.5"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1888
1889[[package]]
1890name = "foldhash"
1891version = "0.2.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1894
1895[[package]]
1896name = "foreign-types"
1897version = "0.3.2"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1900dependencies = [
1901 "foreign-types-shared 0.1.1",
1902]
1903
1904[[package]]
1905name = "foreign-types"
1906version = "0.5.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1909dependencies = [
1910 "foreign-types-macros",
1911 "foreign-types-shared 0.3.1",
1912]
1913
1914[[package]]
1915name = "foreign-types-macros"
1916version = "0.2.3"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1919dependencies = [
1920 "proc-macro2",
1921 "quote",
1922 "syn 2.0.117",
1923]
1924
1925[[package]]
1926name = "foreign-types-shared"
1927version = "0.1.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1930
1931[[package]]
1932name = "foreign-types-shared"
1933version = "0.3.1"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1936
1937[[package]]
1938name = "form_urlencoded"
1939version = "1.2.2"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1942dependencies = [
1943 "percent-encoding",
1944]
1945
1946[[package]]
1947name = "funty"
1948version = "2.0.0"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1951
1952[[package]]
1953name = "futf"
1954version = "0.1.5"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1957dependencies = [
1958 "mac",
1959 "new_debug_unreachable",
1960]
1961
1962[[package]]
1963name = "futures"
1964version = "0.3.32"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1967dependencies = [
1968 "futures-channel",
1969 "futures-core",
1970 "futures-executor",
1971 "futures-io",
1972 "futures-sink",
1973 "futures-task",
1974 "futures-util",
1975]
1976
1977[[package]]
1978name = "futures-channel"
1979version = "0.3.32"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1982dependencies = [
1983 "futures-core",
1984 "futures-sink",
1985]
1986
1987[[package]]
1988name = "futures-core"
1989version = "0.3.32"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1992
1993[[package]]
1994name = "futures-executor"
1995version = "0.3.32"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1998dependencies = [
1999 "futures-core",
2000 "futures-task",
2001 "futures-util",
2002]
2003
2004[[package]]
2005name = "futures-intrusive"
2006version = "0.5.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2009dependencies = [
2010 "futures-core",
2011 "lock_api",
2012 "parking_lot",
2013]
2014
2015[[package]]
2016name = "futures-io"
2017version = "0.3.32"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2020
2021[[package]]
2022name = "futures-lite"
2023version = "2.6.1"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2026dependencies = [
2027 "fastrand",
2028 "futures-core",
2029 "futures-io",
2030 "parking",
2031 "pin-project-lite",
2032]
2033
2034[[package]]
2035name = "futures-macro"
2036version = "0.3.32"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2039dependencies = [
2040 "proc-macro2",
2041 "quote",
2042 "syn 2.0.117",
2043]
2044
2045[[package]]
2046name = "futures-sink"
2047version = "0.3.32"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2050
2051[[package]]
2052name = "futures-task"
2053version = "0.3.32"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
2056
2057[[package]]
2058name = "futures-util"
2059version = "0.3.32"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
2062dependencies = [
2063 "futures-channel",
2064 "futures-core",
2065 "futures-io",
2066 "futures-macro",
2067 "futures-sink",
2068 "futures-task",
2069 "memchr",
2070 "pin-project-lite",
2071 "slab",
2072]
2073
2074[[package]]
2075name = "fxhash"
2076version = "0.2.1"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2079dependencies = [
2080 "byteorder",
2081]
2082
2083[[package]]
2084name = "gdk"
2085version = "0.18.2"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
2088dependencies = [
2089 "cairo-rs",
2090 "gdk-pixbuf",
2091 "gdk-sys",
2092 "gio",
2093 "glib",
2094 "libc",
2095 "pango",
2096]
2097
2098[[package]]
2099name = "gdk-pixbuf"
2100version = "0.18.5"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
2103dependencies = [
2104 "gdk-pixbuf-sys",
2105 "gio",
2106 "glib",
2107 "libc",
2108 "once_cell",
2109]
2110
2111[[package]]
2112name = "gdk-pixbuf-sys"
2113version = "0.18.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
2116dependencies = [
2117 "gio-sys",
2118 "glib-sys",
2119 "gobject-sys",
2120 "libc",
2121 "system-deps",
2122]
2123
2124[[package]]
2125name = "gdk-sys"
2126version = "0.18.2"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
2129dependencies = [
2130 "cairo-sys-rs",
2131 "gdk-pixbuf-sys",
2132 "gio-sys",
2133 "glib-sys",
2134 "gobject-sys",
2135 "libc",
2136 "pango-sys",
2137 "pkg-config",
2138 "system-deps",
2139]
2140
2141[[package]]
2142name = "gdkwayland-sys"
2143version = "0.18.2"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
2146dependencies = [
2147 "gdk-sys",
2148 "glib-sys",
2149 "gobject-sys",
2150 "libc",
2151 "pkg-config",
2152 "system-deps",
2153]
2154
2155[[package]]
2156name = "gdkx11"
2157version = "0.18.2"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
2160dependencies = [
2161 "gdk",
2162 "gdkx11-sys",
2163 "gio",
2164 "glib",
2165 "libc",
2166 "x11",
2167]
2168
2169[[package]]
2170name = "gdkx11-sys"
2171version = "0.18.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
2174dependencies = [
2175 "gdk-sys",
2176 "glib-sys",
2177 "libc",
2178 "system-deps",
2179 "x11",
2180]
2181
2182[[package]]
2183name = "generic-array"
2184version = "0.14.7"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2187dependencies = [
2188 "typenum",
2189 "version_check",
2190 "zeroize",
2191]
2192
2193[[package]]
2194name = "getrandom"
2195version = "0.1.16"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2198dependencies = [
2199 "cfg-if",
2200 "libc",
2201 "wasi 0.9.0+wasi-snapshot-preview1",
2202]
2203
2204[[package]]
2205name = "getrandom"
2206version = "0.2.17"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2209dependencies = [
2210 "cfg-if",
2211 "js-sys",
2212 "libc",
2213 "wasi 0.11.1+wasi-snapshot-preview1",
2214 "wasm-bindgen",
2215]
2216
2217[[package]]
2218name = "getrandom"
2219version = "0.3.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2222dependencies = [
2223 "cfg-if",
2224 "js-sys",
2225 "libc",
2226 "r-efi 5.3.0",
2227 "wasip2",
2228 "wasm-bindgen",
2229]
2230
2231[[package]]
2232name = "getrandom"
2233version = "0.4.2"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
2236dependencies = [
2237 "cfg-if",
2238 "libc",
2239 "r-efi 6.0.0",
2240 "wasip2",
2241 "wasip3",
2242]
2243
2244[[package]]
2245name = "ghash"
2246version = "0.5.1"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2249dependencies = [
2250 "opaque-debug",
2251 "polyval",
2252]
2253
2254[[package]]
2255name = "gio"
2256version = "0.18.4"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
2259dependencies = [
2260 "futures-channel",
2261 "futures-core",
2262 "futures-io",
2263 "futures-util",
2264 "gio-sys",
2265 "glib",
2266 "libc",
2267 "once_cell",
2268 "pin-project-lite",
2269 "smallvec",
2270 "thiserror 1.0.69",
2271]
2272
2273[[package]]
2274name = "gio-sys"
2275version = "0.18.1"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
2278dependencies = [
2279 "glib-sys",
2280 "gobject-sys",
2281 "libc",
2282 "system-deps",
2283 "winapi",
2284]
2285
2286[[package]]
2287name = "glib"
2288version = "0.18.5"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
2291dependencies = [
2292 "bitflags 2.11.0",
2293 "futures-channel",
2294 "futures-core",
2295 "futures-executor",
2296 "futures-task",
2297 "futures-util",
2298 "gio-sys",
2299 "glib-macros",
2300 "glib-sys",
2301 "gobject-sys",
2302 "libc",
2303 "memchr",
2304 "once_cell",
2305 "smallvec",
2306 "thiserror 1.0.69",
2307]
2308
2309[[package]]
2310name = "glib-macros"
2311version = "0.18.5"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
2314dependencies = [
2315 "heck 0.4.1",
2316 "proc-macro-crate 2.0.0",
2317 "proc-macro-error",
2318 "proc-macro2",
2319 "quote",
2320 "syn 2.0.117",
2321]
2322
2323[[package]]
2324name = "glib-sys"
2325version = "0.18.1"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
2328dependencies = [
2329 "libc",
2330 "system-deps",
2331]
2332
2333[[package]]
2334name = "glob"
2335version = "0.3.3"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2338
2339[[package]]
2340name = "gloo-timers"
2341version = "0.3.0"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
2344dependencies = [
2345 "futures-channel",
2346 "futures-core",
2347 "js-sys",
2348 "wasm-bindgen",
2349]
2350
2351[[package]]
2352name = "gobject-sys"
2353version = "0.18.0"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
2356dependencies = [
2357 "glib-sys",
2358 "libc",
2359 "system-deps",
2360]
2361
2362[[package]]
2363name = "group"
2364version = "0.13.0"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2367dependencies = [
2368 "ff",
2369 "rand_core 0.6.4",
2370 "subtle",
2371]
2372
2373[[package]]
2374name = "gtk"
2375version = "0.18.2"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
2378dependencies = [
2379 "atk",
2380 "cairo-rs",
2381 "field-offset",
2382 "futures-channel",
2383 "gdk",
2384 "gdk-pixbuf",
2385 "gio",
2386 "glib",
2387 "gtk-sys",
2388 "gtk3-macros",
2389 "libc",
2390 "pango",
2391 "pkg-config",
2392]
2393
2394[[package]]
2395name = "gtk-sys"
2396version = "0.18.2"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
2399dependencies = [
2400 "atk-sys",
2401 "cairo-sys-rs",
2402 "gdk-pixbuf-sys",
2403 "gdk-sys",
2404 "gio-sys",
2405 "glib-sys",
2406 "gobject-sys",
2407 "libc",
2408 "pango-sys",
2409 "system-deps",
2410]
2411
2412[[package]]
2413name = "gtk3-macros"
2414version = "0.18.2"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
2417dependencies = [
2418 "proc-macro-crate 1.3.1",
2419 "proc-macro-error",
2420 "proc-macro2",
2421 "quote",
2422 "syn 2.0.117",
2423]
2424
2425[[package]]
2426name = "h2"
2427version = "0.4.13"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
2430dependencies = [
2431 "atomic-waker",
2432 "bytes",
2433 "fnv",
2434 "futures-core",
2435 "futures-sink",
2436 "http 1.4.0",
2437 "indexmap 2.13.0",
2438 "slab",
2439 "tokio",
2440 "tokio-util",
2441 "tracing",
2442]
2443
2444[[package]]
2445name = "half"
2446version = "2.7.1"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2449dependencies = [
2450 "cfg-if",
2451 "crunchy",
2452 "zerocopy",
2453]
2454
2455[[package]]
2456name = "hashbrown"
2457version = "0.12.3"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2460dependencies = [
2461 "ahash",
2462]
2463
2464[[package]]
2465name = "hashbrown"
2466version = "0.14.5"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2469
2470[[package]]
2471name = "hashbrown"
2472version = "0.15.5"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2475dependencies = [
2476 "allocator-api2",
2477 "equivalent",
2478 "foldhash 0.1.5",
2479]
2480
2481[[package]]
2482name = "hashbrown"
2483version = "0.16.1"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2486
2487[[package]]
2488name = "hashlink"
2489version = "0.10.0"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2492dependencies = [
2493 "hashbrown 0.15.5",
2494]
2495
2496[[package]]
2497name = "heck"
2498version = "0.4.1"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2501
2502[[package]]
2503name = "heck"
2504version = "0.5.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2507
2508[[package]]
2509name = "hermit-abi"
2510version = "0.5.2"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2513
2514[[package]]
2515name = "hex"
2516version = "0.4.3"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2519
2520[[package]]
2521name = "hickory-proto"
2522version = "0.25.2"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
2525dependencies = [
2526 "async-trait",
2527 "cfg-if",
2528 "data-encoding",
2529 "enum-as-inner",
2530 "futures-channel",
2531 "futures-io",
2532 "futures-util",
2533 "idna",
2534 "ipnet",
2535 "once_cell",
2536 "rand 0.9.2",
2537 "ring",
2538 "thiserror 2.0.18",
2539 "tinyvec",
2540 "tokio",
2541 "tracing",
2542 "url",
2543]
2544
2545[[package]]
2546name = "hickory-resolver"
2547version = "0.25.2"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
2550dependencies = [
2551 "cfg-if",
2552 "futures-util",
2553 "hickory-proto",
2554 "ipconfig",
2555 "moka",
2556 "once_cell",
2557 "parking_lot",
2558 "rand 0.9.2",
2559 "resolv-conf",
2560 "smallvec",
2561 "thiserror 2.0.18",
2562 "tokio",
2563 "tracing",
2564]
2565
2566[[package]]
2567name = "hkdf"
2568version = "0.12.4"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2571dependencies = [
2572 "hmac",
2573]
2574
2575[[package]]
2576name = "hmac"
2577version = "0.12.1"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2580dependencies = [
2581 "digest",
2582]
2583
2584[[package]]
2585name = "home"
2586version = "0.5.12"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
2589dependencies = [
2590 "windows-sys 0.61.2",
2591]
2592
2593[[package]]
2594name = "html5ever"
2595version = "0.29.1"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
2598dependencies = [
2599 "log",
2600 "mac",
2601 "markup5ever 0.14.1",
2602 "match_token",
2603]
2604
2605[[package]]
2606name = "html5ever"
2607version = "0.36.1"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e"
2610dependencies = [
2611 "log",
2612 "markup5ever 0.36.1",
2613]
2614
2615[[package]]
2616name = "http"
2617version = "0.2.12"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2620dependencies = [
2621 "bytes",
2622 "fnv",
2623 "itoa",
2624]
2625
2626[[package]]
2627name = "http"
2628version = "1.4.0"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
2631dependencies = [
2632 "bytes",
2633 "itoa",
2634]
2635
2636[[package]]
2637name = "http-body"
2638version = "0.4.6"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2641dependencies = [
2642 "bytes",
2643 "http 0.2.12",
2644 "pin-project-lite",
2645]
2646
2647[[package]]
2648name = "http-body"
2649version = "1.0.1"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2652dependencies = [
2653 "bytes",
2654 "http 1.4.0",
2655]
2656
2657[[package]]
2658name = "http-body-util"
2659version = "0.1.3"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2662dependencies = [
2663 "bytes",
2664 "futures-core",
2665 "http 1.4.0",
2666 "http-body 1.0.1",
2667 "pin-project-lite",
2668]
2669
2670[[package]]
2671name = "httparse"
2672version = "1.10.1"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2675
2676[[package]]
2677name = "httpdate"
2678version = "1.0.3"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2681
2682[[package]]
2683name = "httpmock"
2684version = "0.7.0"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "08ec9586ee0910472dec1a1f0f8acf52f0fdde93aea74d70d4a3107b4be0fd5b"
2687dependencies = [
2688 "assert-json-diff",
2689 "async-object-pool",
2690 "async-std",
2691 "async-trait",
2692 "base64 0.21.7",
2693 "basic-cookies",
2694 "crossbeam-utils",
2695 "form_urlencoded",
2696 "futures-util",
2697 "hyper 0.14.32",
2698 "lazy_static",
2699 "levenshtein",
2700 "log",
2701 "regex",
2702 "serde",
2703 "serde_json",
2704 "serde_regex",
2705 "similar",
2706 "tokio",
2707 "url",
2708]
2709
2710[[package]]
2711name = "hyper"
2712version = "0.14.32"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2715dependencies = [
2716 "bytes",
2717 "futures-channel",
2718 "futures-core",
2719 "futures-util",
2720 "http 0.2.12",
2721 "http-body 0.4.6",
2722 "httparse",
2723 "httpdate",
2724 "itoa",
2725 "pin-project-lite",
2726 "socket2 0.5.10",
2727 "tokio",
2728 "tower-service",
2729 "tracing",
2730 "want",
2731]
2732
2733[[package]]
2734name = "hyper"
2735version = "1.8.1"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
2738dependencies = [
2739 "atomic-waker",
2740 "bytes",
2741 "futures-channel",
2742 "futures-core",
2743 "h2",
2744 "http 1.4.0",
2745 "http-body 1.0.1",
2746 "httparse",
2747 "httpdate",
2748 "itoa",
2749 "pin-project-lite",
2750 "pin-utils",
2751 "smallvec",
2752 "tokio",
2753 "want",
2754]
2755
2756[[package]]
2757name = "hyper-rustls"
2758version = "0.27.7"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2761dependencies = [
2762 "http 1.4.0",
2763 "hyper 1.8.1",
2764 "hyper-util",
2765 "rustls",
2766 "rustls-pki-types",
2767 "tokio",
2768 "tokio-rustls",
2769 "tower-service",
2770 "webpki-roots",
2771]
2772
2773[[package]]
2774name = "hyper-timeout"
2775version = "0.5.2"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
2778dependencies = [
2779 "hyper 1.8.1",
2780 "hyper-util",
2781 "pin-project-lite",
2782 "tokio",
2783 "tower-service",
2784]
2785
2786[[package]]
2787name = "hyper-tls"
2788version = "0.6.0"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2791dependencies = [
2792 "bytes",
2793 "http-body-util",
2794 "hyper 1.8.1",
2795 "hyper-util",
2796 "native-tls",
2797 "tokio",
2798 "tokio-native-tls",
2799 "tower-service",
2800]
2801
2802[[package]]
2803name = "hyper-util"
2804version = "0.1.20"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2807dependencies = [
2808 "base64 0.22.1",
2809 "bytes",
2810 "futures-channel",
2811 "futures-util",
2812 "http 1.4.0",
2813 "http-body 1.0.1",
2814 "hyper 1.8.1",
2815 "ipnet",
2816 "libc",
2817 "percent-encoding",
2818 "pin-project-lite",
2819 "socket2 0.6.3",
2820 "system-configuration",
2821 "tokio",
2822 "tower-service",
2823 "tracing",
2824 "windows-registry 0.6.1",
2825]
2826
2827[[package]]
2828name = "iana-time-zone"
2829version = "0.1.65"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2832dependencies = [
2833 "android_system_properties",
2834 "core-foundation-sys",
2835 "iana-time-zone-haiku",
2836 "js-sys",
2837 "log",
2838 "wasm-bindgen",
2839 "windows-core 0.62.2",
2840]
2841
2842[[package]]
2843name = "iana-time-zone-haiku"
2844version = "0.1.2"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2847dependencies = [
2848 "cc",
2849]
2850
2851[[package]]
2852name = "ico"
2853version = "0.5.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371"
2856dependencies = [
2857 "byteorder",
2858 "png",
2859]
2860
2861[[package]]
2862name = "icu_collections"
2863version = "2.1.1"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2866dependencies = [
2867 "displaydoc",
2868 "potential_utf",
2869 "yoke",
2870 "zerofrom",
2871 "zerovec",
2872]
2873
2874[[package]]
2875name = "icu_locale_core"
2876version = "2.1.1"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2879dependencies = [
2880 "displaydoc",
2881 "litemap",
2882 "tinystr",
2883 "writeable",
2884 "zerovec",
2885]
2886
2887[[package]]
2888name = "icu_normalizer"
2889version = "2.1.1"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2892dependencies = [
2893 "icu_collections",
2894 "icu_normalizer_data",
2895 "icu_properties",
2896 "icu_provider",
2897 "smallvec",
2898 "zerovec",
2899]
2900
2901[[package]]
2902name = "icu_normalizer_data"
2903version = "2.1.1"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2906
2907[[package]]
2908name = "icu_properties"
2909version = "2.1.2"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
2912dependencies = [
2913 "icu_collections",
2914 "icu_locale_core",
2915 "icu_properties_data",
2916 "icu_provider",
2917 "zerotrie",
2918 "zerovec",
2919]
2920
2921[[package]]
2922name = "icu_properties_data"
2923version = "2.1.2"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
2926
2927[[package]]
2928name = "icu_provider"
2929version = "2.1.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2932dependencies = [
2933 "displaydoc",
2934 "icu_locale_core",
2935 "writeable",
2936 "yoke",
2937 "zerofrom",
2938 "zerotrie",
2939 "zerovec",
2940]
2941
2942[[package]]
2943name = "id-arena"
2944version = "2.3.0"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2947
2948[[package]]
2949name = "ident_case"
2950version = "1.0.1"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2953
2954[[package]]
2955name = "identity-wallet"
2956version = "0.1.0"
2957dependencies = [
2958 "base64 0.21.7",
2959 "chrono",
2960 "crypto",
2961 "hickory-resolver",
2962 "httpmock",
2963 "log",
2964 "multibase",
2965 "p256",
2966 "rand_core 0.6.4",
2967 "reqwest 0.12.28",
2968 "security-framework",
2969 "serde",
2970 "serde_json",
2971 "sha2",
2972 "tauri",
2973 "tauri-build",
2974 "tauri-plugin-deep-link",
2975 "tauri-plugin-log",
2976 "tauri-plugin-opener",
2977 "thiserror 2.0.18",
2978 "tokio",
2979 "tracing",
2980 "url",
2981 "urlencoding",
2982 "uuid",
2983 "zeroize",
2984]
2985
2986[[package]]
2987name = "idna"
2988version = "1.1.0"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2991dependencies = [
2992 "idna_adapter",
2993 "smallvec",
2994 "utf8_iter",
2995]
2996
2997[[package]]
2998name = "idna_adapter"
2999version = "1.2.1"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
3002dependencies = [
3003 "icu_normalizer",
3004 "icu_properties",
3005]
3006
3007[[package]]
3008name = "indexmap"
3009version = "1.9.3"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3012dependencies = [
3013 "autocfg",
3014 "hashbrown 0.12.3",
3015 "serde",
3016]
3017
3018[[package]]
3019name = "indexmap"
3020version = "2.13.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
3023dependencies = [
3024 "equivalent",
3025 "hashbrown 0.16.1",
3026 "serde",
3027 "serde_core",
3028]
3029
3030[[package]]
3031name = "infer"
3032version = "0.19.0"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
3035dependencies = [
3036 "cfb",
3037]
3038
3039[[package]]
3040name = "inout"
3041version = "0.1.4"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
3044dependencies = [
3045 "generic-array",
3046]
3047
3048[[package]]
3049name = "ipconfig"
3050version = "0.3.2"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
3053dependencies = [
3054 "socket2 0.5.10",
3055 "widestring",
3056 "windows-sys 0.48.0",
3057 "winreg 0.50.0",
3058]
3059
3060[[package]]
3061name = "ipnet"
3062version = "2.12.0"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
3065
3066[[package]]
3067name = "iri-string"
3068version = "0.7.10"
3069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
3071dependencies = [
3072 "memchr",
3073 "serde",
3074]
3075
3076[[package]]
3077name = "is-docker"
3078version = "0.2.0"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
3081dependencies = [
3082 "once_cell",
3083]
3084
3085[[package]]
3086name = "is-wsl"
3087version = "0.4.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
3090dependencies = [
3091 "is-docker",
3092 "once_cell",
3093]
3094
3095[[package]]
3096name = "is_terminal_polyfill"
3097version = "1.70.2"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3100
3101[[package]]
3102name = "itertools"
3103version = "0.11.0"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
3106dependencies = [
3107 "either",
3108]
3109
3110[[package]]
3111name = "itertools"
3112version = "0.14.0"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3115dependencies = [
3116 "either",
3117]
3118
3119[[package]]
3120name = "itoa"
3121version = "1.0.17"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
3124
3125[[package]]
3126name = "javascriptcore-rs"
3127version = "1.1.2"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
3130dependencies = [
3131 "bitflags 1.3.2",
3132 "glib",
3133 "javascriptcore-rs-sys",
3134]
3135
3136[[package]]
3137name = "javascriptcore-rs-sys"
3138version = "1.1.1"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
3141dependencies = [
3142 "glib-sys",
3143 "gobject-sys",
3144 "libc",
3145 "system-deps",
3146]
3147
3148[[package]]
3149name = "jni"
3150version = "0.21.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3153dependencies = [
3154 "cesu8",
3155 "cfg-if",
3156 "combine",
3157 "jni-sys",
3158 "log",
3159 "thiserror 1.0.69",
3160 "walkdir",
3161 "windows-sys 0.45.0",
3162]
3163
3164[[package]]
3165name = "jni-sys"
3166version = "0.3.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
3169
3170[[package]]
3171name = "js-sys"
3172version = "0.3.91"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
3175dependencies = [
3176 "once_cell",
3177 "wasm-bindgen",
3178]
3179
3180[[package]]
3181name = "json-patch"
3182version = "3.0.1"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
3185dependencies = [
3186 "jsonptr",
3187 "serde",
3188 "serde_json",
3189 "thiserror 1.0.69",
3190]
3191
3192[[package]]
3193name = "jsonptr"
3194version = "0.6.3"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
3197dependencies = [
3198 "serde",
3199 "serde_json",
3200]
3201
3202[[package]]
3203name = "jsonwebtoken"
3204version = "9.3.1"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
3207dependencies = [
3208 "base64 0.22.1",
3209 "js-sys",
3210 "pem",
3211 "ring",
3212 "serde",
3213 "serde_json",
3214 "simple_asn1",
3215]
3216
3217[[package]]
3218name = "keyboard-types"
3219version = "0.7.0"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
3222dependencies = [
3223 "bitflags 2.11.0",
3224 "serde",
3225 "unicode-segmentation",
3226]
3227
3228[[package]]
3229name = "kuchikiki"
3230version = "0.8.8-speedreader"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
3233dependencies = [
3234 "cssparser 0.29.6",
3235 "html5ever 0.29.1",
3236 "indexmap 2.13.0",
3237 "selectors 0.24.0",
3238]
3239
3240[[package]]
3241name = "kv-log-macro"
3242version = "1.0.7"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3245dependencies = [
3246 "log",
3247]
3248
3249[[package]]
3250name = "lalrpop"
3251version = "0.20.2"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
3254dependencies = [
3255 "ascii-canvas",
3256 "bit-set 0.5.3",
3257 "ena",
3258 "itertools 0.11.0",
3259 "lalrpop-util",
3260 "petgraph",
3261 "pico-args",
3262 "regex",
3263 "regex-syntax",
3264 "string_cache 0.8.9",
3265 "term",
3266 "tiny-keccak",
3267 "unicode-xid",
3268 "walkdir",
3269]
3270
3271[[package]]
3272name = "lalrpop-util"
3273version = "0.20.2"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
3276dependencies = [
3277 "regex-automata",
3278]
3279
3280[[package]]
3281name = "lazy_static"
3282version = "1.5.0"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3285dependencies = [
3286 "spin",
3287]
3288
3289[[package]]
3290name = "leb128fmt"
3291version = "0.1.0"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
3294
3295[[package]]
3296name = "levenshtein"
3297version = "1.0.5"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
3300
3301[[package]]
3302name = "libappindicator"
3303version = "0.9.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
3306dependencies = [
3307 "glib",
3308 "gtk",
3309 "gtk-sys",
3310 "libappindicator-sys",
3311 "log",
3312]
3313
3314[[package]]
3315name = "libappindicator-sys"
3316version = "0.9.0"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
3319dependencies = [
3320 "gtk-sys",
3321 "libloading",
3322 "once_cell",
3323]
3324
3325[[package]]
3326name = "libc"
3327version = "0.2.183"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
3330
3331[[package]]
3332name = "libloading"
3333version = "0.7.4"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3336dependencies = [
3337 "cfg-if",
3338 "winapi",
3339]
3340
3341[[package]]
3342name = "libm"
3343version = "0.2.16"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3346
3347[[package]]
3348name = "libredox"
3349version = "0.1.14"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
3352dependencies = [
3353 "bitflags 2.11.0",
3354 "libc",
3355 "plain",
3356 "redox_syscall 0.7.3",
3357]
3358
3359[[package]]
3360name = "libsqlite3-sys"
3361version = "0.30.1"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
3364dependencies = [
3365 "cc",
3366 "pkg-config",
3367 "vcpkg",
3368]
3369
3370[[package]]
3371name = "linux-raw-sys"
3372version = "0.12.1"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
3375
3376[[package]]
3377name = "litemap"
3378version = "0.8.1"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
3381
3382[[package]]
3383name = "lock_api"
3384version = "0.4.14"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3387dependencies = [
3388 "scopeguard",
3389]
3390
3391[[package]]
3392name = "log"
3393version = "0.4.29"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
3396dependencies = [
3397 "value-bag",
3398]
3399
3400[[package]]
3401name = "lru-slab"
3402version = "0.1.2"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3405
3406[[package]]
3407name = "mac"
3408version = "0.1.1"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
3411
3412[[package]]
3413name = "markup5ever"
3414version = "0.14.1"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
3417dependencies = [
3418 "log",
3419 "phf 0.11.3",
3420 "phf_codegen 0.11.3",
3421 "string_cache 0.8.9",
3422 "string_cache_codegen 0.5.4",
3423 "tendril",
3424]
3425
3426[[package]]
3427name = "markup5ever"
3428version = "0.36.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
3431dependencies = [
3432 "log",
3433 "tendril",
3434 "web_atoms",
3435]
3436
3437[[package]]
3438name = "match-lookup"
3439version = "0.1.2"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
3442dependencies = [
3443 "proc-macro2",
3444 "quote",
3445 "syn 2.0.117",
3446]
3447
3448[[package]]
3449name = "match_token"
3450version = "0.1.0"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
3453dependencies = [
3454 "proc-macro2",
3455 "quote",
3456 "syn 2.0.117",
3457]
3458
3459[[package]]
3460name = "matchers"
3461version = "0.2.0"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3464dependencies = [
3465 "regex-automata",
3466]
3467
3468[[package]]
3469name = "matches"
3470version = "0.1.10"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3473
3474[[package]]
3475name = "matchit"
3476version = "0.7.3"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
3479
3480[[package]]
3481name = "md-5"
3482version = "0.10.6"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3485dependencies = [
3486 "cfg-if",
3487 "digest",
3488]
3489
3490[[package]]
3491name = "memchr"
3492version = "2.8.0"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
3495
3496[[package]]
3497name = "memoffset"
3498version = "0.9.1"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3501dependencies = [
3502 "autocfg",
3503]
3504
3505[[package]]
3506name = "mime"
3507version = "0.3.17"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3510
3511[[package]]
3512name = "miniz_oxide"
3513version = "0.8.9"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3516dependencies = [
3517 "adler2",
3518 "simd-adler32",
3519]
3520
3521[[package]]
3522name = "mio"
3523version = "1.1.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
3526dependencies = [
3527 "libc",
3528 "wasi 0.11.1+wasi-snapshot-preview1",
3529 "windows-sys 0.61.2",
3530]
3531
3532[[package]]
3533name = "moka"
3534version = "0.12.14"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b"
3537dependencies = [
3538 "crossbeam-channel",
3539 "crossbeam-epoch",
3540 "crossbeam-utils",
3541 "equivalent",
3542 "parking_lot",
3543 "portable-atomic",
3544 "smallvec",
3545 "tagptr",
3546 "uuid",
3547]
3548
3549[[package]]
3550name = "muda"
3551version = "0.17.1"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a"
3554dependencies = [
3555 "crossbeam-channel",
3556 "dpi",
3557 "gtk",
3558 "keyboard-types",
3559 "objc2",
3560 "objc2-app-kit",
3561 "objc2-core-foundation",
3562 "objc2-foundation",
3563 "once_cell",
3564 "png",
3565 "serde",
3566 "thiserror 2.0.18",
3567 "windows-sys 0.60.2",
3568]
3569
3570[[package]]
3571name = "multibase"
3572version = "0.9.2"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
3575dependencies = [
3576 "base-x",
3577 "base256emoji",
3578 "data-encoding",
3579 "data-encoding-macro",
3580]
3581
3582[[package]]
3583name = "native-tls"
3584version = "0.2.18"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
3587dependencies = [
3588 "libc",
3589 "log",
3590 "openssl",
3591 "openssl-probe",
3592 "openssl-sys",
3593 "schannel",
3594 "security-framework",
3595 "security-framework-sys",
3596 "tempfile",
3597]
3598
3599[[package]]
3600name = "ndk"
3601version = "0.9.0"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3604dependencies = [
3605 "bitflags 2.11.0",
3606 "jni-sys",
3607 "log",
3608 "ndk-sys",
3609 "num_enum",
3610 "raw-window-handle",
3611 "thiserror 1.0.69",
3612]
3613
3614[[package]]
3615name = "ndk-context"
3616version = "0.1.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3619
3620[[package]]
3621name = "ndk-sys"
3622version = "0.6.0+11769913"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3625dependencies = [
3626 "jni-sys",
3627]
3628
3629[[package]]
3630name = "new_debug_unreachable"
3631version = "1.0.6"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3634
3635[[package]]
3636name = "nodrop"
3637version = "0.1.14"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
3640
3641[[package]]
3642name = "nu-ansi-term"
3643version = "0.50.3"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3646dependencies = [
3647 "windows-sys 0.61.2",
3648]
3649
3650[[package]]
3651name = "num-bigint"
3652version = "0.4.6"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3655dependencies = [
3656 "num-integer",
3657 "num-traits",
3658]
3659
3660[[package]]
3661name = "num-bigint-dig"
3662version = "0.8.6"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
3665dependencies = [
3666 "lazy_static",
3667 "libm",
3668 "num-integer",
3669 "num-iter",
3670 "num-traits",
3671 "rand 0.8.5",
3672 "smallvec",
3673 "zeroize",
3674]
3675
3676[[package]]
3677name = "num-conv"
3678version = "0.2.0"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
3681
3682[[package]]
3683name = "num-integer"
3684version = "0.1.46"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3687dependencies = [
3688 "num-traits",
3689]
3690
3691[[package]]
3692name = "num-iter"
3693version = "0.1.45"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3696dependencies = [
3697 "autocfg",
3698 "num-integer",
3699 "num-traits",
3700]
3701
3702[[package]]
3703name = "num-traits"
3704version = "0.2.19"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3707dependencies = [
3708 "autocfg",
3709 "libm",
3710]
3711
3712[[package]]
3713name = "num_cpus"
3714version = "1.17.0"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3717dependencies = [
3718 "hermit-abi",
3719 "libc",
3720]
3721
3722[[package]]
3723name = "num_enum"
3724version = "0.7.5"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
3727dependencies = [
3728 "num_enum_derive",
3729 "rustversion",
3730]
3731
3732[[package]]
3733name = "num_enum_derive"
3734version = "0.7.5"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
3737dependencies = [
3738 "proc-macro-crate 3.5.0",
3739 "proc-macro2",
3740 "quote",
3741 "syn 2.0.117",
3742]
3743
3744[[package]]
3745name = "num_threads"
3746version = "0.1.7"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3749dependencies = [
3750 "libc",
3751]
3752
3753[[package]]
3754name = "objc2"
3755version = "0.6.4"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
3758dependencies = [
3759 "objc2-encode",
3760 "objc2-exception-helper",
3761]
3762
3763[[package]]
3764name = "objc2-app-kit"
3765version = "0.3.2"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
3768dependencies = [
3769 "bitflags 2.11.0",
3770 "block2",
3771 "objc2",
3772 "objc2-core-foundation",
3773 "objc2-foundation",
3774]
3775
3776[[package]]
3777name = "objc2-core-foundation"
3778version = "0.3.2"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3781dependencies = [
3782 "bitflags 2.11.0",
3783 "dispatch2",
3784 "objc2",
3785]
3786
3787[[package]]
3788name = "objc2-core-graphics"
3789version = "0.3.2"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
3792dependencies = [
3793 "bitflags 2.11.0",
3794 "dispatch2",
3795 "objc2",
3796 "objc2-core-foundation",
3797 "objc2-io-surface",
3798]
3799
3800[[package]]
3801name = "objc2-encode"
3802version = "4.1.0"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3805
3806[[package]]
3807name = "objc2-exception-helper"
3808version = "0.1.1"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
3811dependencies = [
3812 "cc",
3813]
3814
3815[[package]]
3816name = "objc2-foundation"
3817version = "0.3.2"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
3820dependencies = [
3821 "bitflags 2.11.0",
3822 "block2",
3823 "objc2",
3824 "objc2-core-foundation",
3825]
3826
3827[[package]]
3828name = "objc2-io-surface"
3829version = "0.3.2"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
3832dependencies = [
3833 "bitflags 2.11.0",
3834 "objc2",
3835 "objc2-core-foundation",
3836]
3837
3838[[package]]
3839name = "objc2-quartz-core"
3840version = "0.3.2"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
3843dependencies = [
3844 "bitflags 2.11.0",
3845 "objc2",
3846 "objc2-core-foundation",
3847 "objc2-foundation",
3848]
3849
3850[[package]]
3851name = "objc2-ui-kit"
3852version = "0.3.2"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
3855dependencies = [
3856 "bitflags 2.11.0",
3857 "objc2",
3858 "objc2-core-foundation",
3859 "objc2-foundation",
3860]
3861
3862[[package]]
3863name = "objc2-web-kit"
3864version = "0.3.2"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
3867dependencies = [
3868 "bitflags 2.11.0",
3869 "block2",
3870 "objc2",
3871 "objc2-app-kit",
3872 "objc2-core-foundation",
3873 "objc2-foundation",
3874]
3875
3876[[package]]
3877name = "once_cell"
3878version = "1.21.3"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3881dependencies = [
3882 "critical-section",
3883 "portable-atomic",
3884]
3885
3886[[package]]
3887name = "once_cell_polyfill"
3888version = "1.70.2"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
3891
3892[[package]]
3893name = "opaque-debug"
3894version = "0.3.1"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3897
3898[[package]]
3899name = "open"
3900version = "5.3.3"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc"
3903dependencies = [
3904 "dunce",
3905 "is-wsl",
3906 "libc",
3907 "pathdiff",
3908]
3909
3910[[package]]
3911name = "openssl"
3912version = "0.10.76"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
3915dependencies = [
3916 "bitflags 2.11.0",
3917 "cfg-if",
3918 "foreign-types 0.3.2",
3919 "libc",
3920 "once_cell",
3921 "openssl-macros",
3922 "openssl-sys",
3923]
3924
3925[[package]]
3926name = "openssl-macros"
3927version = "0.1.1"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3930dependencies = [
3931 "proc-macro2",
3932 "quote",
3933 "syn 2.0.117",
3934]
3935
3936[[package]]
3937name = "openssl-probe"
3938version = "0.2.1"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
3941
3942[[package]]
3943name = "openssl-sys"
3944version = "0.9.112"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
3947dependencies = [
3948 "cc",
3949 "libc",
3950 "pkg-config",
3951 "vcpkg",
3952]
3953
3954[[package]]
3955name = "opentelemetry"
3956version = "0.28.0"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "236e667b670a5cdf90c258f5a55794ec5ac5027e960c224bff8367a59e1e6426"
3959dependencies = [
3960 "futures-core",
3961 "futures-sink",
3962 "js-sys",
3963 "pin-project-lite",
3964 "thiserror 2.0.18",
3965 "tracing",
3966]
3967
3968[[package]]
3969name = "opentelemetry-http"
3970version = "0.28.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "a8863faf2910030d139fb48715ad5ff2f35029fc5f244f6d5f689ddcf4d26253"
3973dependencies = [
3974 "async-trait",
3975 "bytes",
3976 "http 1.4.0",
3977 "opentelemetry",
3978 "reqwest 0.12.28",
3979 "tracing",
3980]
3981
3982[[package]]
3983name = "opentelemetry-otlp"
3984version = "0.28.0"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "5bef114c6d41bea83d6dc60eb41720eedd0261a67af57b66dd2b84ac46c01d91"
3987dependencies = [
3988 "async-trait",
3989 "futures-core",
3990 "http 1.4.0",
3991 "opentelemetry",
3992 "opentelemetry-http",
3993 "opentelemetry-proto",
3994 "opentelemetry_sdk",
3995 "prost",
3996 "reqwest 0.12.28",
3997 "thiserror 2.0.18",
3998 "tokio",
3999 "tonic",
4000 "tracing",
4001]
4002
4003[[package]]
4004name = "opentelemetry-proto"
4005version = "0.28.0"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "56f8870d3024727e99212eb3bb1762ec16e255e3e6f58eeb3dc8db1aa226746d"
4008dependencies = [
4009 "opentelemetry",
4010 "opentelemetry_sdk",
4011 "prost",
4012 "tonic",
4013]
4014
4015[[package]]
4016name = "opentelemetry_sdk"
4017version = "0.28.0"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "84dfad6042089c7fc1f6118b7040dc2eb4ab520abbf410b79dc481032af39570"
4020dependencies = [
4021 "async-trait",
4022 "futures-channel",
4023 "futures-executor",
4024 "futures-util",
4025 "glob",
4026 "opentelemetry",
4027 "percent-encoding",
4028 "rand 0.8.5",
4029 "serde_json",
4030 "thiserror 2.0.18",
4031 "tokio",
4032 "tokio-stream",
4033 "tracing",
4034]
4035
4036[[package]]
4037name = "option-ext"
4038version = "0.2.0"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4041
4042[[package]]
4043name = "ordered-multimap"
4044version = "0.7.3"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
4047dependencies = [
4048 "dlv-list",
4049 "hashbrown 0.14.5",
4050]
4051
4052[[package]]
4053name = "ordered-stream"
4054version = "0.2.0"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
4057dependencies = [
4058 "futures-core",
4059 "pin-project-lite",
4060]
4061
4062[[package]]
4063name = "p256"
4064version = "0.13.2"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
4067dependencies = [
4068 "ecdsa",
4069 "elliptic-curve",
4070 "primeorder",
4071 "sha2",
4072]
4073
4074[[package]]
4075name = "pango"
4076version = "0.18.3"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
4079dependencies = [
4080 "gio",
4081 "glib",
4082 "libc",
4083 "once_cell",
4084 "pango-sys",
4085]
4086
4087[[package]]
4088name = "pango-sys"
4089version = "0.18.0"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
4092dependencies = [
4093 "glib-sys",
4094 "gobject-sys",
4095 "libc",
4096 "system-deps",
4097]
4098
4099[[package]]
4100name = "parking"
4101version = "2.2.1"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4104
4105[[package]]
4106name = "parking_lot"
4107version = "0.12.5"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4110dependencies = [
4111 "lock_api",
4112 "parking_lot_core",
4113]
4114
4115[[package]]
4116name = "parking_lot_core"
4117version = "0.9.12"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4120dependencies = [
4121 "cfg-if",
4122 "libc",
4123 "redox_syscall 0.5.18",
4124 "smallvec",
4125 "windows-link 0.2.1",
4126]
4127
4128[[package]]
4129name = "password-hash"
4130version = "0.5.0"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
4133dependencies = [
4134 "base64ct",
4135 "rand_core 0.6.4",
4136 "subtle",
4137]
4138
4139[[package]]
4140name = "pathdiff"
4141version = "0.2.3"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
4144
4145[[package]]
4146name = "pem"
4147version = "3.0.6"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
4150dependencies = [
4151 "base64 0.22.1",
4152 "serde_core",
4153]
4154
4155[[package]]
4156name = "pem-rfc7468"
4157version = "0.7.0"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
4160dependencies = [
4161 "base64ct",
4162]
4163
4164[[package]]
4165name = "percent-encoding"
4166version = "2.3.2"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4169
4170[[package]]
4171name = "petgraph"
4172version = "0.6.5"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4175dependencies = [
4176 "fixedbitset",
4177 "indexmap 2.13.0",
4178]
4179
4180[[package]]
4181name = "phf"
4182version = "0.8.0"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
4185dependencies = [
4186 "phf_shared 0.8.0",
4187]
4188
4189[[package]]
4190name = "phf"
4191version = "0.10.1"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
4194dependencies = [
4195 "phf_macros 0.10.0",
4196 "phf_shared 0.10.0",
4197 "proc-macro-hack",
4198]
4199
4200[[package]]
4201name = "phf"
4202version = "0.11.3"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
4205dependencies = [
4206 "phf_macros 0.11.3",
4207 "phf_shared 0.11.3",
4208]
4209
4210[[package]]
4211name = "phf"
4212version = "0.13.1"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
4215dependencies = [
4216 "phf_macros 0.13.1",
4217 "phf_shared 0.13.1",
4218 "serde",
4219]
4220
4221[[package]]
4222name = "phf_codegen"
4223version = "0.8.0"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
4226dependencies = [
4227 "phf_generator 0.8.0",
4228 "phf_shared 0.8.0",
4229]
4230
4231[[package]]
4232name = "phf_codegen"
4233version = "0.11.3"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
4236dependencies = [
4237 "phf_generator 0.11.3",
4238 "phf_shared 0.11.3",
4239]
4240
4241[[package]]
4242name = "phf_codegen"
4243version = "0.13.1"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
4246dependencies = [
4247 "phf_generator 0.13.1",
4248 "phf_shared 0.13.1",
4249]
4250
4251[[package]]
4252name = "phf_generator"
4253version = "0.8.0"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
4256dependencies = [
4257 "phf_shared 0.8.0",
4258 "rand 0.7.3",
4259]
4260
4261[[package]]
4262name = "phf_generator"
4263version = "0.10.0"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
4266dependencies = [
4267 "phf_shared 0.10.0",
4268 "rand 0.8.5",
4269]
4270
4271[[package]]
4272name = "phf_generator"
4273version = "0.11.3"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
4276dependencies = [
4277 "phf_shared 0.11.3",
4278 "rand 0.8.5",
4279]
4280
4281[[package]]
4282name = "phf_generator"
4283version = "0.13.1"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
4286dependencies = [
4287 "fastrand",
4288 "phf_shared 0.13.1",
4289]
4290
4291[[package]]
4292name = "phf_macros"
4293version = "0.10.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
4296dependencies = [
4297 "phf_generator 0.10.0",
4298 "phf_shared 0.10.0",
4299 "proc-macro-hack",
4300 "proc-macro2",
4301 "quote",
4302 "syn 1.0.109",
4303]
4304
4305[[package]]
4306name = "phf_macros"
4307version = "0.11.3"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
4310dependencies = [
4311 "phf_generator 0.11.3",
4312 "phf_shared 0.11.3",
4313 "proc-macro2",
4314 "quote",
4315 "syn 2.0.117",
4316]
4317
4318[[package]]
4319name = "phf_macros"
4320version = "0.13.1"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
4323dependencies = [
4324 "phf_generator 0.13.1",
4325 "phf_shared 0.13.1",
4326 "proc-macro2",
4327 "quote",
4328 "syn 2.0.117",
4329]
4330
4331[[package]]
4332name = "phf_shared"
4333version = "0.8.0"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
4336dependencies = [
4337 "siphasher 0.3.11",
4338]
4339
4340[[package]]
4341name = "phf_shared"
4342version = "0.10.0"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
4345dependencies = [
4346 "siphasher 0.3.11",
4347]
4348
4349[[package]]
4350name = "phf_shared"
4351version = "0.11.3"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
4354dependencies = [
4355 "siphasher 1.0.2",
4356]
4357
4358[[package]]
4359name = "phf_shared"
4360version = "0.13.1"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
4363dependencies = [
4364 "siphasher 1.0.2",
4365]
4366
4367[[package]]
4368name = "pico-args"
4369version = "0.5.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
4372
4373[[package]]
4374name = "pin-project"
4375version = "1.1.11"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
4378dependencies = [
4379 "pin-project-internal",
4380]
4381
4382[[package]]
4383name = "pin-project-internal"
4384version = "1.1.11"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
4387dependencies = [
4388 "proc-macro2",
4389 "quote",
4390 "syn 2.0.117",
4391]
4392
4393[[package]]
4394name = "pin-project-lite"
4395version = "0.2.17"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
4398
4399[[package]]
4400name = "pin-utils"
4401version = "0.1.0"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4404
4405[[package]]
4406name = "piper"
4407version = "0.2.5"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
4410dependencies = [
4411 "atomic-waker",
4412 "fastrand",
4413 "futures-io",
4414]
4415
4416[[package]]
4417name = "pkcs1"
4418version = "0.7.5"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
4421dependencies = [
4422 "der",
4423 "pkcs8",
4424 "spki",
4425]
4426
4427[[package]]
4428name = "pkcs8"
4429version = "0.10.2"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
4432dependencies = [
4433 "der",
4434 "spki",
4435]
4436
4437[[package]]
4438name = "pkg-config"
4439version = "0.3.32"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
4442
4443[[package]]
4444name = "plain"
4445version = "0.2.3"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
4448
4449[[package]]
4450name = "plist"
4451version = "1.8.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
4454dependencies = [
4455 "base64 0.22.1",
4456 "indexmap 2.13.0",
4457 "quick-xml",
4458 "serde",
4459 "time",
4460]
4461
4462[[package]]
4463name = "png"
4464version = "0.17.16"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
4467dependencies = [
4468 "bitflags 1.3.2",
4469 "crc32fast",
4470 "fdeflate",
4471 "flate2",
4472 "miniz_oxide",
4473]
4474
4475[[package]]
4476name = "polling"
4477version = "3.11.0"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
4480dependencies = [
4481 "cfg-if",
4482 "concurrent-queue",
4483 "hermit-abi",
4484 "pin-project-lite",
4485 "rustix",
4486 "windows-sys 0.61.2",
4487]
4488
4489[[package]]
4490name = "polyval"
4491version = "0.6.2"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4494dependencies = [
4495 "cfg-if",
4496 "cpufeatures",
4497 "opaque-debug",
4498 "universal-hash",
4499]
4500
4501[[package]]
4502name = "portable-atomic"
4503version = "1.13.1"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
4506
4507[[package]]
4508name = "potential_utf"
4509version = "0.1.4"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
4512dependencies = [
4513 "zerovec",
4514]
4515
4516[[package]]
4517name = "powerfmt"
4518version = "0.2.0"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4521
4522[[package]]
4523name = "ppv-lite86"
4524version = "0.2.21"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4527dependencies = [
4528 "zerocopy",
4529]
4530
4531[[package]]
4532name = "precomputed-hash"
4533version = "0.1.1"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
4536
4537[[package]]
4538name = "prettyplease"
4539version = "0.2.37"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4542dependencies = [
4543 "proc-macro2",
4544 "syn 2.0.117",
4545]
4546
4547[[package]]
4548name = "primeorder"
4549version = "0.13.6"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
4552dependencies = [
4553 "elliptic-curve",
4554]
4555
4556[[package]]
4557name = "proc-macro-crate"
4558version = "1.3.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
4561dependencies = [
4562 "once_cell",
4563 "toml_edit 0.19.15",
4564]
4565
4566[[package]]
4567name = "proc-macro-crate"
4568version = "2.0.0"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
4571dependencies = [
4572 "toml_edit 0.20.7",
4573]
4574
4575[[package]]
4576name = "proc-macro-crate"
4577version = "3.5.0"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
4580dependencies = [
4581 "toml_edit 0.25.4+spec-1.1.0",
4582]
4583
4584[[package]]
4585name = "proc-macro-error"
4586version = "1.0.4"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4589dependencies = [
4590 "proc-macro-error-attr",
4591 "proc-macro2",
4592 "quote",
4593 "syn 1.0.109",
4594 "version_check",
4595]
4596
4597[[package]]
4598name = "proc-macro-error-attr"
4599version = "1.0.4"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4602dependencies = [
4603 "proc-macro2",
4604 "quote",
4605 "version_check",
4606]
4607
4608[[package]]
4609name = "proc-macro-hack"
4610version = "0.5.20+deprecated"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
4613
4614[[package]]
4615name = "proc-macro2"
4616version = "1.0.106"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
4619dependencies = [
4620 "unicode-ident",
4621]
4622
4623[[package]]
4624name = "prost"
4625version = "0.13.5"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
4628dependencies = [
4629 "bytes",
4630 "prost-derive",
4631]
4632
4633[[package]]
4634name = "prost-derive"
4635version = "0.13.5"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
4638dependencies = [
4639 "anyhow",
4640 "itertools 0.14.0",
4641 "proc-macro2",
4642 "quote",
4643 "syn 2.0.117",
4644]
4645
4646[[package]]
4647name = "ptr_meta"
4648version = "0.1.4"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
4651dependencies = [
4652 "ptr_meta_derive",
4653]
4654
4655[[package]]
4656name = "ptr_meta_derive"
4657version = "0.1.4"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
4660dependencies = [
4661 "proc-macro2",
4662 "quote",
4663 "syn 1.0.109",
4664]
4665
4666[[package]]
4667name = "quick-xml"
4668version = "0.38.4"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
4671dependencies = [
4672 "memchr",
4673]
4674
4675[[package]]
4676name = "quinn"
4677version = "0.11.9"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4680dependencies = [
4681 "bytes",
4682 "cfg_aliases",
4683 "pin-project-lite",
4684 "quinn-proto",
4685 "quinn-udp",
4686 "rustc-hash",
4687 "rustls",
4688 "socket2 0.6.3",
4689 "thiserror 2.0.18",
4690 "tokio",
4691 "tracing",
4692 "web-time",
4693]
4694
4695[[package]]
4696name = "quinn-proto"
4697version = "0.11.14"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
4700dependencies = [
4701 "bytes",
4702 "getrandom 0.3.4",
4703 "lru-slab",
4704 "rand 0.9.2",
4705 "ring",
4706 "rustc-hash",
4707 "rustls",
4708 "rustls-pki-types",
4709 "slab",
4710 "thiserror 2.0.18",
4711 "tinyvec",
4712 "tracing",
4713 "web-time",
4714]
4715
4716[[package]]
4717name = "quinn-udp"
4718version = "0.5.14"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
4721dependencies = [
4722 "cfg_aliases",
4723 "libc",
4724 "once_cell",
4725 "socket2 0.6.3",
4726 "tracing",
4727 "windows-sys 0.60.2",
4728]
4729
4730[[package]]
4731name = "quote"
4732version = "1.0.45"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
4735dependencies = [
4736 "proc-macro2",
4737]
4738
4739[[package]]
4740name = "r-efi"
4741version = "5.3.0"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4744
4745[[package]]
4746name = "r-efi"
4747version = "6.0.0"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
4750
4751[[package]]
4752name = "radium"
4753version = "0.7.0"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
4756
4757[[package]]
4758name = "rand"
4759version = "0.7.3"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
4762dependencies = [
4763 "getrandom 0.1.16",
4764 "libc",
4765 "rand_chacha 0.2.2",
4766 "rand_core 0.5.1",
4767 "rand_hc",
4768 "rand_pcg",
4769]
4770
4771[[package]]
4772name = "rand"
4773version = "0.8.5"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4776dependencies = [
4777 "libc",
4778 "rand_chacha 0.3.1",
4779 "rand_core 0.6.4",
4780]
4781
4782[[package]]
4783name = "rand"
4784version = "0.9.2"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4787dependencies = [
4788 "rand_chacha 0.9.0",
4789 "rand_core 0.9.5",
4790]
4791
4792[[package]]
4793name = "rand_chacha"
4794version = "0.2.2"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
4797dependencies = [
4798 "ppv-lite86",
4799 "rand_core 0.5.1",
4800]
4801
4802[[package]]
4803name = "rand_chacha"
4804version = "0.3.1"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4807dependencies = [
4808 "ppv-lite86",
4809 "rand_core 0.6.4",
4810]
4811
4812[[package]]
4813name = "rand_chacha"
4814version = "0.9.0"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4817dependencies = [
4818 "ppv-lite86",
4819 "rand_core 0.9.5",
4820]
4821
4822[[package]]
4823name = "rand_core"
4824version = "0.5.1"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
4827dependencies = [
4828 "getrandom 0.1.16",
4829]
4830
4831[[package]]
4832name = "rand_core"
4833version = "0.6.4"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4836dependencies = [
4837 "getrandom 0.2.17",
4838]
4839
4840[[package]]
4841name = "rand_core"
4842version = "0.9.5"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
4845dependencies = [
4846 "getrandom 0.3.4",
4847]
4848
4849[[package]]
4850name = "rand_hc"
4851version = "0.2.0"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
4854dependencies = [
4855 "rand_core 0.5.1",
4856]
4857
4858[[package]]
4859name = "rand_pcg"
4860version = "0.2.1"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
4863dependencies = [
4864 "rand_core 0.5.1",
4865]
4866
4867[[package]]
4868name = "raw-window-handle"
4869version = "0.6.2"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
4872
4873[[package]]
4874name = "redox_syscall"
4875version = "0.5.18"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4878dependencies = [
4879 "bitflags 2.11.0",
4880]
4881
4882[[package]]
4883name = "redox_syscall"
4884version = "0.7.3"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
4887dependencies = [
4888 "bitflags 2.11.0",
4889]
4890
4891[[package]]
4892name = "redox_users"
4893version = "0.4.6"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
4896dependencies = [
4897 "getrandom 0.2.17",
4898 "libredox",
4899 "thiserror 1.0.69",
4900]
4901
4902[[package]]
4903name = "redox_users"
4904version = "0.5.2"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
4907dependencies = [
4908 "getrandom 0.2.17",
4909 "libredox",
4910 "thiserror 2.0.18",
4911]
4912
4913[[package]]
4914name = "ref-cast"
4915version = "1.0.25"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4918dependencies = [
4919 "ref-cast-impl",
4920]
4921
4922[[package]]
4923name = "ref-cast-impl"
4924version = "1.0.25"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4927dependencies = [
4928 "proc-macro2",
4929 "quote",
4930 "syn 2.0.117",
4931]
4932
4933[[package]]
4934name = "regex"
4935version = "1.12.3"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
4938dependencies = [
4939 "aho-corasick",
4940 "memchr",
4941 "regex-automata",
4942 "regex-syntax",
4943]
4944
4945[[package]]
4946name = "regex-automata"
4947version = "0.4.14"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
4950dependencies = [
4951 "aho-corasick",
4952 "memchr",
4953 "regex-syntax",
4954]
4955
4956[[package]]
4957name = "regex-syntax"
4958version = "0.8.10"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
4961
4962[[package]]
4963name = "relay"
4964version = "0.1.0"
4965dependencies = [
4966 "anyhow",
4967 "argon2",
4968 "axum",
4969 "base64 0.21.7",
4970 "clap",
4971 "common",
4972 "crypto",
4973 "data-encoding",
4974 "hickory-resolver",
4975 "jsonwebtoken",
4976 "opentelemetry",
4977 "opentelemetry-otlp",
4978 "opentelemetry_sdk",
4979 "p256",
4980 "rand_core 0.6.4",
4981 "reqwest 0.12.28",
4982 "serde",
4983 "serde_json",
4984 "sha2",
4985 "sqlx",
4986 "subtle",
4987 "tempfile",
4988 "thiserror 2.0.18",
4989 "tokio",
4990 "tower 0.5.3",
4991 "tower-http 0.5.2",
4992 "tracing",
4993 "tracing-opentelemetry",
4994 "tracing-subscriber",
4995 "uuid",
4996 "wiremock",
4997 "zeroize",
4998]
4999
5000[[package]]
5001name = "rend"
5002version = "0.4.2"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
5005dependencies = [
5006 "bytecheck",
5007]
5008
5009[[package]]
5010name = "repo-engine"
5011version = "0.1.0"
5012
5013[[package]]
5014name = "reqwest"
5015version = "0.12.28"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5018dependencies = [
5019 "base64 0.22.1",
5020 "bytes",
5021 "encoding_rs",
5022 "futures-channel",
5023 "futures-core",
5024 "futures-util",
5025 "h2",
5026 "http 1.4.0",
5027 "http-body 1.0.1",
5028 "http-body-util",
5029 "hyper 1.8.1",
5030 "hyper-rustls",
5031 "hyper-tls",
5032 "hyper-util",
5033 "js-sys",
5034 "log",
5035 "mime",
5036 "native-tls",
5037 "percent-encoding",
5038 "pin-project-lite",
5039 "quinn",
5040 "rustls",
5041 "rustls-pki-types",
5042 "serde",
5043 "serde_json",
5044 "serde_urlencoded",
5045 "sync_wrapper",
5046 "tokio",
5047 "tokio-native-tls",
5048 "tokio-rustls",
5049 "tower 0.5.3",
5050 "tower-http 0.6.8",
5051 "tower-service",
5052 "url",
5053 "wasm-bindgen",
5054 "wasm-bindgen-futures",
5055 "web-sys",
5056 "webpki-roots",
5057]
5058
5059[[package]]
5060name = "reqwest"
5061version = "0.13.2"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
5064dependencies = [
5065 "base64 0.22.1",
5066 "bytes",
5067 "futures-core",
5068 "futures-util",
5069 "http 1.4.0",
5070 "http-body 1.0.1",
5071 "http-body-util",
5072 "hyper 1.8.1",
5073 "hyper-util",
5074 "js-sys",
5075 "log",
5076 "percent-encoding",
5077 "pin-project-lite",
5078 "serde",
5079 "serde_json",
5080 "sync_wrapper",
5081 "tokio",
5082 "tokio-util",
5083 "tower 0.5.3",
5084 "tower-http 0.6.8",
5085 "tower-service",
5086 "url",
5087 "wasm-bindgen",
5088 "wasm-bindgen-futures",
5089 "wasm-streams",
5090 "web-sys",
5091]
5092
5093[[package]]
5094name = "resolv-conf"
5095version = "0.7.6"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
5098
5099[[package]]
5100name = "rfc6979"
5101version = "0.4.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
5104dependencies = [
5105 "hmac",
5106 "subtle",
5107]
5108
5109[[package]]
5110name = "ring"
5111version = "0.17.14"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5114dependencies = [
5115 "cc",
5116 "cfg-if",
5117 "getrandom 0.2.17",
5118 "libc",
5119 "untrusted",
5120 "windows-sys 0.52.0",
5121]
5122
5123[[package]]
5124name = "rkyv"
5125version = "0.7.46"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
5128dependencies = [
5129 "bitvec",
5130 "bytecheck",
5131 "bytes",
5132 "hashbrown 0.12.3",
5133 "ptr_meta",
5134 "rend",
5135 "rkyv_derive",
5136 "seahash",
5137 "tinyvec",
5138 "uuid",
5139]
5140
5141[[package]]
5142name = "rkyv_derive"
5143version = "0.7.46"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
5146dependencies = [
5147 "proc-macro2",
5148 "quote",
5149 "syn 1.0.109",
5150]
5151
5152[[package]]
5153name = "rsa"
5154version = "0.9.10"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
5157dependencies = [
5158 "const-oid",
5159 "digest",
5160 "num-bigint-dig",
5161 "num-integer",
5162 "num-traits",
5163 "pkcs1",
5164 "pkcs8",
5165 "rand_core 0.6.4",
5166 "signature",
5167 "spki",
5168 "subtle",
5169 "zeroize",
5170]
5171
5172[[package]]
5173name = "rust-ini"
5174version = "0.21.3"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
5177dependencies = [
5178 "cfg-if",
5179 "ordered-multimap",
5180]
5181
5182[[package]]
5183name = "rust_decimal"
5184version = "1.41.0"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a"
5187dependencies = [
5188 "arrayvec",
5189 "borsh",
5190 "bytes",
5191 "num-traits",
5192 "rand 0.8.5",
5193 "rkyv",
5194 "serde",
5195 "serde_json",
5196 "wasm-bindgen",
5197]
5198
5199[[package]]
5200name = "rustc-hash"
5201version = "2.1.1"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
5204
5205[[package]]
5206name = "rustc_version"
5207version = "0.4.1"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5210dependencies = [
5211 "semver",
5212]
5213
5214[[package]]
5215name = "rustix"
5216version = "1.1.4"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5219dependencies = [
5220 "bitflags 2.11.0",
5221 "errno",
5222 "libc",
5223 "linux-raw-sys",
5224 "windows-sys 0.61.2",
5225]
5226
5227[[package]]
5228name = "rustls"
5229version = "0.23.37"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
5232dependencies = [
5233 "once_cell",
5234 "ring",
5235 "rustls-pki-types",
5236 "rustls-webpki",
5237 "subtle",
5238 "zeroize",
5239]
5240
5241[[package]]
5242name = "rustls-pki-types"
5243version = "1.14.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
5246dependencies = [
5247 "web-time",
5248 "zeroize",
5249]
5250
5251[[package]]
5252name = "rustls-webpki"
5253version = "0.103.9"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
5256dependencies = [
5257 "ring",
5258 "rustls-pki-types",
5259 "untrusted",
5260]
5261
5262[[package]]
5263name = "rustversion"
5264version = "1.0.22"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
5267
5268[[package]]
5269name = "ryu"
5270version = "1.0.23"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
5273
5274[[package]]
5275name = "same-file"
5276version = "1.0.6"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5279dependencies = [
5280 "winapi-util",
5281]
5282
5283[[package]]
5284name = "schannel"
5285version = "0.1.29"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
5288dependencies = [
5289 "windows-sys 0.61.2",
5290]
5291
5292[[package]]
5293name = "schemars"
5294version = "0.8.22"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
5297dependencies = [
5298 "dyn-clone",
5299 "indexmap 1.9.3",
5300 "schemars_derive",
5301 "serde",
5302 "serde_json",
5303 "url",
5304 "uuid",
5305]
5306
5307[[package]]
5308name = "schemars"
5309version = "0.9.0"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5312dependencies = [
5313 "dyn-clone",
5314 "ref-cast",
5315 "serde",
5316 "serde_json",
5317]
5318
5319[[package]]
5320name = "schemars"
5321version = "1.2.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
5324dependencies = [
5325 "dyn-clone",
5326 "ref-cast",
5327 "serde",
5328 "serde_json",
5329]
5330
5331[[package]]
5332name = "schemars_derive"
5333version = "0.8.22"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
5336dependencies = [
5337 "proc-macro2",
5338 "quote",
5339 "serde_derive_internals",
5340 "syn 2.0.117",
5341]
5342
5343[[package]]
5344name = "scopeguard"
5345version = "1.2.0"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5348
5349[[package]]
5350name = "seahash"
5351version = "4.1.0"
5352source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5354
5355[[package]]
5356name = "sec1"
5357version = "0.7.3"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
5360dependencies = [
5361 "base16ct",
5362 "der",
5363 "generic-array",
5364 "pkcs8",
5365 "subtle",
5366 "zeroize",
5367]
5368
5369[[package]]
5370name = "security-framework"
5371version = "3.7.0"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
5374dependencies = [
5375 "bitflags 2.11.0",
5376 "core-foundation 0.10.1",
5377 "core-foundation-sys",
5378 "libc",
5379 "security-framework-sys",
5380]
5381
5382[[package]]
5383name = "security-framework-sys"
5384version = "2.17.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
5387dependencies = [
5388 "core-foundation-sys",
5389 "libc",
5390]
5391
5392[[package]]
5393name = "selectors"
5394version = "0.24.0"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
5397dependencies = [
5398 "bitflags 1.3.2",
5399 "cssparser 0.29.6",
5400 "derive_more 0.99.20",
5401 "fxhash",
5402 "log",
5403 "phf 0.8.0",
5404 "phf_codegen 0.8.0",
5405 "precomputed-hash",
5406 "servo_arc 0.2.0",
5407 "smallvec",
5408]
5409
5410[[package]]
5411name = "selectors"
5412version = "0.35.0"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2"
5415dependencies = [
5416 "bitflags 2.11.0",
5417 "cssparser 0.36.0",
5418 "derive_more 2.1.1",
5419 "log",
5420 "new_debug_unreachable",
5421 "phf 0.13.1",
5422 "phf_codegen 0.13.1",
5423 "precomputed-hash",
5424 "rustc-hash",
5425 "servo_arc 0.4.3",
5426 "smallvec",
5427]
5428
5429[[package]]
5430name = "semver"
5431version = "1.0.27"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
5434dependencies = [
5435 "serde",
5436 "serde_core",
5437]
5438
5439[[package]]
5440name = "serde"
5441version = "1.0.228"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
5444dependencies = [
5445 "serde_core",
5446 "serde_derive",
5447]
5448
5449[[package]]
5450name = "serde-untagged"
5451version = "0.1.9"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
5454dependencies = [
5455 "erased-serde",
5456 "serde",
5457 "serde_core",
5458 "typeid",
5459]
5460
5461[[package]]
5462name = "serde_core"
5463version = "1.0.228"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
5466dependencies = [
5467 "serde_derive",
5468]
5469
5470[[package]]
5471name = "serde_derive"
5472version = "1.0.228"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
5475dependencies = [
5476 "proc-macro2",
5477 "quote",
5478 "syn 2.0.117",
5479]
5480
5481[[package]]
5482name = "serde_derive_internals"
5483version = "0.29.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
5486dependencies = [
5487 "proc-macro2",
5488 "quote",
5489 "syn 2.0.117",
5490]
5491
5492[[package]]
5493name = "serde_json"
5494version = "1.0.149"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
5497dependencies = [
5498 "itoa",
5499 "memchr",
5500 "serde",
5501 "serde_core",
5502 "zmij",
5503]
5504
5505[[package]]
5506name = "serde_path_to_error"
5507version = "0.1.20"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
5510dependencies = [
5511 "itoa",
5512 "serde",
5513 "serde_core",
5514]
5515
5516[[package]]
5517name = "serde_regex"
5518version = "1.1.0"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
5521dependencies = [
5522 "regex",
5523 "serde",
5524]
5525
5526[[package]]
5527name = "serde_repr"
5528version = "0.1.20"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
5531dependencies = [
5532 "proc-macro2",
5533 "quote",
5534 "syn 2.0.117",
5535]
5536
5537[[package]]
5538name = "serde_spanned"
5539version = "0.6.9"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
5542dependencies = [
5543 "serde",
5544]
5545
5546[[package]]
5547name = "serde_spanned"
5548version = "1.0.4"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
5551dependencies = [
5552 "serde_core",
5553]
5554
5555[[package]]
5556name = "serde_urlencoded"
5557version = "0.7.1"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5560dependencies = [
5561 "form_urlencoded",
5562 "itoa",
5563 "ryu",
5564 "serde",
5565]
5566
5567[[package]]
5568name = "serde_with"
5569version = "3.18.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
5572dependencies = [
5573 "base64 0.22.1",
5574 "chrono",
5575 "hex",
5576 "indexmap 1.9.3",
5577 "indexmap 2.13.0",
5578 "schemars 0.9.0",
5579 "schemars 1.2.1",
5580 "serde_core",
5581 "serde_json",
5582 "serde_with_macros",
5583 "time",
5584]
5585
5586[[package]]
5587name = "serde_with_macros"
5588version = "3.18.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
5591dependencies = [
5592 "darling",
5593 "proc-macro2",
5594 "quote",
5595 "syn 2.0.117",
5596]
5597
5598[[package]]
5599name = "serialize-to-javascript"
5600version = "0.1.2"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
5603dependencies = [
5604 "serde",
5605 "serde_json",
5606 "serialize-to-javascript-impl",
5607]
5608
5609[[package]]
5610name = "serialize-to-javascript-impl"
5611version = "0.1.2"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
5614dependencies = [
5615 "proc-macro2",
5616 "quote",
5617 "syn 2.0.117",
5618]
5619
5620[[package]]
5621name = "servo_arc"
5622version = "0.2.0"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
5625dependencies = [
5626 "nodrop",
5627 "stable_deref_trait",
5628]
5629
5630[[package]]
5631name = "servo_arc"
5632version = "0.4.3"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
5635dependencies = [
5636 "stable_deref_trait",
5637]
5638
5639[[package]]
5640name = "sha1"
5641version = "0.10.6"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5644dependencies = [
5645 "cfg-if",
5646 "cpufeatures",
5647 "digest",
5648]
5649
5650[[package]]
5651name = "sha2"
5652version = "0.10.9"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
5655dependencies = [
5656 "cfg-if",
5657 "cpufeatures",
5658 "digest",
5659]
5660
5661[[package]]
5662name = "sharded-slab"
5663version = "0.1.7"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
5666dependencies = [
5667 "lazy_static",
5668]
5669
5670[[package]]
5671name = "shlex"
5672version = "1.3.0"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5675
5676[[package]]
5677name = "signal-hook-registry"
5678version = "1.4.8"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
5681dependencies = [
5682 "errno",
5683 "libc",
5684]
5685
5686[[package]]
5687name = "signature"
5688version = "2.2.0"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5691dependencies = [
5692 "digest",
5693 "rand_core 0.6.4",
5694]
5695
5696[[package]]
5697name = "simd-adler32"
5698version = "0.3.8"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
5701
5702[[package]]
5703name = "simdutf8"
5704version = "0.1.5"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
5707
5708[[package]]
5709name = "similar"
5710version = "2.7.0"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
5713
5714[[package]]
5715name = "simple_asn1"
5716version = "0.6.4"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
5719dependencies = [
5720 "num-bigint",
5721 "num-traits",
5722 "thiserror 2.0.18",
5723 "time",
5724]
5725
5726[[package]]
5727name = "siphasher"
5728version = "0.3.11"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
5731
5732[[package]]
5733name = "siphasher"
5734version = "1.0.2"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
5737
5738[[package]]
5739name = "slab"
5740version = "0.4.12"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
5743
5744[[package]]
5745name = "smallvec"
5746version = "1.15.1"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
5749dependencies = [
5750 "serde",
5751]
5752
5753[[package]]
5754name = "socket2"
5755version = "0.5.10"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
5758dependencies = [
5759 "libc",
5760 "windows-sys 0.52.0",
5761]
5762
5763[[package]]
5764name = "socket2"
5765version = "0.6.3"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
5768dependencies = [
5769 "libc",
5770 "windows-sys 0.61.2",
5771]
5772
5773[[package]]
5774name = "softbuffer"
5775version = "0.4.8"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3"
5778dependencies = [
5779 "bytemuck",
5780 "js-sys",
5781 "ndk",
5782 "objc2",
5783 "objc2-core-foundation",
5784 "objc2-core-graphics",
5785 "objc2-foundation",
5786 "objc2-quartz-core",
5787 "raw-window-handle",
5788 "redox_syscall 0.5.18",
5789 "tracing",
5790 "wasm-bindgen",
5791 "web-sys",
5792 "windows-sys 0.61.2",
5793]
5794
5795[[package]]
5796name = "soup3"
5797version = "0.5.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
5800dependencies = [
5801 "futures-channel",
5802 "gio",
5803 "glib",
5804 "libc",
5805 "soup3-sys",
5806]
5807
5808[[package]]
5809name = "soup3-sys"
5810version = "0.5.0"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
5813dependencies = [
5814 "gio-sys",
5815 "glib-sys",
5816 "gobject-sys",
5817 "libc",
5818 "system-deps",
5819]
5820
5821[[package]]
5822name = "spin"
5823version = "0.9.8"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5826dependencies = [
5827 "lock_api",
5828]
5829
5830[[package]]
5831name = "spki"
5832version = "0.7.3"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5835dependencies = [
5836 "base64ct",
5837 "der",
5838]
5839
5840[[package]]
5841name = "sqlx"
5842version = "0.8.6"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
5845dependencies = [
5846 "sqlx-core",
5847 "sqlx-macros",
5848 "sqlx-mysql",
5849 "sqlx-postgres",
5850 "sqlx-sqlite",
5851]
5852
5853[[package]]
5854name = "sqlx-core"
5855version = "0.8.6"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
5858dependencies = [
5859 "base64 0.22.1",
5860 "bytes",
5861 "crc",
5862 "crossbeam-queue",
5863 "either",
5864 "event-listener 5.4.1",
5865 "futures-core",
5866 "futures-intrusive",
5867 "futures-io",
5868 "futures-util",
5869 "hashbrown 0.15.5",
5870 "hashlink",
5871 "indexmap 2.13.0",
5872 "log",
5873 "memchr",
5874 "once_cell",
5875 "percent-encoding",
5876 "serde",
5877 "serde_json",
5878 "sha2",
5879 "smallvec",
5880 "thiserror 2.0.18",
5881 "tokio",
5882 "tokio-stream",
5883 "tracing",
5884 "url",
5885]
5886
5887[[package]]
5888name = "sqlx-macros"
5889version = "0.8.6"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
5892dependencies = [
5893 "proc-macro2",
5894 "quote",
5895 "sqlx-core",
5896 "sqlx-macros-core",
5897 "syn 2.0.117",
5898]
5899
5900[[package]]
5901name = "sqlx-macros-core"
5902version = "0.8.6"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
5905dependencies = [
5906 "dotenvy",
5907 "either",
5908 "heck 0.5.0",
5909 "hex",
5910 "once_cell",
5911 "proc-macro2",
5912 "quote",
5913 "serde",
5914 "serde_json",
5915 "sha2",
5916 "sqlx-core",
5917 "sqlx-mysql",
5918 "sqlx-postgres",
5919 "sqlx-sqlite",
5920 "syn 2.0.117",
5921 "tokio",
5922 "url",
5923]
5924
5925[[package]]
5926name = "sqlx-mysql"
5927version = "0.8.6"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
5930dependencies = [
5931 "atoi",
5932 "base64 0.22.1",
5933 "bitflags 2.11.0",
5934 "byteorder",
5935 "bytes",
5936 "crc",
5937 "digest",
5938 "dotenvy",
5939 "either",
5940 "futures-channel",
5941 "futures-core",
5942 "futures-io",
5943 "futures-util",
5944 "generic-array",
5945 "hex",
5946 "hkdf",
5947 "hmac",
5948 "itoa",
5949 "log",
5950 "md-5",
5951 "memchr",
5952 "once_cell",
5953 "percent-encoding",
5954 "rand 0.8.5",
5955 "rsa",
5956 "serde",
5957 "sha1",
5958 "sha2",
5959 "smallvec",
5960 "sqlx-core",
5961 "stringprep",
5962 "thiserror 2.0.18",
5963 "tracing",
5964 "whoami",
5965]
5966
5967[[package]]
5968name = "sqlx-postgres"
5969version = "0.8.6"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
5972dependencies = [
5973 "atoi",
5974 "base64 0.22.1",
5975 "bitflags 2.11.0",
5976 "byteorder",
5977 "crc",
5978 "dotenvy",
5979 "etcetera",
5980 "futures-channel",
5981 "futures-core",
5982 "futures-util",
5983 "hex",
5984 "hkdf",
5985 "hmac",
5986 "home",
5987 "itoa",
5988 "log",
5989 "md-5",
5990 "memchr",
5991 "once_cell",
5992 "rand 0.8.5",
5993 "serde",
5994 "serde_json",
5995 "sha2",
5996 "smallvec",
5997 "sqlx-core",
5998 "stringprep",
5999 "thiserror 2.0.18",
6000 "tracing",
6001 "whoami",
6002]
6003
6004[[package]]
6005name = "sqlx-sqlite"
6006version = "0.8.6"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
6009dependencies = [
6010 "atoi",
6011 "flume",
6012 "futures-channel",
6013 "futures-core",
6014 "futures-executor",
6015 "futures-intrusive",
6016 "futures-util",
6017 "libsqlite3-sys",
6018 "log",
6019 "percent-encoding",
6020 "serde",
6021 "serde_urlencoded",
6022 "sqlx-core",
6023 "thiserror 2.0.18",
6024 "tracing",
6025 "url",
6026]
6027
6028[[package]]
6029name = "stable_deref_trait"
6030version = "1.2.1"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
6033
6034[[package]]
6035name = "string_cache"
6036version = "0.8.9"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
6039dependencies = [
6040 "new_debug_unreachable",
6041 "parking_lot",
6042 "phf_shared 0.11.3",
6043 "precomputed-hash",
6044 "serde",
6045]
6046
6047[[package]]
6048name = "string_cache"
6049version = "0.9.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
6052dependencies = [
6053 "new_debug_unreachable",
6054 "parking_lot",
6055 "phf_shared 0.13.1",
6056 "precomputed-hash",
6057]
6058
6059[[package]]
6060name = "string_cache_codegen"
6061version = "0.5.4"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
6064dependencies = [
6065 "phf_generator 0.11.3",
6066 "phf_shared 0.11.3",
6067 "proc-macro2",
6068 "quote",
6069]
6070
6071[[package]]
6072name = "string_cache_codegen"
6073version = "0.6.1"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
6076dependencies = [
6077 "phf_generator 0.13.1",
6078 "phf_shared 0.13.1",
6079 "proc-macro2",
6080 "quote",
6081]
6082
6083[[package]]
6084name = "stringprep"
6085version = "0.1.5"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
6088dependencies = [
6089 "unicode-bidi",
6090 "unicode-normalization",
6091 "unicode-properties",
6092]
6093
6094[[package]]
6095name = "strsim"
6096version = "0.11.1"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6099
6100[[package]]
6101name = "subtle"
6102version = "2.6.1"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6105
6106[[package]]
6107name = "swift-rs"
6108version = "1.0.7"
6109dependencies = [
6110 "base64 0.21.7",
6111 "serde",
6112 "serde_json",
6113]
6114
6115[[package]]
6116name = "syn"
6117version = "1.0.109"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6120dependencies = [
6121 "proc-macro2",
6122 "quote",
6123 "unicode-ident",
6124]
6125
6126[[package]]
6127name = "syn"
6128version = "2.0.117"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
6131dependencies = [
6132 "proc-macro2",
6133 "quote",
6134 "unicode-ident",
6135]
6136
6137[[package]]
6138name = "sync_wrapper"
6139version = "1.0.2"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6142dependencies = [
6143 "futures-core",
6144]
6145
6146[[package]]
6147name = "synstructure"
6148version = "0.13.2"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6151dependencies = [
6152 "proc-macro2",
6153 "quote",
6154 "syn 2.0.117",
6155]
6156
6157[[package]]
6158name = "system-configuration"
6159version = "0.7.0"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
6162dependencies = [
6163 "bitflags 2.11.0",
6164 "core-foundation 0.9.4",
6165 "system-configuration-sys",
6166]
6167
6168[[package]]
6169name = "system-configuration-sys"
6170version = "0.6.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
6173dependencies = [
6174 "core-foundation-sys",
6175 "libc",
6176]
6177
6178[[package]]
6179name = "system-deps"
6180version = "6.2.2"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
6183dependencies = [
6184 "cfg-expr",
6185 "heck 0.5.0",
6186 "pkg-config",
6187 "toml 0.8.23",
6188 "version-compare",
6189]
6190
6191[[package]]
6192name = "tagptr"
6193version = "0.2.0"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6196
6197[[package]]
6198name = "tao"
6199version = "0.34.6"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "6e06d52c379e63da659a483a958110bbde891695a0ecb53e48cc7786d5eda7bb"
6202dependencies = [
6203 "bitflags 2.11.0",
6204 "block2",
6205 "core-foundation 0.10.1",
6206 "core-graphics",
6207 "crossbeam-channel",
6208 "dispatch2",
6209 "dlopen2",
6210 "dpi",
6211 "gdkwayland-sys",
6212 "gdkx11-sys",
6213 "gtk",
6214 "jni",
6215 "libc",
6216 "log",
6217 "ndk",
6218 "ndk-context",
6219 "ndk-sys",
6220 "objc2",
6221 "objc2-app-kit",
6222 "objc2-foundation",
6223 "once_cell",
6224 "parking_lot",
6225 "raw-window-handle",
6226 "tao-macros",
6227 "unicode-segmentation",
6228 "url",
6229 "windows",
6230 "windows-core 0.61.2",
6231 "windows-version",
6232 "x11-dl",
6233]
6234
6235[[package]]
6236name = "tao-macros"
6237version = "0.1.3"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
6240dependencies = [
6241 "proc-macro2",
6242 "quote",
6243 "syn 2.0.117",
6244]
6245
6246[[package]]
6247name = "tap"
6248version = "1.0.1"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
6251
6252[[package]]
6253name = "target-lexicon"
6254version = "0.12.16"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
6257
6258[[package]]
6259name = "tauri"
6260version = "2.10.3"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "da77cc00fb9028caf5b5d4650f75e31f1ef3693459dfca7f7e506d1ecef0ba2d"
6263dependencies = [
6264 "anyhow",
6265 "bytes",
6266 "cookie",
6267 "dirs",
6268 "dunce",
6269 "embed_plist",
6270 "getrandom 0.3.4",
6271 "glob",
6272 "gtk",
6273 "heck 0.5.0",
6274 "http 1.4.0",
6275 "jni",
6276 "libc",
6277 "log",
6278 "mime",
6279 "muda",
6280 "objc2",
6281 "objc2-app-kit",
6282 "objc2-foundation",
6283 "objc2-ui-kit",
6284 "objc2-web-kit",
6285 "percent-encoding",
6286 "plist",
6287 "raw-window-handle",
6288 "reqwest 0.13.2",
6289 "serde",
6290 "serde_json",
6291 "serde_repr",
6292 "serialize-to-javascript",
6293 "swift-rs",
6294 "tauri-build",
6295 "tauri-macros",
6296 "tauri-runtime",
6297 "tauri-runtime-wry",
6298 "tauri-utils",
6299 "thiserror 2.0.18",
6300 "tokio",
6301 "tray-icon",
6302 "url",
6303 "webkit2gtk",
6304 "webview2-com",
6305 "window-vibrancy",
6306 "windows",
6307]
6308
6309[[package]]
6310name = "tauri-build"
6311version = "2.5.6"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "4bbc990d1dbf57a8e1c7fa2327f2a614d8b757805603c1b9ba5c81bade09fd4d"
6314dependencies = [
6315 "anyhow",
6316 "cargo_toml",
6317 "dirs",
6318 "glob",
6319 "heck 0.5.0",
6320 "json-patch",
6321 "schemars 0.8.22",
6322 "semver",
6323 "serde",
6324 "serde_json",
6325 "tauri-utils",
6326 "tauri-winres",
6327 "toml 0.9.12+spec-1.1.0",
6328 "walkdir",
6329]
6330
6331[[package]]
6332name = "tauri-codegen"
6333version = "2.5.5"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "d4a24476afd977c5d5d169f72425868613d82747916dd29e0a357c84c4bd6d29"
6336dependencies = [
6337 "base64 0.22.1",
6338 "brotli",
6339 "ico",
6340 "json-patch",
6341 "plist",
6342 "png",
6343 "proc-macro2",
6344 "quote",
6345 "semver",
6346 "serde",
6347 "serde_json",
6348 "sha2",
6349 "syn 2.0.117",
6350 "tauri-utils",
6351 "thiserror 2.0.18",
6352 "time",
6353 "url",
6354 "uuid",
6355 "walkdir",
6356]
6357
6358[[package]]
6359name = "tauri-macros"
6360version = "2.5.5"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "d39b349a98dadaffebb73f0a40dcd1f23c999211e5a2e744403db384d0c33de7"
6363dependencies = [
6364 "heck 0.5.0",
6365 "proc-macro2",
6366 "quote",
6367 "syn 2.0.117",
6368 "tauri-codegen",
6369 "tauri-utils",
6370]
6371
6372[[package]]
6373name = "tauri-plugin"
6374version = "2.5.4"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "ddde7d51c907b940fb573006cdda9a642d6a7c8153657e88f8a5c3c9290cd4aa"
6377dependencies = [
6378 "anyhow",
6379 "glob",
6380 "plist",
6381 "schemars 0.8.22",
6382 "serde",
6383 "serde_json",
6384 "tauri-utils",
6385 "toml 0.9.12+spec-1.1.0",
6386 "walkdir",
6387]
6388
6389[[package]]
6390name = "tauri-plugin-deep-link"
6391version = "2.4.7"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "94deb2e2e4641514ac496db2cddcfc850d6fc9d51ea17b82292a0490bd20ba5b"
6394dependencies = [
6395 "dunce",
6396 "plist",
6397 "rust-ini",
6398 "serde",
6399 "serde_json",
6400 "tauri",
6401 "tauri-plugin",
6402 "tauri-utils",
6403 "thiserror 2.0.18",
6404 "tracing",
6405 "url",
6406 "windows-registry 0.5.3",
6407 "windows-result 0.3.4",
6408]
6409
6410[[package]]
6411name = "tauri-plugin-log"
6412version = "2.8.0"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "7545bd67f070a4500432c826e2e0682146a1d6712aee22a2786490156b574d93"
6415dependencies = [
6416 "android_logger",
6417 "byte-unit",
6418 "fern",
6419 "log",
6420 "objc2",
6421 "objc2-foundation",
6422 "serde",
6423 "serde_json",
6424 "serde_repr",
6425 "swift-rs",
6426 "tauri",
6427 "tauri-plugin",
6428 "thiserror 2.0.18",
6429 "time",
6430]
6431
6432[[package]]
6433name = "tauri-plugin-opener"
6434version = "2.5.3"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "fc624469b06f59f5a29f874bbc61a2ed737c0f9c23ef09855a292c389c42e83f"
6437dependencies = [
6438 "dunce",
6439 "glob",
6440 "objc2-app-kit",
6441 "objc2-foundation",
6442 "open",
6443 "schemars 0.8.22",
6444 "serde",
6445 "serde_json",
6446 "tauri",
6447 "tauri-plugin",
6448 "thiserror 2.0.18",
6449 "url",
6450 "windows",
6451 "zbus",
6452]
6453
6454[[package]]
6455name = "tauri-runtime"
6456version = "2.10.1"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "2826d79a3297ed08cd6ea7f412644ef58e32969504bc4fbd8d7dbeabc4445ea2"
6459dependencies = [
6460 "cookie",
6461 "dpi",
6462 "gtk",
6463 "http 1.4.0",
6464 "jni",
6465 "objc2",
6466 "objc2-ui-kit",
6467 "objc2-web-kit",
6468 "raw-window-handle",
6469 "serde",
6470 "serde_json",
6471 "tauri-utils",
6472 "thiserror 2.0.18",
6473 "url",
6474 "webkit2gtk",
6475 "webview2-com",
6476 "windows",
6477]
6478
6479[[package]]
6480name = "tauri-runtime-wry"
6481version = "2.10.1"
6482source = "registry+https://github.com/rust-lang/crates.io-index"
6483checksum = "e11ea2e6f801d275fdd890d6c9603736012742a1c33b96d0db788c9cdebf7f9e"
6484dependencies = [
6485 "gtk",
6486 "http 1.4.0",
6487 "jni",
6488 "log",
6489 "objc2",
6490 "objc2-app-kit",
6491 "once_cell",
6492 "percent-encoding",
6493 "raw-window-handle",
6494 "softbuffer",
6495 "tao",
6496 "tauri-runtime",
6497 "tauri-utils",
6498 "url",
6499 "webkit2gtk",
6500 "webview2-com",
6501 "windows",
6502 "wry",
6503]
6504
6505[[package]]
6506name = "tauri-utils"
6507version = "2.8.3"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "219a1f983a2af3653f75b5747f76733b0da7ff03069c7a41901a5eb3ace4557d"
6510dependencies = [
6511 "anyhow",
6512 "brotli",
6513 "cargo_metadata",
6514 "ctor",
6515 "dunce",
6516 "glob",
6517 "html5ever 0.29.1",
6518 "http 1.4.0",
6519 "infer",
6520 "json-patch",
6521 "kuchikiki",
6522 "log",
6523 "memchr",
6524 "phf 0.11.3",
6525 "proc-macro2",
6526 "quote",
6527 "regex",
6528 "schemars 0.8.22",
6529 "semver",
6530 "serde",
6531 "serde-untagged",
6532 "serde_json",
6533 "serde_with",
6534 "swift-rs",
6535 "thiserror 2.0.18",
6536 "toml 0.9.12+spec-1.1.0",
6537 "url",
6538 "urlpattern",
6539 "uuid",
6540 "walkdir",
6541]
6542
6543[[package]]
6544name = "tauri-winres"
6545version = "0.3.5"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0"
6548dependencies = [
6549 "dunce",
6550 "embed-resource",
6551 "toml 0.9.12+spec-1.1.0",
6552]
6553
6554[[package]]
6555name = "tempfile"
6556version = "3.26.0"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
6559dependencies = [
6560 "fastrand",
6561 "getrandom 0.4.2",
6562 "once_cell",
6563 "rustix",
6564 "windows-sys 0.61.2",
6565]
6566
6567[[package]]
6568name = "tendril"
6569version = "0.4.3"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
6572dependencies = [
6573 "futf",
6574 "mac",
6575 "utf-8",
6576]
6577
6578[[package]]
6579name = "term"
6580version = "0.7.0"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
6583dependencies = [
6584 "dirs-next",
6585 "rustversion",
6586 "winapi",
6587]
6588
6589[[package]]
6590name = "thiserror"
6591version = "1.0.69"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6594dependencies = [
6595 "thiserror-impl 1.0.69",
6596]
6597
6598[[package]]
6599name = "thiserror"
6600version = "2.0.18"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
6603dependencies = [
6604 "thiserror-impl 2.0.18",
6605]
6606
6607[[package]]
6608name = "thiserror-impl"
6609version = "1.0.69"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6612dependencies = [
6613 "proc-macro2",
6614 "quote",
6615 "syn 2.0.117",
6616]
6617
6618[[package]]
6619name = "thiserror-impl"
6620version = "2.0.18"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
6623dependencies = [
6624 "proc-macro2",
6625 "quote",
6626 "syn 2.0.117",
6627]
6628
6629[[package]]
6630name = "thread_local"
6631version = "1.1.9"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
6634dependencies = [
6635 "cfg-if",
6636]
6637
6638[[package]]
6639name = "time"
6640version = "0.3.47"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
6643dependencies = [
6644 "deranged",
6645 "itoa",
6646 "libc",
6647 "num-conv",
6648 "num_threads",
6649 "powerfmt",
6650 "serde_core",
6651 "time-core",
6652 "time-macros",
6653]
6654
6655[[package]]
6656name = "time-core"
6657version = "0.1.8"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
6660
6661[[package]]
6662name = "time-macros"
6663version = "0.2.27"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
6666dependencies = [
6667 "num-conv",
6668 "time-core",
6669]
6670
6671[[package]]
6672name = "tiny-keccak"
6673version = "2.0.2"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
6676dependencies = [
6677 "crunchy",
6678]
6679
6680[[package]]
6681name = "tinystr"
6682version = "0.8.2"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
6685dependencies = [
6686 "displaydoc",
6687 "zerovec",
6688]
6689
6690[[package]]
6691name = "tinyvec"
6692version = "1.10.0"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
6695dependencies = [
6696 "tinyvec_macros",
6697]
6698
6699[[package]]
6700name = "tinyvec_macros"
6701version = "0.1.1"
6702source = "registry+https://github.com/rust-lang/crates.io-index"
6703checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6704
6705[[package]]
6706name = "tokio"
6707version = "1.50.0"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
6710dependencies = [
6711 "bytes",
6712 "libc",
6713 "mio",
6714 "parking_lot",
6715 "pin-project-lite",
6716 "signal-hook-registry",
6717 "socket2 0.6.3",
6718 "tokio-macros",
6719 "windows-sys 0.61.2",
6720]
6721
6722[[package]]
6723name = "tokio-macros"
6724version = "2.6.1"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
6727dependencies = [
6728 "proc-macro2",
6729 "quote",
6730 "syn 2.0.117",
6731]
6732
6733[[package]]
6734name = "tokio-native-tls"
6735version = "0.3.1"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
6738dependencies = [
6739 "native-tls",
6740 "tokio",
6741]
6742
6743[[package]]
6744name = "tokio-rustls"
6745version = "0.26.4"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6748dependencies = [
6749 "rustls",
6750 "tokio",
6751]
6752
6753[[package]]
6754name = "tokio-stream"
6755version = "0.1.18"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
6758dependencies = [
6759 "futures-core",
6760 "pin-project-lite",
6761 "tokio",
6762]
6763
6764[[package]]
6765name = "tokio-util"
6766version = "0.7.18"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
6769dependencies = [
6770 "bytes",
6771 "futures-core",
6772 "futures-sink",
6773 "pin-project-lite",
6774 "tokio",
6775]
6776
6777[[package]]
6778name = "toml"
6779version = "0.8.23"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
6782dependencies = [
6783 "serde",
6784 "serde_spanned 0.6.9",
6785 "toml_datetime 0.6.11",
6786 "toml_edit 0.22.27",
6787]
6788
6789[[package]]
6790name = "toml"
6791version = "0.9.12+spec-1.1.0"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
6794dependencies = [
6795 "indexmap 2.13.0",
6796 "serde_core",
6797 "serde_spanned 1.0.4",
6798 "toml_datetime 0.7.5+spec-1.1.0",
6799 "toml_parser",
6800 "toml_writer",
6801 "winnow 0.7.15",
6802]
6803
6804[[package]]
6805name = "toml_datetime"
6806version = "0.6.11"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
6809dependencies = [
6810 "serde",
6811]
6812
6813[[package]]
6814name = "toml_datetime"
6815version = "0.7.5+spec-1.1.0"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
6818dependencies = [
6819 "serde_core",
6820]
6821
6822[[package]]
6823name = "toml_datetime"
6824version = "1.0.0+spec-1.1.0"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
6827dependencies = [
6828 "serde_core",
6829]
6830
6831[[package]]
6832name = "toml_edit"
6833version = "0.19.15"
6834source = "registry+https://github.com/rust-lang/crates.io-index"
6835checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
6836dependencies = [
6837 "indexmap 2.13.0",
6838 "toml_datetime 0.6.11",
6839 "winnow 0.5.40",
6840]
6841
6842[[package]]
6843name = "toml_edit"
6844version = "0.20.7"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
6847dependencies = [
6848 "indexmap 2.13.0",
6849 "toml_datetime 0.6.11",
6850 "winnow 0.5.40",
6851]
6852
6853[[package]]
6854name = "toml_edit"
6855version = "0.22.27"
6856source = "registry+https://github.com/rust-lang/crates.io-index"
6857checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
6858dependencies = [
6859 "indexmap 2.13.0",
6860 "serde",
6861 "serde_spanned 0.6.9",
6862 "toml_datetime 0.6.11",
6863 "toml_write",
6864 "winnow 0.7.15",
6865]
6866
6867[[package]]
6868name = "toml_edit"
6869version = "0.25.4+spec-1.1.0"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2"
6872dependencies = [
6873 "indexmap 2.13.0",
6874 "toml_datetime 1.0.0+spec-1.1.0",
6875 "toml_parser",
6876 "winnow 0.7.15",
6877]
6878
6879[[package]]
6880name = "toml_parser"
6881version = "1.0.9+spec-1.1.0"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
6884dependencies = [
6885 "winnow 0.7.15",
6886]
6887
6888[[package]]
6889name = "toml_write"
6890version = "0.1.2"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
6893
6894[[package]]
6895name = "toml_writer"
6896version = "1.0.6+spec-1.1.0"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
6899
6900[[package]]
6901name = "tonic"
6902version = "0.12.3"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
6905dependencies = [
6906 "async-stream",
6907 "async-trait",
6908 "axum",
6909 "base64 0.22.1",
6910 "bytes",
6911 "h2",
6912 "http 1.4.0",
6913 "http-body 1.0.1",
6914 "http-body-util",
6915 "hyper 1.8.1",
6916 "hyper-timeout",
6917 "hyper-util",
6918 "percent-encoding",
6919 "pin-project",
6920 "prost",
6921 "socket2 0.5.10",
6922 "tokio",
6923 "tokio-stream",
6924 "tower 0.4.13",
6925 "tower-layer",
6926 "tower-service",
6927 "tracing",
6928]
6929
6930[[package]]
6931name = "tower"
6932version = "0.4.13"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
6935dependencies = [
6936 "futures-core",
6937 "futures-util",
6938 "indexmap 1.9.3",
6939 "pin-project",
6940 "pin-project-lite",
6941 "rand 0.8.5",
6942 "slab",
6943 "tokio",
6944 "tokio-util",
6945 "tower-layer",
6946 "tower-service",
6947 "tracing",
6948]
6949
6950[[package]]
6951name = "tower"
6952version = "0.5.3"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
6955dependencies = [
6956 "futures-core",
6957 "futures-util",
6958 "pin-project-lite",
6959 "sync_wrapper",
6960 "tokio",
6961 "tower-layer",
6962 "tower-service",
6963 "tracing",
6964]
6965
6966[[package]]
6967name = "tower-http"
6968version = "0.5.2"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
6971dependencies = [
6972 "bitflags 2.11.0",
6973 "bytes",
6974 "http 1.4.0",
6975 "http-body 1.0.1",
6976 "http-body-util",
6977 "pin-project-lite",
6978 "tower-layer",
6979 "tower-service",
6980 "tracing",
6981]
6982
6983[[package]]
6984name = "tower-http"
6985version = "0.6.8"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
6988dependencies = [
6989 "bitflags 2.11.0",
6990 "bytes",
6991 "futures-util",
6992 "http 1.4.0",
6993 "http-body 1.0.1",
6994 "iri-string",
6995 "pin-project-lite",
6996 "tower 0.5.3",
6997 "tower-layer",
6998 "tower-service",
6999]
7000
7001[[package]]
7002name = "tower-layer"
7003version = "0.3.3"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
7006
7007[[package]]
7008name = "tower-service"
7009version = "0.3.3"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
7012
7013[[package]]
7014name = "tracing"
7015version = "0.1.44"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
7018dependencies = [
7019 "log",
7020 "pin-project-lite",
7021 "tracing-attributes",
7022 "tracing-core",
7023]
7024
7025[[package]]
7026name = "tracing-attributes"
7027version = "0.1.31"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
7030dependencies = [
7031 "proc-macro2",
7032 "quote",
7033 "syn 2.0.117",
7034]
7035
7036[[package]]
7037name = "tracing-core"
7038version = "0.1.36"
7039source = "registry+https://github.com/rust-lang/crates.io-index"
7040checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
7041dependencies = [
7042 "once_cell",
7043 "valuable",
7044]
7045
7046[[package]]
7047name = "tracing-log"
7048version = "0.2.0"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7051dependencies = [
7052 "log",
7053 "once_cell",
7054 "tracing-core",
7055]
7056
7057[[package]]
7058name = "tracing-opentelemetry"
7059version = "0.29.0"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "721f2d2569dce9f3dfbbddee5906941e953bfcdf736a62da3377f5751650cc36"
7062dependencies = [
7063 "js-sys",
7064 "once_cell",
7065 "opentelemetry",
7066 "opentelemetry_sdk",
7067 "smallvec",
7068 "tracing",
7069 "tracing-core",
7070 "tracing-log",
7071 "tracing-subscriber",
7072 "web-time",
7073]
7074
7075[[package]]
7076name = "tracing-subscriber"
7077version = "0.3.22"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
7080dependencies = [
7081 "matchers",
7082 "nu-ansi-term",
7083 "once_cell",
7084 "regex-automata",
7085 "sharded-slab",
7086 "smallvec",
7087 "thread_local",
7088 "tracing",
7089 "tracing-core",
7090 "tracing-log",
7091]
7092
7093[[package]]
7094name = "tray-icon"
7095version = "0.21.3"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
7098dependencies = [
7099 "crossbeam-channel",
7100 "dirs",
7101 "libappindicator",
7102 "muda",
7103 "objc2",
7104 "objc2-app-kit",
7105 "objc2-core-foundation",
7106 "objc2-core-graphics",
7107 "objc2-foundation",
7108 "once_cell",
7109 "png",
7110 "serde",
7111 "thiserror 2.0.18",
7112 "windows-sys 0.60.2",
7113]
7114
7115[[package]]
7116name = "try-lock"
7117version = "0.2.5"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
7120
7121[[package]]
7122name = "typeid"
7123version = "1.0.3"
7124source = "registry+https://github.com/rust-lang/crates.io-index"
7125checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
7126
7127[[package]]
7128name = "typenum"
7129version = "1.19.0"
7130source = "registry+https://github.com/rust-lang/crates.io-index"
7131checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
7132
7133[[package]]
7134name = "uds_windows"
7135version = "1.2.1"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
7138dependencies = [
7139 "memoffset",
7140 "tempfile",
7141 "windows-sys 0.61.2",
7142]
7143
7144[[package]]
7145name = "unic-char-property"
7146version = "0.9.0"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
7149dependencies = [
7150 "unic-char-range",
7151]
7152
7153[[package]]
7154name = "unic-char-range"
7155version = "0.9.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
7158
7159[[package]]
7160name = "unic-common"
7161version = "0.9.0"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
7164
7165[[package]]
7166name = "unic-ucd-ident"
7167version = "0.9.0"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
7170dependencies = [
7171 "unic-char-property",
7172 "unic-char-range",
7173 "unic-ucd-version",
7174]
7175
7176[[package]]
7177name = "unic-ucd-version"
7178version = "0.9.0"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
7181dependencies = [
7182 "unic-common",
7183]
7184
7185[[package]]
7186name = "unicode-bidi"
7187version = "0.3.18"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
7190
7191[[package]]
7192name = "unicode-ident"
7193version = "1.0.24"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
7196
7197[[package]]
7198name = "unicode-normalization"
7199version = "0.1.25"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
7202dependencies = [
7203 "tinyvec",
7204]
7205
7206[[package]]
7207name = "unicode-properties"
7208version = "0.1.4"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
7211
7212[[package]]
7213name = "unicode-segmentation"
7214version = "1.12.0"
7215source = "registry+https://github.com/rust-lang/crates.io-index"
7216checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
7217
7218[[package]]
7219name = "unicode-xid"
7220version = "0.2.6"
7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7223
7224[[package]]
7225name = "universal-hash"
7226version = "0.5.1"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7229dependencies = [
7230 "crypto-common",
7231 "subtle",
7232]
7233
7234[[package]]
7235name = "untrusted"
7236version = "0.9.0"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7239
7240[[package]]
7241name = "url"
7242version = "2.5.8"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
7245dependencies = [
7246 "form_urlencoded",
7247 "idna",
7248 "percent-encoding",
7249 "serde",
7250 "serde_derive",
7251]
7252
7253[[package]]
7254name = "urlencoding"
7255version = "2.1.3"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
7258
7259[[package]]
7260name = "urlpattern"
7261version = "0.3.0"
7262source = "registry+https://github.com/rust-lang/crates.io-index"
7263checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
7264dependencies = [
7265 "regex",
7266 "serde",
7267 "unic-ucd-ident",
7268 "url",
7269]
7270
7271[[package]]
7272name = "utf-8"
7273version = "0.7.6"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7276
7277[[package]]
7278name = "utf8-width"
7279version = "0.1.8"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
7282
7283[[package]]
7284name = "utf8_iter"
7285version = "1.0.4"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7288
7289[[package]]
7290name = "utf8parse"
7291version = "0.2.2"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7294
7295[[package]]
7296name = "uuid"
7297version = "1.22.0"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
7300dependencies = [
7301 "getrandom 0.4.2",
7302 "js-sys",
7303 "serde_core",
7304 "wasm-bindgen",
7305]
7306
7307[[package]]
7308name = "valuable"
7309version = "0.1.1"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7312
7313[[package]]
7314name = "value-bag"
7315version = "1.12.0"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
7318
7319[[package]]
7320name = "vcpkg"
7321version = "0.2.15"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7324
7325[[package]]
7326name = "version-compare"
7327version = "0.2.1"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
7330
7331[[package]]
7332name = "version_check"
7333version = "0.9.5"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7336
7337[[package]]
7338name = "vswhom"
7339version = "0.1.0"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
7342dependencies = [
7343 "libc",
7344 "vswhom-sys",
7345]
7346
7347[[package]]
7348name = "vswhom-sys"
7349version = "0.1.3"
7350source = "registry+https://github.com/rust-lang/crates.io-index"
7351checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
7352dependencies = [
7353 "cc",
7354 "libc",
7355]
7356
7357[[package]]
7358name = "walkdir"
7359version = "2.5.0"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7362dependencies = [
7363 "same-file",
7364 "winapi-util",
7365]
7366
7367[[package]]
7368name = "want"
7369version = "0.3.1"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7372dependencies = [
7373 "try-lock",
7374]
7375
7376[[package]]
7377name = "wasi"
7378version = "0.9.0+wasi-snapshot-preview1"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7381
7382[[package]]
7383name = "wasi"
7384version = "0.11.1+wasi-snapshot-preview1"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
7387
7388[[package]]
7389name = "wasip2"
7390version = "1.0.2+wasi-0.2.9"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
7393dependencies = [
7394 "wit-bindgen",
7395]
7396
7397[[package]]
7398name = "wasip3"
7399version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
7402dependencies = [
7403 "wit-bindgen",
7404]
7405
7406[[package]]
7407name = "wasite"
7408version = "0.1.0"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
7411
7412[[package]]
7413name = "wasm-bindgen"
7414version = "0.2.114"
7415source = "registry+https://github.com/rust-lang/crates.io-index"
7416checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
7417dependencies = [
7418 "cfg-if",
7419 "once_cell",
7420 "rustversion",
7421 "wasm-bindgen-macro",
7422 "wasm-bindgen-shared",
7423]
7424
7425[[package]]
7426name = "wasm-bindgen-futures"
7427version = "0.4.64"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
7430dependencies = [
7431 "cfg-if",
7432 "futures-util",
7433 "js-sys",
7434 "once_cell",
7435 "wasm-bindgen",
7436 "web-sys",
7437]
7438
7439[[package]]
7440name = "wasm-bindgen-macro"
7441version = "0.2.114"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
7444dependencies = [
7445 "quote",
7446 "wasm-bindgen-macro-support",
7447]
7448
7449[[package]]
7450name = "wasm-bindgen-macro-support"
7451version = "0.2.114"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
7454dependencies = [
7455 "bumpalo",
7456 "proc-macro2",
7457 "quote",
7458 "syn 2.0.117",
7459 "wasm-bindgen-shared",
7460]
7461
7462[[package]]
7463name = "wasm-bindgen-shared"
7464version = "0.2.114"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
7467dependencies = [
7468 "unicode-ident",
7469]
7470
7471[[package]]
7472name = "wasm-encoder"
7473version = "0.244.0"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
7476dependencies = [
7477 "leb128fmt",
7478 "wasmparser",
7479]
7480
7481[[package]]
7482name = "wasm-metadata"
7483version = "0.244.0"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
7486dependencies = [
7487 "anyhow",
7488 "indexmap 2.13.0",
7489 "wasm-encoder",
7490 "wasmparser",
7491]
7492
7493[[package]]
7494name = "wasm-streams"
7495version = "0.5.0"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
7498dependencies = [
7499 "futures-util",
7500 "js-sys",
7501 "wasm-bindgen",
7502 "wasm-bindgen-futures",
7503 "web-sys",
7504]
7505
7506[[package]]
7507name = "wasmparser"
7508version = "0.244.0"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
7511dependencies = [
7512 "bitflags 2.11.0",
7513 "hashbrown 0.15.5",
7514 "indexmap 2.13.0",
7515 "semver",
7516]
7517
7518[[package]]
7519name = "web-sys"
7520version = "0.3.91"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
7523dependencies = [
7524 "js-sys",
7525 "wasm-bindgen",
7526]
7527
7528[[package]]
7529name = "web-time"
7530version = "1.1.0"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7533dependencies = [
7534 "js-sys",
7535 "wasm-bindgen",
7536]
7537
7538[[package]]
7539name = "web_atoms"
7540version = "0.2.3"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576"
7543dependencies = [
7544 "phf 0.13.1",
7545 "phf_codegen 0.13.1",
7546 "string_cache 0.9.0",
7547 "string_cache_codegen 0.6.1",
7548]
7549
7550[[package]]
7551name = "webkit2gtk"
7552version = "2.0.2"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793"
7555dependencies = [
7556 "bitflags 1.3.2",
7557 "cairo-rs",
7558 "gdk",
7559 "gdk-sys",
7560 "gio",
7561 "gio-sys",
7562 "glib",
7563 "glib-sys",
7564 "gobject-sys",
7565 "gtk",
7566 "gtk-sys",
7567 "javascriptcore-rs",
7568 "libc",
7569 "once_cell",
7570 "soup3",
7571 "webkit2gtk-sys",
7572]
7573
7574[[package]]
7575name = "webkit2gtk-sys"
7576version = "2.0.2"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5"
7579dependencies = [
7580 "bitflags 1.3.2",
7581 "cairo-sys-rs",
7582 "gdk-sys",
7583 "gio-sys",
7584 "glib-sys",
7585 "gobject-sys",
7586 "gtk-sys",
7587 "javascriptcore-rs-sys",
7588 "libc",
7589 "pkg-config",
7590 "soup3-sys",
7591 "system-deps",
7592]
7593
7594[[package]]
7595name = "webpki-roots"
7596version = "1.0.6"
7597source = "registry+https://github.com/rust-lang/crates.io-index"
7598checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
7599dependencies = [
7600 "rustls-pki-types",
7601]
7602
7603[[package]]
7604name = "webview2-com"
7605version = "0.38.2"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
7608dependencies = [
7609 "webview2-com-macros",
7610 "webview2-com-sys",
7611 "windows",
7612 "windows-core 0.61.2",
7613 "windows-implement",
7614 "windows-interface",
7615]
7616
7617[[package]]
7618name = "webview2-com-macros"
7619version = "0.8.1"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
7622dependencies = [
7623 "proc-macro2",
7624 "quote",
7625 "syn 2.0.117",
7626]
7627
7628[[package]]
7629name = "webview2-com-sys"
7630version = "0.38.2"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
7633dependencies = [
7634 "thiserror 2.0.18",
7635 "windows",
7636 "windows-core 0.61.2",
7637]
7638
7639[[package]]
7640name = "whoami"
7641version = "1.6.1"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
7644dependencies = [
7645 "libredox",
7646 "wasite",
7647]
7648
7649[[package]]
7650name = "widestring"
7651version = "1.2.1"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
7654
7655[[package]]
7656name = "winapi"
7657version = "0.3.9"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7660dependencies = [
7661 "winapi-i686-pc-windows-gnu",
7662 "winapi-x86_64-pc-windows-gnu",
7663]
7664
7665[[package]]
7666name = "winapi-i686-pc-windows-gnu"
7667version = "0.4.0"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7670
7671[[package]]
7672name = "winapi-util"
7673version = "0.1.11"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7676dependencies = [
7677 "windows-sys 0.61.2",
7678]
7679
7680[[package]]
7681name = "winapi-x86_64-pc-windows-gnu"
7682version = "0.4.0"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7685
7686[[package]]
7687name = "window-vibrancy"
7688version = "0.6.0"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
7691dependencies = [
7692 "objc2",
7693 "objc2-app-kit",
7694 "objc2-core-foundation",
7695 "objc2-foundation",
7696 "raw-window-handle",
7697 "windows-sys 0.59.0",
7698 "windows-version",
7699]
7700
7701[[package]]
7702name = "windows"
7703version = "0.61.3"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
7706dependencies = [
7707 "windows-collections",
7708 "windows-core 0.61.2",
7709 "windows-future",
7710 "windows-link 0.1.3",
7711 "windows-numerics",
7712]
7713
7714[[package]]
7715name = "windows-collections"
7716version = "0.2.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
7719dependencies = [
7720 "windows-core 0.61.2",
7721]
7722
7723[[package]]
7724name = "windows-core"
7725version = "0.61.2"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
7728dependencies = [
7729 "windows-implement",
7730 "windows-interface",
7731 "windows-link 0.1.3",
7732 "windows-result 0.3.4",
7733 "windows-strings 0.4.2",
7734]
7735
7736[[package]]
7737name = "windows-core"
7738version = "0.62.2"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7741dependencies = [
7742 "windows-implement",
7743 "windows-interface",
7744 "windows-link 0.2.1",
7745 "windows-result 0.4.1",
7746 "windows-strings 0.5.1",
7747]
7748
7749[[package]]
7750name = "windows-future"
7751version = "0.2.1"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
7754dependencies = [
7755 "windows-core 0.61.2",
7756 "windows-link 0.1.3",
7757 "windows-threading",
7758]
7759
7760[[package]]
7761name = "windows-implement"
7762version = "0.60.2"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
7765dependencies = [
7766 "proc-macro2",
7767 "quote",
7768 "syn 2.0.117",
7769]
7770
7771[[package]]
7772name = "windows-interface"
7773version = "0.59.3"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
7776dependencies = [
7777 "proc-macro2",
7778 "quote",
7779 "syn 2.0.117",
7780]
7781
7782[[package]]
7783name = "windows-link"
7784version = "0.1.3"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
7787
7788[[package]]
7789name = "windows-link"
7790version = "0.2.1"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
7793
7794[[package]]
7795name = "windows-numerics"
7796version = "0.2.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
7799dependencies = [
7800 "windows-core 0.61.2",
7801 "windows-link 0.1.3",
7802]
7803
7804[[package]]
7805name = "windows-registry"
7806version = "0.5.3"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
7809dependencies = [
7810 "windows-link 0.1.3",
7811 "windows-result 0.3.4",
7812 "windows-strings 0.4.2",
7813]
7814
7815[[package]]
7816name = "windows-registry"
7817version = "0.6.1"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
7820dependencies = [
7821 "windows-link 0.2.1",
7822 "windows-result 0.4.1",
7823 "windows-strings 0.5.1",
7824]
7825
7826[[package]]
7827name = "windows-result"
7828version = "0.3.4"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
7831dependencies = [
7832 "windows-link 0.1.3",
7833]
7834
7835[[package]]
7836name = "windows-result"
7837version = "0.4.1"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
7840dependencies = [
7841 "windows-link 0.2.1",
7842]
7843
7844[[package]]
7845name = "windows-strings"
7846version = "0.4.2"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
7849dependencies = [
7850 "windows-link 0.1.3",
7851]
7852
7853[[package]]
7854name = "windows-strings"
7855version = "0.5.1"
7856source = "registry+https://github.com/rust-lang/crates.io-index"
7857checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7858dependencies = [
7859 "windows-link 0.2.1",
7860]
7861
7862[[package]]
7863name = "windows-sys"
7864version = "0.45.0"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7867dependencies = [
7868 "windows-targets 0.42.2",
7869]
7870
7871[[package]]
7872name = "windows-sys"
7873version = "0.48.0"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
7876dependencies = [
7877 "windows-targets 0.48.5",
7878]
7879
7880[[package]]
7881name = "windows-sys"
7882version = "0.52.0"
7883source = "registry+https://github.com/rust-lang/crates.io-index"
7884checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7885dependencies = [
7886 "windows-targets 0.52.6",
7887]
7888
7889[[package]]
7890name = "windows-sys"
7891version = "0.59.0"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7894dependencies = [
7895 "windows-targets 0.52.6",
7896]
7897
7898[[package]]
7899name = "windows-sys"
7900version = "0.60.2"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
7903dependencies = [
7904 "windows-targets 0.53.5",
7905]
7906
7907[[package]]
7908name = "windows-sys"
7909version = "0.61.2"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7912dependencies = [
7913 "windows-link 0.2.1",
7914]
7915
7916[[package]]
7917name = "windows-targets"
7918version = "0.42.2"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7921dependencies = [
7922 "windows_aarch64_gnullvm 0.42.2",
7923 "windows_aarch64_msvc 0.42.2",
7924 "windows_i686_gnu 0.42.2",
7925 "windows_i686_msvc 0.42.2",
7926 "windows_x86_64_gnu 0.42.2",
7927 "windows_x86_64_gnullvm 0.42.2",
7928 "windows_x86_64_msvc 0.42.2",
7929]
7930
7931[[package]]
7932name = "windows-targets"
7933version = "0.48.5"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
7936dependencies = [
7937 "windows_aarch64_gnullvm 0.48.5",
7938 "windows_aarch64_msvc 0.48.5",
7939 "windows_i686_gnu 0.48.5",
7940 "windows_i686_msvc 0.48.5",
7941 "windows_x86_64_gnu 0.48.5",
7942 "windows_x86_64_gnullvm 0.48.5",
7943 "windows_x86_64_msvc 0.48.5",
7944]
7945
7946[[package]]
7947name = "windows-targets"
7948version = "0.52.6"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7951dependencies = [
7952 "windows_aarch64_gnullvm 0.52.6",
7953 "windows_aarch64_msvc 0.52.6",
7954 "windows_i686_gnu 0.52.6",
7955 "windows_i686_gnullvm 0.52.6",
7956 "windows_i686_msvc 0.52.6",
7957 "windows_x86_64_gnu 0.52.6",
7958 "windows_x86_64_gnullvm 0.52.6",
7959 "windows_x86_64_msvc 0.52.6",
7960]
7961
7962[[package]]
7963name = "windows-targets"
7964version = "0.53.5"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
7967dependencies = [
7968 "windows-link 0.2.1",
7969 "windows_aarch64_gnullvm 0.53.1",
7970 "windows_aarch64_msvc 0.53.1",
7971 "windows_i686_gnu 0.53.1",
7972 "windows_i686_gnullvm 0.53.1",
7973 "windows_i686_msvc 0.53.1",
7974 "windows_x86_64_gnu 0.53.1",
7975 "windows_x86_64_gnullvm 0.53.1",
7976 "windows_x86_64_msvc 0.53.1",
7977]
7978
7979[[package]]
7980name = "windows-threading"
7981version = "0.1.0"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
7984dependencies = [
7985 "windows-link 0.1.3",
7986]
7987
7988[[package]]
7989name = "windows-version"
7990version = "0.1.7"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
7993dependencies = [
7994 "windows-link 0.2.1",
7995]
7996
7997[[package]]
7998name = "windows_aarch64_gnullvm"
7999version = "0.42.2"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8002
8003[[package]]
8004name = "windows_aarch64_gnullvm"
8005version = "0.48.5"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
8008
8009[[package]]
8010name = "windows_aarch64_gnullvm"
8011version = "0.52.6"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
8014
8015[[package]]
8016name = "windows_aarch64_gnullvm"
8017version = "0.53.1"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
8020
8021[[package]]
8022name = "windows_aarch64_msvc"
8023version = "0.42.2"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8026
8027[[package]]
8028name = "windows_aarch64_msvc"
8029version = "0.48.5"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
8032
8033[[package]]
8034name = "windows_aarch64_msvc"
8035version = "0.52.6"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
8038
8039[[package]]
8040name = "windows_aarch64_msvc"
8041version = "0.53.1"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
8044
8045[[package]]
8046name = "windows_i686_gnu"
8047version = "0.42.2"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8050
8051[[package]]
8052name = "windows_i686_gnu"
8053version = "0.48.5"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
8056
8057[[package]]
8058name = "windows_i686_gnu"
8059version = "0.52.6"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
8062
8063[[package]]
8064name = "windows_i686_gnu"
8065version = "0.53.1"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
8068
8069[[package]]
8070name = "windows_i686_gnullvm"
8071version = "0.52.6"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
8074
8075[[package]]
8076name = "windows_i686_gnullvm"
8077version = "0.53.1"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
8080
8081[[package]]
8082name = "windows_i686_msvc"
8083version = "0.42.2"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8086
8087[[package]]
8088name = "windows_i686_msvc"
8089version = "0.48.5"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
8092
8093[[package]]
8094name = "windows_i686_msvc"
8095version = "0.52.6"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
8098
8099[[package]]
8100name = "windows_i686_msvc"
8101version = "0.53.1"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
8104
8105[[package]]
8106name = "windows_x86_64_gnu"
8107version = "0.42.2"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8110
8111[[package]]
8112name = "windows_x86_64_gnu"
8113version = "0.48.5"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
8116
8117[[package]]
8118name = "windows_x86_64_gnu"
8119version = "0.52.6"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
8122
8123[[package]]
8124name = "windows_x86_64_gnu"
8125version = "0.53.1"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
8128
8129[[package]]
8130name = "windows_x86_64_gnullvm"
8131version = "0.42.2"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8134
8135[[package]]
8136name = "windows_x86_64_gnullvm"
8137version = "0.48.5"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
8140
8141[[package]]
8142name = "windows_x86_64_gnullvm"
8143version = "0.52.6"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
8146
8147[[package]]
8148name = "windows_x86_64_gnullvm"
8149version = "0.53.1"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
8152
8153[[package]]
8154name = "windows_x86_64_msvc"
8155version = "0.42.2"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8158
8159[[package]]
8160name = "windows_x86_64_msvc"
8161version = "0.48.5"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
8164
8165[[package]]
8166name = "windows_x86_64_msvc"
8167version = "0.52.6"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
8170
8171[[package]]
8172name = "windows_x86_64_msvc"
8173version = "0.53.1"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
8176
8177[[package]]
8178name = "winnow"
8179version = "0.5.40"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
8182dependencies = [
8183 "memchr",
8184]
8185
8186[[package]]
8187name = "winnow"
8188version = "0.7.15"
8189source = "registry+https://github.com/rust-lang/crates.io-index"
8190checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
8191dependencies = [
8192 "memchr",
8193]
8194
8195[[package]]
8196name = "winreg"
8197version = "0.50.0"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
8200dependencies = [
8201 "cfg-if",
8202 "windows-sys 0.48.0",
8203]
8204
8205[[package]]
8206name = "winreg"
8207version = "0.55.0"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
8210dependencies = [
8211 "cfg-if",
8212 "windows-sys 0.59.0",
8213]
8214
8215[[package]]
8216name = "wiremock"
8217version = "0.6.5"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
8220dependencies = [
8221 "assert-json-diff",
8222 "base64 0.22.1",
8223 "deadpool",
8224 "futures",
8225 "http 1.4.0",
8226 "http-body-util",
8227 "hyper 1.8.1",
8228 "hyper-util",
8229 "log",
8230 "once_cell",
8231 "regex",
8232 "serde",
8233 "serde_json",
8234 "tokio",
8235 "url",
8236]
8237
8238[[package]]
8239name = "wit-bindgen"
8240version = "0.51.0"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
8243dependencies = [
8244 "wit-bindgen-rust-macro",
8245]
8246
8247[[package]]
8248name = "wit-bindgen-core"
8249version = "0.51.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
8252dependencies = [
8253 "anyhow",
8254 "heck 0.5.0",
8255 "wit-parser",
8256]
8257
8258[[package]]
8259name = "wit-bindgen-rust"
8260version = "0.51.0"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
8263dependencies = [
8264 "anyhow",
8265 "heck 0.5.0",
8266 "indexmap 2.13.0",
8267 "prettyplease",
8268 "syn 2.0.117",
8269 "wasm-metadata",
8270 "wit-bindgen-core",
8271 "wit-component",
8272]
8273
8274[[package]]
8275name = "wit-bindgen-rust-macro"
8276version = "0.51.0"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
8279dependencies = [
8280 "anyhow",
8281 "prettyplease",
8282 "proc-macro2",
8283 "quote",
8284 "syn 2.0.117",
8285 "wit-bindgen-core",
8286 "wit-bindgen-rust",
8287]
8288
8289[[package]]
8290name = "wit-component"
8291version = "0.244.0"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
8294dependencies = [
8295 "anyhow",
8296 "bitflags 2.11.0",
8297 "indexmap 2.13.0",
8298 "log",
8299 "serde",
8300 "serde_derive",
8301 "serde_json",
8302 "wasm-encoder",
8303 "wasm-metadata",
8304 "wasmparser",
8305 "wit-parser",
8306]
8307
8308[[package]]
8309name = "wit-parser"
8310version = "0.244.0"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
8313dependencies = [
8314 "anyhow",
8315 "id-arena",
8316 "indexmap 2.13.0",
8317 "log",
8318 "semver",
8319 "serde",
8320 "serde_derive",
8321 "serde_json",
8322 "unicode-xid",
8323 "wasmparser",
8324]
8325
8326[[package]]
8327name = "writeable"
8328version = "0.6.2"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
8331
8332[[package]]
8333name = "wry"
8334version = "0.54.3"
8335source = "registry+https://github.com/rust-lang/crates.io-index"
8336checksum = "a24eda84b5d488f99344e54b807138896cee8df0b2d16c793f1f6b80e6d8df1f"
8337dependencies = [
8338 "base64 0.22.1",
8339 "block2",
8340 "cookie",
8341 "crossbeam-channel",
8342 "dirs",
8343 "dom_query",
8344 "dpi",
8345 "dunce",
8346 "gdkx11",
8347 "gtk",
8348 "http 1.4.0",
8349 "javascriptcore-rs",
8350 "jni",
8351 "libc",
8352 "ndk",
8353 "objc2",
8354 "objc2-app-kit",
8355 "objc2-core-foundation",
8356 "objc2-foundation",
8357 "objc2-ui-kit",
8358 "objc2-web-kit",
8359 "once_cell",
8360 "percent-encoding",
8361 "raw-window-handle",
8362 "sha2",
8363 "soup3",
8364 "tao-macros",
8365 "thiserror 2.0.18",
8366 "url",
8367 "webkit2gtk",
8368 "webkit2gtk-sys",
8369 "webview2-com",
8370 "windows",
8371 "windows-core 0.61.2",
8372 "windows-version",
8373 "x11-dl",
8374]
8375
8376[[package]]
8377name = "wyz"
8378version = "0.5.1"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
8381dependencies = [
8382 "tap",
8383]
8384
8385[[package]]
8386name = "x11"
8387version = "2.21.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
8390dependencies = [
8391 "libc",
8392 "pkg-config",
8393]
8394
8395[[package]]
8396name = "x11-dl"
8397version = "2.21.0"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
8400dependencies = [
8401 "libc",
8402 "once_cell",
8403 "pkg-config",
8404]
8405
8406[[package]]
8407name = "yoke"
8408version = "0.8.1"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
8411dependencies = [
8412 "stable_deref_trait",
8413 "yoke-derive",
8414 "zerofrom",
8415]
8416
8417[[package]]
8418name = "yoke-derive"
8419version = "0.8.1"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
8422dependencies = [
8423 "proc-macro2",
8424 "quote",
8425 "syn 2.0.117",
8426 "synstructure",
8427]
8428
8429[[package]]
8430name = "zbus"
8431version = "5.14.0"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc"
8434dependencies = [
8435 "async-broadcast",
8436 "async-executor",
8437 "async-io",
8438 "async-lock",
8439 "async-process",
8440 "async-recursion",
8441 "async-task",
8442 "async-trait",
8443 "blocking",
8444 "enumflags2",
8445 "event-listener 5.4.1",
8446 "futures-core",
8447 "futures-lite",
8448 "hex",
8449 "libc",
8450 "ordered-stream",
8451 "rustix",
8452 "serde",
8453 "serde_repr",
8454 "tracing",
8455 "uds_windows",
8456 "uuid",
8457 "windows-sys 0.61.2",
8458 "winnow 0.7.15",
8459 "zbus_macros",
8460 "zbus_names",
8461 "zvariant",
8462]
8463
8464[[package]]
8465name = "zbus_macros"
8466version = "5.14.0"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222"
8469dependencies = [
8470 "proc-macro-crate 3.5.0",
8471 "proc-macro2",
8472 "quote",
8473 "syn 2.0.117",
8474 "zbus_names",
8475 "zvariant",
8476 "zvariant_utils",
8477]
8478
8479[[package]]
8480name = "zbus_names"
8481version = "4.3.1"
8482source = "registry+https://github.com/rust-lang/crates.io-index"
8483checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
8484dependencies = [
8485 "serde",
8486 "winnow 0.7.15",
8487 "zvariant",
8488]
8489
8490[[package]]
8491name = "zerocopy"
8492version = "0.8.42"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
8495dependencies = [
8496 "zerocopy-derive",
8497]
8498
8499[[package]]
8500name = "zerocopy-derive"
8501version = "0.8.42"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
8504dependencies = [
8505 "proc-macro2",
8506 "quote",
8507 "syn 2.0.117",
8508]
8509
8510[[package]]
8511name = "zerofrom"
8512version = "0.1.6"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
8515dependencies = [
8516 "zerofrom-derive",
8517]
8518
8519[[package]]
8520name = "zerofrom-derive"
8521version = "0.1.6"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
8524dependencies = [
8525 "proc-macro2",
8526 "quote",
8527 "syn 2.0.117",
8528 "synstructure",
8529]
8530
8531[[package]]
8532name = "zeroize"
8533version = "1.8.2"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
8536
8537[[package]]
8538name = "zerotrie"
8539version = "0.2.3"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
8542dependencies = [
8543 "displaydoc",
8544 "yoke",
8545 "zerofrom",
8546]
8547
8548[[package]]
8549name = "zerovec"
8550version = "0.11.5"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
8553dependencies = [
8554 "yoke",
8555 "zerofrom",
8556 "zerovec-derive",
8557]
8558
8559[[package]]
8560name = "zerovec-derive"
8561version = "0.11.2"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
8564dependencies = [
8565 "proc-macro2",
8566 "quote",
8567 "syn 2.0.117",
8568]
8569
8570[[package]]
8571name = "zmij"
8572version = "1.0.21"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
8575
8576[[package]]
8577name = "zvariant"
8578version = "5.10.0"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b"
8581dependencies = [
8582 "endi",
8583 "enumflags2",
8584 "serde",
8585 "winnow 0.7.15",
8586 "zvariant_derive",
8587 "zvariant_utils",
8588]
8589
8590[[package]]
8591name = "zvariant_derive"
8592version = "5.10.0"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c"
8595dependencies = [
8596 "proc-macro-crate 3.5.0",
8597 "proc-macro2",
8598 "quote",
8599 "syn 2.0.117",
8600 "zvariant_utils",
8601]
8602
8603[[package]]
8604name = "zvariant_utils"
8605version = "3.3.0"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
8608dependencies = [
8609 "proc-macro2",
8610 "quote",
8611 "serde",
8612 "syn 2.0.117",
8613 "winnow 0.7.15",
8614]