atproto blogging
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "adler32"
22version = "1.2.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
25
26[[package]]
27name = "aead"
28version = "0.6.0-rc.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "ac8202ab55fcbf46ca829833f347a82a2a4ce0596f0304ac322c2d100030cd56"
31dependencies = [
32 "bytes",
33 "crypto-common 0.2.0-rc.4",
34 "inout",
35]
36
37[[package]]
38name = "ahash"
39version = "0.7.8"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
42dependencies = [
43 "getrandom 0.2.16",
44 "once_cell",
45 "version_check",
46]
47
48[[package]]
49name = "ahash"
50version = "0.8.12"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
53dependencies = [
54 "cfg-if",
55 "getrandom 0.3.4",
56 "once_cell",
57 "version_check",
58 "zerocopy",
59]
60
61[[package]]
62name = "aho-corasick"
63version = "1.1.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
66dependencies = [
67 "memchr",
68]
69
70[[package]]
71name = "aliasable"
72version = "0.1.3"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
75
76[[package]]
77name = "alloc-no-stdlib"
78version = "2.0.4"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
81
82[[package]]
83name = "alloc-stdlib"
84version = "0.2.2"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
87dependencies = [
88 "alloc-no-stdlib",
89]
90
91[[package]]
92name = "allocator-api2"
93version = "0.2.21"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
96
97[[package]]
98name = "android_system_properties"
99version = "0.1.5"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
102dependencies = [
103 "libc",
104]
105
106[[package]]
107name = "anstream"
108version = "0.6.21"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
111dependencies = [
112 "anstyle",
113 "anstyle-parse",
114 "anstyle-query",
115 "anstyle-wincon",
116 "colorchoice",
117 "is_terminal_polyfill",
118 "utf8parse",
119]
120
121[[package]]
122name = "anstyle"
123version = "1.0.13"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
126
127[[package]]
128name = "anstyle-parse"
129version = "0.2.7"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
132dependencies = [
133 "utf8parse",
134]
135
136[[package]]
137name = "anstyle-query"
138version = "1.1.5"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
141dependencies = [
142 "windows-sys 0.61.2",
143]
144
145[[package]]
146name = "anstyle-wincon"
147version = "3.0.11"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
150dependencies = [
151 "anstyle",
152 "once_cell_polyfill",
153 "windows-sys 0.61.2",
154]
155
156[[package]]
157name = "anyhow"
158version = "1.0.100"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
161
162[[package]]
163name = "append-only-bytes"
164version = "0.1.12"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "ac436601d6bdde674a0d7fb593e829ffe7b3387c351b356dd20e2d40f5bf3ee5"
167
168[[package]]
169name = "approx"
170version = "0.5.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
173dependencies = [
174 "num-traits",
175]
176
177[[package]]
178name = "ar_archive_writer"
179version = "0.2.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
182dependencies = [
183 "object 0.32.2",
184]
185
186[[package]]
187name = "arbitrary"
188version = "1.4.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
191dependencies = [
192 "derive_arbitrary",
193]
194
195[[package]]
196name = "arraydeque"
197version = "0.5.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
200
201[[package]]
202name = "arrayref"
203version = "0.3.9"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
206
207[[package]]
208name = "arrayvec"
209version = "0.7.6"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
212
213[[package]]
214name = "arref"
215version = "0.1.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "2ccd462b64c3c72f1be8305905a85d85403d768e8690c9b8bd3b9009a5761679"
218
219[[package]]
220name = "ascii"
221version = "1.1.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
224
225[[package]]
226name = "ashpd"
227version = "0.11.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
230dependencies = [
231 "enumflags2",
232 "futures-channel",
233 "futures-util",
234 "rand 0.9.2",
235 "raw-window-handle 0.6.2",
236 "serde",
237 "serde_repr",
238 "tokio",
239 "url",
240 "wayland-backend",
241 "wayland-client",
242 "wayland-protocols",
243 "zbus",
244]
245
246[[package]]
247name = "askama"
248version = "0.12.1"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
251dependencies = [
252 "askama_derive",
253 "askama_escape 0.10.3",
254 "humansize",
255 "num-traits",
256 "percent-encoding",
257]
258
259[[package]]
260name = "askama_derive"
261version = "0.12.5"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
264dependencies = [
265 "askama_parser",
266 "basic-toml",
267 "mime",
268 "mime_guess",
269 "proc-macro2",
270 "quote",
271 "serde",
272 "syn 2.0.111",
273]
274
275[[package]]
276name = "askama_escape"
277version = "0.10.3"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
280
281[[package]]
282name = "askama_escape"
283version = "0.13.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "3df27b8d5ddb458c5fb1bbc1ce172d4a38c614a97d550b0ac89003897fb01de4"
286
287[[package]]
288name = "askama_parser"
289version = "0.2.1"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
292dependencies = [
293 "nom",
294]
295
296[[package]]
297name = "ast_node"
298version = "3.0.4"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "0a184645bcc6f52d69d8e7639720699c6a99efb711f886e251ed1d16db8dd90e"
301dependencies = [
302 "quote",
303 "swc_macros_common",
304 "syn 2.0.111",
305]
306
307[[package]]
308name = "async-broadcast"
309version = "0.7.2"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
312dependencies = [
313 "event-listener",
314 "event-listener-strategy",
315 "futures-core",
316 "pin-project-lite",
317]
318
319[[package]]
320name = "async-compat"
321version = "0.2.5"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
324dependencies = [
325 "futures-core",
326 "futures-io",
327 "once_cell",
328 "pin-project-lite",
329 "tokio",
330]
331
332[[package]]
333name = "async-compression"
334version = "0.4.36"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37"
337dependencies = [
338 "compression-codecs",
339 "compression-core",
340 "futures-core",
341 "pin-project-lite",
342 "tokio",
343]
344
345[[package]]
346name = "async-once-cell"
347version = "0.5.4"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a"
350
351[[package]]
352name = "async-recursion"
353version = "1.1.1"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
356dependencies = [
357 "proc-macro2",
358 "quote",
359 "syn 2.0.111",
360]
361
362[[package]]
363name = "async-stream"
364version = "0.3.6"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
367dependencies = [
368 "async-stream-impl",
369 "futures-core",
370 "pin-project-lite",
371]
372
373[[package]]
374name = "async-stream-impl"
375version = "0.3.6"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
378dependencies = [
379 "proc-macro2",
380 "quote",
381 "syn 2.0.111",
382]
383
384[[package]]
385name = "async-trait"
386version = "0.1.89"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
389dependencies = [
390 "proc-macro2",
391 "quote",
392 "syn 2.0.111",
393]
394
395[[package]]
396name = "async-tungstenite"
397version = "0.31.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
400dependencies = [
401 "atomic-waker",
402 "futures-core",
403 "futures-io",
404 "futures-task",
405 "futures-util",
406 "log",
407 "pin-project-lite",
408 "tungstenite 0.27.0",
409]
410
411[[package]]
412name = "async_io_stream"
413version = "0.3.3"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
416dependencies = [
417 "futures",
418 "pharos",
419 "rustc_version",
420]
421
422[[package]]
423name = "atk"
424version = "0.18.2"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
427dependencies = [
428 "atk-sys",
429 "glib",
430 "libc",
431]
432
433[[package]]
434name = "atk-sys"
435version = "0.18.2"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
438dependencies = [
439 "glib-sys",
440 "gobject-sys",
441 "libc",
442 "system-deps",
443]
444
445[[package]]
446name = "atomic-polyfill"
447version = "1.0.3"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
450dependencies = [
451 "critical-section",
452]
453
454[[package]]
455name = "atomic-waker"
456version = "1.1.2"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
459
460[[package]]
461name = "attohttpc"
462version = "0.30.1"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
465dependencies = [
466 "base64 0.22.1",
467 "http",
468 "log",
469 "url",
470]
471
472[[package]]
473name = "autocfg"
474version = "1.5.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
477
478[[package]]
479name = "aws-lc-rs"
480version = "1.15.2"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288"
483dependencies = [
484 "aws-lc-sys",
485 "zeroize",
486]
487
488[[package]]
489name = "aws-lc-sys"
490version = "0.35.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1"
493dependencies = [
494 "cc",
495 "cmake",
496 "dunce",
497 "fs_extra",
498]
499
500[[package]]
501name = "axum"
502version = "0.8.7"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
505dependencies = [
506 "axum-core",
507 "axum-macros",
508 "base64 0.22.1",
509 "bytes",
510 "form_urlencoded",
511 "futures-util",
512 "http",
513 "http-body",
514 "http-body-util",
515 "hyper",
516 "hyper-util",
517 "itoa",
518 "matchit",
519 "memchr",
520 "mime",
521 "multer",
522 "percent-encoding",
523 "pin-project-lite",
524 "serde_core",
525 "serde_json",
526 "serde_path_to_error",
527 "serde_urlencoded",
528 "sha1 0.10.6",
529 "sync_wrapper",
530 "tokio",
531 "tokio-tungstenite 0.28.0",
532 "tower",
533 "tower-layer",
534 "tower-service",
535 "tracing",
536]
537
538[[package]]
539name = "axum-core"
540version = "0.5.5"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
543dependencies = [
544 "bytes",
545 "futures-core",
546 "http",
547 "http-body",
548 "http-body-util",
549 "mime",
550 "pin-project-lite",
551 "sync_wrapper",
552 "tower-layer",
553 "tower-service",
554 "tracing",
555]
556
557[[package]]
558name = "axum-extra"
559version = "0.10.3"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96"
562dependencies = [
563 "axum",
564 "axum-core",
565 "bytes",
566 "futures-util",
567 "headers",
568 "http",
569 "http-body",
570 "http-body-util",
571 "mime",
572 "pin-project-lite",
573 "rustversion",
574 "serde_core",
575 "tower-layer",
576 "tower-service",
577 "tracing",
578]
579
580[[package]]
581name = "axum-macros"
582version = "0.5.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
585dependencies = [
586 "proc-macro2",
587 "quote",
588 "syn 2.0.111",
589]
590
591[[package]]
592name = "backon"
593version = "1.6.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
596dependencies = [
597 "fastrand",
598 "gloo-timers",
599 "tokio",
600]
601
602[[package]]
603name = "backtrace"
604version = "0.3.76"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
607dependencies = [
608 "addr2line",
609 "cfg-if",
610 "libc",
611 "miniz_oxide",
612 "object 0.37.3",
613 "rustc-demangle",
614 "windows-link 0.2.1",
615]
616
617[[package]]
618name = "backtrace-ext"
619version = "0.2.1"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
622dependencies = [
623 "backtrace",
624]
625
626[[package]]
627name = "base-x"
628version = "0.2.11"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
631
632[[package]]
633name = "base16"
634version = "0.2.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"
637
638[[package]]
639name = "base16ct"
640version = "0.2.0"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
643
644[[package]]
645name = "base16ct"
646version = "0.3.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "d8b59d472eab27ade8d770dcb11da7201c11234bef9f82ce7aa517be028d462b"
649
650[[package]]
651name = "base256emoji"
652version = "1.0.2"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
655dependencies = [
656 "const-str 0.4.3",
657 "match-lookup",
658]
659
660[[package]]
661name = "base32"
662version = "0.5.1"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
665
666[[package]]
667name = "base64"
668version = "0.13.1"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
671
672[[package]]
673name = "base64"
674version = "0.22.1"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
677
678[[package]]
679name = "base64-simd"
680version = "0.7.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
683dependencies = [
684 "simd-abstraction",
685]
686
687[[package]]
688name = "base64ct"
689version = "1.8.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
692
693[[package]]
694name = "basic-toml"
695version = "0.1.10"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
698dependencies = [
699 "serde",
700]
701
702[[package]]
703name = "better_scoped_tls"
704version = "1.0.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "7cd228125315b132eed175bf47619ac79b945b26e56b848ba203ae4ea8603609"
707dependencies = [
708 "scoped-tls",
709]
710
711[[package]]
712name = "bincode"
713version = "1.3.3"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
716dependencies = [
717 "serde",
718]
719
720[[package]]
721name = "bit-set"
722version = "0.8.0"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
725dependencies = [
726 "bit-vec",
727]
728
729[[package]]
730name = "bit-vec"
731version = "0.8.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
734
735[[package]]
736name = "bitflags"
737version = "1.3.2"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
740
741[[package]]
742name = "bitflags"
743version = "2.10.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
746dependencies = [
747 "serde_core",
748]
749
750[[package]]
751name = "bitmaps"
752version = "2.1.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
755dependencies = [
756 "typenum",
757]
758
759[[package]]
760name = "bitvec"
761version = "1.0.1"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
764dependencies = [
765 "funty",
766 "radium",
767 "tap",
768 "wyz",
769]
770
771[[package]]
772name = "blake3"
773version = "1.8.2"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
776dependencies = [
777 "arrayref",
778 "arrayvec",
779 "cc",
780 "cfg-if",
781 "constant_time_eq",
782]
783
784[[package]]
785name = "block"
786version = "0.1.6"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
789
790[[package]]
791name = "block-buffer"
792version = "0.10.4"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
795dependencies = [
796 "generic-array",
797]
798
799[[package]]
800name = "block-buffer"
801version = "0.11.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "96eb4cdd6cf1b31d671e9efe75c5d1ec614776856cefbe109ca373554a6d514f"
804dependencies = [
805 "hybrid-array",
806 "zeroize",
807]
808
809[[package]]
810name = "block2"
811version = "0.6.2"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
814dependencies = [
815 "objc2",
816]
817
818[[package]]
819name = "bnum"
820version = "0.13.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "119771309b95163ec7aaf79810da82f7cd0599c19722d48b9c03894dca833966"
823
824[[package]]
825name = "bon"
826version = "3.8.1"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
829dependencies = [
830 "bon-macros",
831 "rustversion",
832]
833
834[[package]]
835name = "bon-macros"
836version = "3.8.1"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
839dependencies = [
840 "darling 0.21.3",
841 "ident_case",
842 "prettyplease",
843 "proc-macro2",
844 "quote",
845 "rustversion",
846 "syn 2.0.111",
847]
848
849[[package]]
850name = "borsh"
851version = "1.6.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
854dependencies = [
855 "cfg_aliases",
856]
857
858[[package]]
859name = "brotli"
860version = "3.5.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
863dependencies = [
864 "alloc-no-stdlib",
865 "alloc-stdlib",
866 "brotli-decompressor",
867]
868
869[[package]]
870name = "brotli-decompressor"
871version = "2.5.1"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
874dependencies = [
875 "alloc-no-stdlib",
876 "alloc-stdlib",
877]
878
879[[package]]
880name = "bstr"
881version = "1.12.1"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
884dependencies = [
885 "memchr",
886 "serde",
887]
888
889[[package]]
890name = "buf_redux"
891version = "0.8.4"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
894dependencies = [
895 "memchr",
896 "safemem",
897]
898
899[[package]]
900name = "bumpalo"
901version = "3.19.1"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
904dependencies = [
905 "allocator-api2",
906]
907
908[[package]]
909name = "by_address"
910version = "1.2.1"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
913
914[[package]]
915name = "bytecheck"
916version = "0.6.12"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
919dependencies = [
920 "bytecheck_derive",
921 "ptr_meta",
922 "simdutf8",
923]
924
925[[package]]
926name = "bytecheck_derive"
927version = "0.6.12"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
930dependencies = [
931 "proc-macro2",
932 "quote",
933 "syn 1.0.109",
934]
935
936[[package]]
937name = "bytemuck"
938version = "1.24.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
941
942[[package]]
943name = "byteorder"
944version = "1.5.0"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
947
948[[package]]
949name = "byteorder-lite"
950version = "0.1.0"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
953
954[[package]]
955name = "bytes"
956version = "1.11.0"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
959dependencies = [
960 "serde",
961]
962
963[[package]]
964name = "bytes-str"
965version = "0.2.7"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "7c60b5ce37e0b883c37eb89f79a1e26fbe9c1081945d024eee93e8d91a7e18b3"
968dependencies = [
969 "bytes",
970 "serde",
971]
972
973[[package]]
974name = "cairo-rs"
975version = "0.18.5"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
978dependencies = [
979 "bitflags 2.10.0",
980 "cairo-sys-rs",
981 "glib",
982 "libc",
983 "once_cell",
984 "thiserror 1.0.69",
985]
986
987[[package]]
988name = "cairo-sys-rs"
989version = "0.18.2"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
992dependencies = [
993 "glib-sys",
994 "libc",
995 "system-deps",
996]
997
998[[package]]
999name = "cast"
1000version = "0.3.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1003
1004[[package]]
1005name = "cbor4ii"
1006version = "0.2.14"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
1009dependencies = [
1010 "serde",
1011]
1012
1013[[package]]
1014name = "cc"
1015version = "1.2.50"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
1018dependencies = [
1019 "find-msvc-tools",
1020 "jobserver",
1021 "libc",
1022 "shlex",
1023]
1024
1025[[package]]
1026name = "cesu8"
1027version = "1.1.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1030
1031[[package]]
1032name = "cfb"
1033version = "0.7.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
1036dependencies = [
1037 "byteorder",
1038 "fnv",
1039 "uuid",
1040]
1041
1042[[package]]
1043name = "cfg-expr"
1044version = "0.15.8"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
1047dependencies = [
1048 "smallvec",
1049 "target-lexicon",
1050]
1051
1052[[package]]
1053name = "cfg-if"
1054version = "1.0.4"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1057
1058[[package]]
1059name = "cfg_aliases"
1060version = "0.2.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1063
1064[[package]]
1065name = "chacha20"
1066version = "0.10.0-rc.2"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9bd162f2b8af3e0639d83f28a637e4e55657b7a74508dba5a9bf4da523d5c9e9"
1069dependencies = [
1070 "cfg-if",
1071 "cipher",
1072 "cpufeatures",
1073 "zeroize",
1074]
1075
1076[[package]]
1077name = "charset"
1078version = "0.1.5"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
1081dependencies = [
1082 "base64 0.22.1",
1083 "encoding_rs",
1084]
1085
1086[[package]]
1087name = "chrono"
1088version = "0.4.42"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
1091dependencies = [
1092 "iana-time-zone",
1093 "js-sys",
1094 "num-traits",
1095 "serde",
1096 "wasm-bindgen",
1097 "windows-link 0.2.1",
1098]
1099
1100[[package]]
1101name = "chunked_transfer"
1102version = "1.5.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
1105
1106[[package]]
1107name = "ciborium"
1108version = "0.2.2"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1111dependencies = [
1112 "ciborium-io",
1113 "ciborium-ll",
1114 "serde",
1115]
1116
1117[[package]]
1118name = "ciborium-io"
1119version = "0.2.2"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1122
1123[[package]]
1124name = "ciborium-ll"
1125version = "0.2.2"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1128dependencies = [
1129 "ciborium-io",
1130 "half",
1131]
1132
1133[[package]]
1134name = "cid"
1135version = "0.11.1"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
1138dependencies = [
1139 "core2",
1140 "multibase",
1141 "multihash",
1142 "serde",
1143 "serde_bytes",
1144 "unsigned-varint 0.8.0",
1145]
1146
1147[[package]]
1148name = "cipher"
1149version = "0.5.0-rc.1"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "1e12a13eb01ded5d32ee9658d94f553a19e804204f2dc811df69ab4d9e0cb8c7"
1152dependencies = [
1153 "block-buffer 0.11.0",
1154 "crypto-common 0.2.0-rc.4",
1155 "inout",
1156 "zeroize",
1157]
1158
1159[[package]]
1160name = "cityhash-rs"
1161version = "1.0.1"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "93a719913643003b84bd13022b4b7e703c09342cd03b679c4641c7d2e50dc34d"
1164
1165[[package]]
1166name = "clap"
1167version = "4.5.53"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
1170dependencies = [
1171 "clap_builder",
1172 "clap_derive",
1173]
1174
1175[[package]]
1176name = "clap_builder"
1177version = "4.5.53"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
1180dependencies = [
1181 "anstream",
1182 "anstyle",
1183 "clap_lex",
1184 "strsim",
1185 "unicase",
1186 "unicode-width 0.2.2",
1187]
1188
1189[[package]]
1190name = "clap_derive"
1191version = "4.5.49"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
1194dependencies = [
1195 "heck 0.5.0",
1196 "proc-macro2",
1197 "quote",
1198 "syn 2.0.111",
1199]
1200
1201[[package]]
1202name = "clap_lex"
1203version = "0.7.6"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
1206
1207[[package]]
1208name = "clickhouse"
1209version = "0.14.1"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "a4916807143285e80eefcaf741a29a98bbd687e4581352631a74ab223e66558b"
1212dependencies = [
1213 "bnum",
1214 "bstr",
1215 "bytes",
1216 "chrono",
1217 "cityhash-rs",
1218 "clickhouse-macros",
1219 "clickhouse-types",
1220 "futures-channel",
1221 "futures-util",
1222 "http-body-util",
1223 "hyper",
1224 "hyper-rustls",
1225 "hyper-util",
1226 "lz4_flex",
1227 "polonius-the-crab",
1228 "quanta",
1229 "rustls",
1230 "serde",
1231 "thiserror 2.0.17",
1232 "tokio",
1233 "url",
1234]
1235
1236[[package]]
1237name = "clickhouse-macros"
1238version = "0.3.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "ff6669899e23cb87b43daf7996f0ea3b9c07d0fb933d745bb7b815b052515ae3"
1241dependencies = [
1242 "proc-macro2",
1243 "quote",
1244 "serde_derive_internals",
1245 "syn 2.0.111",
1246]
1247
1248[[package]]
1249name = "clickhouse-types"
1250version = "0.1.1"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "358fbfd439fb0bed02a3e2ecc5131f6a9d039ba5639aed650cf0e845f6ebfc16"
1253dependencies = [
1254 "bytes",
1255 "thiserror 2.0.17",
1256]
1257
1258[[package]]
1259name = "cmake"
1260version = "0.1.57"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
1263dependencies = [
1264 "cc",
1265]
1266
1267[[package]]
1268name = "cobs"
1269version = "0.3.0"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
1272dependencies = [
1273 "thiserror 2.0.17",
1274]
1275
1276[[package]]
1277name = "cocoa"
1278version = "0.26.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "ad36507aeb7e16159dfe68db81ccc27571c3ccd4b76fb2fb72fc59e7a4b1b64c"
1281dependencies = [
1282 "bitflags 2.10.0",
1283 "block",
1284 "cocoa-foundation",
1285 "core-foundation 0.10.1",
1286 "core-graphics",
1287 "foreign-types 0.5.0",
1288 "libc",
1289 "objc",
1290]
1291
1292[[package]]
1293name = "cocoa-foundation"
1294version = "0.2.1"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "81411967c50ee9a1fc11365f8c585f863a22a9697c89239c452292c40ba79b0d"
1297dependencies = [
1298 "bitflags 2.10.0",
1299 "block",
1300 "core-foundation 0.10.1",
1301 "core-graphics-types",
1302 "objc",
1303]
1304
1305[[package]]
1306name = "color_quant"
1307version = "1.1.0"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1310
1311[[package]]
1312name = "colorchoice"
1313version = "1.0.4"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
1316
1317[[package]]
1318name = "combine"
1319version = "4.6.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1322dependencies = [
1323 "bytes",
1324 "memchr",
1325]
1326
1327[[package]]
1328name = "compression-codecs"
1329version = "0.4.35"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2"
1332dependencies = [
1333 "compression-core",
1334 "flate2",
1335 "memchr",
1336]
1337
1338[[package]]
1339name = "compression-core"
1340version = "0.4.31"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
1343
1344[[package]]
1345name = "concurrent-queue"
1346version = "2.5.0"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1349dependencies = [
1350 "crossbeam-utils",
1351]
1352
1353[[package]]
1354name = "console"
1355version = "0.15.11"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
1358dependencies = [
1359 "encode_unicode",
1360 "libc",
1361 "once_cell",
1362 "windows-sys 0.59.0",
1363]
1364
1365[[package]]
1366name = "console_error_panic_hook"
1367version = "0.1.7"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
1370dependencies = [
1371 "cfg-if",
1372 "wasm-bindgen",
1373]
1374
1375[[package]]
1376name = "const-oid"
1377version = "0.9.6"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1380
1381[[package]]
1382name = "const-oid"
1383version = "0.10.1"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "0dabb6555f92fb9ee4140454eb5dcd14c7960e1225c6d1a6cc361f032947713e"
1386
1387[[package]]
1388name = "const-serialize"
1389version = "0.6.2"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "08259976d62c715c4826cb4a3d64a3a9e5c5f68f964ff6087319857f569f93a6"
1392dependencies = [
1393 "const-serialize-macro 0.6.2",
1394 "serde",
1395]
1396
1397[[package]]
1398name = "const-serialize"
1399version = "0.7.2"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "ad7154afa56de2f290e3c82c2c6dc4f5b282b6870903f56ef3509aba95866edc"
1402dependencies = [
1403 "const-serialize-macro 0.7.2",
1404 "serde",
1405]
1406
1407[[package]]
1408name = "const-serialize-macro"
1409version = "0.6.2"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "04382d0d9df7434af6b1b49ea1a026ef39df1b0738b1cc373368cf175354f6eb"
1412dependencies = [
1413 "proc-macro2",
1414 "quote",
1415 "syn 2.0.111",
1416]
1417
1418[[package]]
1419name = "const-serialize-macro"
1420version = "0.7.2"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "4f160aad86b4343e8d4e261fee9965c3005b2fd6bc117d172ab65948779e4acf"
1423dependencies = [
1424 "proc-macro2",
1425 "quote",
1426 "syn 2.0.111",
1427]
1428
1429[[package]]
1430name = "const-str"
1431version = "0.3.2"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
1434dependencies = [
1435 "const-str-proc-macro",
1436]
1437
1438[[package]]
1439name = "const-str"
1440version = "0.4.3"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1443
1444[[package]]
1445name = "const-str"
1446version = "0.7.1"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160"
1449
1450[[package]]
1451name = "const-str-proc-macro"
1452version = "0.3.2"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
1455dependencies = [
1456 "proc-macro2",
1457 "quote",
1458 "syn 1.0.109",
1459]
1460
1461[[package]]
1462name = "const_format"
1463version = "0.2.35"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
1466dependencies = [
1467 "const_format_proc_macros",
1468]
1469
1470[[package]]
1471name = "const_format_proc_macros"
1472version = "0.2.34"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
1475dependencies = [
1476 "proc-macro2",
1477 "quote",
1478 "unicode-xid",
1479]
1480
1481[[package]]
1482name = "constant_time_eq"
1483version = "0.3.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
1486
1487[[package]]
1488name = "content_disposition"
1489version = "0.4.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "ebc14a88e1463ddd193906285abe5c360c7e8564e05ccc5d501755f7fbc9ca9c"
1492dependencies = [
1493 "charset",
1494]
1495
1496[[package]]
1497name = "convert_case"
1498version = "0.4.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1501
1502[[package]]
1503name = "convert_case"
1504version = "0.6.0"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
1507dependencies = [
1508 "unicode-segmentation",
1509]
1510
1511[[package]]
1512name = "convert_case"
1513version = "0.8.0"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
1516dependencies = [
1517 "unicode-segmentation",
1518]
1519
1520[[package]]
1521name = "convert_case"
1522version = "0.10.0"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
1525dependencies = [
1526 "unicode-segmentation",
1527]
1528
1529[[package]]
1530name = "cookie"
1531version = "0.18.1"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1534dependencies = [
1535 "percent-encoding",
1536 "time",
1537 "version_check",
1538]
1539
1540[[package]]
1541name = "cookie_store"
1542version = "0.22.0"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f"
1545dependencies = [
1546 "cookie",
1547 "document-features",
1548 "idna",
1549 "log",
1550 "publicsuffix",
1551 "serde",
1552 "serde_derive",
1553 "serde_json",
1554 "time",
1555 "url",
1556]
1557
1558[[package]]
1559name = "cordyceps"
1560version = "0.3.4"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
1563dependencies = [
1564 "loom",
1565 "tracing",
1566]
1567
1568[[package]]
1569name = "core-foundation"
1570version = "0.9.4"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1573dependencies = [
1574 "core-foundation-sys",
1575 "libc",
1576]
1577
1578[[package]]
1579name = "core-foundation"
1580version = "0.10.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1583dependencies = [
1584 "core-foundation-sys",
1585 "libc",
1586]
1587
1588[[package]]
1589name = "core-foundation-sys"
1590version = "0.8.7"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1593
1594[[package]]
1595name = "core-graphics"
1596version = "0.24.0"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
1599dependencies = [
1600 "bitflags 2.10.0",
1601 "core-foundation 0.10.1",
1602 "core-graphics-types",
1603 "foreign-types 0.5.0",
1604 "libc",
1605]
1606
1607[[package]]
1608name = "core-graphics-types"
1609version = "0.2.0"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
1612dependencies = [
1613 "bitflags 2.10.0",
1614 "core-foundation 0.10.1",
1615 "libc",
1616]
1617
1618[[package]]
1619name = "core2"
1620version = "0.4.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
1623dependencies = [
1624 "memchr",
1625]
1626
1627[[package]]
1628name = "core_maths"
1629version = "0.1.1"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
1632dependencies = [
1633 "libm",
1634]
1635
1636[[package]]
1637name = "cow-replace"
1638version = "0.1.1"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "a6cab584c4b83b5b36f81a10bd15191fd77f70432d624787ee68ec64edd6d7ed"
1641dependencies = [
1642 "ascii",
1643]
1644
1645[[package]]
1646name = "cpufeatures"
1647version = "0.2.17"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1650dependencies = [
1651 "libc",
1652]
1653
1654[[package]]
1655name = "crc32fast"
1656version = "1.5.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1659dependencies = [
1660 "cfg-if",
1661]
1662
1663[[package]]
1664name = "critical-section"
1665version = "1.2.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1668
1669[[package]]
1670name = "crossbeam-channel"
1671version = "0.5.15"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1674dependencies = [
1675 "crossbeam-utils",
1676]
1677
1678[[package]]
1679name = "crossbeam-deque"
1680version = "0.8.6"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1683dependencies = [
1684 "crossbeam-epoch",
1685 "crossbeam-utils",
1686]
1687
1688[[package]]
1689name = "crossbeam-epoch"
1690version = "0.9.18"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1693dependencies = [
1694 "crossbeam-utils",
1695]
1696
1697[[package]]
1698name = "crossbeam-utils"
1699version = "0.8.21"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1702
1703[[package]]
1704name = "crunchy"
1705version = "0.2.4"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1708
1709[[package]]
1710name = "crypto-bigint"
1711version = "0.5.5"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1714dependencies = [
1715 "generic-array",
1716 "rand_core 0.6.4",
1717 "subtle",
1718 "zeroize",
1719]
1720
1721[[package]]
1722name = "crypto-common"
1723version = "0.1.6"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1726dependencies = [
1727 "generic-array",
1728 "typenum",
1729]
1730
1731[[package]]
1732name = "crypto-common"
1733version = "0.2.0-rc.4"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "6a8235645834fbc6832939736ce2f2d08192652269e11010a6240f61b908a1c6"
1736dependencies = [
1737 "hybrid-array",
1738 "rand_core 0.9.3",
1739]
1740
1741[[package]]
1742name = "crypto_box"
1743version = "0.10.0-pre.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "2bda4de3e070830cf3a27a394de135b6709aefcc54d1e16f2f029271254a6ed9"
1746dependencies = [
1747 "aead",
1748 "chacha20",
1749 "crypto_secretbox",
1750 "curve25519-dalek 5.0.0-pre.1",
1751 "salsa20",
1752 "serdect",
1753 "subtle",
1754 "zeroize",
1755]
1756
1757[[package]]
1758name = "crypto_secretbox"
1759version = "0.2.0-pre.0"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "54532aae6546084a52cef855593daf9555945719eeeda9974150e0def854873e"
1762dependencies = [
1763 "aead",
1764 "chacha20",
1765 "cipher",
1766 "hybrid-array",
1767 "poly1305",
1768 "salsa20",
1769 "subtle",
1770 "zeroize",
1771]
1772
1773[[package]]
1774name = "csscolorparser"
1775version = "0.7.2"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "5fda6aace1fbef3aa217b27f4c8d7d071ef2a70a5ca51050b1f17d40299d3f16"
1778dependencies = [
1779 "phf 0.11.3",
1780]
1781
1782[[package]]
1783name = "cssparser"
1784version = "0.29.6"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
1787dependencies = [
1788 "cssparser-macros",
1789 "dtoa-short",
1790 "itoa",
1791 "matches",
1792 "phf 0.10.1",
1793 "proc-macro2",
1794 "quote",
1795 "smallvec",
1796 "syn 1.0.109",
1797]
1798
1799[[package]]
1800name = "cssparser"
1801version = "0.33.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
1804dependencies = [
1805 "cssparser-macros",
1806 "dtoa-short",
1807 "itoa",
1808 "phf 0.11.3",
1809 "smallvec",
1810]
1811
1812[[package]]
1813name = "cssparser-color"
1814version = "0.1.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
1817dependencies = [
1818 "cssparser 0.33.0",
1819]
1820
1821[[package]]
1822name = "cssparser-macros"
1823version = "0.6.1"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1826dependencies = [
1827 "quote",
1828 "syn 2.0.111",
1829]
1830
1831[[package]]
1832name = "curve25519-dalek"
1833version = "4.1.3"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
1836dependencies = [
1837 "cfg-if",
1838 "cpufeatures",
1839 "curve25519-dalek-derive",
1840 "digest 0.10.7",
1841 "fiat-crypto 0.2.9",
1842 "rustc_version",
1843 "subtle",
1844 "zeroize",
1845]
1846
1847[[package]]
1848name = "curve25519-dalek"
1849version = "5.0.0-pre.1"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "6f9200d1d13637f15a6acb71e758f64624048d85b31a5fdbfd8eca1e2687d0b7"
1852dependencies = [
1853 "cfg-if",
1854 "cpufeatures",
1855 "curve25519-dalek-derive",
1856 "digest 0.11.0-rc.3",
1857 "fiat-crypto 0.3.0",
1858 "rand_core 0.9.3",
1859 "rustc_version",
1860 "serde",
1861 "subtle",
1862 "zeroize",
1863]
1864
1865[[package]]
1866name = "curve25519-dalek-derive"
1867version = "0.1.1"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1870dependencies = [
1871 "proc-macro2",
1872 "quote",
1873 "syn 2.0.111",
1874]
1875
1876[[package]]
1877name = "darling"
1878version = "0.20.11"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1881dependencies = [
1882 "darling_core 0.20.11",
1883 "darling_macro 0.20.11",
1884]
1885
1886[[package]]
1887name = "darling"
1888version = "0.21.3"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1891dependencies = [
1892 "darling_core 0.21.3",
1893 "darling_macro 0.21.3",
1894]
1895
1896[[package]]
1897name = "darling_core"
1898version = "0.20.11"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
1901dependencies = [
1902 "fnv",
1903 "ident_case",
1904 "proc-macro2",
1905 "quote",
1906 "strsim",
1907 "syn 2.0.111",
1908]
1909
1910[[package]]
1911name = "darling_core"
1912version = "0.21.3"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1915dependencies = [
1916 "fnv",
1917 "ident_case",
1918 "proc-macro2",
1919 "quote",
1920 "strsim",
1921 "syn 2.0.111",
1922]
1923
1924[[package]]
1925name = "darling_macro"
1926version = "0.20.11"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1929dependencies = [
1930 "darling_core 0.20.11",
1931 "quote",
1932 "syn 2.0.111",
1933]
1934
1935[[package]]
1936name = "darling_macro"
1937version = "0.21.3"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1940dependencies = [
1941 "darling_core 0.21.3",
1942 "quote",
1943 "syn 2.0.111",
1944]
1945
1946[[package]]
1947name = "dashmap"
1948version = "5.5.3"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1951dependencies = [
1952 "cfg-if",
1953 "hashbrown 0.14.5",
1954 "lock_api",
1955 "once_cell",
1956 "parking_lot_core",
1957]
1958
1959[[package]]
1960name = "dashmap"
1961version = "6.1.0"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1964dependencies = [
1965 "cfg-if",
1966 "crossbeam-utils",
1967 "hashbrown 0.14.5",
1968 "lock_api",
1969 "once_cell",
1970 "parking_lot_core",
1971]
1972
1973[[package]]
1974name = "data-encoding"
1975version = "2.9.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1978
1979[[package]]
1980name = "data-encoding-macro"
1981version = "0.1.18"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1984dependencies = [
1985 "data-encoding",
1986 "data-encoding-macro-internal",
1987]
1988
1989[[package]]
1990name = "data-encoding-macro-internal"
1991version = "0.1.16"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1994dependencies = [
1995 "data-encoding",
1996 "syn 2.0.111",
1997]
1998
1999[[package]]
2000name = "data-url"
2001version = "0.1.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
2004dependencies = [
2005 "matches",
2006]
2007
2008[[package]]
2009name = "data-url"
2010version = "0.3.2"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
2013
2014[[package]]
2015name = "deflate"
2016version = "1.0.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
2019dependencies = [
2020 "adler32",
2021 "gzip-header",
2022]
2023
2024[[package]]
2025name = "der"
2026version = "0.7.10"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
2029dependencies = [
2030 "const-oid 0.9.6",
2031 "pem-rfc7468 0.7.0",
2032 "zeroize",
2033]
2034
2035[[package]]
2036name = "der"
2037version = "0.8.0-rc.10"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "02c1d73e9668ea6b6a28172aa55f3ebec38507131ce179051c8033b5c6037653"
2040dependencies = [
2041 "const-oid 0.10.1",
2042 "pem-rfc7468 1.0.0",
2043 "zeroize",
2044]
2045
2046[[package]]
2047name = "deranged"
2048version = "0.5.5"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
2051dependencies = [
2052 "powerfmt",
2053]
2054
2055[[package]]
2056name = "derive_arbitrary"
2057version = "1.4.2"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
2060dependencies = [
2061 "proc-macro2",
2062 "quote",
2063 "syn 2.0.111",
2064]
2065
2066[[package]]
2067name = "derive_more"
2068version = "0.99.20"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
2071dependencies = [
2072 "convert_case 0.4.0",
2073 "proc-macro2",
2074 "quote",
2075 "rustc_version",
2076 "syn 2.0.111",
2077]
2078
2079[[package]]
2080name = "derive_more"
2081version = "1.0.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
2084dependencies = [
2085 "derive_more-impl 1.0.0",
2086]
2087
2088[[package]]
2089name = "derive_more"
2090version = "2.1.0"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618"
2093dependencies = [
2094 "derive_more-impl 2.1.0",
2095]
2096
2097[[package]]
2098name = "derive_more-impl"
2099version = "1.0.0"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
2102dependencies = [
2103 "proc-macro2",
2104 "quote",
2105 "syn 2.0.111",
2106 "unicode-xid",
2107]
2108
2109[[package]]
2110name = "derive_more-impl"
2111version = "2.1.0"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b"
2114dependencies = [
2115 "convert_case 0.10.0",
2116 "proc-macro2",
2117 "quote",
2118 "rustc_version",
2119 "syn 2.0.111",
2120 "unicode-xid",
2121]
2122
2123[[package]]
2124name = "diatomic-waker"
2125version = "0.2.3"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
2128
2129[[package]]
2130name = "diff"
2131version = "0.1.13"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2134
2135[[package]]
2136name = "digest"
2137version = "0.10.7"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2140dependencies = [
2141 "block-buffer 0.10.4",
2142 "const-oid 0.9.6",
2143 "crypto-common 0.1.6",
2144 "subtle",
2145]
2146
2147[[package]]
2148name = "digest"
2149version = "0.11.0-rc.3"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "dac89f8a64533a9b0eaa73a68e424db0fb1fd6271c74cc0125336a05f090568d"
2152dependencies = [
2153 "block-buffer 0.11.0",
2154 "const-oid 0.10.1",
2155 "crypto-common 0.2.0-rc.4",
2156]
2157
2158[[package]]
2159name = "dioxus"
2160version = "0.6.3"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "60a247114500f1a78e87022defa8173de847accfada8e8809dfae23a118a580c"
2163dependencies = [
2164 "dioxus-cli-config 0.6.3",
2165 "dioxus-config-macro 0.6.2",
2166 "dioxus-core 0.6.3",
2167 "dioxus-core-macro 0.6.3",
2168 "dioxus-devtools 0.6.2",
2169 "dioxus-document 0.6.3",
2170 "dioxus-fullstack 0.6.3",
2171 "dioxus-history 0.6.2",
2172 "dioxus-hooks 0.6.2",
2173 "dioxus-html 0.6.3",
2174 "dioxus-logger 0.6.2",
2175 "dioxus-signals 0.6.3",
2176 "dioxus-web 0.6.3",
2177 "manganis 0.6.2",
2178 "warnings",
2179]
2180
2181[[package]]
2182name = "dioxus"
2183version = "0.7.2"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "3a115f9dbe5900c6044ee6a791e1b160c29989c6a8721eec099e01a964e5dae4"
2186dependencies = [
2187 "dioxus-asset-resolver",
2188 "dioxus-cli-config 0.7.2",
2189 "dioxus-config-macro 0.7.2",
2190 "dioxus-config-macros",
2191 "dioxus-core 0.7.2",
2192 "dioxus-core-macro 0.7.2",
2193 "dioxus-desktop",
2194 "dioxus-devtools 0.7.2",
2195 "dioxus-document 0.7.2",
2196 "dioxus-fullstack 0.7.2",
2197 "dioxus-fullstack-macro",
2198 "dioxus-history 0.7.2",
2199 "dioxus-hooks 0.7.2",
2200 "dioxus-html 0.7.2",
2201 "dioxus-liveview",
2202 "dioxus-logger 0.7.2",
2203 "dioxus-router",
2204 "dioxus-server",
2205 "dioxus-signals 0.7.2",
2206 "dioxus-ssr",
2207 "dioxus-stores",
2208 "dioxus-web 0.7.2",
2209 "manganis 0.7.2",
2210 "serde",
2211 "subsecond",
2212 "warnings",
2213 "wasm-splitter",
2214]
2215
2216[[package]]
2217name = "dioxus-asset-resolver"
2218version = "0.7.2"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "6851ae49ba3988f1b77f6ef826eb142e811602129841c24bf5a4e103708d9844"
2221dependencies = [
2222 "dioxus-cli-config 0.7.2",
2223 "http",
2224 "infer",
2225 "jni",
2226 "js-sys",
2227 "ndk",
2228 "ndk-context",
2229 "ndk-sys",
2230 "percent-encoding",
2231 "thiserror 2.0.17",
2232 "tokio",
2233 "wasm-bindgen-futures",
2234 "web-sys",
2235]
2236
2237[[package]]
2238name = "dioxus-cli-config"
2239version = "0.6.3"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "cdd16948f1ffdb068dd9a64812158073a4250e2af4e98ea31fdac0312e6bce86"
2242dependencies = [
2243 "wasm-bindgen",
2244]
2245
2246[[package]]
2247name = "dioxus-cli-config"
2248version = "0.7.2"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "c59e9d9da2e7334fdae5d77e3989207aa549062f74ff1ca2171393bbdd7fda90"
2251dependencies = [
2252 "wasm-bindgen",
2253]
2254
2255[[package]]
2256name = "dioxus-config-macro"
2257version = "0.6.2"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "75cbf582fbb1c32d34a1042ea675469065574109c95154468710a4d73ee98b49"
2260dependencies = [
2261 "proc-macro2",
2262 "quote",
2263]
2264
2265[[package]]
2266name = "dioxus-config-macro"
2267version = "0.7.2"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "9bd56be5ea6c9f416b25e9e3adc910c02127be75b6d1ecd567661f31920b27ba"
2270dependencies = [
2271 "proc-macro2",
2272 "quote",
2273]
2274
2275[[package]]
2276name = "dioxus-config-macros"
2277version = "0.7.2"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "c49327465c2d434d00fb4c86bd35ae72155b479622e09352b950d9ab4807bf23"
2280
2281[[package]]
2282name = "dioxus-core"
2283version = "0.6.3"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "9c03f451a119e47433c16e2d8eb5b15bf7d6e6734eb1a4c47574e6711dadff8d"
2286dependencies = [
2287 "const_format",
2288 "dioxus-core-types 0.6.2",
2289 "futures-channel",
2290 "futures-util",
2291 "generational-box 0.6.2",
2292 "longest-increasing-subsequence",
2293 "rustc-hash 1.1.0",
2294 "rustversion",
2295 "serde",
2296 "slab",
2297 "slotmap",
2298 "tracing",
2299 "warnings",
2300]
2301
2302[[package]]
2303name = "dioxus-core"
2304version = "0.7.2"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "7400cbd21a98e585a13f8c29574da9b8afb2fd343f712618042b6c71761f0933"
2307dependencies = [
2308 "anyhow",
2309 "const_format",
2310 "dioxus-core-types 0.7.2",
2311 "futures-channel",
2312 "futures-util",
2313 "generational-box 0.7.2",
2314 "longest-increasing-subsequence",
2315 "rustc-hash 2.1.1",
2316 "rustversion",
2317 "serde",
2318 "slab",
2319 "slotmap",
2320 "subsecond",
2321 "tracing",
2322]
2323
2324[[package]]
2325name = "dioxus-core-macro"
2326version = "0.6.3"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "105c954caaaedf8cd10f3d1ba576b01e18aa8d33ad435182125eefe488cf0064"
2329dependencies = [
2330 "convert_case 0.6.0",
2331 "dioxus-rsx 0.6.2",
2332 "proc-macro2",
2333 "quote",
2334 "syn 2.0.111",
2335]
2336
2337[[package]]
2338name = "dioxus-core-macro"
2339version = "0.7.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "e51c0eb7eb76dd5a0b9a116d94d29ca78924a1ed1fcb7ea072eda5045d3ac056"
2342dependencies = [
2343 "convert_case 0.8.0",
2344 "dioxus-rsx 0.7.2",
2345 "proc-macro2",
2346 "quote",
2347 "syn 2.0.111",
2348]
2349
2350[[package]]
2351name = "dioxus-core-types"
2352version = "0.6.2"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "91a82fccfa48574eb7aa183e297769540904694844598433a9eb55896ad9f93b"
2355dependencies = [
2356 "once_cell",
2357]
2358
2359[[package]]
2360name = "dioxus-core-types"
2361version = "0.7.2"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "0652ab5f9c2c32261d44a3155debbfd909ed03d03434d7f70f5a796bf255c519"
2364
2365[[package]]
2366name = "dioxus-desktop"
2367version = "0.7.2"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "b24aa7e4aa87fce202c5e67d560cddd9ed67ad533f16b7d922916c04993766ff"
2370dependencies = [
2371 "async-trait",
2372 "base64 0.22.1",
2373 "bytes",
2374 "cocoa",
2375 "core-foundation 0.10.1",
2376 "dioxus-asset-resolver",
2377 "dioxus-cli-config 0.7.2",
2378 "dioxus-core 0.7.2",
2379 "dioxus-devtools 0.7.2",
2380 "dioxus-document 0.7.2",
2381 "dioxus-history 0.7.2",
2382 "dioxus-hooks 0.7.2",
2383 "dioxus-html 0.7.2",
2384 "dioxus-interpreter-js 0.7.2",
2385 "dioxus-signals 0.7.2",
2386 "dunce",
2387 "futures-channel",
2388 "futures-util",
2389 "generational-box 0.7.2",
2390 "global-hotkey",
2391 "infer",
2392 "jni",
2393 "lazy-js-bundle 0.7.2",
2394 "libc",
2395 "muda",
2396 "ndk",
2397 "ndk-context",
2398 "ndk-sys",
2399 "objc",
2400 "objc_id",
2401 "percent-encoding",
2402 "rand 0.9.2",
2403 "rfd",
2404 "rustc-hash 2.1.1",
2405 "serde",
2406 "serde_json",
2407 "signal-hook",
2408 "slab",
2409 "subtle",
2410 "tao",
2411 "thiserror 2.0.17",
2412 "tokio",
2413 "tracing",
2414 "tray-icon",
2415 "tungstenite 0.27.0",
2416 "webbrowser",
2417 "wry",
2418]
2419
2420[[package]]
2421name = "dioxus-devtools"
2422version = "0.6.2"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "712a7300f1e8181218187b03502044157eef04e0a25b518117c5ef9ae1096880"
2425dependencies = [
2426 "dioxus-core 0.6.3",
2427 "dioxus-devtools-types 0.6.2",
2428 "dioxus-signals 0.6.3",
2429 "serde",
2430 "serde_json",
2431 "tracing",
2432 "tungstenite 0.23.0",
2433 "warnings",
2434]
2435
2436[[package]]
2437name = "dioxus-devtools"
2438version = "0.7.2"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "9748128bcd102b10e58c765939807053ccab542206a939b8bab228077455c259"
2441dependencies = [
2442 "dioxus-cli-config 0.7.2",
2443 "dioxus-core 0.7.2",
2444 "dioxus-devtools-types 0.7.2",
2445 "dioxus-signals 0.7.2",
2446 "futures-channel",
2447 "futures-util",
2448 "serde",
2449 "serde_json",
2450 "subsecond",
2451 "thiserror 2.0.17",
2452 "tracing",
2453 "tungstenite 0.27.0",
2454]
2455
2456[[package]]
2457name = "dioxus-devtools-types"
2458version = "0.6.2"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "f62434973c0c9c5a3bc42e9cd5e7070401c2062a437fb5528f318c3e42ebf4ff"
2461dependencies = [
2462 "dioxus-core 0.6.3",
2463 "serde",
2464]
2465
2466[[package]]
2467name = "dioxus-devtools-types"
2468version = "0.7.2"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "48540ca8a0ab1ec81cd4db35f0c9713d43b158647fc1dcb0d79965fc3b41d96c"
2471dependencies = [
2472 "dioxus-core 0.7.2",
2473 "serde",
2474 "subsecond-types",
2475]
2476
2477[[package]]
2478name = "dioxus-document"
2479version = "0.6.3"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "802a2014d1662b6615eec0a275745822ee4fc66aacd9d0f2fb33d6c8da79b8f2"
2482dependencies = [
2483 "dioxus-core 0.6.3",
2484 "dioxus-core-macro 0.6.3",
2485 "dioxus-core-types 0.6.2",
2486 "dioxus-html 0.6.3",
2487 "futures-channel",
2488 "futures-util",
2489 "generational-box 0.6.2",
2490 "lazy-js-bundle 0.6.2",
2491 "serde",
2492 "serde_json",
2493 "tracing",
2494]
2495
2496[[package]]
2497name = "dioxus-document"
2498version = "0.7.2"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "501a189b391d091c9aa02c05f5b25f5d0d17fa0e1016e000b0fdbb073d77cd6a"
2501dependencies = [
2502 "dioxus-core 0.7.2",
2503 "dioxus-core-macro 0.7.2",
2504 "dioxus-core-types 0.7.2",
2505 "dioxus-html 0.7.2",
2506 "futures-channel",
2507 "futures-util",
2508 "generational-box 0.7.2",
2509 "lazy-js-bundle 0.7.2",
2510 "serde",
2511 "serde_json",
2512 "tracing",
2513]
2514
2515[[package]]
2516name = "dioxus-free-icons"
2517version = "0.9.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "cd226c24168bb63d12d69cc0e7a6d73faa970574445c8e79c29965892f1a2ad8"
2520dependencies = [
2521 "dioxus 0.6.3",
2522]
2523
2524[[package]]
2525name = "dioxus-fullstack"
2526version = "0.6.3"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "fe99b48a1348eec385b5c4bd3e80fd863b0d3b47257d34e2ddc58754dec5d128"
2529dependencies = [
2530 "base64 0.22.1",
2531 "bytes",
2532 "ciborium",
2533 "dioxus-devtools 0.6.2",
2534 "dioxus-history 0.6.2",
2535 "dioxus-lib",
2536 "dioxus-web 0.6.3",
2537 "dioxus_server_macro",
2538 "futures-channel",
2539 "futures-util",
2540 "generational-box 0.6.2",
2541 "once_cell",
2542 "serde",
2543 "server_fn",
2544 "tracing",
2545]
2546
2547[[package]]
2548name = "dioxus-fullstack"
2549version = "0.7.2"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "54150804265defdb21a6f2d8914a45316a1e7fb70ab22c30cf836e8fe2f8081b"
2552dependencies = [
2553 "anyhow",
2554 "async-stream",
2555 "async-tungstenite",
2556 "axum",
2557 "axum-core",
2558 "axum-extra",
2559 "base64 0.22.1",
2560 "bytes",
2561 "ciborium",
2562 "const-str 0.7.1",
2563 "const_format",
2564 "content_disposition",
2565 "derive_more 2.1.0",
2566 "dioxus-asset-resolver",
2567 "dioxus-cli-config 0.7.2",
2568 "dioxus-core 0.7.2",
2569 "dioxus-fullstack-core",
2570 "dioxus-fullstack-macro",
2571 "dioxus-hooks 0.7.2",
2572 "dioxus-html 0.7.2",
2573 "dioxus-signals 0.7.2",
2574 "form_urlencoded",
2575 "futures",
2576 "futures-channel",
2577 "futures-util",
2578 "gloo-net",
2579 "headers",
2580 "http",
2581 "http-body",
2582 "http-body-util",
2583 "inventory",
2584 "js-sys",
2585 "mime",
2586 "pin-project",
2587 "reqwest",
2588 "rustversion",
2589 "send_wrapper",
2590 "serde",
2591 "serde_json",
2592 "serde_qs 0.15.0",
2593 "serde_urlencoded",
2594 "thiserror 2.0.17",
2595 "tokio",
2596 "tokio-stream",
2597 "tokio-tungstenite 0.27.0",
2598 "tokio-util",
2599 "tower",
2600 "tower-http",
2601 "tower-layer",
2602 "tracing",
2603 "tungstenite 0.27.0",
2604 "url",
2605 "wasm-bindgen",
2606 "wasm-bindgen-futures",
2607 "wasm-streams",
2608 "web-sys",
2609 "xxhash-rust",
2610]
2611
2612[[package]]
2613name = "dioxus-fullstack-core"
2614version = "0.7.2"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "d0a9be2ef4d701520eefef284d218fb35b159dccd6bccc02b5bad42945e2599d"
2617dependencies = [
2618 "anyhow",
2619 "axum-core",
2620 "base64 0.22.1",
2621 "ciborium",
2622 "dioxus-core 0.7.2",
2623 "dioxus-document 0.7.2",
2624 "dioxus-history 0.7.2",
2625 "dioxus-hooks 0.7.2",
2626 "dioxus-signals 0.7.2",
2627 "futures-channel",
2628 "futures-util",
2629 "generational-box 0.7.2",
2630 "http",
2631 "inventory",
2632 "parking_lot",
2633 "serde",
2634 "serde_json",
2635 "thiserror 2.0.17",
2636 "tokio",
2637 "tracing",
2638]
2639
2640[[package]]
2641name = "dioxus-fullstack-macro"
2642version = "0.7.2"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "a31ea4451fe8c9d2af24fb718a94966d5fd7e11325777e5b5a59085c5c85e5fb"
2645dependencies = [
2646 "const_format",
2647 "convert_case 0.8.0",
2648 "proc-macro2",
2649 "quote",
2650 "syn 2.0.111",
2651 "xxhash-rust",
2652]
2653
2654[[package]]
2655name = "dioxus-history"
2656version = "0.6.2"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "5ae4e22616c698f35b60727313134955d885de2d32e83689258e586ebc9b7909"
2659dependencies = [
2660 "dioxus-core 0.6.3",
2661 "tracing",
2662]
2663
2664[[package]]
2665name = "dioxus-history"
2666version = "0.7.2"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "55d704b3ba9504cb3c9cde49499b75546d1faaff2736f4c368aca6c061c48ac3"
2669dependencies = [
2670 "dioxus-core 0.7.2",
2671 "tracing",
2672]
2673
2674[[package]]
2675name = "dioxus-hooks"
2676version = "0.6.2"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "948e2b3f20d9d4b2c300aaa60281b1755f3298684448920b27106da5841896d0"
2679dependencies = [
2680 "dioxus-core 0.6.3",
2681 "dioxus-signals 0.6.3",
2682 "futures-channel",
2683 "futures-util",
2684 "generational-box 0.6.2",
2685 "rustversion",
2686 "slab",
2687 "tracing",
2688 "warnings",
2689]
2690
2691[[package]]
2692name = "dioxus-hooks"
2693version = "0.7.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "79c6d68be372eca8186a1c57ec49be67a6ea46022150b5e85ab6a6acde52d272"
2696dependencies = [
2697 "dioxus-core 0.7.2",
2698 "dioxus-signals 0.7.2",
2699 "futures-channel",
2700 "futures-util",
2701 "generational-box 0.7.2",
2702 "rustversion",
2703 "slab",
2704 "tracing",
2705]
2706
2707[[package]]
2708name = "dioxus-html"
2709version = "0.6.3"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "59c9a40e6fee20ce7990095492dedb6a753eebe05e67d28271a249de74dc796d"
2712dependencies = [
2713 "async-trait",
2714 "dioxus-core 0.6.3",
2715 "dioxus-core-macro 0.6.3",
2716 "dioxus-core-types 0.6.2",
2717 "dioxus-hooks 0.6.2",
2718 "dioxus-html-internal-macro 0.6.2",
2719 "enumset",
2720 "euclid",
2721 "futures-channel",
2722 "generational-box 0.6.2",
2723 "keyboard-types",
2724 "lazy-js-bundle 0.6.2",
2725 "rustversion",
2726 "tracing",
2727]
2728
2729[[package]]
2730name = "dioxus-html"
2731version = "0.7.2"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "3aa87ecfa0f38ec286be25789a7f2d6c30778111f1fbff563da4bae41d171496"
2734dependencies = [
2735 "async-trait",
2736 "bytes",
2737 "dioxus-core 0.7.2",
2738 "dioxus-core-macro 0.7.2",
2739 "dioxus-core-types 0.7.2",
2740 "dioxus-hooks 0.7.2",
2741 "dioxus-html-internal-macro 0.7.2",
2742 "enumset",
2743 "euclid",
2744 "futures-channel",
2745 "futures-util",
2746 "generational-box 0.7.2",
2747 "keyboard-types",
2748 "lazy-js-bundle 0.7.2",
2749 "rustversion",
2750 "serde",
2751 "serde_json",
2752 "serde_repr",
2753 "tracing",
2754]
2755
2756[[package]]
2757name = "dioxus-html-internal-macro"
2758version = "0.6.2"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "43ba87b53688a2c9f619ecdf4b3b955bc1f08bd0570a80a0d626c405f6d14a76"
2761dependencies = [
2762 "convert_case 0.6.0",
2763 "proc-macro2",
2764 "quote",
2765 "syn 2.0.111",
2766]
2767
2768[[package]]
2769name = "dioxus-html-internal-macro"
2770version = "0.7.2"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "49301d0e389378e8070b8b704110339a0d3358efad9f5ad483ffab3a8d406dae"
2773dependencies = [
2774 "convert_case 0.8.0",
2775 "proc-macro2",
2776 "quote",
2777 "syn 2.0.111",
2778]
2779
2780[[package]]
2781name = "dioxus-interpreter-js"
2782version = "0.6.2"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "330707b10ca75cb0eb05f9e5f8d80217cd0d7e62116a8277ae363c1a09b57a22"
2785dependencies = [
2786 "js-sys",
2787 "lazy-js-bundle 0.6.2",
2788 "rustc-hash 1.1.0",
2789 "sledgehammer_bindgen",
2790 "sledgehammer_utils",
2791 "wasm-bindgen",
2792 "wasm-bindgen-futures",
2793 "web-sys",
2794]
2795
2796[[package]]
2797name = "dioxus-interpreter-js"
2798version = "0.7.2"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "f5437a89d3ef7edfebc0f10acb065f1709cb7ffb678e3a4bb1416706d71f7c67"
2801dependencies = [
2802 "dioxus-core 0.7.2",
2803 "dioxus-core-types 0.7.2",
2804 "dioxus-html 0.7.2",
2805 "js-sys",
2806 "lazy-js-bundle 0.7.2",
2807 "rustc-hash 2.1.1",
2808 "serde",
2809 "sledgehammer_bindgen",
2810 "sledgehammer_utils",
2811 "wasm-bindgen",
2812 "wasm-bindgen-futures",
2813 "web-sys",
2814]
2815
2816[[package]]
2817name = "dioxus-lib"
2818version = "0.6.2"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "5405b71aa9b8b0c3e0d22728f12f34217ca5277792bd315878cc6ecab7301b72"
2821dependencies = [
2822 "dioxus-config-macro 0.6.2",
2823 "dioxus-core 0.6.3",
2824 "dioxus-core-macro 0.6.3",
2825 "dioxus-document 0.6.3",
2826 "dioxus-history 0.6.2",
2827 "dioxus-hooks 0.6.2",
2828 "dioxus-html 0.6.3",
2829 "dioxus-rsx 0.6.2",
2830 "dioxus-signals 0.6.3",
2831 "warnings",
2832]
2833
2834[[package]]
2835name = "dioxus-liveview"
2836version = "0.7.2"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "f690466a88cc93d7f87e1735aab9cb4a83c70f452ed344a32559577e80505da4"
2839dependencies = [
2840 "axum",
2841 "dioxus-cli-config 0.7.2",
2842 "dioxus-core 0.7.2",
2843 "dioxus-devtools 0.7.2",
2844 "dioxus-document 0.7.2",
2845 "dioxus-history 0.7.2",
2846 "dioxus-html 0.7.2",
2847 "dioxus-interpreter-js 0.7.2",
2848 "futures-channel",
2849 "futures-util",
2850 "generational-box 0.7.2",
2851 "rustc-hash 2.1.1",
2852 "serde",
2853 "serde_json",
2854 "slab",
2855 "thiserror 2.0.17",
2856 "tokio",
2857 "tokio-stream",
2858 "tokio-util",
2859 "tracing",
2860]
2861
2862[[package]]
2863name = "dioxus-logger"
2864version = "0.6.2"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "545961e752f6c8bf59c274951b3c8b18a106db6ad2f9e2035b29e1f2a3e899b1"
2867dependencies = [
2868 "console_error_panic_hook",
2869 "dioxus-cli-config 0.6.3",
2870 "tracing",
2871 "tracing-subscriber",
2872 "tracing-wasm",
2873]
2874
2875[[package]]
2876name = "dioxus-logger"
2877version = "0.7.2"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "2b25ebfbc193cebcf5af5e19b8ee7c6adee486fbd1c12f11aea058b464da16f9"
2880dependencies = [
2881 "dioxus-cli-config 0.7.2",
2882 "tracing",
2883 "tracing-subscriber",
2884 "tracing-wasm",
2885]
2886
2887[[package]]
2888name = "dioxus-primitives"
2889version = "0.0.1"
2890source = "git+https://github.com/DioxusLabs/components#545aa7f55205b488f6403f92133fffb6c66838de"
2891dependencies = [
2892 "dioxus 0.7.2",
2893 "dioxus-sdk-time",
2894 "lazy-js-bundle 0.6.2",
2895 "num-integer",
2896 "time",
2897 "tracing",
2898]
2899
2900[[package]]
2901name = "dioxus-router"
2902version = "0.7.2"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "18282604175f38d8c9291946ad6b34899657e47aef994fbbe6defb501a000f33"
2905dependencies = [
2906 "dioxus-cli-config 0.7.2",
2907 "dioxus-core 0.7.2",
2908 "dioxus-core-macro 0.7.2",
2909 "dioxus-fullstack-core",
2910 "dioxus-history 0.7.2",
2911 "dioxus-hooks 0.7.2",
2912 "dioxus-html 0.7.2",
2913 "dioxus-router-macro",
2914 "dioxus-signals 0.7.2",
2915 "percent-encoding",
2916 "rustversion",
2917 "tracing",
2918 "url",
2919]
2920
2921[[package]]
2922name = "dioxus-router-macro"
2923version = "0.7.2"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "47340b339c2c3f042b190f541b7241e2547b2e703f813d34ea24b963330c6757"
2926dependencies = [
2927 "base16",
2928 "digest 0.10.7",
2929 "proc-macro2",
2930 "quote",
2931 "sha2 0.10.9",
2932 "slab",
2933 "syn 2.0.111",
2934]
2935
2936[[package]]
2937name = "dioxus-rsx"
2938version = "0.6.2"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "3eb588e05800b5a7eb90b2f40fca5bbd7626e823fb5e1ba21e011de649b45aa1"
2941dependencies = [
2942 "proc-macro2",
2943 "proc-macro2-diagnostics",
2944 "quote",
2945 "syn 2.0.111",
2946]
2947
2948[[package]]
2949name = "dioxus-rsx"
2950version = "0.7.2"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "19d97c02689beff55767ba5f6e185ffd204c6a193e372f0fead8a3722c6f7eea"
2953dependencies = [
2954 "proc-macro2",
2955 "proc-macro2-diagnostics",
2956 "quote",
2957 "rustversion",
2958 "syn 2.0.111",
2959]
2960
2961[[package]]
2962name = "dioxus-sdk"
2963version = "0.7.0"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "79a653986dc3151f00a2be4cf04f83ec6c2af24b600ab926d5fcbcd159c6dadf"
2966dependencies = [
2967 "dioxus-sdk-time",
2968]
2969
2970[[package]]
2971name = "dioxus-sdk-time"
2972version = "0.7.0"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "80c25ae93a3f72e734873b97fbd09d9b1b6adff97205fb0ffd8543e3564fb78e"
2975dependencies = [
2976 "dioxus 0.7.2",
2977 "futures",
2978 "gloo-timers",
2979 "tokio",
2980]
2981
2982[[package]]
2983name = "dioxus-server"
2984version = "0.7.2"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "2d608c33c39f032469c6eb59f361dc2724799724d8b3e15c824d1047e664c087"
2987dependencies = [
2988 "anyhow",
2989 "async-trait",
2990 "axum",
2991 "base64 0.22.1",
2992 "bytes",
2993 "chrono",
2994 "ciborium",
2995 "dashmap 6.1.0",
2996 "dioxus-cli-config 0.7.2",
2997 "dioxus-core 0.7.2",
2998 "dioxus-core-macro 0.7.2",
2999 "dioxus-devtools 0.7.2",
3000 "dioxus-document 0.7.2",
3001 "dioxus-fullstack-core",
3002 "dioxus-history 0.7.2",
3003 "dioxus-hooks 0.7.2",
3004 "dioxus-html 0.7.2",
3005 "dioxus-interpreter-js 0.7.2",
3006 "dioxus-logger 0.7.2",
3007 "dioxus-router",
3008 "dioxus-signals 0.7.2",
3009 "dioxus-ssr",
3010 "enumset",
3011 "futures",
3012 "futures-channel",
3013 "futures-util",
3014 "generational-box 0.7.2",
3015 "http",
3016 "http-body-util",
3017 "hyper",
3018 "hyper-util",
3019 "inventory",
3020 "lru 0.16.2",
3021 "parking_lot",
3022 "pin-project",
3023 "rustc-hash 2.1.1",
3024 "serde",
3025 "serde_json",
3026 "serde_qs 0.15.0",
3027 "subsecond",
3028 "thiserror 2.0.17",
3029 "tokio",
3030 "tokio-tungstenite 0.27.0",
3031 "tokio-util",
3032 "tower",
3033 "tower-http",
3034 "tracing",
3035 "tracing-futures",
3036 "url",
3037 "walkdir",
3038]
3039
3040[[package]]
3041name = "dioxus-signals"
3042version = "0.6.3"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "10e032dbb3a2c0386ec8b8ee59bc20b5aeb67038147c855801237b45b13d72ac"
3045dependencies = [
3046 "dioxus-core 0.6.3",
3047 "futures-channel",
3048 "futures-util",
3049 "generational-box 0.6.2",
3050 "once_cell",
3051 "parking_lot",
3052 "rustc-hash 1.1.0",
3053 "tracing",
3054 "warnings",
3055]
3056
3057[[package]]
3058name = "dioxus-signals"
3059version = "0.7.2"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "27fc4df7a31a7f02e5a0b40884bb66ee165226a05d75fce03baa44029e438762"
3062dependencies = [
3063 "dioxus-core 0.7.2",
3064 "futures-channel",
3065 "futures-util",
3066 "generational-box 0.7.2",
3067 "parking_lot",
3068 "rustc-hash 2.1.1",
3069 "tracing",
3070 "warnings",
3071]
3072
3073[[package]]
3074name = "dioxus-ssr"
3075version = "0.7.2"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "088efddedd39fc29d007bc91c8a61b25130355149ea5313469f96fb695c5e3ab"
3078dependencies = [
3079 "askama_escape 0.13.0",
3080 "dioxus-core 0.7.2",
3081 "dioxus-core-types 0.7.2",
3082 "rustc-hash 2.1.1",
3083]
3084
3085[[package]]
3086name = "dioxus-stores"
3087version = "0.7.2"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "e2dec3cd677078824a733de25ddbe8e987cfc8d98aec29b7d199e1fdb8452b96"
3090dependencies = [
3091 "dioxus-core 0.7.2",
3092 "dioxus-signals 0.7.2",
3093 "dioxus-stores-macro",
3094 "generational-box 0.7.2",
3095]
3096
3097[[package]]
3098name = "dioxus-stores-macro"
3099version = "0.7.2"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "c9b7f085e374aaaa78403227b9bd83675c4078388d41a41b67dfbe4aa0bb64d5"
3102dependencies = [
3103 "convert_case 0.8.0",
3104 "proc-macro2",
3105 "quote",
3106 "syn 2.0.111",
3107]
3108
3109[[package]]
3110name = "dioxus-use-js-macro"
3111version = "0.1.0"
3112dependencies = [
3113 "proc-macro2",
3114 "quote",
3115 "swc_common",
3116 "swc_ecma_ast",
3117 "swc_ecma_parser",
3118 "swc_ecma_visit",
3119 "syn 2.0.111",
3120]
3121
3122[[package]]
3123name = "dioxus-web"
3124version = "0.6.3"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "7e7c12475c3d360058b8afe1b68eb6dfc9cbb7dcd760aed37c5f85c561c83ed1"
3127dependencies = [
3128 "async-trait",
3129 "ciborium",
3130 "dioxus-cli-config 0.6.3",
3131 "dioxus-core 0.6.3",
3132 "dioxus-core-types 0.6.2",
3133 "dioxus-devtools 0.6.2",
3134 "dioxus-document 0.6.3",
3135 "dioxus-history 0.6.2",
3136 "dioxus-html 0.6.3",
3137 "dioxus-interpreter-js 0.6.2",
3138 "dioxus-signals 0.6.3",
3139 "futures-channel",
3140 "futures-util",
3141 "generational-box 0.6.2",
3142 "js-sys",
3143 "lazy-js-bundle 0.6.2",
3144 "rustc-hash 1.1.0",
3145 "serde",
3146 "serde-wasm-bindgen 0.5.0",
3147 "serde_json",
3148 "tracing",
3149 "wasm-bindgen",
3150 "wasm-bindgen-futures",
3151 "web-sys",
3152]
3153
3154[[package]]
3155name = "dioxus-web"
3156version = "0.7.2"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "315009f3a77c3c813415b3b8a8ea62a4d7a32dde9a666664b30862d4386e8456"
3159dependencies = [
3160 "dioxus-cli-config 0.7.2",
3161 "dioxus-core 0.7.2",
3162 "dioxus-core-types 0.7.2",
3163 "dioxus-devtools 0.7.2",
3164 "dioxus-document 0.7.2",
3165 "dioxus-fullstack-core",
3166 "dioxus-history 0.7.2",
3167 "dioxus-html 0.7.2",
3168 "dioxus-interpreter-js 0.7.2",
3169 "dioxus-signals 0.7.2",
3170 "futures-channel",
3171 "futures-util",
3172 "generational-box 0.7.2",
3173 "gloo-timers",
3174 "js-sys",
3175 "lazy-js-bundle 0.7.2",
3176 "rustc-hash 2.1.1",
3177 "send_wrapper",
3178 "serde",
3179 "serde-wasm-bindgen 0.6.5",
3180 "serde_json",
3181 "tracing",
3182 "wasm-bindgen",
3183 "wasm-bindgen-futures",
3184 "wasm-streams",
3185 "web-sys",
3186]
3187
3188[[package]]
3189name = "dioxus_server_macro"
3190version = "0.6.2"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "371a5b21989a06b53c5092e977b3f75d0e60a65a4c15a2aa1d07014c3b2dda97"
3193dependencies = [
3194 "proc-macro2",
3195 "quote",
3196 "server_fn_macro",
3197 "syn 2.0.111",
3198]
3199
3200[[package]]
3201name = "dirs"
3202version = "6.0.0"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
3205dependencies = [
3206 "dirs-sys",
3207]
3208
3209[[package]]
3210name = "dirs-sys"
3211version = "0.5.0"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
3214dependencies = [
3215 "libc",
3216 "option-ext",
3217 "redox_users",
3218 "windows-sys 0.61.2",
3219]
3220
3221[[package]]
3222name = "dispatch"
3223version = "0.2.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
3226
3227[[package]]
3228name = "dispatch2"
3229version = "0.3.0"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
3232dependencies = [
3233 "bitflags 2.10.0",
3234 "block2",
3235 "libc",
3236 "objc2",
3237]
3238
3239[[package]]
3240name = "displaydoc"
3241version = "0.2.5"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3244dependencies = [
3245 "proc-macro2",
3246 "quote",
3247 "syn 2.0.111",
3248]
3249
3250[[package]]
3251name = "dlib"
3252version = "0.5.2"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3255dependencies = [
3256 "libloading 0.8.9",
3257]
3258
3259[[package]]
3260name = "dlopen2"
3261version = "0.5.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa"
3264dependencies = [
3265 "libc",
3266 "once_cell",
3267 "winapi",
3268]
3269
3270[[package]]
3271name = "dlopen2"
3272version = "0.8.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
3275dependencies = [
3276 "dlopen2_derive",
3277 "libc",
3278 "once_cell",
3279 "winapi",
3280]
3281
3282[[package]]
3283name = "dlopen2_derive"
3284version = "0.4.3"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
3287dependencies = [
3288 "proc-macro2",
3289 "quote",
3290 "syn 2.0.111",
3291]
3292
3293[[package]]
3294name = "document-features"
3295version = "0.2.12"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
3298dependencies = [
3299 "litrs",
3300]
3301
3302[[package]]
3303name = "dotenvy"
3304version = "0.15.7"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3307
3308[[package]]
3309name = "downcast-rs"
3310version = "1.2.1"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3313
3314[[package]]
3315name = "dpi"
3316version = "0.1.2"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
3319
3320[[package]]
3321name = "dtoa"
3322version = "1.0.10"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
3325
3326[[package]]
3327name = "dtoa-short"
3328version = "0.3.5"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
3331dependencies = [
3332 "dtoa",
3333]
3334
3335[[package]]
3336name = "dunce"
3337version = "1.0.5"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3340
3341[[package]]
3342name = "dyn-clone"
3343version = "1.0.20"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
3346
3347[[package]]
3348name = "ecdsa"
3349version = "0.16.9"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
3352dependencies = [
3353 "der 0.7.10",
3354 "digest 0.10.7",
3355 "elliptic-curve",
3356 "rfc6979",
3357 "signature 2.2.0",
3358 "spki 0.7.3",
3359]
3360
3361[[package]]
3362name = "ed25519"
3363version = "2.2.3"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
3366dependencies = [
3367 "pkcs8 0.10.2",
3368 "signature 2.2.0",
3369]
3370
3371[[package]]
3372name = "ed25519"
3373version = "3.0.0-rc.2"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "594435fe09e345ee388e4e8422072ff7dfeca8729389fbd997b3f5504c44cd47"
3376dependencies = [
3377 "pkcs8 0.11.0-rc.8",
3378 "serde",
3379 "signature 3.0.0-rc.5",
3380]
3381
3382[[package]]
3383name = "ed25519-dalek"
3384version = "2.2.0"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
3387dependencies = [
3388 "curve25519-dalek 4.1.3",
3389 "ed25519 2.2.3",
3390 "rand_core 0.6.4",
3391 "serde",
3392 "sha2 0.10.9",
3393 "subtle",
3394 "zeroize",
3395]
3396
3397[[package]]
3398name = "ed25519-dalek"
3399version = "3.0.0-pre.1"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "ad207ed88a133091f83224265eac21109930db09bedcad05d5252f2af2de20a1"
3402dependencies = [
3403 "curve25519-dalek 5.0.0-pre.1",
3404 "ed25519 3.0.0-rc.2",
3405 "rand_core 0.9.3",
3406 "serde",
3407 "sha2 0.11.0-rc.2",
3408 "signature 3.0.0-rc.5",
3409 "subtle",
3410 "zeroize",
3411]
3412
3413[[package]]
3414name = "either"
3415version = "1.15.0"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
3418
3419[[package]]
3420name = "elliptic-curve"
3421version = "0.13.8"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
3424dependencies = [
3425 "base16ct 0.2.0",
3426 "crypto-bigint",
3427 "digest 0.10.7",
3428 "ff",
3429 "generic-array",
3430 "group",
3431 "pem-rfc7468 0.7.0",
3432 "pkcs8 0.10.2",
3433 "rand_core 0.6.4",
3434 "sec1",
3435 "subtle",
3436 "zeroize",
3437]
3438
3439[[package]]
3440name = "embedded-io"
3441version = "0.4.0"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3444
3445[[package]]
3446name = "embedded-io"
3447version = "0.6.1"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3450
3451[[package]]
3452name = "encode_unicode"
3453version = "1.0.0"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
3456
3457[[package]]
3458name = "encoding_rs"
3459version = "0.8.35"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
3462dependencies = [
3463 "cfg-if",
3464]
3465
3466[[package]]
3467name = "endi"
3468version = "1.1.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
3471
3472[[package]]
3473name = "ensure-cov"
3474version = "0.1.0"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "33753185802e107b8fa907192af1f0eca13b1fb33327a59266d650fef29b2b4e"
3477
3478[[package]]
3479name = "enum-as-inner"
3480version = "0.5.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
3483dependencies = [
3484 "heck 0.4.1",
3485 "proc-macro2",
3486 "quote",
3487 "syn 1.0.109",
3488]
3489
3490[[package]]
3491name = "enum-as-inner"
3492version = "0.6.1"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
3495dependencies = [
3496 "heck 0.5.0",
3497 "proc-macro2",
3498 "quote",
3499 "syn 2.0.111",
3500]
3501
3502[[package]]
3503name = "enum_dispatch"
3504version = "0.3.13"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
3507dependencies = [
3508 "once_cell",
3509 "proc-macro2",
3510 "quote",
3511 "syn 2.0.111",
3512]
3513
3514[[package]]
3515name = "enumflags2"
3516version = "0.7.12"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
3519dependencies = [
3520 "enumflags2_derive",
3521 "serde",
3522]
3523
3524[[package]]
3525name = "enumflags2_derive"
3526version = "0.7.12"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
3529dependencies = [
3530 "proc-macro2",
3531 "quote",
3532 "syn 2.0.111",
3533]
3534
3535[[package]]
3536name = "enumset"
3537version = "1.1.10"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634"
3540dependencies = [
3541 "enumset_derive",
3542]
3543
3544[[package]]
3545name = "enumset_derive"
3546version = "0.14.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce"
3549dependencies = [
3550 "darling 0.21.3",
3551 "proc-macro2",
3552 "quote",
3553 "syn 2.0.111",
3554]
3555
3556[[package]]
3557name = "equivalent"
3558version = "1.0.2"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
3561
3562[[package]]
3563name = "errno"
3564version = "0.3.14"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
3567dependencies = [
3568 "libc",
3569 "windows-sys 0.61.2",
3570]
3571
3572[[package]]
3573name = "euclid"
3574version = "0.22.11"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3577dependencies = [
3578 "num-traits",
3579 "serde",
3580]
3581
3582[[package]]
3583name = "event-listener"
3584version = "5.4.1"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
3587dependencies = [
3588 "concurrent-queue",
3589 "parking",
3590 "pin-project-lite",
3591]
3592
3593[[package]]
3594name = "event-listener-strategy"
3595version = "0.5.4"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
3598dependencies = [
3599 "event-listener",
3600 "pin-project-lite",
3601]
3602
3603[[package]]
3604name = "fallible-iterator"
3605version = "0.3.0"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
3608
3609[[package]]
3610name = "fallible-streaming-iterator"
3611version = "0.1.9"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
3614
3615[[package]]
3616name = "fancy-regex"
3617version = "0.16.2"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
3620dependencies = [
3621 "bit-set",
3622 "regex-automata",
3623 "regex-syntax",
3624]
3625
3626[[package]]
3627name = "fast-srgb8"
3628version = "1.0.0"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
3631
3632[[package]]
3633name = "fastrand"
3634version = "2.3.0"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
3637
3638[[package]]
3639name = "fdeflate"
3640version = "0.3.7"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
3643dependencies = [
3644 "simd-adler32",
3645]
3646
3647[[package]]
3648name = "ff"
3649version = "0.13.1"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
3652dependencies = [
3653 "rand_core 0.6.4",
3654 "subtle",
3655]
3656
3657[[package]]
3658name = "fiat-crypto"
3659version = "0.2.9"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
3662
3663[[package]]
3664name = "fiat-crypto"
3665version = "0.3.0"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
3668
3669[[package]]
3670name = "field-offset"
3671version = "0.3.6"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
3674dependencies = [
3675 "memoffset",
3676 "rustc_version",
3677]
3678
3679[[package]]
3680name = "filetime"
3681version = "0.2.26"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
3684dependencies = [
3685 "cfg-if",
3686 "libc",
3687 "libredox",
3688 "windows-sys 0.60.2",
3689]
3690
3691[[package]]
3692name = "find-msvc-tools"
3693version = "0.1.5"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
3696
3697[[package]]
3698name = "fixedbitset"
3699version = "0.5.7"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
3702
3703[[package]]
3704name = "flate2"
3705version = "1.1.5"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
3708dependencies = [
3709 "crc32fast",
3710 "miniz_oxide",
3711]
3712
3713[[package]]
3714name = "float-cmp"
3715version = "0.9.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
3718
3719[[package]]
3720name = "fnv"
3721version = "1.0.7"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
3724
3725[[package]]
3726name = "foldhash"
3727version = "0.1.5"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
3730
3731[[package]]
3732name = "foldhash"
3733version = "0.2.0"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
3736
3737[[package]]
3738name = "fontconfig-parser"
3739version = "0.5.8"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
3742dependencies = [
3743 "roxmltree",
3744]
3745
3746[[package]]
3747name = "fontdb"
3748version = "0.22.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716"
3751dependencies = [
3752 "fontconfig-parser",
3753 "log",
3754 "memmap2",
3755 "slotmap",
3756 "tinyvec",
3757 "ttf-parser",
3758]
3759
3760[[package]]
3761name = "foreign-types"
3762version = "0.3.2"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3765dependencies = [
3766 "foreign-types-shared 0.1.1",
3767]
3768
3769[[package]]
3770name = "foreign-types"
3771version = "0.5.0"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
3774dependencies = [
3775 "foreign-types-macros",
3776 "foreign-types-shared 0.3.1",
3777]
3778
3779[[package]]
3780name = "foreign-types-macros"
3781version = "0.2.3"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
3784dependencies = [
3785 "proc-macro2",
3786 "quote",
3787 "syn 2.0.111",
3788]
3789
3790[[package]]
3791name = "foreign-types-shared"
3792version = "0.1.1"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3795
3796[[package]]
3797name = "foreign-types-shared"
3798version = "0.3.1"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
3801
3802[[package]]
3803name = "form_urlencoded"
3804version = "1.2.2"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
3807dependencies = [
3808 "percent-encoding",
3809]
3810
3811[[package]]
3812name = "from_variant"
3813version = "2.0.2"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "308530a56b099da144ebc5d8e179f343ad928fa2b3558d1eb3db9af18d6eff43"
3816dependencies = [
3817 "swc_macros_common",
3818 "syn 2.0.111",
3819]
3820
3821[[package]]
3822name = "fs_extra"
3823version = "1.3.0"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
3826
3827[[package]]
3828name = "funty"
3829version = "2.0.0"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3832
3833[[package]]
3834name = "futf"
3835version = "0.1.5"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
3838dependencies = [
3839 "mac",
3840 "new_debug_unreachable",
3841]
3842
3843[[package]]
3844name = "futures"
3845version = "0.3.31"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
3848dependencies = [
3849 "futures-channel",
3850 "futures-core",
3851 "futures-executor",
3852 "futures-io",
3853 "futures-sink",
3854 "futures-task",
3855 "futures-util",
3856]
3857
3858[[package]]
3859name = "futures-buffered"
3860version = "0.2.12"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
3863dependencies = [
3864 "cordyceps",
3865 "diatomic-waker",
3866 "futures-core",
3867 "pin-project-lite",
3868 "spin 0.10.0",
3869]
3870
3871[[package]]
3872name = "futures-channel"
3873version = "0.3.31"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
3876dependencies = [
3877 "futures-core",
3878 "futures-sink",
3879]
3880
3881[[package]]
3882name = "futures-concurrency"
3883version = "7.6.3"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "0eb68017df91f2e477ed4bea586c59eaecaa47ed885a770d0444e21e62572cd2"
3886dependencies = [
3887 "fixedbitset",
3888 "futures-buffered",
3889 "futures-core",
3890 "futures-lite",
3891 "pin-project",
3892 "slab",
3893 "smallvec",
3894]
3895
3896[[package]]
3897name = "futures-core"
3898version = "0.3.31"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
3901
3902[[package]]
3903name = "futures-executor"
3904version = "0.3.31"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
3907dependencies = [
3908 "futures-core",
3909 "futures-task",
3910 "futures-util",
3911]
3912
3913[[package]]
3914name = "futures-io"
3915version = "0.3.31"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
3918
3919[[package]]
3920name = "futures-lite"
3921version = "2.6.1"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
3924dependencies = [
3925 "fastrand",
3926 "futures-core",
3927 "futures-io",
3928 "parking",
3929 "pin-project-lite",
3930]
3931
3932[[package]]
3933name = "futures-macro"
3934version = "0.3.31"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
3937dependencies = [
3938 "proc-macro2",
3939 "quote",
3940 "syn 2.0.111",
3941]
3942
3943[[package]]
3944name = "futures-sink"
3945version = "0.3.31"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
3948
3949[[package]]
3950name = "futures-task"
3951version = "0.3.31"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
3954
3955[[package]]
3956name = "futures-util"
3957version = "0.3.31"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
3960dependencies = [
3961 "futures-channel",
3962 "futures-core",
3963 "futures-io",
3964 "futures-macro",
3965 "futures-sink",
3966 "futures-task",
3967 "memchr",
3968 "pin-project-lite",
3969 "pin-utils",
3970 "slab",
3971]
3972
3973[[package]]
3974name = "fxhash"
3975version = "0.2.1"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
3978dependencies = [
3979 "byteorder",
3980]
3981
3982[[package]]
3983name = "gdk"
3984version = "0.18.2"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
3987dependencies = [
3988 "cairo-rs",
3989 "gdk-pixbuf",
3990 "gdk-sys",
3991 "gio",
3992 "glib",
3993 "libc",
3994 "pango",
3995]
3996
3997[[package]]
3998name = "gdk-pixbuf"
3999version = "0.18.5"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
4002dependencies = [
4003 "gdk-pixbuf-sys",
4004 "gio",
4005 "glib",
4006 "libc",
4007 "once_cell",
4008]
4009
4010[[package]]
4011name = "gdk-pixbuf-sys"
4012version = "0.18.0"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
4015dependencies = [
4016 "gio-sys",
4017 "glib-sys",
4018 "gobject-sys",
4019 "libc",
4020 "system-deps",
4021]
4022
4023[[package]]
4024name = "gdk-sys"
4025version = "0.18.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
4028dependencies = [
4029 "cairo-sys-rs",
4030 "gdk-pixbuf-sys",
4031 "gio-sys",
4032 "glib-sys",
4033 "gobject-sys",
4034 "libc",
4035 "pango-sys",
4036 "pkg-config",
4037 "system-deps",
4038]
4039
4040[[package]]
4041name = "gdkwayland-sys"
4042version = "0.18.2"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
4045dependencies = [
4046 "gdk-sys",
4047 "glib-sys",
4048 "gobject-sys",
4049 "libc",
4050 "pkg-config",
4051 "system-deps",
4052]
4053
4054[[package]]
4055name = "gdkx11-sys"
4056version = "0.18.2"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
4059dependencies = [
4060 "gdk-sys",
4061 "glib-sys",
4062 "libc",
4063 "system-deps",
4064 "x11",
4065]
4066
4067[[package]]
4068name = "generational-box"
4069version = "0.6.2"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "a673cf4fb0ea6a91aa86c08695756dfe875277a912cdbf33db9a9f62d47ed82b"
4072dependencies = [
4073 "parking_lot",
4074 "tracing",
4075]
4076
4077[[package]]
4078name = "generational-box"
4079version = "0.7.2"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "e658d10252a15200ca4a1c67c7180fc0baffa3f92869bbd903025daf6f70fd65"
4082dependencies = [
4083 "parking_lot",
4084 "tracing",
4085]
4086
4087[[package]]
4088name = "generator"
4089version = "0.8.8"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
4092dependencies = [
4093 "cc",
4094 "cfg-if",
4095 "libc",
4096 "log",
4097 "rustversion",
4098 "windows-link 0.2.1",
4099 "windows-result 0.4.1",
4100]
4101
4102[[package]]
4103name = "generic-array"
4104version = "0.14.9"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
4107dependencies = [
4108 "typenum",
4109 "version_check",
4110 "zeroize",
4111]
4112
4113[[package]]
4114name = "generic-btree"
4115version = "0.10.7"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "a0c1bce85c110ab718fd139e0cc89c51b63bd647b14a767e24bdfc77c83df79b"
4118dependencies = [
4119 "arref",
4120 "heapless 0.9.2",
4121 "itertools 0.11.0",
4122 "loro-thunderdome",
4123 "proc-macro2",
4124 "rustc-hash 2.1.1",
4125]
4126
4127[[package]]
4128name = "gethostname"
4129version = "1.1.0"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
4132dependencies = [
4133 "rustix",
4134 "windows-link 0.2.1",
4135]
4136
4137[[package]]
4138name = "getopts"
4139version = "0.2.24"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
4142dependencies = [
4143 "unicode-width 0.2.2",
4144]
4145
4146[[package]]
4147name = "getrandom"
4148version = "0.1.16"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4151dependencies = [
4152 "cfg-if",
4153 "libc",
4154 "wasi 0.9.0+wasi-snapshot-preview1",
4155]
4156
4157[[package]]
4158name = "getrandom"
4159version = "0.2.16"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
4162dependencies = [
4163 "cfg-if",
4164 "js-sys",
4165 "libc",
4166 "wasi 0.11.1+wasi-snapshot-preview1",
4167 "wasm-bindgen",
4168]
4169
4170[[package]]
4171name = "getrandom"
4172version = "0.3.4"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
4175dependencies = [
4176 "cfg-if",
4177 "js-sys",
4178 "libc",
4179 "r-efi",
4180 "wasip2",
4181 "wasm-bindgen",
4182]
4183
4184[[package]]
4185name = "gif"
4186version = "0.13.3"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
4189dependencies = [
4190 "color_quant",
4191 "weezl",
4192]
4193
4194[[package]]
4195name = "gimli"
4196version = "0.32.3"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
4199
4200[[package]]
4201name = "gio"
4202version = "0.18.4"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
4205dependencies = [
4206 "futures-channel",
4207 "futures-core",
4208 "futures-io",
4209 "futures-util",
4210 "gio-sys",
4211 "glib",
4212 "libc",
4213 "once_cell",
4214 "pin-project-lite",
4215 "smallvec",
4216 "thiserror 1.0.69",
4217]
4218
4219[[package]]
4220name = "gio-sys"
4221version = "0.18.1"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
4224dependencies = [
4225 "glib-sys",
4226 "gobject-sys",
4227 "libc",
4228 "system-deps",
4229 "winapi",
4230]
4231
4232[[package]]
4233name = "glib"
4234version = "0.18.5"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
4237dependencies = [
4238 "bitflags 2.10.0",
4239 "futures-channel",
4240 "futures-core",
4241 "futures-executor",
4242 "futures-task",
4243 "futures-util",
4244 "gio-sys",
4245 "glib-macros",
4246 "glib-sys",
4247 "gobject-sys",
4248 "libc",
4249 "memchr",
4250 "once_cell",
4251 "smallvec",
4252 "thiserror 1.0.69",
4253]
4254
4255[[package]]
4256name = "glib-macros"
4257version = "0.18.5"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
4260dependencies = [
4261 "heck 0.4.1",
4262 "proc-macro-crate 2.0.2",
4263 "proc-macro-error",
4264 "proc-macro2",
4265 "quote",
4266 "syn 2.0.111",
4267]
4268
4269[[package]]
4270name = "glib-sys"
4271version = "0.18.1"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
4274dependencies = [
4275 "libc",
4276 "system-deps",
4277]
4278
4279[[package]]
4280name = "global-hotkey"
4281version = "0.7.0"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "b9247516746aa8e53411a0db9b62b0e24efbcf6a76e0ba73e5a91b512ddabed7"
4284dependencies = [
4285 "crossbeam-channel",
4286 "keyboard-types",
4287 "objc2",
4288 "objc2-app-kit",
4289 "once_cell",
4290 "thiserror 2.0.17",
4291 "windows-sys 0.59.0",
4292 "x11rb",
4293 "xkeysym",
4294]
4295
4296[[package]]
4297name = "globset"
4298version = "0.4.18"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
4301dependencies = [
4302 "aho-corasick",
4303 "bstr",
4304 "log",
4305 "regex-automata",
4306 "regex-syntax",
4307]
4308
4309[[package]]
4310name = "gloo-events"
4311version = "0.2.0"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "27c26fb45f7c385ba980f5fa87ac677e363949e065a083722697ef1b2cc91e41"
4314dependencies = [
4315 "wasm-bindgen",
4316 "web-sys",
4317]
4318
4319[[package]]
4320name = "gloo-net"
4321version = "0.6.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
4324dependencies = [
4325 "futures-channel",
4326 "futures-core",
4327 "futures-sink",
4328 "gloo-utils",
4329 "http",
4330 "js-sys",
4331 "pin-project",
4332 "serde",
4333 "serde_json",
4334 "thiserror 1.0.69",
4335 "wasm-bindgen",
4336 "wasm-bindgen-futures",
4337 "web-sys",
4338]
4339
4340[[package]]
4341name = "gloo-storage"
4342version = "0.3.0"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
4345dependencies = [
4346 "gloo-utils",
4347 "js-sys",
4348 "serde",
4349 "serde_json",
4350 "thiserror 1.0.69",
4351 "wasm-bindgen",
4352 "web-sys",
4353]
4354
4355[[package]]
4356name = "gloo-timers"
4357version = "0.3.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
4360dependencies = [
4361 "futures-channel",
4362 "futures-core",
4363 "js-sys",
4364 "wasm-bindgen",
4365]
4366
4367[[package]]
4368name = "gloo-utils"
4369version = "0.2.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
4372dependencies = [
4373 "js-sys",
4374 "serde",
4375 "serde_json",
4376 "wasm-bindgen",
4377 "web-sys",
4378]
4379
4380[[package]]
4381name = "gloo-worker"
4382version = "0.5.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "085f262d7604911c8150162529cefab3782e91adb20202e8658f7275d2aefe5d"
4385dependencies = [
4386 "bincode",
4387 "futures",
4388 "gloo-utils",
4389 "gloo-worker-macros",
4390 "js-sys",
4391 "pinned",
4392 "serde",
4393 "thiserror 1.0.69",
4394 "wasm-bindgen",
4395 "wasm-bindgen-futures",
4396 "web-sys",
4397]
4398
4399[[package]]
4400name = "gloo-worker-macros"
4401version = "0.1.0"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "956caa58d4857bc9941749d55e4bd3000032d8212762586fa5705632967140e7"
4404dependencies = [
4405 "proc-macro-crate 1.3.1",
4406 "proc-macro2",
4407 "quote",
4408 "syn 2.0.111",
4409]
4410
4411[[package]]
4412name = "gobject-sys"
4413version = "0.18.0"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
4416dependencies = [
4417 "glib-sys",
4418 "libc",
4419 "system-deps",
4420]
4421
4422[[package]]
4423name = "group"
4424version = "0.13.0"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
4427dependencies = [
4428 "ff",
4429 "rand_core 0.6.4",
4430 "subtle",
4431]
4432
4433[[package]]
4434name = "gtk"
4435version = "0.18.2"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
4438dependencies = [
4439 "atk",
4440 "cairo-rs",
4441 "field-offset",
4442 "futures-channel",
4443 "gdk",
4444 "gdk-pixbuf",
4445 "gio",
4446 "glib",
4447 "gtk-sys",
4448 "gtk3-macros",
4449 "libc",
4450 "pango",
4451 "pkg-config",
4452]
4453
4454[[package]]
4455name = "gtk-sys"
4456version = "0.18.2"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
4459dependencies = [
4460 "atk-sys",
4461 "cairo-sys-rs",
4462 "gdk-pixbuf-sys",
4463 "gdk-sys",
4464 "gio-sys",
4465 "glib-sys",
4466 "gobject-sys",
4467 "libc",
4468 "pango-sys",
4469 "system-deps",
4470]
4471
4472[[package]]
4473name = "gtk3-macros"
4474version = "0.18.2"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
4477dependencies = [
4478 "proc-macro-crate 1.3.1",
4479 "proc-macro-error",
4480 "proc-macro2",
4481 "quote",
4482 "syn 2.0.111",
4483]
4484
4485[[package]]
4486name = "gzip-header"
4487version = "1.0.0"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
4490dependencies = [
4491 "crc32fast",
4492]
4493
4494[[package]]
4495name = "h2"
4496version = "0.4.12"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
4499dependencies = [
4500 "atomic-waker",
4501 "bytes",
4502 "fnv",
4503 "futures-core",
4504 "futures-sink",
4505 "http",
4506 "indexmap",
4507 "slab",
4508 "tokio",
4509 "tokio-util",
4510 "tracing",
4511]
4512
4513[[package]]
4514name = "half"
4515version = "2.7.1"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
4518dependencies = [
4519 "cfg-if",
4520 "crunchy",
4521 "zerocopy",
4522]
4523
4524[[package]]
4525name = "hash32"
4526version = "0.2.1"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
4529dependencies = [
4530 "byteorder",
4531]
4532
4533[[package]]
4534name = "hash32"
4535version = "0.3.1"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
4538dependencies = [
4539 "byteorder",
4540]
4541
4542[[package]]
4543name = "hashbrown"
4544version = "0.12.3"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4547dependencies = [
4548 "ahash 0.7.8",
4549]
4550
4551[[package]]
4552name = "hashbrown"
4553version = "0.14.5"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
4556dependencies = [
4557 "ahash 0.8.12",
4558 "allocator-api2",
4559]
4560
4561[[package]]
4562name = "hashbrown"
4563version = "0.15.5"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
4566dependencies = [
4567 "allocator-api2",
4568 "equivalent",
4569 "foldhash 0.1.5",
4570]
4571
4572[[package]]
4573name = "hashbrown"
4574version = "0.16.1"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
4577dependencies = [
4578 "allocator-api2",
4579 "equivalent",
4580 "foldhash 0.2.0",
4581]
4582
4583[[package]]
4584name = "hashlink"
4585version = "0.10.0"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
4588dependencies = [
4589 "hashbrown 0.15.5",
4590]
4591
4592[[package]]
4593name = "headers"
4594version = "0.4.1"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
4597dependencies = [
4598 "base64 0.22.1",
4599 "bytes",
4600 "headers-core",
4601 "http",
4602 "httpdate",
4603 "mime",
4604 "sha1 0.10.6",
4605]
4606
4607[[package]]
4608name = "headers-core"
4609version = "0.3.0"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
4612dependencies = [
4613 "http",
4614]
4615
4616[[package]]
4617name = "heapless"
4618version = "0.7.17"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
4621dependencies = [
4622 "atomic-polyfill",
4623 "hash32 0.2.1",
4624 "rustc_version",
4625 "serde",
4626 "spin 0.9.8",
4627 "stable_deref_trait",
4628]
4629
4630[[package]]
4631name = "heapless"
4632version = "0.8.0"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
4635dependencies = [
4636 "hash32 0.3.1",
4637 "stable_deref_trait",
4638]
4639
4640[[package]]
4641name = "heapless"
4642version = "0.9.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
4645dependencies = [
4646 "hash32 0.3.1",
4647 "stable_deref_trait",
4648]
4649
4650[[package]]
4651name = "heck"
4652version = "0.4.1"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4655
4656[[package]]
4657name = "heck"
4658version = "0.5.0"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
4661
4662[[package]]
4663name = "hermit-abi"
4664version = "0.5.2"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
4667
4668[[package]]
4669name = "hex"
4670version = "0.4.3"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4673
4674[[package]]
4675name = "hickory-proto"
4676version = "0.24.4"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
4679dependencies = [
4680 "async-trait",
4681 "cfg-if",
4682 "data-encoding",
4683 "enum-as-inner 0.6.1",
4684 "futures-channel",
4685 "futures-io",
4686 "futures-util",
4687 "idna",
4688 "ipnet",
4689 "once_cell",
4690 "rand 0.8.5",
4691 "thiserror 1.0.69",
4692 "tinyvec",
4693 "tokio",
4694 "tracing",
4695 "url",
4696]
4697
4698[[package]]
4699name = "hickory-proto"
4700version = "0.25.2"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
4703dependencies = [
4704 "async-trait",
4705 "bytes",
4706 "cfg-if",
4707 "data-encoding",
4708 "enum-as-inner 0.6.1",
4709 "futures-channel",
4710 "futures-io",
4711 "futures-util",
4712 "h2",
4713 "http",
4714 "idna",
4715 "ipnet",
4716 "once_cell",
4717 "rand 0.9.2",
4718 "ring",
4719 "rustls",
4720 "thiserror 2.0.17",
4721 "tinyvec",
4722 "tokio",
4723 "tokio-rustls",
4724 "tracing",
4725 "url",
4726]
4727
4728[[package]]
4729name = "hickory-resolver"
4730version = "0.24.4"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
4733dependencies = [
4734 "cfg-if",
4735 "futures-util",
4736 "hickory-proto 0.24.4",
4737 "ipconfig",
4738 "lru-cache",
4739 "once_cell",
4740 "parking_lot",
4741 "rand 0.8.5",
4742 "resolv-conf",
4743 "smallvec",
4744 "thiserror 1.0.69",
4745 "tokio",
4746 "tracing",
4747]
4748
4749[[package]]
4750name = "hickory-resolver"
4751version = "0.25.2"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
4754dependencies = [
4755 "cfg-if",
4756 "futures-util",
4757 "hickory-proto 0.25.2",
4758 "ipconfig",
4759 "moka",
4760 "once_cell",
4761 "parking_lot",
4762 "rand 0.9.2",
4763 "resolv-conf",
4764 "rustls",
4765 "smallvec",
4766 "thiserror 2.0.17",
4767 "tokio",
4768 "tokio-rustls",
4769 "tracing",
4770]
4771
4772[[package]]
4773name = "higher-kinded-types"
4774version = "0.2.1"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "e690f8474c6c5d8ff99656fcbc195a215acc3949481a8b0b3351c838972dc776"
4777dependencies = [
4778 "macro_rules_attribute",
4779 "never-say-never",
4780 "paste",
4781]
4782
4783[[package]]
4784name = "hmac"
4785version = "0.12.1"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
4788dependencies = [
4789 "digest 0.10.7",
4790]
4791
4792[[package]]
4793name = "hstr"
4794version = "1.1.6"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "b85186bc48d3c611ead052cc3f907748e40b63d73a99e4ed34d18063e2baaf1b"
4797dependencies = [
4798 "hashbrown 0.14.5",
4799 "new_debug_unreachable",
4800 "once_cell",
4801 "rustc-hash 2.1.1",
4802 "triomphe",
4803]
4804
4805[[package]]
4806name = "html5ever"
4807version = "0.27.0"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
4810dependencies = [
4811 "log",
4812 "mac",
4813 "markup5ever 0.12.1",
4814 "proc-macro2",
4815 "quote",
4816 "syn 2.0.111",
4817]
4818
4819[[package]]
4820name = "html5ever"
4821version = "0.29.1"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
4824dependencies = [
4825 "log",
4826 "mac",
4827 "markup5ever 0.14.1",
4828 "match_token",
4829]
4830
4831[[package]]
4832name = "http"
4833version = "1.4.0"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
4836dependencies = [
4837 "bytes",
4838 "itoa",
4839]
4840
4841[[package]]
4842name = "http-body"
4843version = "1.0.1"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
4846dependencies = [
4847 "bytes",
4848 "http",
4849]
4850
4851[[package]]
4852name = "http-body-util"
4853version = "0.1.3"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
4856dependencies = [
4857 "bytes",
4858 "futures-core",
4859 "http",
4860 "http-body",
4861 "pin-project-lite",
4862]
4863
4864[[package]]
4865name = "http-range-header"
4866version = "0.4.2"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
4869
4870[[package]]
4871name = "httparse"
4872version = "1.10.1"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
4875
4876[[package]]
4877name = "httpdate"
4878version = "1.0.3"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
4881
4882[[package]]
4883name = "humansize"
4884version = "2.1.3"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
4887dependencies = [
4888 "libm",
4889]
4890
4891[[package]]
4892name = "hybrid-array"
4893version = "0.4.5"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "f471e0a81b2f90ffc0cb2f951ae04da57de8baa46fa99112b062a5173a5088d0"
4896dependencies = [
4897 "typenum",
4898 "zeroize",
4899]
4900
4901[[package]]
4902name = "hyper"
4903version = "1.8.1"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
4906dependencies = [
4907 "atomic-waker",
4908 "bytes",
4909 "futures-channel",
4910 "futures-core",
4911 "h2",
4912 "http",
4913 "http-body",
4914 "httparse",
4915 "httpdate",
4916 "itoa",
4917 "pin-project-lite",
4918 "pin-utils",
4919 "smallvec",
4920 "tokio",
4921 "want",
4922]
4923
4924[[package]]
4925name = "hyper-rustls"
4926version = "0.27.7"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
4929dependencies = [
4930 "http",
4931 "hyper",
4932 "hyper-util",
4933 "rustls",
4934 "rustls-native-certs",
4935 "rustls-pki-types",
4936 "tokio",
4937 "tokio-rustls",
4938 "tower-service",
4939 "webpki-roots",
4940]
4941
4942[[package]]
4943name = "hyper-tls"
4944version = "0.6.0"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
4947dependencies = [
4948 "bytes",
4949 "http-body-util",
4950 "hyper",
4951 "hyper-util",
4952 "native-tls",
4953 "tokio",
4954 "tokio-native-tls",
4955 "tower-service",
4956]
4957
4958[[package]]
4959name = "hyper-util"
4960version = "0.1.19"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
4963dependencies = [
4964 "base64 0.22.1",
4965 "bytes",
4966 "futures-channel",
4967 "futures-core",
4968 "futures-util",
4969 "http",
4970 "http-body",
4971 "hyper",
4972 "ipnet",
4973 "libc",
4974 "percent-encoding",
4975 "pin-project-lite",
4976 "socket2 0.6.1",
4977 "system-configuration",
4978 "tokio",
4979 "tower-layer",
4980 "tower-service",
4981 "tracing",
4982 "windows-registry",
4983]
4984
4985[[package]]
4986name = "iana-time-zone"
4987version = "0.1.64"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
4990dependencies = [
4991 "android_system_properties",
4992 "core-foundation-sys",
4993 "iana-time-zone-haiku",
4994 "js-sys",
4995 "log",
4996 "wasm-bindgen",
4997 "windows-core 0.62.2",
4998]
4999
5000[[package]]
5001name = "iana-time-zone-haiku"
5002version = "0.1.2"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5005dependencies = [
5006 "cc",
5007]
5008
5009[[package]]
5010name = "icu_collections"
5011version = "2.1.1"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
5014dependencies = [
5015 "displaydoc",
5016 "potential_utf",
5017 "yoke",
5018 "zerofrom",
5019 "zerovec",
5020]
5021
5022[[package]]
5023name = "icu_locale_core"
5024version = "2.1.1"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
5027dependencies = [
5028 "displaydoc",
5029 "litemap",
5030 "tinystr",
5031 "writeable",
5032 "zerovec",
5033]
5034
5035[[package]]
5036name = "icu_normalizer"
5037version = "2.1.1"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
5040dependencies = [
5041 "icu_collections",
5042 "icu_normalizer_data",
5043 "icu_properties",
5044 "icu_provider",
5045 "smallvec",
5046 "zerovec",
5047]
5048
5049[[package]]
5050name = "icu_normalizer_data"
5051version = "2.1.1"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
5054
5055[[package]]
5056name = "icu_properties"
5057version = "2.1.2"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
5060dependencies = [
5061 "icu_collections",
5062 "icu_locale_core",
5063 "icu_properties_data",
5064 "icu_provider",
5065 "zerotrie",
5066 "zerovec",
5067]
5068
5069[[package]]
5070name = "icu_properties_data"
5071version = "2.1.2"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
5074
5075[[package]]
5076name = "icu_provider"
5077version = "2.1.1"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
5080dependencies = [
5081 "displaydoc",
5082 "icu_locale_core",
5083 "writeable",
5084 "yoke",
5085 "zerofrom",
5086 "zerotrie",
5087 "zerovec",
5088]
5089
5090[[package]]
5091name = "ident_case"
5092version = "1.0.1"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
5095
5096[[package]]
5097name = "idna"
5098version = "1.1.0"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
5101dependencies = [
5102 "idna_adapter",
5103 "smallvec",
5104 "utf8_iter",
5105]
5106
5107[[package]]
5108name = "idna_adapter"
5109version = "1.2.1"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
5112dependencies = [
5113 "icu_normalizer",
5114 "icu_properties",
5115]
5116
5117[[package]]
5118name = "igd-next"
5119version = "0.16.2"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97"
5122dependencies = [
5123 "async-trait",
5124 "attohttpc",
5125 "bytes",
5126 "futures",
5127 "http",
5128 "http-body-util",
5129 "hyper",
5130 "hyper-util",
5131 "log",
5132 "rand 0.9.2",
5133 "tokio",
5134 "url",
5135 "xmltree",
5136]
5137
5138[[package]]
5139name = "ignore"
5140version = "0.4.25"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
5143dependencies = [
5144 "crossbeam-deque",
5145 "globset",
5146 "log",
5147 "memchr",
5148 "regex-automata",
5149 "same-file",
5150 "walkdir",
5151 "winapi-util",
5152]
5153
5154[[package]]
5155name = "im"
5156version = "15.1.0"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
5159dependencies = [
5160 "bitmaps",
5161 "rand_core 0.6.4",
5162 "rand_xoshiro 0.6.0",
5163 "serde",
5164 "sized-chunks",
5165 "typenum",
5166 "version_check",
5167]
5168
5169[[package]]
5170name = "image-webp"
5171version = "0.1.3"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5174dependencies = [
5175 "byteorder-lite",
5176 "quick-error 2.0.1",
5177]
5178
5179[[package]]
5180name = "imagesize"
5181version = "0.13.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
5184
5185[[package]]
5186name = "include_dir"
5187version = "0.7.4"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
5190dependencies = [
5191 "include_dir_macros",
5192]
5193
5194[[package]]
5195name = "include_dir_macros"
5196version = "0.7.4"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
5199dependencies = [
5200 "proc-macro2",
5201 "quote",
5202]
5203
5204[[package]]
5205name = "indexmap"
5206version = "2.12.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
5209dependencies = [
5210 "equivalent",
5211 "hashbrown 0.16.1",
5212 "serde",
5213 "serde_core",
5214]
5215
5216[[package]]
5217name = "infer"
5218version = "0.19.0"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
5221dependencies = [
5222 "cfb",
5223]
5224
5225[[package]]
5226name = "inout"
5227version = "0.2.1"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "c7357b6e7aa75618c7864ebd0634b115a7218b0615f4cb1df33ac3eca23943d4"
5230dependencies = [
5231 "hybrid-array",
5232]
5233
5234[[package]]
5235name = "insta"
5236version = "1.45.0"
5237source = "registry+https://github.com/rust-lang/crates.io-index"
5238checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c"
5239dependencies = [
5240 "console",
5241 "once_cell",
5242 "serde",
5243 "similar",
5244 "tempfile",
5245]
5246
5247[[package]]
5248name = "instant"
5249version = "0.1.13"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5252dependencies = [
5253 "cfg-if",
5254 "js-sys",
5255 "wasm-bindgen",
5256 "web-sys",
5257]
5258
5259[[package]]
5260name = "inventory"
5261version = "0.3.21"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
5264dependencies = [
5265 "rustversion",
5266]
5267
5268[[package]]
5269name = "ipconfig"
5270version = "0.3.2"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
5273dependencies = [
5274 "socket2 0.5.10",
5275 "widestring",
5276 "windows-sys 0.48.0",
5277 "winreg",
5278]
5279
5280[[package]]
5281name = "ipld-core"
5282version = "0.4.2"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
5285dependencies = [
5286 "cid",
5287 "serde",
5288 "serde_bytes",
5289]
5290
5291[[package]]
5292name = "ipnet"
5293version = "2.11.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
5296
5297[[package]]
5298name = "iri-string"
5299version = "0.7.9"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
5302dependencies = [
5303 "memchr",
5304 "serde",
5305]
5306
5307[[package]]
5308name = "iroh"
5309version = "0.95.1"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "2374ba3cdaac152dc6ada92d971f7328e6408286faab3b7350842b2ebbed4789"
5312dependencies = [
5313 "aead",
5314 "backon",
5315 "bytes",
5316 "cfg_aliases",
5317 "crypto_box",
5318 "data-encoding",
5319 "derive_more 2.1.0",
5320 "ed25519-dalek 3.0.0-pre.1",
5321 "futures-util",
5322 "getrandom 0.3.4",
5323 "hickory-resolver 0.25.2",
5324 "http",
5325 "igd-next",
5326 "instant",
5327 "iroh-base",
5328 "iroh-metrics",
5329 "iroh-quinn",
5330 "iroh-quinn-proto",
5331 "iroh-quinn-udp",
5332 "iroh-relay",
5333 "n0-error",
5334 "n0-future 0.3.1",
5335 "n0-watcher",
5336 "netdev",
5337 "netwatch",
5338 "pin-project",
5339 "pkarr",
5340 "pkcs8 0.11.0-rc.8",
5341 "portmapper",
5342 "rand 0.9.2",
5343 "reqwest",
5344 "rustls",
5345 "rustls-pki-types",
5346 "rustls-platform-verifier",
5347 "rustls-webpki",
5348 "serde",
5349 "smallvec",
5350 "strum",
5351 "time",
5352 "tokio",
5353 "tokio-stream",
5354 "tokio-util",
5355 "tracing",
5356 "url",
5357 "wasm-bindgen-futures",
5358 "webpki-roots",
5359 "z32",
5360]
5361
5362[[package]]
5363name = "iroh-base"
5364version = "0.95.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "25a8c5fb1cc65589f0d7ab44269a76f615a8c4458356952c9b0ef1c93ea45ff8"
5367dependencies = [
5368 "curve25519-dalek 5.0.0-pre.1",
5369 "data-encoding",
5370 "derive_more 2.1.0",
5371 "ed25519-dalek 3.0.0-pre.1",
5372 "n0-error",
5373 "rand_core 0.9.3",
5374 "serde",
5375 "url",
5376 "zeroize",
5377 "zeroize_derive",
5378]
5379
5380[[package]]
5381name = "iroh-car"
5382version = "0.5.1"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
5385dependencies = [
5386 "anyhow",
5387 "cid",
5388 "futures",
5389 "serde",
5390 "serde_ipld_dagcbor",
5391 "thiserror 1.0.69",
5392 "tokio",
5393 "unsigned-varint 0.7.2",
5394]
5395
5396[[package]]
5397name = "iroh-gossip"
5398version = "0.95.0"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "026dd31b487ec5e80ac0240f4eb70cd6c0a2800f6ef44beca5329443c194bb22"
5401dependencies = [
5402 "blake3",
5403 "bytes",
5404 "data-encoding",
5405 "derive_more 2.1.0",
5406 "ed25519-dalek 3.0.0-pre.1",
5407 "futures-concurrency",
5408 "futures-lite",
5409 "futures-util",
5410 "hex",
5411 "indexmap",
5412 "iroh",
5413 "iroh-base",
5414 "iroh-metrics",
5415 "irpc",
5416 "n0-error",
5417 "n0-future 0.3.1",
5418 "postcard",
5419 "rand 0.9.2",
5420 "serde",
5421 "tokio",
5422 "tokio-util",
5423 "tracing",
5424]
5425
5426[[package]]
5427name = "iroh-metrics"
5428version = "0.37.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "79e3381da7c93c12d353230c74bba26131d1c8bf3a4d8af0fec041546454582e"
5431dependencies = [
5432 "iroh-metrics-derive",
5433 "itoa",
5434 "n0-error",
5435 "postcard",
5436 "ryu",
5437 "serde",
5438 "tracing",
5439]
5440
5441[[package]]
5442name = "iroh-metrics-derive"
5443version = "0.4.0"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "d4e12bd0763fd16062f5cc5e8db15dd52d26e75a8af4c7fb57ccee3589b344b8"
5446dependencies = [
5447 "heck 0.5.0",
5448 "proc-macro2",
5449 "quote",
5450 "syn 2.0.111",
5451]
5452
5453[[package]]
5454name = "iroh-quinn"
5455version = "0.14.0"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "0cde160ebee7aabede6ae887460cd303c8b809054224815addf1469d54a6fcf7"
5458dependencies = [
5459 "bytes",
5460 "cfg_aliases",
5461 "iroh-quinn-proto",
5462 "iroh-quinn-udp",
5463 "pin-project-lite",
5464 "rustc-hash 2.1.1",
5465 "rustls",
5466 "socket2 0.5.10",
5467 "thiserror 2.0.17",
5468 "tokio",
5469 "tracing",
5470 "web-time",
5471]
5472
5473[[package]]
5474name = "iroh-quinn-proto"
5475version = "0.13.0"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "929d5d8fa77d5c304d3ee7cae9aede31f13908bd049f9de8c7c0094ad6f7c535"
5478dependencies = [
5479 "bytes",
5480 "getrandom 0.2.16",
5481 "rand 0.8.5",
5482 "ring",
5483 "rustc-hash 2.1.1",
5484 "rustls",
5485 "rustls-pki-types",
5486 "slab",
5487 "thiserror 2.0.17",
5488 "tinyvec",
5489 "tracing",
5490 "web-time",
5491]
5492
5493[[package]]
5494name = "iroh-quinn-udp"
5495version = "0.5.7"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "c53afaa1049f7c83ea1331f5ebb9e6ebc5fdd69c468b7a22dd598b02c9bcc973"
5498dependencies = [
5499 "cfg_aliases",
5500 "libc",
5501 "once_cell",
5502 "socket2 0.5.10",
5503 "tracing",
5504 "windows-sys 0.59.0",
5505]
5506
5507[[package]]
5508name = "iroh-relay"
5509version = "0.95.1"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "43fbdf2aeffa7d6ede1a31f6570866c2199b1cee96a0b563994623795d1bac2c"
5512dependencies = [
5513 "blake3",
5514 "bytes",
5515 "cfg_aliases",
5516 "data-encoding",
5517 "derive_more 2.1.0",
5518 "getrandom 0.3.4",
5519 "hickory-resolver 0.25.2",
5520 "http",
5521 "http-body-util",
5522 "hyper",
5523 "hyper-util",
5524 "iroh-base",
5525 "iroh-metrics",
5526 "iroh-quinn",
5527 "iroh-quinn-proto",
5528 "lru 0.16.2",
5529 "n0-error",
5530 "n0-future 0.3.1",
5531 "num_enum",
5532 "pin-project",
5533 "pkarr",
5534 "postcard",
5535 "rand 0.9.2",
5536 "reqwest",
5537 "rustls",
5538 "rustls-pki-types",
5539 "serde",
5540 "serde_bytes",
5541 "sha1 0.11.0-rc.2",
5542 "strum",
5543 "tokio",
5544 "tokio-rustls",
5545 "tokio-util",
5546 "tokio-websockets",
5547 "tracing",
5548 "url",
5549 "webpki-roots",
5550 "ws_stream_wasm",
5551 "z32",
5552]
5553
5554[[package]]
5555name = "iroh-tickets"
5556version = "0.2.0"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "1a322053cacddeca222f0999ce3cf6aa45c64ae5ad8c8911eac9b66008ffbaa5"
5559dependencies = [
5560 "data-encoding",
5561 "derive_more 2.1.0",
5562 "iroh-base",
5563 "n0-error",
5564 "postcard",
5565 "serde",
5566]
5567
5568[[package]]
5569name = "irpc"
5570version = "0.11.0"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "0bee97aaa18387c4f0aae61058195dc9f9dea3e41c0e272973fe3e9bf611563d"
5573dependencies = [
5574 "futures-util",
5575 "irpc-derive",
5576 "n0-error",
5577 "n0-future 0.3.1",
5578 "serde",
5579 "tokio",
5580 "tokio-util",
5581 "tracing",
5582]
5583
5584[[package]]
5585name = "irpc-derive"
5586version = "0.9.0"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "58148196d2230183c9679431ac99b57e172000326d664e8456fa2cd27af6505a"
5589dependencies = [
5590 "proc-macro2",
5591 "quote",
5592 "syn 2.0.111",
5593]
5594
5595[[package]]
5596name = "is-macro"
5597version = "0.3.7"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
5600dependencies = [
5601 "heck 0.5.0",
5602 "proc-macro2",
5603 "quote",
5604 "syn 2.0.111",
5605]
5606
5607[[package]]
5608name = "is_ci"
5609version = "1.2.0"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
5612
5613[[package]]
5614name = "is_terminal_polyfill"
5615version = "1.70.2"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
5618
5619[[package]]
5620name = "itertools"
5621version = "0.10.5"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5624dependencies = [
5625 "either",
5626]
5627
5628[[package]]
5629name = "itertools"
5630version = "0.11.0"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
5633dependencies = [
5634 "either",
5635]
5636
5637[[package]]
5638name = "itertools"
5639version = "0.12.1"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
5642dependencies = [
5643 "either",
5644]
5645
5646[[package]]
5647name = "itertools"
5648version = "0.14.0"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
5651dependencies = [
5652 "either",
5653]
5654
5655[[package]]
5656name = "itoa"
5657version = "1.0.15"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
5660
5661[[package]]
5662name = "jacquard"
5663version = "0.9.5"
5664source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5665dependencies = [
5666 "bytes",
5667 "getrandom 0.2.16",
5668 "gloo-storage",
5669 "http",
5670 "jacquard-api",
5671 "jacquard-common",
5672 "jacquard-derive",
5673 "jacquard-identity",
5674 "jacquard-oauth",
5675 "jose-jwk",
5676 "miette 7.6.0",
5677 "regex",
5678 "regex-lite",
5679 "reqwest",
5680 "serde",
5681 "serde_html_form 0.3.2",
5682 "serde_json",
5683 "smol_str",
5684 "thiserror 2.0.17",
5685 "tokio",
5686 "tracing",
5687 "trait-variant",
5688 "url",
5689 "webpage",
5690]
5691
5692[[package]]
5693name = "jacquard-api"
5694version = "0.9.5"
5695source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5696dependencies = [
5697 "bon",
5698 "bytes",
5699 "jacquard-common",
5700 "jacquard-derive",
5701 "jacquard-lexicon",
5702 "miette 7.6.0",
5703 "rustversion",
5704 "serde",
5705 "serde_bytes",
5706 "serde_ipld_dagcbor",
5707 "thiserror 2.0.17",
5708 "unicode-segmentation",
5709]
5710
5711[[package]]
5712name = "jacquard-axum"
5713version = "0.9.6"
5714source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5715dependencies = [
5716 "axum",
5717 "bytes",
5718 "jacquard",
5719 "jacquard-common",
5720 "jacquard-derive",
5721 "jacquard-identity",
5722 "miette 7.6.0",
5723 "multibase",
5724 "serde",
5725 "serde_html_form 0.3.2",
5726 "serde_json",
5727 "thiserror 2.0.17",
5728 "tokio",
5729 "tower-http",
5730 "tracing",
5731]
5732
5733[[package]]
5734name = "jacquard-common"
5735version = "0.9.5"
5736source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5737dependencies = [
5738 "base64 0.22.1",
5739 "bon",
5740 "bytes",
5741 "chrono",
5742 "ciborium",
5743 "ciborium-io",
5744 "cid",
5745 "ed25519-dalek 2.2.0",
5746 "futures",
5747 "getrandom 0.2.16",
5748 "getrandom 0.3.4",
5749 "hashbrown 0.15.5",
5750 "http",
5751 "ipld-core",
5752 "k256",
5753 "maitake-sync",
5754 "miette 7.6.0",
5755 "multibase",
5756 "multihash",
5757 "n0-future 0.1.3",
5758 "ouroboros",
5759 "oxilangtag",
5760 "p256",
5761 "postcard",
5762 "rand 0.9.2",
5763 "regex",
5764 "regex-automata",
5765 "regex-lite",
5766 "reqwest",
5767 "serde",
5768 "serde_bytes",
5769 "serde_html_form 0.3.2",
5770 "serde_ipld_dagcbor",
5771 "serde_json",
5772 "signature 2.2.0",
5773 "smol_str",
5774 "spin 0.10.0",
5775 "thiserror 2.0.17",
5776 "tokio",
5777 "tokio-tungstenite-wasm",
5778 "tokio-util",
5779 "tracing",
5780 "trait-variant",
5781 "url",
5782 "zstd",
5783]
5784
5785[[package]]
5786name = "jacquard-derive"
5787version = "0.9.5"
5788source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5789dependencies = [
5790 "heck 0.5.0",
5791 "jacquard-lexicon",
5792 "proc-macro2",
5793 "quote",
5794 "syn 2.0.111",
5795]
5796
5797[[package]]
5798name = "jacquard-identity"
5799version = "0.9.5"
5800source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5801dependencies = [
5802 "bon",
5803 "bytes",
5804 "hickory-resolver 0.24.4",
5805 "http",
5806 "jacquard-api",
5807 "jacquard-common",
5808 "jacquard-lexicon",
5809 "miette 7.6.0",
5810 "mini-moka-wasm 0.10.99 (git+https://github.com/rsform/jacquard)",
5811 "n0-future 0.1.3",
5812 "percent-encoding",
5813 "reqwest",
5814 "serde",
5815 "serde_html_form 0.3.2",
5816 "serde_json",
5817 "thiserror 2.0.17",
5818 "tokio",
5819 "tracing",
5820 "trait-variant",
5821 "url",
5822 "urlencoding",
5823]
5824
5825[[package]]
5826name = "jacquard-lexicon"
5827version = "0.9.5"
5828source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5829dependencies = [
5830 "cid",
5831 "dashmap 6.1.0",
5832 "heck 0.5.0",
5833 "inventory",
5834 "jacquard-common",
5835 "miette 7.6.0",
5836 "multihash",
5837 "prettyplease",
5838 "proc-macro2",
5839 "quote",
5840 "serde",
5841 "serde_ipld_dagcbor",
5842 "serde_json",
5843 "serde_path_to_error",
5844 "serde_repr",
5845 "serde_with",
5846 "sha2 0.10.9",
5847 "syn 2.0.111",
5848 "thiserror 2.0.17",
5849 "unicode-segmentation",
5850]
5851
5852[[package]]
5853name = "jacquard-oauth"
5854version = "0.9.6"
5855source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5856dependencies = [
5857 "base64 0.22.1",
5858 "bytes",
5859 "chrono",
5860 "dashmap 6.1.0",
5861 "elliptic-curve",
5862 "http",
5863 "jacquard-common",
5864 "jacquard-identity",
5865 "jose-jwa",
5866 "jose-jwk",
5867 "miette 7.6.0",
5868 "p256",
5869 "rand 0.8.5",
5870 "rouille",
5871 "serde",
5872 "serde_html_form 0.3.2",
5873 "serde_json",
5874 "sha2 0.10.9",
5875 "smol_str",
5876 "thiserror 2.0.17",
5877 "tokio",
5878 "tracing",
5879 "trait-variant",
5880 "url",
5881 "webbrowser",
5882]
5883
5884[[package]]
5885name = "jacquard-repo"
5886version = "0.9.6"
5887source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
5888dependencies = [
5889 "bytes",
5890 "cid",
5891 "ed25519-dalek 2.2.0",
5892 "iroh-car",
5893 "jacquard-common",
5894 "jacquard-derive",
5895 "k256",
5896 "miette 7.6.0",
5897 "multihash",
5898 "n0-future 0.1.3",
5899 "p256",
5900 "serde",
5901 "serde_bytes",
5902 "serde_ipld_dagcbor",
5903 "sha2 0.10.9",
5904 "smol_str",
5905 "thiserror 2.0.17",
5906 "tokio",
5907 "trait-variant",
5908]
5909
5910[[package]]
5911name = "javascriptcore-rs"
5912version = "1.1.2"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
5915dependencies = [
5916 "bitflags 1.3.2",
5917 "glib",
5918 "javascriptcore-rs-sys",
5919]
5920
5921[[package]]
5922name = "javascriptcore-rs-sys"
5923version = "1.1.1"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
5926dependencies = [
5927 "glib-sys",
5928 "gobject-sys",
5929 "libc",
5930 "system-deps",
5931]
5932
5933[[package]]
5934name = "jni"
5935version = "0.21.1"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
5938dependencies = [
5939 "cesu8",
5940 "cfg-if",
5941 "combine",
5942 "jni-sys",
5943 "log",
5944 "thiserror 1.0.69",
5945 "walkdir",
5946 "windows-sys 0.45.0",
5947]
5948
5949[[package]]
5950name = "jni-sys"
5951version = "0.3.0"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
5954
5955[[package]]
5956name = "jobserver"
5957version = "0.1.34"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
5960dependencies = [
5961 "getrandom 0.3.4",
5962 "libc",
5963]
5964
5965[[package]]
5966name = "jose-b64"
5967version = "0.1.2"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
5970dependencies = [
5971 "base64ct",
5972 "serde",
5973 "subtle",
5974 "zeroize",
5975]
5976
5977[[package]]
5978name = "jose-jwa"
5979version = "0.1.2"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
5982dependencies = [
5983 "serde",
5984]
5985
5986[[package]]
5987name = "jose-jwk"
5988version = "0.1.2"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
5991dependencies = [
5992 "jose-b64",
5993 "jose-jwa",
5994 "p256",
5995 "p384",
5996 "rsa",
5997 "serde",
5998 "zeroize",
5999]
6000
6001[[package]]
6002name = "js-sys"
6003version = "0.3.83"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
6006dependencies = [
6007 "once_cell",
6008 "wasm-bindgen",
6009]
6010
6011[[package]]
6012name = "k256"
6013version = "0.13.4"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
6016dependencies = [
6017 "cfg-if",
6018 "ecdsa",
6019 "elliptic-curve",
6020 "once_cell",
6021 "sha2 0.10.9",
6022 "signature 2.2.0",
6023]
6024
6025[[package]]
6026name = "kdl"
6027version = "4.7.1"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "e03e2e96c5926fe761088d66c8c2aee3a4352a2573f4eaca50043ad130af9117"
6030dependencies = [
6031 "miette 5.10.0",
6032 "nom",
6033 "thiserror 1.0.69",
6034]
6035
6036[[package]]
6037name = "keyboard-types"
6038version = "0.7.0"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
6041dependencies = [
6042 "bitflags 2.10.0",
6043 "serde",
6044 "unicode-segmentation",
6045]
6046
6047[[package]]
6048name = "kuchikiki"
6049version = "0.8.8-speedreader"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
6052dependencies = [
6053 "cssparser 0.29.6",
6054 "html5ever 0.29.1",
6055 "indexmap",
6056 "selectors",
6057]
6058
6059[[package]]
6060name = "kurbo"
6061version = "0.11.3"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
6064dependencies = [
6065 "arrayvec",
6066 "euclid",
6067 "smallvec",
6068]
6069
6070[[package]]
6071name = "lazy-js-bundle"
6072version = "0.6.2"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2"
6075
6076[[package]]
6077name = "lazy-js-bundle"
6078version = "0.7.2"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "21972afec4627b7ba0de60b5269585b5ac2f56d559b0696f57eee6daf8a51b68"
6081
6082[[package]]
6083name = "lazy_static"
6084version = "1.5.0"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6087dependencies = [
6088 "spin 0.9.8",
6089]
6090
6091[[package]]
6092name = "leb128"
6093version = "0.2.5"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6096
6097[[package]]
6098name = "libappindicator"
6099version = "0.9.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
6102dependencies = [
6103 "glib",
6104 "gtk",
6105 "gtk-sys",
6106 "libappindicator-sys",
6107 "log",
6108]
6109
6110[[package]]
6111name = "libappindicator-sys"
6112version = "0.9.0"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
6115dependencies = [
6116 "gtk-sys",
6117 "libloading 0.7.4",
6118 "once_cell",
6119]
6120
6121[[package]]
6122name = "libc"
6123version = "0.2.178"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
6126
6127[[package]]
6128name = "libloading"
6129version = "0.7.4"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
6132dependencies = [
6133 "cfg-if",
6134 "winapi",
6135]
6136
6137[[package]]
6138name = "libloading"
6139version = "0.8.9"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
6142dependencies = [
6143 "cfg-if",
6144 "windows-link 0.2.1",
6145]
6146
6147[[package]]
6148name = "libm"
6149version = "0.2.15"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
6152
6153[[package]]
6154name = "libredox"
6155version = "0.1.11"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50"
6158dependencies = [
6159 "bitflags 2.10.0",
6160 "libc",
6161 "redox_syscall 0.6.0",
6162]
6163
6164[[package]]
6165name = "libsqlite3-sys"
6166version = "0.35.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
6169dependencies = [
6170 "cc",
6171 "pkg-config",
6172 "vcpkg",
6173]
6174
6175[[package]]
6176name = "libxdo"
6177version = "0.6.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "00333b8756a3d28e78def82067a377de7fa61b24909000aeaa2b446a948d14db"
6180dependencies = [
6181 "libxdo-sys",
6182]
6183
6184[[package]]
6185name = "libxdo-sys"
6186version = "0.11.0"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
6189dependencies = [
6190 "libc",
6191 "x11",
6192]
6193
6194[[package]]
6195name = "lightningcss"
6196version = "1.0.0-alpha.68"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "b407ca668368d1d5a86cea58ac82d9f9f9ca4bac1e9dce6f16f875f0f081a911"
6199dependencies = [
6200 "ahash 0.8.12",
6201 "bitflags 2.10.0",
6202 "const-str 0.3.2",
6203 "cssparser 0.33.0",
6204 "cssparser-color",
6205 "dashmap 5.5.3",
6206 "data-encoding",
6207 "getrandom 0.3.4",
6208 "indexmap",
6209 "itertools 0.10.5",
6210 "lazy_static",
6211 "lightningcss-derive",
6212 "parcel_selectors",
6213 "parcel_sourcemap",
6214 "pastey",
6215 "pathdiff",
6216 "rayon",
6217 "serde",
6218 "serde-content",
6219 "smallvec",
6220]
6221
6222[[package]]
6223name = "lightningcss-derive"
6224version = "1.0.0-alpha.43"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
6227dependencies = [
6228 "convert_case 0.6.0",
6229 "proc-macro2",
6230 "quote",
6231 "syn 1.0.109",
6232]
6233
6234[[package]]
6235name = "linked-hash-map"
6236version = "0.5.6"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
6239
6240[[package]]
6241name = "linux-raw-sys"
6242version = "0.11.0"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
6245
6246[[package]]
6247name = "litemap"
6248version = "0.8.1"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
6251
6252[[package]]
6253name = "litrs"
6254version = "1.0.0"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
6257
6258[[package]]
6259name = "lock_api"
6260version = "0.4.14"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
6263dependencies = [
6264 "scopeguard",
6265]
6266
6267[[package]]
6268name = "log"
6269version = "0.4.29"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
6272
6273[[package]]
6274name = "loki-api"
6275version = "0.1.3"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "bdc38a304f59a03e6efa3876766a48c70a766a93f88341c3fff4212834b8e327"
6278dependencies = [
6279 "prost",
6280 "prost-types",
6281]
6282
6283[[package]]
6284name = "lol_alloc"
6285version = "0.4.1"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "83e5106554cabc97552dcadf54f57560ae6af3276652f82ca2be06120dc4c5dc"
6288dependencies = [
6289 "spin 0.9.8",
6290]
6291
6292[[package]]
6293name = "longest-increasing-subsequence"
6294version = "0.1.0"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86"
6297
6298[[package]]
6299name = "loom"
6300version = "0.7.2"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
6303dependencies = [
6304 "cfg-if",
6305 "generator",
6306 "scoped-tls",
6307 "serde",
6308 "serde_json",
6309 "tracing",
6310 "tracing-subscriber",
6311]
6312
6313[[package]]
6314name = "loro"
6315version = "1.10.3"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "d75216d8f99725531a30f7b00901ee154a4f8a9b7f125bfe032e197d4c7ffb8c"
6318dependencies = [
6319 "enum-as-inner 0.6.1",
6320 "generic-btree",
6321 "loro-common",
6322 "loro-delta",
6323 "loro-internal",
6324 "loro-kv-store",
6325 "rustc-hash 2.1.1",
6326 "tracing",
6327]
6328
6329[[package]]
6330name = "loro-common"
6331version = "1.10.0"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "70363ea05a9c507fd9d58b65dc414bf515f636d69d8ab53e50ecbe8d27eef90c"
6334dependencies = [
6335 "arbitrary",
6336 "enum-as-inner 0.6.1",
6337 "leb128",
6338 "loro-rle",
6339 "nonmax",
6340 "rustc-hash 2.1.1",
6341 "serde",
6342 "serde_columnar",
6343 "serde_json",
6344 "thiserror 1.0.69",
6345]
6346
6347[[package]]
6348name = "loro-delta"
6349version = "1.9.1"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "8eafa788a72c1cbf0b7dc08a862cd7cc31b96d99c2ef749cdc94c2330f9494d3"
6352dependencies = [
6353 "arrayvec",
6354 "enum-as-inner 0.5.1",
6355 "generic-btree",
6356 "heapless 0.8.0",
6357]
6358
6359[[package]]
6360name = "loro-internal"
6361version = "1.10.3"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "f447044ec3d3ba572623859add3334bd87b84340ee5fdf00315bfee0e3ad3e3f"
6364dependencies = [
6365 "append-only-bytes",
6366 "arref",
6367 "bytes",
6368 "either",
6369 "ensure-cov",
6370 "enum-as-inner 0.6.1",
6371 "enum_dispatch",
6372 "generic-btree",
6373 "getrandom 0.2.16",
6374 "im",
6375 "itertools 0.12.1",
6376 "leb128",
6377 "loom",
6378 "loro-common",
6379 "loro-delta",
6380 "loro-kv-store",
6381 "loro-rle",
6382 "loro_fractional_index",
6383 "md5",
6384 "nonmax",
6385 "num",
6386 "num-traits",
6387 "once_cell",
6388 "parking_lot",
6389 "pest",
6390 "pest_derive",
6391 "postcard",
6392 "pretty_assertions",
6393 "rand 0.8.5",
6394 "rustc-hash 2.1.1",
6395 "serde",
6396 "serde_columnar",
6397 "serde_json",
6398 "smallvec",
6399 "thiserror 1.0.69",
6400 "thread_local",
6401 "tracing",
6402 "wasm-bindgen",
6403 "xxhash-rust",
6404]
6405
6406[[package]]
6407name = "loro-kv-store"
6408version = "1.10.0"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "78beebc933a33c26495c9a98f05b38bc0a4c0a337ecfbd3146ce1f9437eec71f"
6411dependencies = [
6412 "bytes",
6413 "ensure-cov",
6414 "loro-common",
6415 "lz4_flex",
6416 "once_cell",
6417 "quick_cache",
6418 "rustc-hash 2.1.1",
6419 "tracing",
6420 "xxhash-rust",
6421]
6422
6423[[package]]
6424name = "loro-rle"
6425version = "1.6.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "76400c3eea6bb39b013406acce964a8db39311534e308286c8d8721baba8ee20"
6428dependencies = [
6429 "append-only-bytes",
6430 "num",
6431 "smallvec",
6432]
6433
6434[[package]]
6435name = "loro-thunderdome"
6436version = "0.6.2"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "3f3d053a135388e6b1df14e8af1212af5064746e9b87a06a345a7a779ee9695a"
6439
6440[[package]]
6441name = "loro_fractional_index"
6442version = "1.6.0"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "427c8ea186958094052b971fe7e322a934b034c3bf62f0458ccea04fcd687ba1"
6445dependencies = [
6446 "once_cell",
6447 "rand 0.8.5",
6448 "serde",
6449]
6450
6451[[package]]
6452name = "lru"
6453version = "0.13.0"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465"
6456
6457[[package]]
6458name = "lru"
6459version = "0.16.2"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
6462dependencies = [
6463 "hashbrown 0.16.1",
6464]
6465
6466[[package]]
6467name = "lru-cache"
6468version = "0.1.2"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
6471dependencies = [
6472 "linked-hash-map",
6473]
6474
6475[[package]]
6476name = "lru-slab"
6477version = "0.1.2"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
6480
6481[[package]]
6482name = "lz4_flex"
6483version = "0.11.5"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
6486dependencies = [
6487 "twox-hash",
6488]
6489
6490[[package]]
6491name = "mac"
6492version = "0.1.1"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6495
6496[[package]]
6497name = "macro-string"
6498version = "0.1.4"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3"
6501dependencies = [
6502 "proc-macro2",
6503 "quote",
6504 "syn 2.0.111",
6505]
6506
6507[[package]]
6508name = "macro_rules_attribute"
6509version = "0.2.2"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520"
6512dependencies = [
6513 "macro_rules_attribute-proc_macro",
6514 "paste",
6515]
6516
6517[[package]]
6518name = "macro_rules_attribute-proc_macro"
6519version = "0.2.2"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30"
6522
6523[[package]]
6524name = "maitake-sync"
6525version = "0.1.2"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
6528dependencies = [
6529 "cordyceps",
6530 "loom",
6531 "mycelium-bitfield",
6532 "pin-project",
6533 "portable-atomic",
6534]
6535
6536[[package]]
6537name = "malloc_buf"
6538version = "0.0.6"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6541dependencies = [
6542 "libc",
6543]
6544
6545[[package]]
6546name = "manganis"
6547version = "0.6.2"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "317af44b15e7605b85f04525449a3bb631753040156c9b318e6cba8a3ea4ef73"
6550dependencies = [
6551 "const-serialize 0.6.2",
6552 "manganis-core 0.6.2",
6553 "manganis-macro 0.6.2",
6554]
6555
6556[[package]]
6557name = "manganis"
6558version = "0.7.2"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "97c63ae68d25457a579b7714806088c5cb44c536cf624a53a17184878f9f0bcd"
6561dependencies = [
6562 "const-serialize 0.7.2",
6563 "manganis-core 0.7.2",
6564 "manganis-macro 0.7.2",
6565]
6566
6567[[package]]
6568name = "manganis-core"
6569version = "0.6.2"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "c38bee65cc725b2bba23b5dbb290f57c8be8fadbe2043fb7e2ce73022ea06519"
6572dependencies = [
6573 "const-serialize 0.6.2",
6574 "dioxus-cli-config 0.6.3",
6575 "dioxus-core-types 0.6.2",
6576 "serde",
6577]
6578
6579[[package]]
6580name = "manganis-core"
6581version = "0.7.2"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "88d071660b149f985cbab8b23f2004ea6dd5cf947b63a0843f0e2f46e6af7229"
6584dependencies = [
6585 "const-serialize 0.7.2",
6586 "dioxus-cli-config 0.7.2",
6587 "dioxus-core-types 0.7.2",
6588 "serde",
6589]
6590
6591[[package]]
6592name = "manganis-macro"
6593version = "0.6.2"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "d9f4f71310913c40174d9f0cfcbcb127dad0329ecdb3945678a120db22d3d065"
6596dependencies = [
6597 "dunce",
6598 "manganis-core 0.6.2",
6599 "proc-macro2",
6600 "quote",
6601 "syn 2.0.111",
6602]
6603
6604[[package]]
6605name = "manganis-macro"
6606version = "0.7.2"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "9793d1d33778245b4240c330a8f575d208ce077c7e7bab1c79064252ddd4a162"
6609dependencies = [
6610 "dunce",
6611 "macro-string",
6612 "manganis-core 0.7.2",
6613 "proc-macro2",
6614 "quote",
6615 "syn 2.0.111",
6616]
6617
6618[[package]]
6619name = "markdown-weaver"
6620version = "0.13.0"
6621source = "git+https://github.com/rsform/markdown-weaver?branch=para-end-context#5f4257b7ee3175f73974b43c3269b2130a4479ca"
6622dependencies = [
6623 "bitflags 2.10.0",
6624 "getopts",
6625 "markdown-weaver-escape",
6626 "memchr",
6627 "serde",
6628 "unicase",
6629]
6630
6631[[package]]
6632name = "markdown-weaver-escape"
6633version = "0.11.0"
6634source = "git+https://github.com/rsform/markdown-weaver?branch=para-end-context#5f4257b7ee3175f73974b43c3269b2130a4479ca"
6635
6636[[package]]
6637name = "markup5ever"
6638version = "0.12.1"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6641dependencies = [
6642 "log",
6643 "phf 0.11.3",
6644 "phf_codegen 0.11.3",
6645 "string_cache",
6646 "string_cache_codegen",
6647 "tendril",
6648]
6649
6650[[package]]
6651name = "markup5ever"
6652version = "0.14.1"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
6655dependencies = [
6656 "log",
6657 "phf 0.11.3",
6658 "phf_codegen 0.11.3",
6659 "string_cache",
6660 "string_cache_codegen",
6661 "tendril",
6662]
6663
6664[[package]]
6665name = "markup5ever_rcdom"
6666version = "0.3.0"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6669dependencies = [
6670 "html5ever 0.27.0",
6671 "markup5ever 0.12.1",
6672 "tendril",
6673 "xml5ever",
6674]
6675
6676[[package]]
6677name = "match-lookup"
6678version = "0.1.1"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
6681dependencies = [
6682 "proc-macro2",
6683 "quote",
6684 "syn 1.0.109",
6685]
6686
6687[[package]]
6688name = "match_token"
6689version = "0.1.0"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
6692dependencies = [
6693 "proc-macro2",
6694 "quote",
6695 "syn 2.0.111",
6696]
6697
6698[[package]]
6699name = "matchers"
6700version = "0.2.0"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
6703dependencies = [
6704 "regex-automata",
6705]
6706
6707[[package]]
6708name = "matches"
6709version = "0.1.10"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
6712
6713[[package]]
6714name = "matchit"
6715version = "0.8.4"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
6718
6719[[package]]
6720name = "md5"
6721version = "0.7.0"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
6724
6725[[package]]
6726name = "memchr"
6727version = "2.7.6"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
6730
6731[[package]]
6732name = "memfd"
6733version = "0.6.5"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
6736dependencies = [
6737 "rustix",
6738]
6739
6740[[package]]
6741name = "memmap2"
6742version = "0.9.9"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
6745dependencies = [
6746 "libc",
6747]
6748
6749[[package]]
6750name = "memoffset"
6751version = "0.9.1"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6754dependencies = [
6755 "autocfg",
6756]
6757
6758[[package]]
6759name = "metrics"
6760version = "0.24.3"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8"
6763dependencies = [
6764 "ahash 0.8.12",
6765 "portable-atomic",
6766]
6767
6768[[package]]
6769name = "metrics-exporter-prometheus"
6770version = "0.17.2"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15"
6773dependencies = [
6774 "base64 0.22.1",
6775 "http-body-util",
6776 "hyper",
6777 "hyper-rustls",
6778 "hyper-util",
6779 "indexmap",
6780 "ipnet",
6781 "metrics",
6782 "metrics-util",
6783 "quanta",
6784 "thiserror 2.0.17",
6785 "tokio",
6786 "tracing",
6787]
6788
6789[[package]]
6790name = "metrics-util"
6791version = "0.20.1"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4"
6794dependencies = [
6795 "crossbeam-epoch",
6796 "crossbeam-utils",
6797 "hashbrown 0.16.1",
6798 "metrics",
6799 "quanta",
6800 "rand 0.9.2",
6801 "rand_xoshiro 0.7.0",
6802 "sketches-ddsketch",
6803]
6804
6805[[package]]
6806name = "miette"
6807version = "5.10.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
6810dependencies = [
6811 "miette-derive 5.10.0",
6812 "once_cell",
6813 "thiserror 1.0.69",
6814 "unicode-width 0.1.14",
6815]
6816
6817[[package]]
6818name = "miette"
6819version = "7.6.0"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
6822dependencies = [
6823 "backtrace",
6824 "backtrace-ext",
6825 "cfg-if",
6826 "miette-derive 7.6.0",
6827 "owo-colors",
6828 "supports-color",
6829 "supports-hyperlinks",
6830 "supports-unicode",
6831 "terminal_size",
6832 "textwrap",
6833 "unicode-width 0.1.14",
6834]
6835
6836[[package]]
6837name = "miette-derive"
6838version = "5.10.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
6841dependencies = [
6842 "proc-macro2",
6843 "quote",
6844 "syn 2.0.111",
6845]
6846
6847[[package]]
6848name = "miette-derive"
6849version = "7.6.0"
6850source = "registry+https://github.com/rust-lang/crates.io-index"
6851checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
6852dependencies = [
6853 "proc-macro2",
6854 "quote",
6855 "syn 2.0.111",
6856]
6857
6858[[package]]
6859name = "mime"
6860version = "0.3.17"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6863
6864[[package]]
6865name = "mime-sniffer"
6866version = "0.1.3"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "6b8b2a64cd735f1d5f17ff6701ced3cc3c54851f9448caf454cd9c923d812408"
6869dependencies = [
6870 "mime",
6871 "url",
6872]
6873
6874[[package]]
6875name = "mime_guess"
6876version = "2.0.5"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6879dependencies = [
6880 "mime",
6881 "unicase",
6882]
6883
6884[[package]]
6885name = "mini-moka"
6886version = "0.11.0"
6887source = "git+https://github.com/moka-rs/mini-moka?rev=da864e849f5d034f32e02197fee9bb5d5af36d3d#da864e849f5d034f32e02197fee9bb5d5af36d3d"
6888dependencies = [
6889 "crossbeam-channel",
6890 "crossbeam-utils",
6891 "dashmap 6.1.0",
6892 "smallvec",
6893 "tagptr",
6894 "triomphe",
6895]
6896
6897[[package]]
6898name = "mini-moka-wasm"
6899version = "0.10.99"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8"
6902dependencies = [
6903 "crossbeam-channel",
6904 "crossbeam-utils",
6905 "dashmap 6.1.0",
6906 "smallvec",
6907 "tagptr",
6908 "triomphe",
6909]
6910
6911[[package]]
6912name = "mini-moka-wasm"
6913version = "0.10.99"
6914source = "git+https://github.com/rsform/jacquard#bfb72e29f20b0683e939db0140fa44cabde162d2"
6915dependencies = [
6916 "crossbeam-channel",
6917 "crossbeam-utils",
6918 "dashmap 6.1.0",
6919 "smallvec",
6920 "tagptr",
6921 "triomphe",
6922 "web-time",
6923]
6924
6925[[package]]
6926name = "minicov"
6927version = "0.3.8"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
6930dependencies = [
6931 "cc",
6932 "walkdir",
6933]
6934
6935[[package]]
6936name = "minimal-lexical"
6937version = "0.2.1"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6940
6941[[package]]
6942name = "miniz_oxide"
6943version = "0.8.9"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
6946dependencies = [
6947 "adler2",
6948 "simd-adler32",
6949]
6950
6951[[package]]
6952name = "mio"
6953version = "1.1.1"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
6956dependencies = [
6957 "libc",
6958 "wasi 0.11.1+wasi-snapshot-preview1",
6959 "windows-sys 0.61.2",
6960]
6961
6962[[package]]
6963name = "moka"
6964version = "0.12.11"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
6967dependencies = [
6968 "crossbeam-channel",
6969 "crossbeam-epoch",
6970 "crossbeam-utils",
6971 "equivalent",
6972 "parking_lot",
6973 "portable-atomic",
6974 "rustc_version",
6975 "smallvec",
6976 "tagptr",
6977 "uuid",
6978]
6979
6980[[package]]
6981name = "muda"
6982version = "0.17.1"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a"
6985dependencies = [
6986 "crossbeam-channel",
6987 "dpi",
6988 "gtk",
6989 "keyboard-types",
6990 "libxdo",
6991 "objc2",
6992 "objc2-app-kit",
6993 "objc2-core-foundation",
6994 "objc2-foundation",
6995 "once_cell",
6996 "png",
6997 "thiserror 2.0.17",
6998 "windows-sys 0.60.2",
6999]
7000
7001[[package]]
7002name = "multer"
7003version = "3.1.0"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
7006dependencies = [
7007 "bytes",
7008 "encoding_rs",
7009 "futures-util",
7010 "http",
7011 "httparse",
7012 "memchr",
7013 "mime",
7014 "spin 0.9.8",
7015 "version_check",
7016]
7017
7018[[package]]
7019name = "multibase"
7020version = "0.9.2"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
7023dependencies = [
7024 "base-x",
7025 "base256emoji",
7026 "data-encoding",
7027 "data-encoding-macro",
7028]
7029
7030[[package]]
7031name = "multihash"
7032version = "0.19.3"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
7035dependencies = [
7036 "core2",
7037 "serde",
7038 "unsigned-varint 0.8.0",
7039]
7040
7041[[package]]
7042name = "multipart"
7043version = "0.18.0"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
7046dependencies = [
7047 "buf_redux",
7048 "httparse",
7049 "log",
7050 "mime",
7051 "mime_guess",
7052 "quick-error 1.2.3",
7053 "rand 0.8.5",
7054 "safemem",
7055 "tempfile",
7056 "twoway",
7057]
7058
7059[[package]]
7060name = "mycelium-bitfield"
7061version = "0.1.5"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
7064
7065[[package]]
7066name = "n0-error"
7067version = "0.1.2"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "c7d5969a2f40e9d9ed121a789c415f4114ac2b28e5731c080bdefee217d3b3fb"
7070dependencies = [
7071 "anyhow",
7072 "n0-error-macros",
7073 "spez",
7074]
7075
7076[[package]]
7077name = "n0-error-macros"
7078version = "0.1.2"
7079source = "registry+https://github.com/rust-lang/crates.io-index"
7080checksum = "9a6908df844696d9af91c7c3950d50e52d67df327d02a95367f95bbf177d6556"
7081dependencies = [
7082 "proc-macro2",
7083 "quote",
7084 "syn 2.0.111",
7085]
7086
7087[[package]]
7088name = "n0-future"
7089version = "0.1.3"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
7092dependencies = [
7093 "cfg_aliases",
7094 "derive_more 1.0.0",
7095 "futures-buffered",
7096 "futures-lite",
7097 "futures-util",
7098 "js-sys",
7099 "pin-project",
7100 "send_wrapper",
7101 "tokio",
7102 "tokio-util",
7103 "wasm-bindgen",
7104 "wasm-bindgen-futures",
7105 "web-time",
7106]
7107
7108[[package]]
7109name = "n0-future"
7110version = "0.3.1"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "8c0709ac8235ce13b82bc4d180ee3c42364b90c1a8a628c3422d991d75a728b5"
7113dependencies = [
7114 "cfg_aliases",
7115 "derive_more 1.0.0",
7116 "futures-buffered",
7117 "futures-lite",
7118 "futures-util",
7119 "js-sys",
7120 "pin-project",
7121 "send_wrapper",
7122 "tokio",
7123 "tokio-util",
7124 "wasm-bindgen",
7125 "wasm-bindgen-futures",
7126 "web-time",
7127]
7128
7129[[package]]
7130name = "n0-watcher"
7131version = "0.5.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "38acf13c1ddafc60eb7316d52213467f8ccb70b6f02b65e7d97f7799b1f50be4"
7134dependencies = [
7135 "derive_more 2.1.0",
7136 "n0-error",
7137 "n0-future 0.3.1",
7138]
7139
7140[[package]]
7141name = "native-tls"
7142version = "0.2.14"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
7145dependencies = [
7146 "libc",
7147 "log",
7148 "openssl",
7149 "openssl-probe",
7150 "openssl-sys",
7151 "schannel",
7152 "security-framework 2.11.1",
7153 "security-framework-sys",
7154 "tempfile",
7155]
7156
7157[[package]]
7158name = "ndk"
7159version = "0.9.0"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
7162dependencies = [
7163 "bitflags 2.10.0",
7164 "jni-sys",
7165 "log",
7166 "ndk-sys",
7167 "num_enum",
7168 "raw-window-handle 0.6.2",
7169 "thiserror 1.0.69",
7170]
7171
7172[[package]]
7173name = "ndk-context"
7174version = "0.1.1"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7177
7178[[package]]
7179name = "ndk-sys"
7180version = "0.6.0+11769913"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
7183dependencies = [
7184 "jni-sys",
7185]
7186
7187[[package]]
7188name = "netdev"
7189version = "0.38.2"
7190source = "registry+https://github.com/rust-lang/crates.io-index"
7191checksum = "67ab878b4c90faf36dab10ea51d48c69ae9019bcca47c048a7c9b273d5d7a823"
7192dependencies = [
7193 "dlopen2 0.5.0",
7194 "ipnet",
7195 "libc",
7196 "netlink-packet-core",
7197 "netlink-packet-route",
7198 "netlink-sys",
7199 "once_cell",
7200 "system-configuration",
7201 "windows-sys 0.59.0",
7202]
7203
7204[[package]]
7205name = "netlink-packet-core"
7206version = "0.8.1"
7207source = "registry+https://github.com/rust-lang/crates.io-index"
7208checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
7209dependencies = [
7210 "paste",
7211]
7212
7213[[package]]
7214name = "netlink-packet-route"
7215version = "0.25.1"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "3ec2f5b6839be2a19d7fa5aab5bc444380f6311c2b693551cb80f45caaa7b5ef"
7218dependencies = [
7219 "bitflags 2.10.0",
7220 "libc",
7221 "log",
7222 "netlink-packet-core",
7223]
7224
7225[[package]]
7226name = "netlink-proto"
7227version = "0.12.0"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "b65d130ee111430e47eed7896ea43ca693c387f097dd97376bffafbf25812128"
7230dependencies = [
7231 "bytes",
7232 "futures",
7233 "log",
7234 "netlink-packet-core",
7235 "netlink-sys",
7236 "thiserror 2.0.17",
7237]
7238
7239[[package]]
7240name = "netlink-sys"
7241version = "0.8.7"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23"
7244dependencies = [
7245 "bytes",
7246 "futures",
7247 "libc",
7248 "log",
7249 "tokio",
7250]
7251
7252[[package]]
7253name = "netwatch"
7254version = "0.12.0"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "26f2acd376ef48b6c326abf3ba23c449e0cb8aa5c2511d189dd8a8a3bfac889b"
7257dependencies = [
7258 "atomic-waker",
7259 "bytes",
7260 "cfg_aliases",
7261 "derive_more 2.1.0",
7262 "iroh-quinn-udp",
7263 "js-sys",
7264 "libc",
7265 "n0-error",
7266 "n0-future 0.3.1",
7267 "n0-watcher",
7268 "netdev",
7269 "netlink-packet-core",
7270 "netlink-packet-route",
7271 "netlink-proto",
7272 "netlink-sys",
7273 "pin-project-lite",
7274 "serde",
7275 "socket2 0.6.1",
7276 "time",
7277 "tokio",
7278 "tokio-util",
7279 "tracing",
7280 "web-sys",
7281 "windows 0.62.2",
7282 "windows-result 0.4.1",
7283 "wmi",
7284]
7285
7286[[package]]
7287name = "never-say-never"
7288version = "6.6.666"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6"
7291
7292[[package]]
7293name = "new_debug_unreachable"
7294version = "1.0.6"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7297
7298[[package]]
7299name = "nix"
7300version = "0.30.1"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
7303dependencies = [
7304 "bitflags 2.10.0",
7305 "cfg-if",
7306 "cfg_aliases",
7307 "libc",
7308 "memoffset",
7309]
7310
7311[[package]]
7312name = "nodrop"
7313version = "0.1.14"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
7316
7317[[package]]
7318name = "nom"
7319version = "7.1.3"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7322dependencies = [
7323 "memchr",
7324 "minimal-lexical",
7325]
7326
7327[[package]]
7328name = "nonmax"
7329version = "0.5.5"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
7332
7333[[package]]
7334name = "ntimestamp"
7335version = "1.0.0"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c"
7338dependencies = [
7339 "base32",
7340 "document-features",
7341 "getrandom 0.2.16",
7342 "httpdate",
7343 "js-sys",
7344 "once_cell",
7345 "serde",
7346]
7347
7348[[package]]
7349name = "nu-ansi-term"
7350version = "0.50.3"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
7353dependencies = [
7354 "windows-sys 0.61.2",
7355]
7356
7357[[package]]
7358name = "num"
7359version = "0.4.3"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7362dependencies = [
7363 "num-bigint",
7364 "num-complex",
7365 "num-integer",
7366 "num-iter",
7367 "num-rational",
7368 "num-traits",
7369]
7370
7371[[package]]
7372name = "num-bigint"
7373version = "0.4.6"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7376dependencies = [
7377 "num-integer",
7378 "num-traits",
7379 "serde",
7380]
7381
7382[[package]]
7383name = "num-bigint-dig"
7384version = "0.8.6"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
7387dependencies = [
7388 "lazy_static",
7389 "libm",
7390 "num-integer",
7391 "num-iter",
7392 "num-traits",
7393 "rand 0.8.5",
7394 "smallvec",
7395 "zeroize",
7396]
7397
7398[[package]]
7399name = "num-complex"
7400version = "0.4.6"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7403dependencies = [
7404 "num-traits",
7405]
7406
7407[[package]]
7408name = "num-conv"
7409version = "0.1.0"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7412
7413[[package]]
7414name = "num-integer"
7415version = "0.1.46"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7418dependencies = [
7419 "num-traits",
7420]
7421
7422[[package]]
7423name = "num-iter"
7424version = "0.1.45"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7427dependencies = [
7428 "autocfg",
7429 "num-integer",
7430 "num-traits",
7431]
7432
7433[[package]]
7434name = "num-rational"
7435version = "0.4.2"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7438dependencies = [
7439 "num-bigint",
7440 "num-integer",
7441 "num-traits",
7442]
7443
7444[[package]]
7445name = "num-traits"
7446version = "0.2.19"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7449dependencies = [
7450 "autocfg",
7451 "libm",
7452]
7453
7454[[package]]
7455name = "num_cpus"
7456version = "1.17.0"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
7459dependencies = [
7460 "hermit-abi",
7461 "libc",
7462]
7463
7464[[package]]
7465name = "num_enum"
7466version = "0.7.5"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
7469dependencies = [
7470 "num_enum_derive",
7471 "rustversion",
7472]
7473
7474[[package]]
7475name = "num_enum_derive"
7476version = "0.7.5"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
7479dependencies = [
7480 "proc-macro-crate 3.4.0",
7481 "proc-macro2",
7482 "quote",
7483 "syn 2.0.111",
7484]
7485
7486[[package]]
7487name = "num_threads"
7488version = "0.1.7"
7489source = "registry+https://github.com/rust-lang/crates.io-index"
7490checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7491dependencies = [
7492 "libc",
7493]
7494
7495[[package]]
7496name = "objc"
7497version = "0.2.7"
7498source = "registry+https://github.com/rust-lang/crates.io-index"
7499checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7500dependencies = [
7501 "malloc_buf",
7502]
7503
7504[[package]]
7505name = "objc2"
7506version = "0.6.3"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
7509dependencies = [
7510 "objc2-encode",
7511 "objc2-exception-helper",
7512]
7513
7514[[package]]
7515name = "objc2-app-kit"
7516version = "0.3.2"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
7519dependencies = [
7520 "bitflags 2.10.0",
7521 "block2",
7522 "objc2",
7523 "objc2-core-foundation",
7524 "objc2-foundation",
7525]
7526
7527[[package]]
7528name = "objc2-core-foundation"
7529version = "0.3.2"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
7532dependencies = [
7533 "bitflags 2.10.0",
7534 "dispatch2",
7535 "objc2",
7536]
7537
7538[[package]]
7539name = "objc2-core-graphics"
7540version = "0.3.2"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
7543dependencies = [
7544 "bitflags 2.10.0",
7545 "objc2-core-foundation",
7546]
7547
7548[[package]]
7549name = "objc2-encode"
7550version = "4.1.0"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
7553
7554[[package]]
7555name = "objc2-exception-helper"
7556version = "0.1.1"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
7559dependencies = [
7560 "cc",
7561]
7562
7563[[package]]
7564name = "objc2-foundation"
7565version = "0.3.2"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
7568dependencies = [
7569 "bitflags 2.10.0",
7570 "block2",
7571 "objc2",
7572 "objc2-core-foundation",
7573]
7574
7575[[package]]
7576name = "objc2-ui-kit"
7577version = "0.3.2"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
7580dependencies = [
7581 "bitflags 2.10.0",
7582 "objc2",
7583 "objc2-core-foundation",
7584 "objc2-foundation",
7585]
7586
7587[[package]]
7588name = "objc2-web-kit"
7589version = "0.3.2"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
7592dependencies = [
7593 "bitflags 2.10.0",
7594 "block2",
7595 "objc2",
7596 "objc2-app-kit",
7597 "objc2-core-foundation",
7598 "objc2-foundation",
7599]
7600
7601[[package]]
7602name = "objc_id"
7603version = "0.1.1"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
7606dependencies = [
7607 "objc",
7608]
7609
7610[[package]]
7611name = "object"
7612version = "0.32.2"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
7615dependencies = [
7616 "memchr",
7617]
7618
7619[[package]]
7620name = "object"
7621version = "0.37.3"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
7624dependencies = [
7625 "memchr",
7626]
7627
7628[[package]]
7629name = "once_cell"
7630version = "1.21.3"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
7633dependencies = [
7634 "critical-section",
7635 "portable-atomic",
7636]
7637
7638[[package]]
7639name = "once_cell_polyfill"
7640version = "1.70.2"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
7643
7644[[package]]
7645name = "onig"
7646version = "6.5.1"
7647source = "registry+https://github.com/rust-lang/crates.io-index"
7648checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
7649dependencies = [
7650 "bitflags 2.10.0",
7651 "libc",
7652 "once_cell",
7653 "onig_sys",
7654]
7655
7656[[package]]
7657name = "onig_sys"
7658version = "69.9.1"
7659source = "registry+https://github.com/rust-lang/crates.io-index"
7660checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc"
7661dependencies = [
7662 "cc",
7663 "pkg-config",
7664]
7665
7666[[package]]
7667name = "oorandom"
7668version = "11.1.5"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
7671
7672[[package]]
7673name = "openssl"
7674version = "0.10.75"
7675source = "registry+https://github.com/rust-lang/crates.io-index"
7676checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
7677dependencies = [
7678 "bitflags 2.10.0",
7679 "cfg-if",
7680 "foreign-types 0.3.2",
7681 "libc",
7682 "once_cell",
7683 "openssl-macros",
7684 "openssl-sys",
7685]
7686
7687[[package]]
7688name = "openssl-macros"
7689version = "0.1.1"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7692dependencies = [
7693 "proc-macro2",
7694 "quote",
7695 "syn 2.0.111",
7696]
7697
7698[[package]]
7699name = "openssl-probe"
7700version = "0.1.6"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
7703
7704[[package]]
7705name = "openssl-sys"
7706version = "0.9.111"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
7709dependencies = [
7710 "cc",
7711 "libc",
7712 "pkg-config",
7713 "vcpkg",
7714]
7715
7716[[package]]
7717name = "option-ext"
7718version = "0.2.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7721
7722[[package]]
7723name = "ordered-stream"
7724version = "0.2.0"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7727dependencies = [
7728 "futures-core",
7729 "pin-project-lite",
7730]
7731
7732[[package]]
7733name = "ouroboros"
7734version = "0.18.5"
7735source = "registry+https://github.com/rust-lang/crates.io-index"
7736checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
7737dependencies = [
7738 "aliasable",
7739 "ouroboros_macro",
7740 "static_assertions",
7741]
7742
7743[[package]]
7744name = "ouroboros_macro"
7745version = "0.18.5"
7746source = "registry+https://github.com/rust-lang/crates.io-index"
7747checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
7748dependencies = [
7749 "heck 0.4.1",
7750 "proc-macro2",
7751 "proc-macro2-diagnostics",
7752 "quote",
7753 "syn 2.0.111",
7754]
7755
7756[[package]]
7757name = "outref"
7758version = "0.1.0"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
7761
7762[[package]]
7763name = "owo-colors"
7764version = "4.2.3"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
7767
7768[[package]]
7769name = "oxilangtag"
7770version = "0.1.5"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
7773dependencies = [
7774 "serde",
7775]
7776
7777[[package]]
7778name = "p256"
7779version = "0.13.2"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
7782dependencies = [
7783 "ecdsa",
7784 "elliptic-curve",
7785 "primeorder",
7786 "sha2 0.10.9",
7787]
7788
7789[[package]]
7790name = "p384"
7791version = "0.13.1"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
7794dependencies = [
7795 "elliptic-curve",
7796 "primeorder",
7797]
7798
7799[[package]]
7800name = "palette"
7801version = "0.7.6"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7804dependencies = [
7805 "approx",
7806 "fast-srgb8",
7807 "palette_derive",
7808 "phf 0.11.3",
7809]
7810
7811[[package]]
7812name = "palette_derive"
7813version = "0.7.6"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7816dependencies = [
7817 "by_address",
7818 "proc-macro2",
7819 "quote",
7820 "syn 2.0.111",
7821]
7822
7823[[package]]
7824name = "pango"
7825version = "0.18.3"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
7828dependencies = [
7829 "gio",
7830 "glib",
7831 "libc",
7832 "once_cell",
7833 "pango-sys",
7834]
7835
7836[[package]]
7837name = "pango-sys"
7838version = "0.18.0"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
7841dependencies = [
7842 "glib-sys",
7843 "gobject-sys",
7844 "libc",
7845 "system-deps",
7846]
7847
7848[[package]]
7849name = "parcel_selectors"
7850version = "0.28.2"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
7853dependencies = [
7854 "bitflags 2.10.0",
7855 "cssparser 0.33.0",
7856 "log",
7857 "phf 0.11.3",
7858 "phf_codegen 0.11.3",
7859 "precomputed-hash",
7860 "rustc-hash 2.1.1",
7861 "smallvec",
7862]
7863
7864[[package]]
7865name = "parcel_sourcemap"
7866version = "2.1.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
7869dependencies = [
7870 "base64-simd",
7871 "data-url 0.1.1",
7872 "rkyv",
7873 "serde",
7874 "serde_json",
7875 "vlq",
7876]
7877
7878[[package]]
7879name = "parking"
7880version = "2.2.1"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7883
7884[[package]]
7885name = "parking_lot"
7886version = "0.12.5"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
7889dependencies = [
7890 "lock_api",
7891 "parking_lot_core",
7892]
7893
7894[[package]]
7895name = "parking_lot_core"
7896version = "0.9.12"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
7899dependencies = [
7900 "cfg-if",
7901 "libc",
7902 "redox_syscall 0.5.18",
7903 "smallvec",
7904 "windows-link 0.2.1",
7905]
7906
7907[[package]]
7908name = "paste"
7909version = "1.0.15"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7912
7913[[package]]
7914name = "pastey"
7915version = "0.1.1"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
7918
7919[[package]]
7920name = "pathdiff"
7921version = "0.2.3"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
7924
7925[[package]]
7926name = "pem-rfc7468"
7927version = "0.7.0"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7930dependencies = [
7931 "base64ct",
7932]
7933
7934[[package]]
7935name = "pem-rfc7468"
7936version = "1.0.0"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
7939dependencies = [
7940 "base64ct",
7941]
7942
7943[[package]]
7944name = "percent-encoding"
7945version = "2.3.2"
7946source = "registry+https://github.com/rust-lang/crates.io-index"
7947checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
7948
7949[[package]]
7950name = "pest"
7951version = "2.8.4"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
7954dependencies = [
7955 "memchr",
7956 "ucd-trie",
7957]
7958
7959[[package]]
7960name = "pest_derive"
7961version = "2.8.4"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
7964dependencies = [
7965 "pest",
7966 "pest_generator",
7967]
7968
7969[[package]]
7970name = "pest_generator"
7971version = "2.8.4"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
7974dependencies = [
7975 "pest",
7976 "pest_meta",
7977 "proc-macro2",
7978 "quote",
7979 "syn 2.0.111",
7980]
7981
7982[[package]]
7983name = "pest_meta"
7984version = "2.8.4"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
7987dependencies = [
7988 "pest",
7989 "sha2 0.10.9",
7990]
7991
7992[[package]]
7993name = "pharos"
7994version = "0.5.3"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
7997dependencies = [
7998 "futures",
7999 "rustc_version",
8000]
8001
8002[[package]]
8003name = "phf"
8004version = "0.8.0"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
8007dependencies = [
8008 "phf_shared 0.8.0",
8009]
8010
8011[[package]]
8012name = "phf"
8013version = "0.10.1"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
8016dependencies = [
8017 "phf_macros 0.10.0",
8018 "phf_shared 0.10.0",
8019 "proc-macro-hack",
8020]
8021
8022[[package]]
8023name = "phf"
8024version = "0.11.3"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
8027dependencies = [
8028 "phf_macros 0.11.3",
8029 "phf_shared 0.11.3",
8030]
8031
8032[[package]]
8033name = "phf_codegen"
8034version = "0.8.0"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
8037dependencies = [
8038 "phf_generator 0.8.0",
8039 "phf_shared 0.8.0",
8040]
8041
8042[[package]]
8043name = "phf_codegen"
8044version = "0.11.3"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
8047dependencies = [
8048 "phf_generator 0.11.3",
8049 "phf_shared 0.11.3",
8050]
8051
8052[[package]]
8053name = "phf_generator"
8054version = "0.8.0"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
8057dependencies = [
8058 "phf_shared 0.8.0",
8059 "rand 0.7.3",
8060]
8061
8062[[package]]
8063name = "phf_generator"
8064version = "0.10.0"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8067dependencies = [
8068 "phf_shared 0.10.0",
8069 "rand 0.8.5",
8070]
8071
8072[[package]]
8073name = "phf_generator"
8074version = "0.11.3"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
8077dependencies = [
8078 "phf_shared 0.11.3",
8079 "rand 0.8.5",
8080]
8081
8082[[package]]
8083name = "phf_macros"
8084version = "0.10.0"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
8087dependencies = [
8088 "phf_generator 0.10.0",
8089 "phf_shared 0.10.0",
8090 "proc-macro-hack",
8091 "proc-macro2",
8092 "quote",
8093 "syn 1.0.109",
8094]
8095
8096[[package]]
8097name = "phf_macros"
8098version = "0.11.3"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
8101dependencies = [
8102 "phf_generator 0.11.3",
8103 "phf_shared 0.11.3",
8104 "proc-macro2",
8105 "quote",
8106 "syn 2.0.111",
8107]
8108
8109[[package]]
8110name = "phf_shared"
8111version = "0.8.0"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
8114dependencies = [
8115 "siphasher 0.3.11",
8116]
8117
8118[[package]]
8119name = "phf_shared"
8120version = "0.10.0"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8123dependencies = [
8124 "siphasher 0.3.11",
8125]
8126
8127[[package]]
8128name = "phf_shared"
8129version = "0.11.3"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
8132dependencies = [
8133 "siphasher 1.0.1",
8134]
8135
8136[[package]]
8137name = "pico-args"
8138version = "0.5.0"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8141
8142[[package]]
8143name = "pin-project"
8144version = "1.1.10"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
8147dependencies = [
8148 "pin-project-internal",
8149]
8150
8151[[package]]
8152name = "pin-project-internal"
8153version = "1.1.10"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
8156dependencies = [
8157 "proc-macro2",
8158 "quote",
8159 "syn 2.0.111",
8160]
8161
8162[[package]]
8163name = "pin-project-lite"
8164version = "0.2.16"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
8167
8168[[package]]
8169name = "pin-utils"
8170version = "0.1.0"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8173
8174[[package]]
8175name = "pinned"
8176version = "0.1.0"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "a829027bd95e54cfe13e3e258a1ae7b645960553fb82b75ff852c29688ee595b"
8179dependencies = [
8180 "futures",
8181 "rustversion",
8182 "thiserror 1.0.69",
8183]
8184
8185[[package]]
8186name = "pkarr"
8187version = "5.0.0"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "792c1328860f6874e90e3b387b4929819cc7783a6bd5a4728e918706eb436a48"
8190dependencies = [
8191 "async-compat",
8192 "base32",
8193 "bytes",
8194 "cfg_aliases",
8195 "document-features",
8196 "dyn-clone",
8197 "ed25519-dalek 3.0.0-pre.1",
8198 "futures-buffered",
8199 "futures-lite",
8200 "getrandom 0.3.4",
8201 "log",
8202 "lru 0.13.0",
8203 "ntimestamp",
8204 "reqwest",
8205 "self_cell",
8206 "serde",
8207 "sha1_smol",
8208 "simple-dns",
8209 "thiserror 2.0.17",
8210 "tokio",
8211 "tracing",
8212 "url",
8213 "wasm-bindgen-futures",
8214]
8215
8216[[package]]
8217name = "pkcs1"
8218version = "0.7.5"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8221dependencies = [
8222 "der 0.7.10",
8223 "pkcs8 0.10.2",
8224 "spki 0.7.3",
8225]
8226
8227[[package]]
8228name = "pkcs8"
8229version = "0.10.2"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8232dependencies = [
8233 "der 0.7.10",
8234 "spki 0.7.3",
8235]
8236
8237[[package]]
8238name = "pkcs8"
8239version = "0.11.0-rc.8"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "77089aec8290d0b7bb01b671b091095cf1937670725af4fd73d47249f03b12c0"
8242dependencies = [
8243 "der 0.8.0-rc.10",
8244 "spki 0.8.0-rc.4",
8245]
8246
8247[[package]]
8248name = "pkg-config"
8249version = "0.3.32"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
8252
8253[[package]]
8254name = "plist"
8255version = "1.8.0"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
8258dependencies = [
8259 "base64 0.22.1",
8260 "indexmap",
8261 "quick-xml 0.38.4",
8262 "serde",
8263 "time",
8264]
8265
8266[[package]]
8267name = "png"
8268version = "0.17.16"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
8271dependencies = [
8272 "bitflags 1.3.2",
8273 "crc32fast",
8274 "fdeflate",
8275 "flate2",
8276 "miniz_oxide",
8277]
8278
8279[[package]]
8280name = "pollster"
8281version = "0.4.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
8284
8285[[package]]
8286name = "polonius-the-crab"
8287version = "0.5.0"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "ec242d7eccbb2fd8b3b5b6e3cf89f94a91a800f469005b44d154359609f8af72"
8290dependencies = [
8291 "higher-kinded-types",
8292 "never-say-never",
8293]
8294
8295[[package]]
8296name = "poly1305"
8297version = "0.9.0-rc.2"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "fb78a635f75d76d856374961deecf61031c0b6f928c83dc9c0924ab6c019c298"
8300dependencies = [
8301 "cpufeatures",
8302 "universal-hash",
8303]
8304
8305[[package]]
8306name = "portable-atomic"
8307version = "1.12.0"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
8310
8311[[package]]
8312name = "portmapper"
8313version = "0.12.0"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "7b575f975dcf03e258b0c7ab3f81497d7124f508884c37da66a7314aa2a8d467"
8316dependencies = [
8317 "base64 0.22.1",
8318 "bytes",
8319 "derive_more 2.1.0",
8320 "futures-lite",
8321 "futures-util",
8322 "hyper-util",
8323 "igd-next",
8324 "iroh-metrics",
8325 "libc",
8326 "n0-error",
8327 "netwatch",
8328 "num_enum",
8329 "rand 0.9.2",
8330 "serde",
8331 "smallvec",
8332 "socket2 0.6.1",
8333 "time",
8334 "tokio",
8335 "tokio-util",
8336 "tower-layer",
8337 "tracing",
8338 "url",
8339]
8340
8341[[package]]
8342name = "postcard"
8343version = "1.1.3"
8344source = "registry+https://github.com/rust-lang/crates.io-index"
8345checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
8346dependencies = [
8347 "cobs",
8348 "embedded-io 0.4.0",
8349 "embedded-io 0.6.1",
8350 "heapless 0.7.17",
8351 "postcard-derive",
8352 "serde",
8353]
8354
8355[[package]]
8356name = "postcard-derive"
8357version = "0.2.2"
8358source = "registry+https://github.com/rust-lang/crates.io-index"
8359checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb"
8360dependencies = [
8361 "proc-macro2",
8362 "quote",
8363 "syn 2.0.111",
8364]
8365
8366[[package]]
8367name = "potential_utf"
8368version = "0.1.4"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
8371dependencies = [
8372 "zerovec",
8373]
8374
8375[[package]]
8376name = "powerfmt"
8377version = "0.2.0"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8380
8381[[package]]
8382name = "ppv-lite86"
8383version = "0.2.21"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
8386dependencies = [
8387 "zerocopy",
8388]
8389
8390[[package]]
8391name = "precomputed-hash"
8392version = "0.1.1"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8395
8396[[package]]
8397name = "pretty_assertions"
8398version = "1.4.1"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8401dependencies = [
8402 "diff",
8403 "yansi",
8404]
8405
8406[[package]]
8407name = "prettyplease"
8408version = "0.2.37"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
8411dependencies = [
8412 "proc-macro2",
8413 "syn 2.0.111",
8414]
8415
8416[[package]]
8417name = "primeorder"
8418version = "0.13.6"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
8421dependencies = [
8422 "elliptic-curve",
8423]
8424
8425[[package]]
8426name = "proc-macro-crate"
8427version = "1.3.1"
8428source = "registry+https://github.com/rust-lang/crates.io-index"
8429checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
8430dependencies = [
8431 "once_cell",
8432 "toml_edit 0.19.15",
8433]
8434
8435[[package]]
8436name = "proc-macro-crate"
8437version = "2.0.2"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
8440dependencies = [
8441 "toml_datetime 0.6.3",
8442 "toml_edit 0.20.2",
8443]
8444
8445[[package]]
8446name = "proc-macro-crate"
8447version = "3.4.0"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
8450dependencies = [
8451 "toml_edit 0.23.10+spec-1.0.0",
8452]
8453
8454[[package]]
8455name = "proc-macro-error"
8456version = "1.0.4"
8457source = "registry+https://github.com/rust-lang/crates.io-index"
8458checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8459dependencies = [
8460 "proc-macro-error-attr",
8461 "proc-macro2",
8462 "quote",
8463 "syn 1.0.109",
8464 "version_check",
8465]
8466
8467[[package]]
8468name = "proc-macro-error-attr"
8469version = "1.0.4"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8472dependencies = [
8473 "proc-macro2",
8474 "quote",
8475 "version_check",
8476]
8477
8478[[package]]
8479name = "proc-macro-hack"
8480version = "0.5.20+deprecated"
8481source = "registry+https://github.com/rust-lang/crates.io-index"
8482checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
8483
8484[[package]]
8485name = "proc-macro2"
8486version = "1.0.103"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
8489dependencies = [
8490 "unicode-ident",
8491]
8492
8493[[package]]
8494name = "proc-macro2-diagnostics"
8495version = "0.10.1"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
8498dependencies = [
8499 "proc-macro2",
8500 "quote",
8501 "syn 2.0.111",
8502 "version_check",
8503 "yansi",
8504]
8505
8506[[package]]
8507name = "prost"
8508version = "0.13.5"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
8511dependencies = [
8512 "bytes",
8513 "prost-derive",
8514]
8515
8516[[package]]
8517name = "prost-derive"
8518version = "0.13.5"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
8521dependencies = [
8522 "anyhow",
8523 "itertools 0.14.0",
8524 "proc-macro2",
8525 "quote",
8526 "syn 2.0.111",
8527]
8528
8529[[package]]
8530name = "prost-types"
8531version = "0.13.5"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
8534dependencies = [
8535 "prost",
8536]
8537
8538[[package]]
8539name = "psl-types"
8540version = "2.0.11"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
8543
8544[[package]]
8545name = "psm"
8546version = "0.1.28"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
8549dependencies = [
8550 "ar_archive_writer",
8551 "cc",
8552]
8553
8554[[package]]
8555name = "ptr_meta"
8556version = "0.1.4"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
8559dependencies = [
8560 "ptr_meta_derive",
8561]
8562
8563[[package]]
8564name = "ptr_meta_derive"
8565version = "0.1.4"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
8568dependencies = [
8569 "proc-macro2",
8570 "quote",
8571 "syn 1.0.109",
8572]
8573
8574[[package]]
8575name = "publicsuffix"
8576version = "2.3.0"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
8579dependencies = [
8580 "idna",
8581 "psl-types",
8582]
8583
8584[[package]]
8585name = "pulldown-latex"
8586version = "0.6.3"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "5abae0e37a730c3e0c6805cfc30d80754fa03091bf5bad54ae47d033aae6ba8b"
8589dependencies = [
8590 "bumpalo",
8591]
8592
8593[[package]]
8594name = "quanta"
8595version = "0.12.6"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
8598dependencies = [
8599 "crossbeam-utils",
8600 "libc",
8601 "once_cell",
8602 "raw-cpuid",
8603 "wasi 0.11.1+wasi-snapshot-preview1",
8604 "web-sys",
8605 "winapi",
8606]
8607
8608[[package]]
8609name = "quick-error"
8610version = "1.2.3"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
8613
8614[[package]]
8615name = "quick-error"
8616version = "2.0.1"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8619
8620[[package]]
8621name = "quick-xml"
8622version = "0.37.5"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
8625dependencies = [
8626 "memchr",
8627]
8628
8629[[package]]
8630name = "quick-xml"
8631version = "0.38.4"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
8634dependencies = [
8635 "memchr",
8636]
8637
8638[[package]]
8639name = "quick_cache"
8640version = "0.6.18"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3"
8643dependencies = [
8644 "ahash 0.8.12",
8645 "equivalent",
8646 "hashbrown 0.16.1",
8647 "parking_lot",
8648]
8649
8650[[package]]
8651name = "quinn"
8652version = "0.11.9"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
8655dependencies = [
8656 "bytes",
8657 "cfg_aliases",
8658 "pin-project-lite",
8659 "quinn-proto",
8660 "quinn-udp",
8661 "rustc-hash 2.1.1",
8662 "rustls",
8663 "socket2 0.6.1",
8664 "thiserror 2.0.17",
8665 "tokio",
8666 "tracing",
8667 "web-time",
8668]
8669
8670[[package]]
8671name = "quinn-proto"
8672version = "0.11.13"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
8675dependencies = [
8676 "bytes",
8677 "getrandom 0.3.4",
8678 "lru-slab",
8679 "rand 0.9.2",
8680 "ring",
8681 "rustc-hash 2.1.1",
8682 "rustls",
8683 "rustls-pki-types",
8684 "slab",
8685 "thiserror 2.0.17",
8686 "tinyvec",
8687 "tracing",
8688 "web-time",
8689]
8690
8691[[package]]
8692name = "quinn-udp"
8693version = "0.5.14"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
8696dependencies = [
8697 "cfg_aliases",
8698 "libc",
8699 "once_cell",
8700 "socket2 0.6.1",
8701 "tracing",
8702 "windows-sys 0.60.2",
8703]
8704
8705[[package]]
8706name = "quote"
8707version = "1.0.42"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
8710dependencies = [
8711 "proc-macro2",
8712]
8713
8714[[package]]
8715name = "r-efi"
8716version = "5.3.0"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
8719
8720[[package]]
8721name = "radium"
8722version = "0.7.0"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
8725
8726[[package]]
8727name = "rand"
8728version = "0.7.3"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8731dependencies = [
8732 "getrandom 0.1.16",
8733 "libc",
8734 "rand_chacha 0.2.2",
8735 "rand_core 0.5.1",
8736 "rand_hc",
8737 "rand_pcg",
8738]
8739
8740[[package]]
8741name = "rand"
8742version = "0.8.5"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8745dependencies = [
8746 "libc",
8747 "rand_chacha 0.3.1",
8748 "rand_core 0.6.4",
8749]
8750
8751[[package]]
8752name = "rand"
8753version = "0.9.2"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
8756dependencies = [
8757 "rand_chacha 0.9.0",
8758 "rand_core 0.9.3",
8759]
8760
8761[[package]]
8762name = "rand_chacha"
8763version = "0.2.2"
8764source = "registry+https://github.com/rust-lang/crates.io-index"
8765checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
8766dependencies = [
8767 "ppv-lite86",
8768 "rand_core 0.5.1",
8769]
8770
8771[[package]]
8772name = "rand_chacha"
8773version = "0.3.1"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8776dependencies = [
8777 "ppv-lite86",
8778 "rand_core 0.6.4",
8779]
8780
8781[[package]]
8782name = "rand_chacha"
8783version = "0.9.0"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
8786dependencies = [
8787 "ppv-lite86",
8788 "rand_core 0.9.3",
8789]
8790
8791[[package]]
8792name = "rand_core"
8793version = "0.5.1"
8794source = "registry+https://github.com/rust-lang/crates.io-index"
8795checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8796dependencies = [
8797 "getrandom 0.1.16",
8798]
8799
8800[[package]]
8801name = "rand_core"
8802version = "0.6.4"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8805dependencies = [
8806 "getrandom 0.2.16",
8807]
8808
8809[[package]]
8810name = "rand_core"
8811version = "0.9.3"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
8814dependencies = [
8815 "getrandom 0.3.4",
8816]
8817
8818[[package]]
8819name = "rand_hc"
8820version = "0.2.0"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8823dependencies = [
8824 "rand_core 0.5.1",
8825]
8826
8827[[package]]
8828name = "rand_pcg"
8829version = "0.2.1"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
8832dependencies = [
8833 "rand_core 0.5.1",
8834]
8835
8836[[package]]
8837name = "rand_xoshiro"
8838version = "0.6.0"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
8841dependencies = [
8842 "rand_core 0.6.4",
8843]
8844
8845[[package]]
8846name = "rand_xoshiro"
8847version = "0.7.0"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
8850dependencies = [
8851 "rand_core 0.9.3",
8852]
8853
8854[[package]]
8855name = "raw-cpuid"
8856version = "11.6.0"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
8859dependencies = [
8860 "bitflags 2.10.0",
8861]
8862
8863[[package]]
8864name = "raw-window-handle"
8865version = "0.5.2"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
8868
8869[[package]]
8870name = "raw-window-handle"
8871version = "0.6.2"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
8874
8875[[package]]
8876name = "rayon"
8877version = "1.11.0"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
8880dependencies = [
8881 "either",
8882 "rayon-core",
8883]
8884
8885[[package]]
8886name = "rayon-core"
8887version = "1.13.0"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
8890dependencies = [
8891 "crossbeam-deque",
8892 "crossbeam-utils",
8893]
8894
8895[[package]]
8896name = "redox_syscall"
8897version = "0.5.18"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
8900dependencies = [
8901 "bitflags 2.10.0",
8902]
8903
8904[[package]]
8905name = "redox_syscall"
8906version = "0.6.0"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5"
8909dependencies = [
8910 "bitflags 2.10.0",
8911]
8912
8913[[package]]
8914name = "redox_users"
8915version = "0.5.2"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
8918dependencies = [
8919 "getrandom 0.2.16",
8920 "libredox",
8921 "thiserror 2.0.17",
8922]
8923
8924[[package]]
8925name = "regex"
8926version = "1.12.2"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
8929dependencies = [
8930 "aho-corasick",
8931 "memchr",
8932 "regex-automata",
8933 "regex-syntax",
8934]
8935
8936[[package]]
8937name = "regex-automata"
8938version = "0.4.13"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
8941dependencies = [
8942 "aho-corasick",
8943 "memchr",
8944 "regex-syntax",
8945]
8946
8947[[package]]
8948name = "regex-lite"
8949version = "0.1.8"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
8952
8953[[package]]
8954name = "regex-syntax"
8955version = "0.8.8"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
8958
8959[[package]]
8960name = "rend"
8961version = "0.4.2"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
8964dependencies = [
8965 "bytecheck",
8966]
8967
8968[[package]]
8969name = "reqwest"
8970version = "0.12.26"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
8973dependencies = [
8974 "base64 0.22.1",
8975 "bytes",
8976 "cookie",
8977 "cookie_store",
8978 "encoding_rs",
8979 "futures-core",
8980 "futures-util",
8981 "h2",
8982 "http",
8983 "http-body",
8984 "http-body-util",
8985 "hyper",
8986 "hyper-rustls",
8987 "hyper-tls",
8988 "hyper-util",
8989 "js-sys",
8990 "log",
8991 "mime",
8992 "mime_guess",
8993 "native-tls",
8994 "percent-encoding",
8995 "pin-project-lite",
8996 "quinn",
8997 "rustls",
8998 "rustls-pki-types",
8999 "serde",
9000 "serde_json",
9001 "serde_urlencoded",
9002 "sync_wrapper",
9003 "tokio",
9004 "tokio-native-tls",
9005 "tokio-rustls",
9006 "tokio-util",
9007 "tower",
9008 "tower-http",
9009 "tower-service",
9010 "url",
9011 "wasm-bindgen",
9012 "wasm-bindgen-futures",
9013 "wasm-streams",
9014 "web-sys",
9015 "webpki-roots",
9016]
9017
9018[[package]]
9019name = "resolv-conf"
9020version = "0.7.6"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
9023
9024[[package]]
9025name = "resvg"
9026version = "0.44.0"
9027source = "registry+https://github.com/rust-lang/crates.io-index"
9028checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
9029dependencies = [
9030 "gif",
9031 "image-webp",
9032 "log",
9033 "pico-args",
9034 "rgb",
9035 "svgtypes",
9036 "tiny-skia",
9037 "usvg",
9038 "zune-jpeg",
9039]
9040
9041[[package]]
9042name = "rfc6979"
9043version = "0.4.0"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
9046dependencies = [
9047 "hmac",
9048 "subtle",
9049]
9050
9051[[package]]
9052name = "rfd"
9053version = "0.15.4"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed"
9056dependencies = [
9057 "ashpd",
9058 "block2",
9059 "dispatch2",
9060 "js-sys",
9061 "log",
9062 "objc2",
9063 "objc2-app-kit",
9064 "objc2-core-foundation",
9065 "objc2-foundation",
9066 "pollster",
9067 "raw-window-handle 0.6.2",
9068 "urlencoding",
9069 "wasm-bindgen",
9070 "wasm-bindgen-futures",
9071 "web-sys",
9072 "windows-sys 0.59.0",
9073]
9074
9075[[package]]
9076name = "rgb"
9077version = "0.8.52"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
9080dependencies = [
9081 "bytemuck",
9082]
9083
9084[[package]]
9085name = "ring"
9086version = "0.17.14"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
9089dependencies = [
9090 "cc",
9091 "cfg-if",
9092 "getrandom 0.2.16",
9093 "libc",
9094 "untrusted",
9095 "windows-sys 0.52.0",
9096]
9097
9098[[package]]
9099name = "rkyv"
9100version = "0.7.45"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9103dependencies = [
9104 "bitvec",
9105 "bytecheck",
9106 "bytes",
9107 "hashbrown 0.12.3",
9108 "ptr_meta",
9109 "rend",
9110 "rkyv_derive",
9111 "seahash",
9112 "tinyvec",
9113 "uuid",
9114]
9115
9116[[package]]
9117name = "rkyv_derive"
9118version = "0.7.45"
9119source = "registry+https://github.com/rust-lang/crates.io-index"
9120checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9121dependencies = [
9122 "proc-macro2",
9123 "quote",
9124 "syn 1.0.109",
9125]
9126
9127[[package]]
9128name = "ropey"
9129version = "1.6.1"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
9132dependencies = [
9133 "smallvec",
9134 "str_indices",
9135]
9136
9137[[package]]
9138name = "rouille"
9139version = "3.6.2"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
9142dependencies = [
9143 "base64 0.13.1",
9144 "brotli",
9145 "chrono",
9146 "deflate",
9147 "filetime",
9148 "multipart",
9149 "percent-encoding",
9150 "rand 0.8.5",
9151 "serde",
9152 "serde_derive",
9153 "serde_json",
9154 "sha1_smol",
9155 "threadpool",
9156 "time",
9157 "tiny_http",
9158 "url",
9159]
9160
9161[[package]]
9162name = "roxmltree"
9163version = "0.20.0"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9166
9167[[package]]
9168name = "rsa"
9169version = "0.9.9"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
9172dependencies = [
9173 "const-oid 0.9.6",
9174 "digest 0.10.7",
9175 "num-bigint-dig",
9176 "num-integer",
9177 "num-traits",
9178 "pkcs1",
9179 "pkcs8 0.10.2",
9180 "rand_core 0.6.4",
9181 "signature 2.2.0",
9182 "spki 0.7.3",
9183 "subtle",
9184 "zeroize",
9185]
9186
9187[[package]]
9188name = "rusqlite"
9189version = "0.37.0"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
9192dependencies = [
9193 "bitflags 2.10.0",
9194 "fallible-iterator",
9195 "fallible-streaming-iterator",
9196 "hashlink",
9197 "libsqlite3-sys",
9198 "smallvec",
9199]
9200
9201[[package]]
9202name = "rusqlite_migration"
9203version = "2.3.0"
9204source = "registry+https://github.com/rust-lang/crates.io-index"
9205checksum = "3fc9767ae49274bafd3e55be9d30405a033b7a59548327d87fd4971fbb58e264"
9206dependencies = [
9207 "include_dir",
9208 "log",
9209 "rusqlite",
9210]
9211
9212[[package]]
9213name = "rustc-demangle"
9214version = "0.1.26"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
9217
9218[[package]]
9219name = "rustc-hash"
9220version = "1.1.0"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9223
9224[[package]]
9225name = "rustc-hash"
9226version = "2.1.1"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
9229
9230[[package]]
9231name = "rustc_version"
9232version = "0.4.1"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
9235dependencies = [
9236 "semver",
9237]
9238
9239[[package]]
9240name = "rustix"
9241version = "1.1.2"
9242source = "registry+https://github.com/rust-lang/crates.io-index"
9243checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
9244dependencies = [
9245 "bitflags 2.10.0",
9246 "errno",
9247 "libc",
9248 "linux-raw-sys",
9249 "windows-sys 0.61.2",
9250]
9251
9252[[package]]
9253name = "rustls"
9254version = "0.23.35"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
9257dependencies = [
9258 "aws-lc-rs",
9259 "log",
9260 "once_cell",
9261 "ring",
9262 "rustls-pki-types",
9263 "rustls-webpki",
9264 "subtle",
9265 "zeroize",
9266]
9267
9268[[package]]
9269name = "rustls-native-certs"
9270version = "0.8.2"
9271source = "registry+https://github.com/rust-lang/crates.io-index"
9272checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
9273dependencies = [
9274 "openssl-probe",
9275 "rustls-pki-types",
9276 "schannel",
9277 "security-framework 3.5.1",
9278]
9279
9280[[package]]
9281name = "rustls-pki-types"
9282version = "1.13.2"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
9285dependencies = [
9286 "web-time",
9287 "zeroize",
9288]
9289
9290[[package]]
9291name = "rustls-platform-verifier"
9292version = "0.5.3"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
9295dependencies = [
9296 "core-foundation 0.10.1",
9297 "core-foundation-sys",
9298 "jni",
9299 "log",
9300 "once_cell",
9301 "rustls",
9302 "rustls-native-certs",
9303 "rustls-platform-verifier-android",
9304 "rustls-webpki",
9305 "security-framework 3.5.1",
9306 "security-framework-sys",
9307 "webpki-root-certs 0.26.11",
9308 "windows-sys 0.59.0",
9309]
9310
9311[[package]]
9312name = "rustls-platform-verifier-android"
9313version = "0.1.1"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
9316
9317[[package]]
9318name = "rustls-webpki"
9319version = "0.103.8"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
9322dependencies = [
9323 "aws-lc-rs",
9324 "ring",
9325 "rustls-pki-types",
9326 "untrusted",
9327]
9328
9329[[package]]
9330name = "rustversion"
9331version = "1.0.22"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
9334
9335[[package]]
9336name = "rustybuzz"
9337version = "0.18.0"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
9340dependencies = [
9341 "bitflags 2.10.0",
9342 "bytemuck",
9343 "core_maths",
9344 "log",
9345 "smallvec",
9346 "ttf-parser",
9347 "unicode-bidi-mirroring",
9348 "unicode-ccc",
9349 "unicode-properties",
9350 "unicode-script",
9351]
9352
9353[[package]]
9354name = "ryu"
9355version = "1.0.20"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
9358
9359[[package]]
9360name = "safemem"
9361version = "0.3.3"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
9364
9365[[package]]
9366name = "salsa20"
9367version = "0.11.0-rc.1"
9368source = "registry+https://github.com/rust-lang/crates.io-index"
9369checksum = "d3ff3b81c8a6e381bc1673768141383f9328048a60edddcfc752a8291a138443"
9370dependencies = [
9371 "cfg-if",
9372 "cipher",
9373]
9374
9375[[package]]
9376name = "same-file"
9377version = "1.0.6"
9378source = "registry+https://github.com/rust-lang/crates.io-index"
9379checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9380dependencies = [
9381 "winapi-util",
9382]
9383
9384[[package]]
9385name = "schannel"
9386version = "0.1.28"
9387source = "registry+https://github.com/rust-lang/crates.io-index"
9388checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
9389dependencies = [
9390 "windows-sys 0.61.2",
9391]
9392
9393[[package]]
9394name = "scoped-tls"
9395version = "1.0.1"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9398
9399[[package]]
9400name = "scopeguard"
9401version = "1.2.0"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9404
9405[[package]]
9406name = "seahash"
9407version = "4.1.0"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9410
9411[[package]]
9412name = "sec1"
9413version = "0.7.3"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
9416dependencies = [
9417 "base16ct 0.2.0",
9418 "der 0.7.10",
9419 "generic-array",
9420 "pkcs8 0.10.2",
9421 "subtle",
9422 "zeroize",
9423]
9424
9425[[package]]
9426name = "security-framework"
9427version = "2.11.1"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9430dependencies = [
9431 "bitflags 2.10.0",
9432 "core-foundation 0.9.4",
9433 "core-foundation-sys",
9434 "libc",
9435 "security-framework-sys",
9436]
9437
9438[[package]]
9439name = "security-framework"
9440version = "3.5.1"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
9443dependencies = [
9444 "bitflags 2.10.0",
9445 "core-foundation 0.10.1",
9446 "core-foundation-sys",
9447 "libc",
9448 "security-framework-sys",
9449]
9450
9451[[package]]
9452name = "security-framework-sys"
9453version = "2.15.0"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
9456dependencies = [
9457 "core-foundation-sys",
9458 "libc",
9459]
9460
9461[[package]]
9462name = "selectors"
9463version = "0.24.0"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
9466dependencies = [
9467 "bitflags 1.3.2",
9468 "cssparser 0.29.6",
9469 "derive_more 0.99.20",
9470 "fxhash",
9471 "log",
9472 "phf 0.8.0",
9473 "phf_codegen 0.8.0",
9474 "precomputed-hash",
9475 "servo_arc",
9476 "smallvec",
9477]
9478
9479[[package]]
9480name = "self_cell"
9481version = "1.2.1"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33"
9484
9485[[package]]
9486name = "semver"
9487version = "1.0.27"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
9490
9491[[package]]
9492name = "send_wrapper"
9493version = "0.6.0"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
9496dependencies = [
9497 "futures-core",
9498]
9499
9500[[package]]
9501name = "seq-macro"
9502version = "0.3.6"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
9505
9506[[package]]
9507name = "serde"
9508version = "1.0.228"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
9511dependencies = [
9512 "serde_core",
9513 "serde_derive",
9514]
9515
9516[[package]]
9517name = "serde-content"
9518version = "0.1.2"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "3753ca04f350fa92d00b6146a3555e63c55388c9ef2e11e09bce2ff1c0b509c6"
9521dependencies = [
9522 "serde",
9523]
9524
9525[[package]]
9526name = "serde-wasm-bindgen"
9527version = "0.4.5"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf"
9530dependencies = [
9531 "js-sys",
9532 "serde",
9533 "wasm-bindgen",
9534]
9535
9536[[package]]
9537name = "serde-wasm-bindgen"
9538version = "0.5.0"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
9541dependencies = [
9542 "js-sys",
9543 "serde",
9544 "wasm-bindgen",
9545]
9546
9547[[package]]
9548name = "serde-wasm-bindgen"
9549version = "0.6.5"
9550source = "registry+https://github.com/rust-lang/crates.io-index"
9551checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
9552dependencies = [
9553 "js-sys",
9554 "serde",
9555 "wasm-bindgen",
9556]
9557
9558[[package]]
9559name = "serde_bytes"
9560version = "0.11.19"
9561source = "registry+https://github.com/rust-lang/crates.io-index"
9562checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
9563dependencies = [
9564 "serde",
9565 "serde_core",
9566]
9567
9568[[package]]
9569name = "serde_columnar"
9570version = "0.3.14"
9571source = "registry+https://github.com/rust-lang/crates.io-index"
9572checksum = "2a16e404f17b16d0273460350e29b02d76ba0d70f34afdc9a4fa034c97d6c6eb"
9573dependencies = [
9574 "itertools 0.11.0",
9575 "postcard",
9576 "serde",
9577 "serde_columnar_derive",
9578 "thiserror 1.0.69",
9579]
9580
9581[[package]]
9582name = "serde_columnar_derive"
9583version = "0.3.7"
9584source = "registry+https://github.com/rust-lang/crates.io-index"
9585checksum = "45958fce4903f67e871fbf15ac78e289269b21ebd357d6fecacdba233629112e"
9586dependencies = [
9587 "darling 0.20.11",
9588 "proc-macro2",
9589 "quote",
9590 "syn 2.0.111",
9591]
9592
9593[[package]]
9594name = "serde_core"
9595version = "1.0.228"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
9598dependencies = [
9599 "serde_derive",
9600]
9601
9602[[package]]
9603name = "serde_derive"
9604version = "1.0.228"
9605source = "registry+https://github.com/rust-lang/crates.io-index"
9606checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
9607dependencies = [
9608 "proc-macro2",
9609 "quote",
9610 "syn 2.0.111",
9611]
9612
9613[[package]]
9614name = "serde_derive_internals"
9615version = "0.29.1"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9618dependencies = [
9619 "proc-macro2",
9620 "quote",
9621 "syn 2.0.111",
9622]
9623
9624[[package]]
9625name = "serde_html_form"
9626version = "0.2.8"
9627source = "registry+https://github.com/rust-lang/crates.io-index"
9628checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
9629dependencies = [
9630 "form_urlencoded",
9631 "indexmap",
9632 "itoa",
9633 "ryu",
9634 "serde_core",
9635]
9636
9637[[package]]
9638name = "serde_html_form"
9639version = "0.3.2"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
9642dependencies = [
9643 "form_urlencoded",
9644 "indexmap",
9645 "itoa",
9646 "serde_core",
9647]
9648
9649[[package]]
9650name = "serde_ipld_dagcbor"
9651version = "0.6.4"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
9654dependencies = [
9655 "cbor4ii",
9656 "ipld-core",
9657 "scopeguard",
9658 "serde",
9659]
9660
9661[[package]]
9662name = "serde_json"
9663version = "1.0.145"
9664source = "registry+https://github.com/rust-lang/crates.io-index"
9665checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
9666dependencies = [
9667 "indexmap",
9668 "itoa",
9669 "memchr",
9670 "ryu",
9671 "serde",
9672 "serde_core",
9673]
9674
9675[[package]]
9676name = "serde_path_to_error"
9677version = "0.1.20"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
9680dependencies = [
9681 "itoa",
9682 "serde",
9683 "serde_core",
9684]
9685
9686[[package]]
9687name = "serde_qs"
9688version = "0.12.0"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
9691dependencies = [
9692 "percent-encoding",
9693 "serde",
9694 "thiserror 1.0.69",
9695]
9696
9697[[package]]
9698name = "serde_qs"
9699version = "0.15.0"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352"
9702dependencies = [
9703 "percent-encoding",
9704 "serde",
9705 "thiserror 2.0.17",
9706]
9707
9708[[package]]
9709name = "serde_repr"
9710version = "0.1.20"
9711source = "registry+https://github.com/rust-lang/crates.io-index"
9712checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
9713dependencies = [
9714 "proc-macro2",
9715 "quote",
9716 "syn 2.0.111",
9717]
9718
9719[[package]]
9720name = "serde_spanned"
9721version = "0.6.9"
9722source = "registry+https://github.com/rust-lang/crates.io-index"
9723checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
9724dependencies = [
9725 "serde",
9726]
9727
9728[[package]]
9729name = "serde_urlencoded"
9730version = "0.7.1"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9733dependencies = [
9734 "form_urlencoded",
9735 "itoa",
9736 "ryu",
9737 "serde",
9738]
9739
9740[[package]]
9741name = "serde_with"
9742version = "3.16.1"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
9745dependencies = [
9746 "base64 0.22.1",
9747 "chrono",
9748 "hex",
9749 "serde_core",
9750 "serde_json",
9751 "serde_with_macros",
9752 "time",
9753]
9754
9755[[package]]
9756name = "serde_with_macros"
9757version = "3.16.1"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
9760dependencies = [
9761 "darling 0.21.3",
9762 "proc-macro2",
9763 "quote",
9764 "syn 2.0.111",
9765]
9766
9767[[package]]
9768name = "serdect"
9769version = "0.4.1"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "d3ef0e35b322ddfaecbc60f34ab448e157e48531288ee49fafbb053696b8ffe2"
9772dependencies = [
9773 "base16ct 0.3.0",
9774 "serde",
9775]
9776
9777[[package]]
9778name = "server_fn"
9779version = "0.6.15"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "4fae7a3038a32e5a34ba32c6c45eb4852f8affaf8b794ebfcd4b1099e2d62ebe"
9782dependencies = [
9783 "bytes",
9784 "const_format",
9785 "dashmap 5.5.3",
9786 "futures",
9787 "gloo-net",
9788 "http",
9789 "js-sys",
9790 "once_cell",
9791 "send_wrapper",
9792 "serde",
9793 "serde_json",
9794 "serde_qs 0.12.0",
9795 "server_fn_macro_default",
9796 "thiserror 1.0.69",
9797 "url",
9798 "wasm-bindgen",
9799 "wasm-bindgen-futures",
9800 "wasm-streams",
9801 "web-sys",
9802 "xxhash-rust",
9803]
9804
9805[[package]]
9806name = "server_fn_macro"
9807version = "0.6.15"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "faaaf648c6967aef78177c0610478abb5a3455811f401f3c62d10ae9bd3901a1"
9810dependencies = [
9811 "const_format",
9812 "convert_case 0.6.0",
9813 "proc-macro2",
9814 "quote",
9815 "syn 2.0.111",
9816 "xxhash-rust",
9817]
9818
9819[[package]]
9820name = "server_fn_macro_default"
9821version = "0.6.15"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "7f2aa8119b558a17992e0ac1fd07f080099564f24532858811ce04f742542440"
9824dependencies = [
9825 "server_fn_macro",
9826 "syn 2.0.111",
9827]
9828
9829[[package]]
9830name = "servo_arc"
9831version = "0.2.0"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
9834dependencies = [
9835 "nodrop",
9836 "stable_deref_trait",
9837]
9838
9839[[package]]
9840name = "sha1"
9841version = "0.10.6"
9842source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9844dependencies = [
9845 "cfg-if",
9846 "cpufeatures",
9847 "digest 0.10.7",
9848]
9849
9850[[package]]
9851name = "sha1"
9852version = "0.11.0-rc.2"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "c5e046edf639aa2e7afb285589e5405de2ef7e61d4b0ac1e30256e3eab911af9"
9855dependencies = [
9856 "cfg-if",
9857 "cpufeatures",
9858 "digest 0.11.0-rc.3",
9859]
9860
9861[[package]]
9862name = "sha1_smol"
9863version = "1.0.1"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
9866
9867[[package]]
9868name = "sha2"
9869version = "0.10.9"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
9872dependencies = [
9873 "cfg-if",
9874 "cpufeatures",
9875 "digest 0.10.7",
9876]
9877
9878[[package]]
9879name = "sha2"
9880version = "0.11.0-rc.2"
9881source = "registry+https://github.com/rust-lang/crates.io-index"
9882checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924"
9883dependencies = [
9884 "cfg-if",
9885 "cpufeatures",
9886 "digest 0.11.0-rc.3",
9887]
9888
9889[[package]]
9890name = "sharded-slab"
9891version = "0.1.7"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
9894dependencies = [
9895 "lazy_static",
9896]
9897
9898[[package]]
9899name = "shlex"
9900version = "1.3.0"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9903
9904[[package]]
9905name = "signal-hook"
9906version = "0.3.18"
9907source = "registry+https://github.com/rust-lang/crates.io-index"
9908checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
9909dependencies = [
9910 "libc",
9911 "signal-hook-registry",
9912]
9913
9914[[package]]
9915name = "signal-hook-registry"
9916version = "1.4.7"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
9919dependencies = [
9920 "libc",
9921]
9922
9923[[package]]
9924name = "signature"
9925version = "2.2.0"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
9928dependencies = [
9929 "digest 0.10.7",
9930 "rand_core 0.6.4",
9931]
9932
9933[[package]]
9934name = "signature"
9935version = "3.0.0-rc.5"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "2a0251c9d6468f4ba853b6352b190fb7c1e405087779917c238445eb03993826"
9938
9939[[package]]
9940name = "simd-abstraction"
9941version = "0.7.1"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
9944dependencies = [
9945 "outref",
9946]
9947
9948[[package]]
9949name = "simd-adler32"
9950version = "0.3.8"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
9953
9954[[package]]
9955name = "simdutf8"
9956version = "0.1.5"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
9959
9960[[package]]
9961name = "similar"
9962version = "2.7.0"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
9965
9966[[package]]
9967name = "simple-dns"
9968version = "0.9.3"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a"
9971dependencies = [
9972 "bitflags 2.10.0",
9973]
9974
9975[[package]]
9976name = "simplecss"
9977version = "0.2.2"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
9980dependencies = [
9981 "log",
9982]
9983
9984[[package]]
9985name = "siphasher"
9986version = "0.3.11"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9989
9990[[package]]
9991name = "siphasher"
9992version = "1.0.1"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9995
9996[[package]]
9997name = "sized-chunks"
9998version = "0.6.5"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
10001dependencies = [
10002 "bitmaps",
10003 "typenum",
10004]
10005
10006[[package]]
10007name = "sketches-ddsketch"
10008version = "0.3.0"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
10011
10012[[package]]
10013name = "slab"
10014version = "0.4.11"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
10017
10018[[package]]
10019name = "sledgehammer_bindgen"
10020version = "0.6.0"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "49e83e178d176459c92bc129cfd0958afac3ced925471b889b3a75546cfc4133"
10023dependencies = [
10024 "sledgehammer_bindgen_macro",
10025 "wasm-bindgen",
10026]
10027
10028[[package]]
10029name = "sledgehammer_bindgen_macro"
10030version = "0.6.1"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "f62f06db0370222f7f498ef478fce9f8df5828848d1d3517e3331936d7074f55"
10033dependencies = [
10034 "quote",
10035 "syn 2.0.111",
10036]
10037
10038[[package]]
10039name = "sledgehammer_utils"
10040version = "0.3.1"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "debdd4b83524961983cea3c55383b3910fd2f24fd13a188f5b091d2d504a61ae"
10043dependencies = [
10044 "rustc-hash 1.1.0",
10045]
10046
10047[[package]]
10048name = "slotmap"
10049version = "1.1.1"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
10052dependencies = [
10053 "serde",
10054 "version_check",
10055]
10056
10057[[package]]
10058name = "smallvec"
10059version = "1.15.1"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
10062dependencies = [
10063 "serde",
10064]
10065
10066[[package]]
10067name = "smartstring"
10068version = "1.0.1"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
10071dependencies = [
10072 "autocfg",
10073 "static_assertions",
10074 "version_check",
10075]
10076
10077[[package]]
10078name = "smawk"
10079version = "0.3.2"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
10082
10083[[package]]
10084name = "smol_str"
10085version = "0.3.4"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
10088dependencies = [
10089 "borsh",
10090 "serde_core",
10091]
10092
10093[[package]]
10094name = "snap"
10095version = "1.1.1"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
10098
10099[[package]]
10100name = "socket2"
10101version = "0.5.10"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
10104dependencies = [
10105 "libc",
10106 "windows-sys 0.52.0",
10107]
10108
10109[[package]]
10110name = "socket2"
10111version = "0.6.1"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
10114dependencies = [
10115 "libc",
10116 "windows-sys 0.60.2",
10117]
10118
10119[[package]]
10120name = "soup3"
10121version = "0.5.0"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
10124dependencies = [
10125 "futures-channel",
10126 "gio",
10127 "glib",
10128 "libc",
10129 "soup3-sys",
10130]
10131
10132[[package]]
10133name = "soup3-sys"
10134version = "0.5.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
10137dependencies = [
10138 "gio-sys",
10139 "glib-sys",
10140 "gobject-sys",
10141 "libc",
10142 "system-deps",
10143]
10144
10145[[package]]
10146name = "spez"
10147version = "0.1.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
10150dependencies = [
10151 "proc-macro2",
10152 "quote",
10153 "syn 2.0.111",
10154]
10155
10156[[package]]
10157name = "spin"
10158version = "0.9.8"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10161dependencies = [
10162 "lock_api",
10163]
10164
10165[[package]]
10166name = "spin"
10167version = "0.10.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
10170
10171[[package]]
10172name = "spki"
10173version = "0.7.3"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10176dependencies = [
10177 "base64ct",
10178 "der 0.7.10",
10179]
10180
10181[[package]]
10182name = "spki"
10183version = "0.8.0-rc.4"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "8baeff88f34ed0691978ec34440140e1572b68c7dd4a495fd14a3dc1944daa80"
10186dependencies = [
10187 "base64ct",
10188 "der 0.8.0-rc.10",
10189]
10190
10191[[package]]
10192name = "stable_deref_trait"
10193version = "1.2.1"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
10196
10197[[package]]
10198name = "stacker"
10199version = "0.1.22"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
10202dependencies = [
10203 "cc",
10204 "cfg-if",
10205 "libc",
10206 "psm",
10207 "windows-sys 0.59.0",
10208]
10209
10210[[package]]
10211name = "static_assertions"
10212version = "1.1.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10215
10216[[package]]
10217name = "str_indices"
10218version = "0.4.4"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6"
10221
10222[[package]]
10223name = "strict-num"
10224version = "0.1.1"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10227dependencies = [
10228 "float-cmp",
10229]
10230
10231[[package]]
10232name = "string_cache"
10233version = "0.8.9"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
10236dependencies = [
10237 "new_debug_unreachable",
10238 "parking_lot",
10239 "phf_shared 0.11.3",
10240 "precomputed-hash",
10241 "serde",
10242]
10243
10244[[package]]
10245name = "string_cache_codegen"
10246version = "0.5.4"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
10249dependencies = [
10250 "phf_generator 0.11.3",
10251 "phf_shared 0.11.3",
10252 "proc-macro2",
10253 "quote",
10254]
10255
10256[[package]]
10257name = "string_enum"
10258version = "1.0.2"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "ae36a4951ca7bd1cfd991c241584a9824a70f6aff1e7d4f693fb3f2465e4030e"
10261dependencies = [
10262 "quote",
10263 "swc_macros_common",
10264 "syn 2.0.111",
10265]
10266
10267[[package]]
10268name = "strsim"
10269version = "0.11.1"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10272
10273[[package]]
10274name = "strum"
10275version = "0.27.2"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
10278dependencies = [
10279 "strum_macros",
10280]
10281
10282[[package]]
10283name = "strum_macros"
10284version = "0.27.2"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
10287dependencies = [
10288 "heck 0.5.0",
10289 "proc-macro2",
10290 "quote",
10291 "syn 2.0.111",
10292]
10293
10294[[package]]
10295name = "subsecond"
10296version = "0.7.2"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "c09bc2c9ef0381b403ab8b58122961cb83266d16b1f55f9486d5857ba4a9ae26"
10299dependencies = [
10300 "js-sys",
10301 "libc",
10302 "libloading 0.8.9",
10303 "memfd",
10304 "memmap2",
10305 "serde",
10306 "subsecond-types",
10307 "thiserror 2.0.17",
10308 "wasm-bindgen",
10309 "wasm-bindgen-futures",
10310 "web-sys",
10311]
10312
10313[[package]]
10314name = "subsecond-types"
10315version = "0.7.2"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "d07aa455c66ddfdbb51507537402b961e027846468954ef8d974bce65dff9eb0"
10318dependencies = [
10319 "serde",
10320]
10321
10322[[package]]
10323name = "subtle"
10324version = "2.6.1"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10327
10328[[package]]
10329name = "supports-color"
10330version = "3.0.2"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
10333dependencies = [
10334 "is_ci",
10335]
10336
10337[[package]]
10338name = "supports-hyperlinks"
10339version = "3.2.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
10342
10343[[package]]
10344name = "supports-unicode"
10345version = "3.0.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
10348
10349[[package]]
10350name = "svgtypes"
10351version = "0.15.3"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
10354dependencies = [
10355 "kurbo",
10356 "siphasher 1.0.1",
10357]
10358
10359[[package]]
10360name = "swc_allocator"
10361version = "4.0.1"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "9d7eefd2c8b228a8c73056482b2ae4b3a1071fbe07638e3b55ceca8570cc48bb"
10364dependencies = [
10365 "allocator-api2",
10366 "bumpalo",
10367 "rustc-hash 2.1.1",
10368]
10369
10370[[package]]
10371name = "swc_atoms"
10372version = "6.0.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "6fda66fe4175cddc27a79643ded7ce297b6b2bf133f038ec5907fb4673e4b2ba"
10375dependencies = [
10376 "hstr",
10377 "once_cell",
10378 "serde",
10379]
10380
10381[[package]]
10382name = "swc_common"
10383version = "13.0.1"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "6865f71f363e63306cedec3f3cf1cb9e80acaa9229261ba2569467a19060c7c8"
10386dependencies = [
10387 "anyhow",
10388 "ast_node",
10389 "better_scoped_tls",
10390 "bytes-str",
10391 "cfg-if",
10392 "either",
10393 "from_variant",
10394 "new_debug_unreachable",
10395 "num-bigint",
10396 "once_cell",
10397 "rustc-hash 2.1.1",
10398 "serde",
10399 "siphasher 0.3.11",
10400 "swc_allocator",
10401 "swc_atoms",
10402 "swc_eq_ignore_macros",
10403 "swc_visit",
10404 "tracing",
10405 "unicode-width 0.1.14",
10406 "url",
10407]
10408
10409[[package]]
10410name = "swc_ecma_ast"
10411version = "13.0.0"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "f1ddc264ed13ae03aa30e1c89798502f9ddbe765a4ad695054add1074ffbc5cb"
10414dependencies = [
10415 "bitflags 2.10.0",
10416 "is-macro",
10417 "num-bigint",
10418 "once_cell",
10419 "phf 0.11.3",
10420 "rustc-hash 2.1.1",
10421 "scoped-tls",
10422 "string_enum",
10423 "swc_atoms",
10424 "swc_common",
10425 "swc_visit",
10426 "unicode-id-start",
10427]
10428
10429[[package]]
10430name = "swc_ecma_lexer"
10431version = "17.0.6"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "d8f318a247bc2c4662dc10dccd7a4f64834add015d216e977a58665b0aad9772"
10434dependencies = [
10435 "arrayvec",
10436 "ascii",
10437 "bitflags 2.10.0",
10438 "cow-replace",
10439 "either",
10440 "new_debug_unreachable",
10441 "num-bigint",
10442 "num-traits",
10443 "phf 0.11.3",
10444 "rustc-hash 2.1.1",
10445 "seq-macro",
10446 "serde",
10447 "smallvec",
10448 "smartstring",
10449 "stacker",
10450 "swc_atoms",
10451 "swc_common",
10452 "swc_ecma_ast",
10453 "tracing",
10454 "typed-arena",
10455]
10456
10457[[package]]
10458name = "swc_ecma_parser"
10459version = "17.0.1"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "3ff5b5fbe4316b7d1272ac6f204a871f0d5785755d6a14ddf38e7fa8af73be30"
10462dependencies = [
10463 "arrayvec",
10464 "bitflags 2.10.0",
10465 "either",
10466 "new_debug_unreachable",
10467 "num-bigint",
10468 "num-traits",
10469 "phf 0.11.3",
10470 "rustc-hash 2.1.1",
10471 "serde",
10472 "smallvec",
10473 "smartstring",
10474 "swc_atoms",
10475 "swc_common",
10476 "swc_ecma_ast",
10477 "swc_ecma_lexer",
10478 "tracing",
10479 "typed-arena",
10480]
10481
10482[[package]]
10483name = "swc_ecma_visit"
10484version = "13.0.0"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "7ad28e3449b376bfe1f2bde28bfcf305961ba23c1e205bedb03a7c108a1d1ff6"
10487dependencies = [
10488 "new_debug_unreachable",
10489 "num-bigint",
10490 "swc_atoms",
10491 "swc_common",
10492 "swc_ecma_ast",
10493 "swc_visit",
10494 "tracing",
10495]
10496
10497[[package]]
10498name = "swc_eq_ignore_macros"
10499version = "1.0.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "c16ce73424a6316e95e09065ba6a207eba7765496fed113702278b7711d4b632"
10502dependencies = [
10503 "proc-macro2",
10504 "quote",
10505 "syn 2.0.111",
10506]
10507
10508[[package]]
10509name = "swc_macros_common"
10510version = "1.0.1"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "aae1efbaa74943dc5ad2a2fb16cbd78b77d7e4d63188f3c5b4df2b4dcd2faaae"
10513dependencies = [
10514 "proc-macro2",
10515 "quote",
10516 "syn 2.0.111",
10517]
10518
10519[[package]]
10520name = "swc_visit"
10521version = "2.0.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "62fb71484b486c185e34d2172f0eabe7f4722742aad700f426a494bb2de232a2"
10524dependencies = [
10525 "either",
10526 "new_debug_unreachable",
10527]
10528
10529[[package]]
10530name = "syn"
10531version = "1.0.109"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10534dependencies = [
10535 "proc-macro2",
10536 "quote",
10537 "unicode-ident",
10538]
10539
10540[[package]]
10541name = "syn"
10542version = "2.0.111"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
10545dependencies = [
10546 "proc-macro2",
10547 "quote",
10548 "unicode-ident",
10549]
10550
10551[[package]]
10552name = "sync_wrapper"
10553version = "1.0.2"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
10556dependencies = [
10557 "futures-core",
10558]
10559
10560[[package]]
10561name = "synstructure"
10562version = "0.13.2"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
10565dependencies = [
10566 "proc-macro2",
10567 "quote",
10568 "syn 2.0.111",
10569]
10570
10571[[package]]
10572name = "syntect"
10573version = "5.3.0"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
10576dependencies = [
10577 "bincode",
10578 "fancy-regex",
10579 "flate2",
10580 "fnv",
10581 "once_cell",
10582 "onig",
10583 "plist",
10584 "regex-syntax",
10585 "serde",
10586 "serde_derive",
10587 "serde_json",
10588 "thiserror 2.0.17",
10589 "walkdir",
10590]
10591
10592[[package]]
10593name = "system-configuration"
10594version = "0.6.1"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
10597dependencies = [
10598 "bitflags 2.10.0",
10599 "core-foundation 0.9.4",
10600 "system-configuration-sys",
10601]
10602
10603[[package]]
10604name = "system-configuration-sys"
10605version = "0.6.0"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
10608dependencies = [
10609 "core-foundation-sys",
10610 "libc",
10611]
10612
10613[[package]]
10614name = "system-deps"
10615version = "6.2.2"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10618dependencies = [
10619 "cfg-expr",
10620 "heck 0.5.0",
10621 "pkg-config",
10622 "toml",
10623 "version-compare",
10624]
10625
10626[[package]]
10627name = "tagptr"
10628version = "0.2.0"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
10631
10632[[package]]
10633name = "tao"
10634version = "0.34.5"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7"
10637dependencies = [
10638 "bitflags 2.10.0",
10639 "block2",
10640 "core-foundation 0.10.1",
10641 "core-graphics",
10642 "crossbeam-channel",
10643 "dispatch",
10644 "dlopen2 0.8.2",
10645 "dpi",
10646 "gdkwayland-sys",
10647 "gdkx11-sys",
10648 "gtk",
10649 "jni",
10650 "lazy_static",
10651 "libc",
10652 "log",
10653 "ndk",
10654 "ndk-context",
10655 "ndk-sys",
10656 "objc2",
10657 "objc2-app-kit",
10658 "objc2-foundation",
10659 "once_cell",
10660 "parking_lot",
10661 "raw-window-handle 0.5.2",
10662 "raw-window-handle 0.6.2",
10663 "scopeguard",
10664 "tao-macros",
10665 "unicode-segmentation",
10666 "url",
10667 "windows 0.61.3",
10668 "windows-core 0.61.2",
10669 "windows-version",
10670 "x11-dl",
10671]
10672
10673[[package]]
10674name = "tao-macros"
10675version = "0.1.3"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
10678dependencies = [
10679 "proc-macro2",
10680 "quote",
10681 "syn 2.0.111",
10682]
10683
10684[[package]]
10685name = "tap"
10686version = "1.0.1"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10689
10690[[package]]
10691name = "target-lexicon"
10692version = "0.12.16"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
10695
10696[[package]]
10697name = "tempfile"
10698version = "3.23.0"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
10701dependencies = [
10702 "fastrand",
10703 "getrandom 0.3.4",
10704 "once_cell",
10705 "rustix",
10706 "windows-sys 0.61.2",
10707]
10708
10709[[package]]
10710name = "tendril"
10711version = "0.4.3"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10714dependencies = [
10715 "futf",
10716 "mac",
10717 "utf-8",
10718]
10719
10720[[package]]
10721name = "terminal_size"
10722version = "0.4.3"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
10725dependencies = [
10726 "rustix",
10727 "windows-sys 0.60.2",
10728]
10729
10730[[package]]
10731name = "textwrap"
10732version = "0.16.2"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
10735dependencies = [
10736 "smawk",
10737 "unicode-linebreak",
10738 "unicode-width 0.2.2",
10739]
10740
10741[[package]]
10742name = "thiserror"
10743version = "1.0.69"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
10746dependencies = [
10747 "thiserror-impl 1.0.69",
10748]
10749
10750[[package]]
10751name = "thiserror"
10752version = "2.0.17"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
10755dependencies = [
10756 "thiserror-impl 2.0.17",
10757]
10758
10759[[package]]
10760name = "thiserror-impl"
10761version = "1.0.69"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
10764dependencies = [
10765 "proc-macro2",
10766 "quote",
10767 "syn 2.0.111",
10768]
10769
10770[[package]]
10771name = "thiserror-impl"
10772version = "2.0.17"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
10775dependencies = [
10776 "proc-macro2",
10777 "quote",
10778 "syn 2.0.111",
10779]
10780
10781[[package]]
10782name = "thread_local"
10783version = "1.1.9"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
10786dependencies = [
10787 "cfg-if",
10788]
10789
10790[[package]]
10791name = "threadpool"
10792version = "1.8.1"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
10795dependencies = [
10796 "num_cpus",
10797]
10798
10799[[package]]
10800name = "time"
10801version = "0.3.44"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
10804dependencies = [
10805 "deranged",
10806 "itoa",
10807 "js-sys",
10808 "libc",
10809 "num-conv",
10810 "num_threads",
10811 "powerfmt",
10812 "serde",
10813 "time-core",
10814 "time-macros",
10815]
10816
10817[[package]]
10818name = "time-core"
10819version = "0.1.6"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
10822
10823[[package]]
10824name = "time-macros"
10825version = "0.2.24"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
10828dependencies = [
10829 "num-conv",
10830 "time-core",
10831]
10832
10833[[package]]
10834name = "tiny-skia"
10835version = "0.11.4"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10838dependencies = [
10839 "arrayref",
10840 "arrayvec",
10841 "bytemuck",
10842 "cfg-if",
10843 "log",
10844 "png",
10845 "tiny-skia-path",
10846]
10847
10848[[package]]
10849name = "tiny-skia-path"
10850version = "0.11.4"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10853dependencies = [
10854 "arrayref",
10855 "bytemuck",
10856 "strict-num",
10857]
10858
10859[[package]]
10860name = "tiny_http"
10861version = "0.12.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
10864dependencies = [
10865 "ascii",
10866 "chunked_transfer",
10867 "httpdate",
10868 "log",
10869]
10870
10871[[package]]
10872name = "tinystr"
10873version = "0.8.2"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
10876dependencies = [
10877 "displaydoc",
10878 "zerovec",
10879]
10880
10881[[package]]
10882name = "tinyvec"
10883version = "1.10.0"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
10886dependencies = [
10887 "tinyvec_macros",
10888]
10889
10890[[package]]
10891name = "tinyvec_macros"
10892version = "0.1.1"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10895
10896[[package]]
10897name = "tokio"
10898version = "1.48.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
10901dependencies = [
10902 "bytes",
10903 "libc",
10904 "mio",
10905 "parking_lot",
10906 "pin-project-lite",
10907 "signal-hook-registry",
10908 "socket2 0.6.1",
10909 "tokio-macros",
10910 "tracing",
10911 "windows-sys 0.61.2",
10912]
10913
10914[[package]]
10915name = "tokio-macros"
10916version = "2.6.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
10919dependencies = [
10920 "proc-macro2",
10921 "quote",
10922 "syn 2.0.111",
10923]
10924
10925[[package]]
10926name = "tokio-native-tls"
10927version = "0.3.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10930dependencies = [
10931 "native-tls",
10932 "tokio",
10933]
10934
10935[[package]]
10936name = "tokio-rustls"
10937version = "0.26.4"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
10940dependencies = [
10941 "rustls",
10942 "tokio",
10943]
10944
10945[[package]]
10946name = "tokio-stream"
10947version = "0.1.17"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
10950dependencies = [
10951 "futures-core",
10952 "pin-project-lite",
10953 "tokio",
10954 "tokio-util",
10955]
10956
10957[[package]]
10958name = "tokio-tungstenite"
10959version = "0.24.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
10962dependencies = [
10963 "futures-util",
10964 "log",
10965 "rustls",
10966 "rustls-native-certs",
10967 "rustls-pki-types",
10968 "tokio",
10969 "tokio-rustls",
10970 "tungstenite 0.24.0",
10971]
10972
10973[[package]]
10974name = "tokio-tungstenite"
10975version = "0.26.2"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
10978dependencies = [
10979 "futures-util",
10980 "log",
10981 "native-tls",
10982 "tokio",
10983 "tokio-native-tls",
10984 "tungstenite 0.26.2",
10985]
10986
10987[[package]]
10988name = "tokio-tungstenite"
10989version = "0.27.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1"
10992dependencies = [
10993 "futures-util",
10994 "log",
10995 "tokio",
10996 "tungstenite 0.27.0",
10997]
10998
10999[[package]]
11000name = "tokio-tungstenite"
11001version = "0.28.0"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
11004dependencies = [
11005 "futures-util",
11006 "log",
11007 "tokio",
11008 "tungstenite 0.28.0",
11009]
11010
11011[[package]]
11012name = "tokio-tungstenite-wasm"
11013version = "0.4.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
11016dependencies = [
11017 "futures-channel",
11018 "futures-util",
11019 "http",
11020 "httparse",
11021 "js-sys",
11022 "rustls",
11023 "thiserror 1.0.69",
11024 "tokio",
11025 "tokio-tungstenite 0.24.0",
11026 "wasm-bindgen",
11027 "web-sys",
11028]
11029
11030[[package]]
11031name = "tokio-util"
11032version = "0.7.17"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
11035dependencies = [
11036 "bytes",
11037 "futures-core",
11038 "futures-io",
11039 "futures-sink",
11040 "futures-util",
11041 "pin-project-lite",
11042 "tokio",
11043]
11044
11045[[package]]
11046name = "tokio-websockets"
11047version = "0.12.3"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7"
11050dependencies = [
11051 "base64 0.22.1",
11052 "bytes",
11053 "futures-core",
11054 "futures-sink",
11055 "getrandom 0.3.4",
11056 "http",
11057 "httparse",
11058 "rand 0.9.2",
11059 "ring",
11060 "rustls-pki-types",
11061 "simdutf8",
11062 "tokio",
11063 "tokio-rustls",
11064 "tokio-util",
11065]
11066
11067[[package]]
11068name = "toml"
11069version = "0.8.2"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
11072dependencies = [
11073 "serde",
11074 "serde_spanned",
11075 "toml_datetime 0.6.3",
11076 "toml_edit 0.20.2",
11077]
11078
11079[[package]]
11080name = "toml_datetime"
11081version = "0.6.3"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
11084dependencies = [
11085 "serde",
11086]
11087
11088[[package]]
11089name = "toml_datetime"
11090version = "0.7.5+spec-1.1.0"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
11093dependencies = [
11094 "serde_core",
11095]
11096
11097[[package]]
11098name = "toml_edit"
11099version = "0.19.15"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11102dependencies = [
11103 "indexmap",
11104 "toml_datetime 0.6.3",
11105 "winnow 0.5.40",
11106]
11107
11108[[package]]
11109name = "toml_edit"
11110version = "0.20.2"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
11113dependencies = [
11114 "indexmap",
11115 "serde",
11116 "serde_spanned",
11117 "toml_datetime 0.6.3",
11118 "winnow 0.5.40",
11119]
11120
11121[[package]]
11122name = "toml_edit"
11123version = "0.23.10+spec-1.0.0"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
11126dependencies = [
11127 "indexmap",
11128 "toml_datetime 0.7.5+spec-1.1.0",
11129 "toml_parser",
11130 "winnow 0.7.14",
11131]
11132
11133[[package]]
11134name = "toml_parser"
11135version = "1.0.6+spec-1.1.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
11138dependencies = [
11139 "winnow 0.7.14",
11140]
11141
11142[[package]]
11143name = "tower"
11144version = "0.5.2"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
11147dependencies = [
11148 "futures-core",
11149 "futures-util",
11150 "pin-project-lite",
11151 "sync_wrapper",
11152 "tokio",
11153 "tower-layer",
11154 "tower-service",
11155 "tracing",
11156]
11157
11158[[package]]
11159name = "tower-http"
11160version = "0.6.8"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
11163dependencies = [
11164 "async-compression",
11165 "bitflags 2.10.0",
11166 "bytes",
11167 "futures-core",
11168 "futures-util",
11169 "http",
11170 "http-body",
11171 "http-body-util",
11172 "http-range-header",
11173 "httpdate",
11174 "iri-string",
11175 "mime",
11176 "mime_guess",
11177 "percent-encoding",
11178 "pin-project-lite",
11179 "tokio",
11180 "tokio-util",
11181 "tower",
11182 "tower-layer",
11183 "tower-service",
11184 "tracing",
11185]
11186
11187[[package]]
11188name = "tower-layer"
11189version = "0.3.3"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
11192
11193[[package]]
11194name = "tower-service"
11195version = "0.3.3"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
11198
11199[[package]]
11200name = "tracing"
11201version = "0.1.44"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
11204dependencies = [
11205 "log",
11206 "pin-project-lite",
11207 "tracing-attributes",
11208 "tracing-core",
11209]
11210
11211[[package]]
11212name = "tracing-attributes"
11213version = "0.1.31"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
11216dependencies = [
11217 "proc-macro2",
11218 "quote",
11219 "syn 2.0.111",
11220]
11221
11222[[package]]
11223name = "tracing-core"
11224version = "0.1.36"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
11227dependencies = [
11228 "once_cell",
11229 "valuable",
11230]
11231
11232[[package]]
11233name = "tracing-futures"
11234version = "0.2.5"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11237dependencies = [
11238 "pin-project",
11239 "tracing",
11240]
11241
11242[[package]]
11243name = "tracing-log"
11244version = "0.2.0"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11247dependencies = [
11248 "log",
11249 "once_cell",
11250 "tracing-core",
11251]
11252
11253[[package]]
11254name = "tracing-loki"
11255version = "0.2.6"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "ba3beec919fbdf99d719de8eda6adae3281f8a5b71ae40431f44dc7423053d34"
11258dependencies = [
11259 "loki-api",
11260 "reqwest",
11261 "serde",
11262 "serde_json",
11263 "snap",
11264 "tokio",
11265 "tokio-stream",
11266 "tracing",
11267 "tracing-core",
11268 "tracing-log",
11269 "tracing-serde",
11270 "tracing-subscriber",
11271 "url",
11272]
11273
11274[[package]]
11275name = "tracing-serde"
11276version = "0.2.0"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
11279dependencies = [
11280 "serde",
11281 "tracing-core",
11282]
11283
11284[[package]]
11285name = "tracing-subscriber"
11286version = "0.3.22"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
11289dependencies = [
11290 "matchers",
11291 "nu-ansi-term",
11292 "once_cell",
11293 "regex-automata",
11294 "sharded-slab",
11295 "smallvec",
11296 "thread_local",
11297 "tracing",
11298 "tracing-core",
11299 "tracing-log",
11300]
11301
11302[[package]]
11303name = "tracing-wasm"
11304version = "0.2.1"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07"
11307dependencies = [
11308 "tracing",
11309 "tracing-subscriber",
11310 "wasm-bindgen",
11311]
11312
11313[[package]]
11314name = "trait-variant"
11315version = "0.1.2"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
11318dependencies = [
11319 "proc-macro2",
11320 "quote",
11321 "syn 2.0.111",
11322]
11323
11324[[package]]
11325name = "tray-icon"
11326version = "0.21.2"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "e3d5572781bee8e3f994d7467084e1b1fd7a93ce66bd480f8156ba89dee55a2b"
11329dependencies = [
11330 "crossbeam-channel",
11331 "dirs",
11332 "libappindicator",
11333 "muda",
11334 "objc2",
11335 "objc2-app-kit",
11336 "objc2-core-foundation",
11337 "objc2-core-graphics",
11338 "objc2-foundation",
11339 "once_cell",
11340 "png",
11341 "thiserror 2.0.17",
11342 "windows-sys 0.60.2",
11343]
11344
11345[[package]]
11346name = "triomphe"
11347version = "0.1.15"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
11350dependencies = [
11351 "serde",
11352 "stable_deref_trait",
11353]
11354
11355[[package]]
11356name = "try-lock"
11357version = "0.2.5"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
11360
11361[[package]]
11362name = "tsify-next"
11363version = "0.5.6"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "7d0f2208feeb5f7a6edb15a2389c14cd42480ef6417318316bb866da5806a61d"
11366dependencies = [
11367 "gloo-utils",
11368 "serde",
11369 "serde_json",
11370 "tsify-next-macros",
11371 "wasm-bindgen",
11372]
11373
11374[[package]]
11375name = "tsify-next-macros"
11376version = "0.5.6"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "f81253930d0d388a3ab8fa4ae56da9973ab171ef833d1be2e9080fc3ce502bd6"
11379dependencies = [
11380 "proc-macro2",
11381 "quote",
11382 "serde_derive_internals",
11383 "syn 2.0.111",
11384]
11385
11386[[package]]
11387name = "ttf-parser"
11388version = "0.24.1"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
11391dependencies = [
11392 "core_maths",
11393]
11394
11395[[package]]
11396name = "tungstenite"
11397version = "0.23.0"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
11400dependencies = [
11401 "byteorder",
11402 "bytes",
11403 "data-encoding",
11404 "http",
11405 "httparse",
11406 "log",
11407 "rand 0.8.5",
11408 "sha1 0.10.6",
11409 "thiserror 1.0.69",
11410 "utf-8",
11411]
11412
11413[[package]]
11414name = "tungstenite"
11415version = "0.24.0"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
11418dependencies = [
11419 "byteorder",
11420 "bytes",
11421 "data-encoding",
11422 "http",
11423 "httparse",
11424 "log",
11425 "rand 0.8.5",
11426 "rustls",
11427 "rustls-pki-types",
11428 "sha1 0.10.6",
11429 "thiserror 1.0.69",
11430 "utf-8",
11431]
11432
11433[[package]]
11434name = "tungstenite"
11435version = "0.26.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
11438dependencies = [
11439 "bytes",
11440 "data-encoding",
11441 "http",
11442 "httparse",
11443 "log",
11444 "native-tls",
11445 "rand 0.9.2",
11446 "sha1 0.10.6",
11447 "thiserror 2.0.17",
11448 "utf-8",
11449]
11450
11451[[package]]
11452name = "tungstenite"
11453version = "0.27.0"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
11456dependencies = [
11457 "bytes",
11458 "data-encoding",
11459 "http",
11460 "httparse",
11461 "log",
11462 "native-tls",
11463 "rand 0.9.2",
11464 "rustls",
11465 "sha1 0.10.6",
11466 "thiserror 2.0.17",
11467 "utf-8",
11468]
11469
11470[[package]]
11471name = "tungstenite"
11472version = "0.28.0"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
11475dependencies = [
11476 "bytes",
11477 "data-encoding",
11478 "http",
11479 "httparse",
11480 "log",
11481 "rand 0.9.2",
11482 "sha1 0.10.6",
11483 "thiserror 2.0.17",
11484 "utf-8",
11485]
11486
11487[[package]]
11488name = "twoway"
11489version = "0.1.8"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
11492dependencies = [
11493 "memchr",
11494]
11495
11496[[package]]
11497name = "twox-hash"
11498version = "2.1.2"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
11501
11502[[package]]
11503name = "typed-arena"
11504version = "2.0.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
11507
11508[[package]]
11509name = "typenum"
11510version = "1.19.0"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
11513
11514[[package]]
11515name = "ucd-trie"
11516version = "0.1.7"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
11519
11520[[package]]
11521name = "uds_windows"
11522version = "1.1.0"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11525dependencies = [
11526 "memoffset",
11527 "tempfile",
11528 "winapi",
11529]
11530
11531[[package]]
11532name = "unicase"
11533version = "2.8.1"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
11536
11537[[package]]
11538name = "unicode-bidi"
11539version = "0.3.18"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
11542
11543[[package]]
11544name = "unicode-bidi-mirroring"
11545version = "0.3.0"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
11548
11549[[package]]
11550name = "unicode-ccc"
11551version = "0.3.0"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
11554
11555[[package]]
11556name = "unicode-id-start"
11557version = "1.4.0"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007"
11560
11561[[package]]
11562name = "unicode-ident"
11563version = "1.0.22"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
11566
11567[[package]]
11568name = "unicode-linebreak"
11569version = "0.1.5"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11572
11573[[package]]
11574name = "unicode-normalization"
11575version = "0.1.25"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
11578dependencies = [
11579 "tinyvec",
11580]
11581
11582[[package]]
11583name = "unicode-properties"
11584version = "0.1.4"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
11587
11588[[package]]
11589name = "unicode-script"
11590version = "0.5.8"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
11593
11594[[package]]
11595name = "unicode-segmentation"
11596version = "1.12.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
11599
11600[[package]]
11601name = "unicode-vo"
11602version = "0.1.0"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
11605
11606[[package]]
11607name = "unicode-width"
11608version = "0.1.14"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
11611
11612[[package]]
11613name = "unicode-width"
11614version = "0.2.2"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
11617
11618[[package]]
11619name = "unicode-xid"
11620version = "0.2.6"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
11623
11624[[package]]
11625name = "universal-hash"
11626version = "0.6.0-rc.2"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "a55be643b40a21558f44806b53ee9319595bc7ca6896372e4e08e5d7d83c9cd6"
11629dependencies = [
11630 "crypto-common 0.2.0-rc.4",
11631 "subtle",
11632]
11633
11634[[package]]
11635name = "unsigned-varint"
11636version = "0.7.2"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
11639
11640[[package]]
11641name = "unsigned-varint"
11642version = "0.8.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
11645
11646[[package]]
11647name = "untrusted"
11648version = "0.9.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11651
11652[[package]]
11653name = "url"
11654version = "2.5.7"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
11657dependencies = [
11658 "form_urlencoded",
11659 "idna",
11660 "percent-encoding",
11661 "serde",
11662]
11663
11664[[package]]
11665name = "urlencoding"
11666version = "2.1.3"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11669
11670[[package]]
11671name = "usvg"
11672version = "0.44.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
11675dependencies = [
11676 "base64 0.22.1",
11677 "data-url 0.3.2",
11678 "flate2",
11679 "fontdb",
11680 "imagesize",
11681 "kurbo",
11682 "log",
11683 "pico-args",
11684 "roxmltree",
11685 "rustybuzz",
11686 "simplecss",
11687 "siphasher 1.0.1",
11688 "strict-num",
11689 "svgtypes",
11690 "tiny-skia-path",
11691 "unicode-bidi",
11692 "unicode-script",
11693 "unicode-vo",
11694 "xmlwriter",
11695]
11696
11697[[package]]
11698name = "utf-8"
11699version = "0.7.6"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11702
11703[[package]]
11704name = "utf8_iter"
11705version = "1.0.4"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
11708
11709[[package]]
11710name = "utf8parse"
11711version = "0.2.2"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
11714
11715[[package]]
11716name = "uuid"
11717version = "1.19.0"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
11720dependencies = [
11721 "getrandom 0.3.4",
11722 "js-sys",
11723 "serde_core",
11724 "wasm-bindgen",
11725]
11726
11727[[package]]
11728name = "valuable"
11729version = "0.1.1"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
11732
11733[[package]]
11734name = "vcpkg"
11735version = "0.2.15"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11738
11739[[package]]
11740name = "version-compare"
11741version = "0.2.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
11744
11745[[package]]
11746name = "version_check"
11747version = "0.9.5"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
11750
11751[[package]]
11752name = "vlq"
11753version = "0.5.1"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
11756
11757[[package]]
11758name = "walkdir"
11759version = "2.5.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11762dependencies = [
11763 "same-file",
11764 "winapi-util",
11765]
11766
11767[[package]]
11768name = "want"
11769version = "0.3.1"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11772dependencies = [
11773 "try-lock",
11774]
11775
11776[[package]]
11777name = "warnings"
11778version = "0.2.1"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "64f68998838dab65727c9b30465595c6f7c953313559371ca8bf31759b3680ad"
11781dependencies = [
11782 "pin-project",
11783 "tracing",
11784 "warnings-macro",
11785]
11786
11787[[package]]
11788name = "warnings-macro"
11789version = "0.2.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "59195a1db0e95b920366d949ba5e0d3fc0e70b67c09be15ce5abb790106b0571"
11792dependencies = [
11793 "proc-macro2",
11794 "quote",
11795 "syn 2.0.111",
11796]
11797
11798[[package]]
11799name = "wasi"
11800version = "0.9.0+wasi-snapshot-preview1"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11803
11804[[package]]
11805name = "wasi"
11806version = "0.11.1+wasi-snapshot-preview1"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
11809
11810[[package]]
11811name = "wasip2"
11812version = "1.0.1+wasi-0.2.4"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
11815dependencies = [
11816 "wit-bindgen",
11817]
11818
11819[[package]]
11820name = "wasm-bindgen"
11821version = "0.2.106"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
11824dependencies = [
11825 "cfg-if",
11826 "once_cell",
11827 "rustversion",
11828 "wasm-bindgen-macro",
11829 "wasm-bindgen-shared",
11830]
11831
11832[[package]]
11833name = "wasm-bindgen-futures"
11834version = "0.4.56"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
11837dependencies = [
11838 "cfg-if",
11839 "js-sys",
11840 "once_cell",
11841 "wasm-bindgen",
11842 "web-sys",
11843]
11844
11845[[package]]
11846name = "wasm-bindgen-macro"
11847version = "0.2.106"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
11850dependencies = [
11851 "quote",
11852 "wasm-bindgen-macro-support",
11853]
11854
11855[[package]]
11856name = "wasm-bindgen-macro-support"
11857version = "0.2.106"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
11860dependencies = [
11861 "bumpalo",
11862 "proc-macro2",
11863 "quote",
11864 "syn 2.0.111",
11865 "wasm-bindgen-shared",
11866]
11867
11868[[package]]
11869name = "wasm-bindgen-shared"
11870version = "0.2.106"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
11873dependencies = [
11874 "unicode-ident",
11875]
11876
11877[[package]]
11878name = "wasm-bindgen-test"
11879version = "0.3.56"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "25e90e66d265d3a1efc0e72a54809ab90b9c0c515915c67cdf658689d2c22c6c"
11882dependencies = [
11883 "async-trait",
11884 "cast",
11885 "js-sys",
11886 "libm",
11887 "minicov",
11888 "nu-ansi-term",
11889 "num-traits",
11890 "oorandom",
11891 "serde",
11892 "serde_json",
11893 "wasm-bindgen",
11894 "wasm-bindgen-futures",
11895 "wasm-bindgen-test-macro",
11896]
11897
11898[[package]]
11899name = "wasm-bindgen-test-macro"
11900version = "0.3.56"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "7150335716dce6028bead2b848e72f47b45e7b9422f64cccdc23bedca89affc1"
11903dependencies = [
11904 "proc-macro2",
11905 "quote",
11906 "syn 2.0.111",
11907]
11908
11909[[package]]
11910name = "wasm-split-macro"
11911version = "0.7.2"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "c1fbee96cfc9480b067d0ee1cadd2f04db107f753da071c4cf81d76ac98fc164"
11914dependencies = [
11915 "base16",
11916 "digest 0.10.7",
11917 "proc-macro2",
11918 "quote",
11919 "sha2 0.10.9",
11920 "syn 2.0.111",
11921]
11922
11923[[package]]
11924name = "wasm-splitter"
11925version = "0.7.2"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "d4c8089c649c2aff2ba9505db4b85d63c6c5a443cee72ebf011295af4947041d"
11928dependencies = [
11929 "async-once-cell",
11930 "wasm-split-macro",
11931]
11932
11933[[package]]
11934name = "wasm-streams"
11935version = "0.4.2"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
11938dependencies = [
11939 "futures-util",
11940 "js-sys",
11941 "wasm-bindgen",
11942 "wasm-bindgen-futures",
11943 "web-sys",
11944]
11945
11946[[package]]
11947name = "wasmworker"
11948version = "0.1.2"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "7eed1ad2b2f62d7ddc472e56bce6416d6eef60631a4d217d4f96f4c3f322dd49"
11951dependencies = [
11952 "futures",
11953 "js-sys",
11954 "postcard",
11955 "send_wrapper",
11956 "serde",
11957 "serde-wasm-bindgen 0.4.5",
11958 "serde_bytes",
11959 "thiserror 2.0.17",
11960 "tokio",
11961 "wasm-bindgen",
11962 "wasm-bindgen-futures",
11963 "web-sys",
11964]
11965
11966[[package]]
11967name = "wasmworker-proc-macro"
11968version = "0.1.0"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "ffd01f29024361dcb5b54f50b4cfe8d56ecac0ece515f52e7756e979b9a43c2d"
11971dependencies = [
11972 "quote",
11973 "syn 2.0.111",
11974]
11975
11976[[package]]
11977name = "wayland-backend"
11978version = "0.3.11"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
11981dependencies = [
11982 "cc",
11983 "downcast-rs",
11984 "rustix",
11985 "scoped-tls",
11986 "smallvec",
11987 "wayland-sys",
11988]
11989
11990[[package]]
11991name = "wayland-client"
11992version = "0.31.11"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
11995dependencies = [
11996 "bitflags 2.10.0",
11997 "rustix",
11998 "wayland-backend",
11999 "wayland-scanner",
12000]
12001
12002[[package]]
12003name = "wayland-protocols"
12004version = "0.32.9"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
12007dependencies = [
12008 "bitflags 2.10.0",
12009 "wayland-backend",
12010 "wayland-client",
12011 "wayland-scanner",
12012]
12013
12014[[package]]
12015name = "wayland-scanner"
12016version = "0.31.7"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
12019dependencies = [
12020 "proc-macro2",
12021 "quick-xml 0.37.5",
12022 "quote",
12023]
12024
12025[[package]]
12026name = "wayland-sys"
12027version = "0.31.7"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
12030dependencies = [
12031 "dlib",
12032 "log",
12033 "pkg-config",
12034]
12035
12036[[package]]
12037name = "weaver-api"
12038version = "0.1.0"
12039dependencies = [
12040 "bytes",
12041 "jacquard-common",
12042 "jacquard-derive",
12043 "jacquard-lexicon",
12044 "miette 7.6.0",
12045 "rustversion",
12046 "serde",
12047 "serde_bytes",
12048 "serde_ipld_dagcbor",
12049 "thiserror 2.0.17",
12050 "unicode-segmentation",
12051]
12052
12053[[package]]
12054name = "weaver-app"
12055version = "0.1.0"
12056dependencies = [
12057 "askama",
12058 "axum",
12059 "axum-extra",
12060 "base64 0.22.1",
12061 "chrono",
12062 "console_error_panic_hook",
12063 "dashmap 6.1.0",
12064 "dioxus 0.7.2",
12065 "dioxus-free-icons",
12066 "dioxus-primitives",
12067 "dioxus-sdk",
12068 "dotenvy",
12069 "fontdb",
12070 "futures-util",
12071 "getrandom 0.3.4",
12072 "gloo-storage",
12073 "gloo-timers",
12074 "gloo-worker",
12075 "http",
12076 "humansize",
12077 "insta",
12078 "jacquard",
12079 "jacquard-axum",
12080 "jacquard-identity",
12081 "jacquard-lexicon",
12082 "js-sys",
12083 "lightningcss",
12084 "lol_alloc",
12085 "loro",
12086 "markdown-weaver",
12087 "markdown-weaver-escape",
12088 "mime-sniffer",
12089 "n0-future 0.1.3",
12090 "postcard",
12091 "regex",
12092 "regex-lite",
12093 "reqwest",
12094 "resvg",
12095 "ring",
12096 "serde",
12097 "serde_html_form 0.2.8",
12098 "serde_ipld_dagcbor",
12099 "serde_json",
12100 "syntect",
12101 "textwrap",
12102 "time",
12103 "tiny-skia",
12104 "tokio",
12105 "tower",
12106 "tower-http",
12107 "tracing",
12108 "tracing-subscriber",
12109 "tracing-wasm",
12110 "urlencoding",
12111 "usvg",
12112 "wasm-bindgen",
12113 "wasm-bindgen-futures",
12114 "weaver-api",
12115 "weaver-common",
12116 "weaver-editor-browser",
12117 "weaver-editor-core",
12118 "weaver-editor-crdt",
12119 "weaver-embed-worker",
12120 "weaver-renderer",
12121 "web-sys",
12122 "web-time",
12123 "webbrowser",
12124]
12125
12126[[package]]
12127name = "weaver-cli"
12128version = "0.1.0"
12129dependencies = [
12130 "clap",
12131 "dirs",
12132 "jacquard",
12133 "kdl",
12134 "markdown-weaver",
12135 "markdown-weaver-escape",
12136 "miette 7.6.0",
12137 "n0-future 0.1.3",
12138 "tokio",
12139 "tracing",
12140 "tracing-subscriber",
12141 "weaver-api",
12142 "weaver-common",
12143 "weaver-renderer",
12144]
12145
12146[[package]]
12147name = "weaver-common"
12148version = "0.1.0"
12149dependencies = [
12150 "axum",
12151 "blake3",
12152 "chrono",
12153 "futures-util",
12154 "getrandom 0.3.4",
12155 "http",
12156 "iroh",
12157 "iroh-gossip",
12158 "iroh-tickets",
12159 "jacquard",
12160 "jacquard-common",
12161 "js-sys",
12162 "markdown-weaver",
12163 "markdown-weaver-escape",
12164 "metrics",
12165 "metrics-exporter-prometheus",
12166 "miette 7.6.0",
12167 "mime-sniffer",
12168 "mini-moka-wasm 0.10.99 (registry+https://github.com/rust-lang/crates.io-index)",
12169 "n0-future 0.1.3",
12170 "pin-project",
12171 "postcard",
12172 "rand 0.9.2",
12173 "regex",
12174 "regex-lite",
12175 "reqwest",
12176 "ring",
12177 "send_wrapper",
12178 "serde",
12179 "serde_json",
12180 "thiserror 2.0.17",
12181 "tokio",
12182 "tracing",
12183 "tracing-loki",
12184 "tracing-subscriber",
12185 "trait-variant",
12186 "wasm-bindgen",
12187 "wasm-bindgen-futures",
12188 "wasmworker",
12189 "wasmworker-proc-macro",
12190 "weaver-api",
12191 "web-sys",
12192 "web-time",
12193]
12194
12195[[package]]
12196name = "weaver-editor-browser"
12197version = "0.1.0"
12198dependencies = [
12199 "dioxus-core 0.7.2",
12200 "dioxus-html 0.7.2",
12201 "dioxus-signals 0.7.2",
12202 "dioxus-web 0.7.2",
12203 "gloo-events",
12204 "gloo-utils",
12205 "insta",
12206 "js-sys",
12207 "smol_str",
12208 "tracing",
12209 "wasm-bindgen",
12210 "wasm-bindgen-futures",
12211 "wasm-bindgen-test",
12212 "weaver-editor-core",
12213 "web-sys",
12214]
12215
12216[[package]]
12217name = "weaver-editor-core"
12218version = "0.1.0"
12219dependencies = [
12220 "insta",
12221 "jacquard",
12222 "markdown-weaver",
12223 "markdown-weaver-escape",
12224 "ropey",
12225 "serde",
12226 "smol_str",
12227 "syntect",
12228 "thiserror 2.0.17",
12229 "tracing",
12230 "weaver-api",
12231 "weaver-common",
12232 "weaver-renderer",
12233 "web-time",
12234]
12235
12236[[package]]
12237name = "weaver-editor-crdt"
12238version = "0.1.0"
12239dependencies = [
12240 "base64 0.22.1",
12241 "console_error_panic_hook",
12242 "futures-util",
12243 "gloo-worker",
12244 "jacquard",
12245 "loro",
12246 "n0-future 0.1.3",
12247 "serde",
12248 "smol_str",
12249 "thiserror 2.0.17",
12250 "tokio",
12251 "tracing",
12252 "tracing-subscriber",
12253 "tracing-wasm",
12254 "wasm-bindgen",
12255 "wasm-bindgen-futures",
12256 "weaver-api",
12257 "weaver-common",
12258 "weaver-editor-core",
12259 "weaver-renderer",
12260 "web-time",
12261]
12262
12263[[package]]
12264name = "weaver-editor-js"
12265version = "0.1.0"
12266dependencies = [
12267 "console_error_panic_hook",
12268 "js-sys",
12269 "serde",
12270 "serde-wasm-bindgen 0.6.5",
12271 "serde_bytes",
12272 "tsify-next",
12273 "wasm-bindgen",
12274 "weaver-api",
12275 "weaver-common",
12276 "weaver-editor-browser",
12277 "weaver-editor-core",
12278 "weaver-editor-crdt",
12279 "weaver-embed-worker",
12280 "web-sys",
12281]
12282
12283[[package]]
12284name = "weaver-embed-worker"
12285version = "0.1.0"
12286dependencies = [
12287 "console_error_panic_hook",
12288 "gloo-worker",
12289 "jacquard",
12290 "serde",
12291 "tracing",
12292 "wasm-bindgen",
12293 "wasm-bindgen-futures",
12294 "weaver-common",
12295 "weaver-renderer",
12296]
12297
12298[[package]]
12299name = "weaver-index"
12300version = "0.1.0"
12301dependencies = [
12302 "axum",
12303 "base64 0.22.1",
12304 "bytes",
12305 "chrono",
12306 "ciborium",
12307 "cid",
12308 "clap",
12309 "clickhouse",
12310 "dashmap 6.1.0",
12311 "dotenvy",
12312 "futures-util",
12313 "humansize",
12314 "include_dir",
12315 "jacquard",
12316 "jacquard-axum",
12317 "jacquard-common",
12318 "jacquard-repo",
12319 "k256",
12320 "loro",
12321 "miette 7.6.0",
12322 "mini-moka",
12323 "n0-future 0.1.3",
12324 "rand 0.8.5",
12325 "regex",
12326 "rusqlite",
12327 "rusqlite_migration",
12328 "serde",
12329 "serde_ipld_dagcbor",
12330 "serde_json",
12331 "smol_str",
12332 "thiserror 2.0.17",
12333 "tokio",
12334 "tokio-tungstenite 0.26.2",
12335 "tower",
12336 "tower-http",
12337 "tracing",
12338 "tracing-subscriber",
12339 "url",
12340 "weaver-api",
12341 "weaver-common",
12342]
12343
12344[[package]]
12345name = "weaver-renderer"
12346version = "0.1.0"
12347dependencies = [
12348 "bitflags 2.10.0",
12349 "csscolorparser",
12350 "dashmap 6.1.0",
12351 "http",
12352 "ignore",
12353 "insta",
12354 "jacquard",
12355 "markdown-weaver",
12356 "markdown-weaver-escape",
12357 "miette 7.6.0",
12358 "mime-sniffer",
12359 "n0-future 0.1.3",
12360 "palette",
12361 "pin-project",
12362 "pin-utils",
12363 "pulldown-latex",
12364 "regex",
12365 "regex-lite",
12366 "reqwest",
12367 "serde",
12368 "serde_json",
12369 "smol_str",
12370 "syntect",
12371 "thiserror 2.0.17",
12372 "tokio",
12373 "tokio-util",
12374 "tracing",
12375 "unicode-bidi",
12376 "unicode-normalization",
12377 "url",
12378 "weaver-api",
12379 "weaver-common",
12380 "yaml-rust2",
12381]
12382
12383[[package]]
12384name = "weaver-renderer-js"
12385version = "0.1.0"
12386dependencies = [
12387 "console_error_panic_hook",
12388 "jacquard",
12389 "js-sys",
12390 "markdown-weaver",
12391 "markdown-weaver-escape",
12392 "serde",
12393 "serde-wasm-bindgen 0.6.5",
12394 "tsify-next",
12395 "wasm-bindgen",
12396 "weaver-api",
12397 "weaver-common",
12398 "weaver-renderer",
12399]
12400
12401[[package]]
12402name = "web-sys"
12403version = "0.3.83"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
12406dependencies = [
12407 "js-sys",
12408 "wasm-bindgen",
12409]
12410
12411[[package]]
12412name = "web-time"
12413version = "1.1.0"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
12416dependencies = [
12417 "js-sys",
12418 "wasm-bindgen",
12419]
12420
12421[[package]]
12422name = "webbrowser"
12423version = "1.0.6"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
12426dependencies = [
12427 "core-foundation 0.10.1",
12428 "jni",
12429 "log",
12430 "ndk-context",
12431 "objc2",
12432 "objc2-foundation",
12433 "url",
12434 "web-sys",
12435]
12436
12437[[package]]
12438name = "webkit2gtk"
12439version = "2.0.1"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
12442dependencies = [
12443 "bitflags 1.3.2",
12444 "cairo-rs",
12445 "gdk",
12446 "gdk-sys",
12447 "gio",
12448 "gio-sys",
12449 "glib",
12450 "glib-sys",
12451 "gobject-sys",
12452 "gtk",
12453 "gtk-sys",
12454 "javascriptcore-rs",
12455 "libc",
12456 "once_cell",
12457 "soup3",
12458 "webkit2gtk-sys",
12459]
12460
12461[[package]]
12462name = "webkit2gtk-sys"
12463version = "2.0.1"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
12466dependencies = [
12467 "bitflags 1.3.2",
12468 "cairo-sys-rs",
12469 "gdk-sys",
12470 "gio-sys",
12471 "glib-sys",
12472 "gobject-sys",
12473 "gtk-sys",
12474 "javascriptcore-rs-sys",
12475 "libc",
12476 "pkg-config",
12477 "soup3-sys",
12478 "system-deps",
12479]
12480
12481[[package]]
12482name = "webpage"
12483version = "2.0.1"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
12486dependencies = [
12487 "html5ever 0.27.0",
12488 "markup5ever_rcdom",
12489 "serde_json",
12490 "url",
12491]
12492
12493[[package]]
12494name = "webpki-root-certs"
12495version = "0.26.11"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e"
12498dependencies = [
12499 "webpki-root-certs 1.0.4",
12500]
12501
12502[[package]]
12503name = "webpki-root-certs"
12504version = "1.0.4"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
12507dependencies = [
12508 "rustls-pki-types",
12509]
12510
12511[[package]]
12512name = "webpki-roots"
12513version = "1.0.4"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
12516dependencies = [
12517 "rustls-pki-types",
12518]
12519
12520[[package]]
12521name = "webview2-com"
12522version = "0.38.0"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4"
12525dependencies = [
12526 "webview2-com-macros",
12527 "webview2-com-sys",
12528 "windows 0.61.3",
12529 "windows-core 0.61.2",
12530 "windows-implement",
12531 "windows-interface",
12532]
12533
12534[[package]]
12535name = "webview2-com-macros"
12536version = "0.8.0"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
12539dependencies = [
12540 "proc-macro2",
12541 "quote",
12542 "syn 2.0.111",
12543]
12544
12545[[package]]
12546name = "webview2-com-sys"
12547version = "0.38.0"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
12550dependencies = [
12551 "thiserror 2.0.17",
12552 "windows 0.61.3",
12553 "windows-core 0.61.2",
12554]
12555
12556[[package]]
12557name = "weezl"
12558version = "0.1.12"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
12561
12562[[package]]
12563name = "widestring"
12564version = "1.2.1"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
12567
12568[[package]]
12569name = "winapi"
12570version = "0.3.9"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12573dependencies = [
12574 "winapi-i686-pc-windows-gnu",
12575 "winapi-x86_64-pc-windows-gnu",
12576]
12577
12578[[package]]
12579name = "winapi-i686-pc-windows-gnu"
12580version = "0.4.0"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12583
12584[[package]]
12585name = "winapi-util"
12586version = "0.1.11"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
12589dependencies = [
12590 "windows-sys 0.61.2",
12591]
12592
12593[[package]]
12594name = "winapi-x86_64-pc-windows-gnu"
12595version = "0.4.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12598
12599[[package]]
12600name = "windows"
12601version = "0.61.3"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
12604dependencies = [
12605 "windows-collections 0.2.0",
12606 "windows-core 0.61.2",
12607 "windows-future 0.2.1",
12608 "windows-link 0.1.3",
12609 "windows-numerics 0.2.0",
12610]
12611
12612[[package]]
12613name = "windows"
12614version = "0.62.2"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
12617dependencies = [
12618 "windows-collections 0.3.2",
12619 "windows-core 0.62.2",
12620 "windows-future 0.3.2",
12621 "windows-numerics 0.3.1",
12622]
12623
12624[[package]]
12625name = "windows-collections"
12626version = "0.2.0"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
12629dependencies = [
12630 "windows-core 0.61.2",
12631]
12632
12633[[package]]
12634name = "windows-collections"
12635version = "0.3.2"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
12638dependencies = [
12639 "windows-core 0.62.2",
12640]
12641
12642[[package]]
12643name = "windows-core"
12644version = "0.61.2"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
12647dependencies = [
12648 "windows-implement",
12649 "windows-interface",
12650 "windows-link 0.1.3",
12651 "windows-result 0.3.4",
12652 "windows-strings 0.4.2",
12653]
12654
12655[[package]]
12656name = "windows-core"
12657version = "0.62.2"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
12660dependencies = [
12661 "windows-implement",
12662 "windows-interface",
12663 "windows-link 0.2.1",
12664 "windows-result 0.4.1",
12665 "windows-strings 0.5.1",
12666]
12667
12668[[package]]
12669name = "windows-future"
12670version = "0.2.1"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
12673dependencies = [
12674 "windows-core 0.61.2",
12675 "windows-link 0.1.3",
12676 "windows-threading 0.1.0",
12677]
12678
12679[[package]]
12680name = "windows-future"
12681version = "0.3.2"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
12684dependencies = [
12685 "windows-core 0.62.2",
12686 "windows-link 0.2.1",
12687 "windows-threading 0.2.1",
12688]
12689
12690[[package]]
12691name = "windows-implement"
12692version = "0.60.2"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
12695dependencies = [
12696 "proc-macro2",
12697 "quote",
12698 "syn 2.0.111",
12699]
12700
12701[[package]]
12702name = "windows-interface"
12703version = "0.59.3"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
12706dependencies = [
12707 "proc-macro2",
12708 "quote",
12709 "syn 2.0.111",
12710]
12711
12712[[package]]
12713name = "windows-link"
12714version = "0.1.3"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
12717
12718[[package]]
12719name = "windows-link"
12720version = "0.2.1"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
12723
12724[[package]]
12725name = "windows-numerics"
12726version = "0.2.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
12729dependencies = [
12730 "windows-core 0.61.2",
12731 "windows-link 0.1.3",
12732]
12733
12734[[package]]
12735name = "windows-numerics"
12736version = "0.3.1"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
12739dependencies = [
12740 "windows-core 0.62.2",
12741 "windows-link 0.2.1",
12742]
12743
12744[[package]]
12745name = "windows-registry"
12746version = "0.6.1"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
12749dependencies = [
12750 "windows-link 0.2.1",
12751 "windows-result 0.4.1",
12752 "windows-strings 0.5.1",
12753]
12754
12755[[package]]
12756name = "windows-result"
12757version = "0.3.4"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
12760dependencies = [
12761 "windows-link 0.1.3",
12762]
12763
12764[[package]]
12765name = "windows-result"
12766version = "0.4.1"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
12769dependencies = [
12770 "windows-link 0.2.1",
12771]
12772
12773[[package]]
12774name = "windows-strings"
12775version = "0.4.2"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
12778dependencies = [
12779 "windows-link 0.1.3",
12780]
12781
12782[[package]]
12783name = "windows-strings"
12784version = "0.5.1"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
12787dependencies = [
12788 "windows-link 0.2.1",
12789]
12790
12791[[package]]
12792name = "windows-sys"
12793version = "0.45.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12796dependencies = [
12797 "windows-targets 0.42.2",
12798]
12799
12800[[package]]
12801name = "windows-sys"
12802version = "0.48.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12805dependencies = [
12806 "windows-targets 0.48.5",
12807]
12808
12809[[package]]
12810name = "windows-sys"
12811version = "0.52.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12814dependencies = [
12815 "windows-targets 0.52.6",
12816]
12817
12818[[package]]
12819name = "windows-sys"
12820version = "0.59.0"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
12823dependencies = [
12824 "windows-targets 0.52.6",
12825]
12826
12827[[package]]
12828name = "windows-sys"
12829version = "0.60.2"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
12832dependencies = [
12833 "windows-targets 0.53.5",
12834]
12835
12836[[package]]
12837name = "windows-sys"
12838version = "0.61.2"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
12841dependencies = [
12842 "windows-link 0.2.1",
12843]
12844
12845[[package]]
12846name = "windows-targets"
12847version = "0.42.2"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12850dependencies = [
12851 "windows_aarch64_gnullvm 0.42.2",
12852 "windows_aarch64_msvc 0.42.2",
12853 "windows_i686_gnu 0.42.2",
12854 "windows_i686_msvc 0.42.2",
12855 "windows_x86_64_gnu 0.42.2",
12856 "windows_x86_64_gnullvm 0.42.2",
12857 "windows_x86_64_msvc 0.42.2",
12858]
12859
12860[[package]]
12861name = "windows-targets"
12862version = "0.48.5"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12865dependencies = [
12866 "windows_aarch64_gnullvm 0.48.5",
12867 "windows_aarch64_msvc 0.48.5",
12868 "windows_i686_gnu 0.48.5",
12869 "windows_i686_msvc 0.48.5",
12870 "windows_x86_64_gnu 0.48.5",
12871 "windows_x86_64_gnullvm 0.48.5",
12872 "windows_x86_64_msvc 0.48.5",
12873]
12874
12875[[package]]
12876name = "windows-targets"
12877version = "0.52.6"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
12880dependencies = [
12881 "windows_aarch64_gnullvm 0.52.6",
12882 "windows_aarch64_msvc 0.52.6",
12883 "windows_i686_gnu 0.52.6",
12884 "windows_i686_gnullvm 0.52.6",
12885 "windows_i686_msvc 0.52.6",
12886 "windows_x86_64_gnu 0.52.6",
12887 "windows_x86_64_gnullvm 0.52.6",
12888 "windows_x86_64_msvc 0.52.6",
12889]
12890
12891[[package]]
12892name = "windows-targets"
12893version = "0.53.5"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
12896dependencies = [
12897 "windows-link 0.2.1",
12898 "windows_aarch64_gnullvm 0.53.1",
12899 "windows_aarch64_msvc 0.53.1",
12900 "windows_i686_gnu 0.53.1",
12901 "windows_i686_gnullvm 0.53.1",
12902 "windows_i686_msvc 0.53.1",
12903 "windows_x86_64_gnu 0.53.1",
12904 "windows_x86_64_gnullvm 0.53.1",
12905 "windows_x86_64_msvc 0.53.1",
12906]
12907
12908[[package]]
12909name = "windows-threading"
12910version = "0.1.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
12913dependencies = [
12914 "windows-link 0.1.3",
12915]
12916
12917[[package]]
12918name = "windows-threading"
12919version = "0.2.1"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
12922dependencies = [
12923 "windows-link 0.2.1",
12924]
12925
12926[[package]]
12927name = "windows-version"
12928version = "0.1.7"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
12931dependencies = [
12932 "windows-link 0.2.1",
12933]
12934
12935[[package]]
12936name = "windows_aarch64_gnullvm"
12937version = "0.42.2"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12940
12941[[package]]
12942name = "windows_aarch64_gnullvm"
12943version = "0.48.5"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12946
12947[[package]]
12948name = "windows_aarch64_gnullvm"
12949version = "0.52.6"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
12952
12953[[package]]
12954name = "windows_aarch64_gnullvm"
12955version = "0.53.1"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
12958
12959[[package]]
12960name = "windows_aarch64_msvc"
12961version = "0.42.2"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12964
12965[[package]]
12966name = "windows_aarch64_msvc"
12967version = "0.48.5"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12970
12971[[package]]
12972name = "windows_aarch64_msvc"
12973version = "0.52.6"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
12976
12977[[package]]
12978name = "windows_aarch64_msvc"
12979version = "0.53.1"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
12982
12983[[package]]
12984name = "windows_i686_gnu"
12985version = "0.42.2"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12988
12989[[package]]
12990name = "windows_i686_gnu"
12991version = "0.48.5"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12994
12995[[package]]
12996name = "windows_i686_gnu"
12997version = "0.52.6"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13000
13001[[package]]
13002name = "windows_i686_gnu"
13003version = "0.53.1"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
13006
13007[[package]]
13008name = "windows_i686_gnullvm"
13009version = "0.52.6"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13012
13013[[package]]
13014name = "windows_i686_gnullvm"
13015version = "0.53.1"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
13018
13019[[package]]
13020name = "windows_i686_msvc"
13021version = "0.42.2"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13024
13025[[package]]
13026name = "windows_i686_msvc"
13027version = "0.48.5"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13030
13031[[package]]
13032name = "windows_i686_msvc"
13033version = "0.52.6"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13036
13037[[package]]
13038name = "windows_i686_msvc"
13039version = "0.53.1"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
13042
13043[[package]]
13044name = "windows_x86_64_gnu"
13045version = "0.42.2"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13048
13049[[package]]
13050name = "windows_x86_64_gnu"
13051version = "0.48.5"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13054
13055[[package]]
13056name = "windows_x86_64_gnu"
13057version = "0.52.6"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13060
13061[[package]]
13062name = "windows_x86_64_gnu"
13063version = "0.53.1"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
13066
13067[[package]]
13068name = "windows_x86_64_gnullvm"
13069version = "0.42.2"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13072
13073[[package]]
13074name = "windows_x86_64_gnullvm"
13075version = "0.48.5"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13078
13079[[package]]
13080name = "windows_x86_64_gnullvm"
13081version = "0.52.6"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13084
13085[[package]]
13086name = "windows_x86_64_gnullvm"
13087version = "0.53.1"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
13090
13091[[package]]
13092name = "windows_x86_64_msvc"
13093version = "0.42.2"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13096
13097[[package]]
13098name = "windows_x86_64_msvc"
13099version = "0.48.5"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13102
13103[[package]]
13104name = "windows_x86_64_msvc"
13105version = "0.52.6"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13108
13109[[package]]
13110name = "windows_x86_64_msvc"
13111version = "0.53.1"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
13114
13115[[package]]
13116name = "winnow"
13117version = "0.5.40"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13120dependencies = [
13121 "memchr",
13122]
13123
13124[[package]]
13125name = "winnow"
13126version = "0.7.14"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
13129dependencies = [
13130 "memchr",
13131]
13132
13133[[package]]
13134name = "winreg"
13135version = "0.50.0"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13138dependencies = [
13139 "cfg-if",
13140 "windows-sys 0.48.0",
13141]
13142
13143[[package]]
13144name = "wit-bindgen"
13145version = "0.46.0"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
13148
13149[[package]]
13150name = "wmi"
13151version = "0.17.3"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "120d8c2b6a7c96c27bf4a7947fd7f02d73ca7f5958b8bd72a696e46cb5521ee6"
13154dependencies = [
13155 "chrono",
13156 "futures",
13157 "log",
13158 "serde",
13159 "thiserror 2.0.17",
13160 "windows 0.62.2",
13161 "windows-core 0.62.2",
13162]
13163
13164[[package]]
13165name = "writeable"
13166version = "0.6.2"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
13169
13170[[package]]
13171name = "wry"
13172version = "0.53.5"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "728b7d4c8ec8d81cab295e0b5b8a4c263c0d41a785fb8f8c4df284e5411140a2"
13175dependencies = [
13176 "base64 0.22.1",
13177 "block2",
13178 "cookie",
13179 "crossbeam-channel",
13180 "dirs",
13181 "dpi",
13182 "dunce",
13183 "gtk",
13184 "html5ever 0.29.1",
13185 "http",
13186 "javascriptcore-rs",
13187 "jni",
13188 "kuchikiki",
13189 "libc",
13190 "ndk",
13191 "objc2",
13192 "objc2-app-kit",
13193 "objc2-core-foundation",
13194 "objc2-foundation",
13195 "objc2-ui-kit",
13196 "objc2-web-kit",
13197 "once_cell",
13198 "percent-encoding",
13199 "raw-window-handle 0.6.2",
13200 "sha2 0.10.9",
13201 "soup3",
13202 "tao-macros",
13203 "thiserror 2.0.17",
13204 "url",
13205 "webkit2gtk",
13206 "webkit2gtk-sys",
13207 "webview2-com",
13208 "windows 0.61.3",
13209 "windows-core 0.61.2",
13210 "windows-version",
13211]
13212
13213[[package]]
13214name = "ws_stream_wasm"
13215version = "0.7.5"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
13218dependencies = [
13219 "async_io_stream",
13220 "futures",
13221 "js-sys",
13222 "log",
13223 "pharos",
13224 "rustc_version",
13225 "send_wrapper",
13226 "thiserror 2.0.17",
13227 "wasm-bindgen",
13228 "wasm-bindgen-futures",
13229 "web-sys",
13230]
13231
13232[[package]]
13233name = "wyz"
13234version = "0.5.1"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13237dependencies = [
13238 "tap",
13239]
13240
13241[[package]]
13242name = "x11"
13243version = "2.21.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
13246dependencies = [
13247 "libc",
13248 "pkg-config",
13249]
13250
13251[[package]]
13252name = "x11-dl"
13253version = "2.21.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
13256dependencies = [
13257 "libc",
13258 "once_cell",
13259 "pkg-config",
13260]
13261
13262[[package]]
13263name = "x11rb"
13264version = "0.13.2"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
13267dependencies = [
13268 "gethostname",
13269 "rustix",
13270 "x11rb-protocol",
13271]
13272
13273[[package]]
13274name = "x11rb-protocol"
13275version = "0.13.2"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
13278
13279[[package]]
13280name = "xkeysym"
13281version = "0.2.1"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
13284
13285[[package]]
13286name = "xml-rs"
13287version = "0.8.28"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
13290
13291[[package]]
13292name = "xml5ever"
13293version = "0.18.1"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
13296dependencies = [
13297 "log",
13298 "mac",
13299 "markup5ever 0.12.1",
13300]
13301
13302[[package]]
13303name = "xmltree"
13304version = "0.10.3"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
13307dependencies = [
13308 "xml-rs",
13309]
13310
13311[[package]]
13312name = "xmlwriter"
13313version = "0.1.0"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13316
13317[[package]]
13318name = "xxhash-rust"
13319version = "0.8.15"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
13322
13323[[package]]
13324name = "yaml-rust2"
13325version = "0.10.4"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "2462ea039c445496d8793d052e13787f2b90e750b833afee748e601c17621ed9"
13328dependencies = [
13329 "arraydeque",
13330 "encoding_rs",
13331 "hashlink",
13332]
13333
13334[[package]]
13335name = "yansi"
13336version = "1.0.1"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
13339
13340[[package]]
13341name = "yoke"
13342version = "0.8.1"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
13345dependencies = [
13346 "stable_deref_trait",
13347 "yoke-derive",
13348 "zerofrom",
13349]
13350
13351[[package]]
13352name = "yoke-derive"
13353version = "0.8.1"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
13356dependencies = [
13357 "proc-macro2",
13358 "quote",
13359 "syn 2.0.111",
13360 "synstructure",
13361]
13362
13363[[package]]
13364name = "z32"
13365version = "1.3.0"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "2164e798d9e3d84ee2c91139ace54638059a3b23e361f5c11781c2c6459bde0f"
13368
13369[[package]]
13370name = "zbus"
13371version = "5.12.0"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
13374dependencies = [
13375 "async-broadcast",
13376 "async-recursion",
13377 "async-trait",
13378 "enumflags2",
13379 "event-listener",
13380 "futures-core",
13381 "futures-lite",
13382 "hex",
13383 "nix",
13384 "ordered-stream",
13385 "serde",
13386 "serde_repr",
13387 "tokio",
13388 "tracing",
13389 "uds_windows",
13390 "uuid",
13391 "windows-sys 0.61.2",
13392 "winnow 0.7.14",
13393 "zbus_macros",
13394 "zbus_names",
13395 "zvariant",
13396]
13397
13398[[package]]
13399name = "zbus_macros"
13400version = "5.12.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
13403dependencies = [
13404 "proc-macro-crate 3.4.0",
13405 "proc-macro2",
13406 "quote",
13407 "syn 2.0.111",
13408 "zbus_names",
13409 "zvariant",
13410 "zvariant_utils",
13411]
13412
13413[[package]]
13414name = "zbus_names"
13415version = "4.2.0"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
13418dependencies = [
13419 "serde",
13420 "static_assertions",
13421 "winnow 0.7.14",
13422 "zvariant",
13423]
13424
13425[[package]]
13426name = "zerocopy"
13427version = "0.8.31"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
13430dependencies = [
13431 "zerocopy-derive",
13432]
13433
13434[[package]]
13435name = "zerocopy-derive"
13436version = "0.8.31"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
13439dependencies = [
13440 "proc-macro2",
13441 "quote",
13442 "syn 2.0.111",
13443]
13444
13445[[package]]
13446name = "zerofrom"
13447version = "0.1.6"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
13450dependencies = [
13451 "zerofrom-derive",
13452]
13453
13454[[package]]
13455name = "zerofrom-derive"
13456version = "0.1.6"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
13459dependencies = [
13460 "proc-macro2",
13461 "quote",
13462 "syn 2.0.111",
13463 "synstructure",
13464]
13465
13466[[package]]
13467name = "zeroize"
13468version = "1.8.2"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
13471dependencies = [
13472 "serde",
13473 "zeroize_derive",
13474]
13475
13476[[package]]
13477name = "zeroize_derive"
13478version = "1.4.2"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13481dependencies = [
13482 "proc-macro2",
13483 "quote",
13484 "syn 2.0.111",
13485]
13486
13487[[package]]
13488name = "zerotrie"
13489version = "0.2.3"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
13492dependencies = [
13493 "displaydoc",
13494 "yoke",
13495 "zerofrom",
13496]
13497
13498[[package]]
13499name = "zerovec"
13500version = "0.11.5"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
13503dependencies = [
13504 "yoke",
13505 "zerofrom",
13506 "zerovec-derive",
13507]
13508
13509[[package]]
13510name = "zerovec-derive"
13511version = "0.11.2"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
13514dependencies = [
13515 "proc-macro2",
13516 "quote",
13517 "syn 2.0.111",
13518]
13519
13520[[package]]
13521name = "zstd"
13522version = "0.13.3"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
13525dependencies = [
13526 "zstd-safe",
13527]
13528
13529[[package]]
13530name = "zstd-safe"
13531version = "7.2.4"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
13534dependencies = [
13535 "zstd-sys",
13536]
13537
13538[[package]]
13539name = "zstd-sys"
13540version = "2.0.16+zstd.1.5.7"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
13543dependencies = [
13544 "cc",
13545 "pkg-config",
13546]
13547
13548[[package]]
13549name = "zune-core"
13550version = "0.4.12"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
13553
13554[[package]]
13555name = "zune-jpeg"
13556version = "0.4.21"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
13559dependencies = [
13560 "zune-core",
13561]
13562
13563[[package]]
13564name = "zvariant"
13565version = "5.8.0"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
13568dependencies = [
13569 "endi",
13570 "enumflags2",
13571 "serde",
13572 "url",
13573 "winnow 0.7.14",
13574 "zvariant_derive",
13575 "zvariant_utils",
13576]
13577
13578[[package]]
13579name = "zvariant_derive"
13580version = "5.8.0"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
13583dependencies = [
13584 "proc-macro-crate 3.4.0",
13585 "proc-macro2",
13586 "quote",
13587 "syn 2.0.111",
13588 "zvariant_utils",
13589]
13590
13591[[package]]
13592name = "zvariant_utils"
13593version = "3.2.1"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
13596dependencies = [
13597 "proc-macro2",
13598 "quote",
13599 "serde",
13600 "syn 2.0.111",
13601 "winnow 0.7.14",
13602]