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