A decentralized music tracking and discovery platform built on AT Protocol 馃幍
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "actix-codec"
7version = "0.5.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
10dependencies = [
11 "bitflags 2.9.4",
12 "bytes",
13 "futures-core",
14 "futures-sink",
15 "memchr",
16 "pin-project-lite",
17 "tokio",
18 "tokio-util",
19 "tracing",
20]
21
22[[package]]
23name = "actix-cors"
24version = "0.7.1"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "daa239b93927be1ff123eebada5a3ff23e89f0124ccb8609234e5103d5a5ae6d"
27dependencies = [
28 "actix-utils",
29 "actix-web",
30 "derive_more 2.0.1",
31 "futures-util",
32 "log",
33 "once_cell",
34 "smallvec",
35]
36
37[[package]]
38name = "actix-http"
39version = "3.11.1"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "44cceded2fb55f3c4b67068fa64962e2ca59614edc5b03167de9ff82ae803da0"
42dependencies = [
43 "actix-codec",
44 "actix-rt",
45 "actix-service",
46 "actix-utils",
47 "base64 0.22.1",
48 "bitflags 2.9.4",
49 "brotli",
50 "bytes",
51 "bytestring",
52 "derive_more 2.0.1",
53 "encoding_rs",
54 "flate2",
55 "foldhash",
56 "futures-core",
57 "h2 0.3.27",
58 "http 0.2.12",
59 "httparse",
60 "httpdate",
61 "itoa",
62 "language-tags",
63 "local-channel",
64 "mime",
65 "percent-encoding",
66 "pin-project-lite",
67 "rand 0.9.2",
68 "sha1",
69 "smallvec",
70 "tokio",
71 "tokio-util",
72 "tracing",
73 "zstd",
74]
75
76[[package]]
77name = "actix-limitation"
78version = "0.5.1"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "3bf9d4ce7fd50ab56efde47127bd5a2e5e27ae1dc3edbcb85be16672f477ff0a"
81dependencies = [
82 "actix-session 0.8.0",
83 "actix-utils",
84 "actix-web",
85 "chrono",
86 "derive_more 0.99.20",
87 "log",
88 "redis 0.23.3",
89 "time",
90]
91
92[[package]]
93name = "actix-macros"
94version = "0.2.4"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
97dependencies = [
98 "quote",
99 "syn 2.0.106",
100]
101
102[[package]]
103name = "actix-router"
104version = "0.5.3"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
107dependencies = [
108 "bytestring",
109 "cfg-if",
110 "http 0.2.12",
111 "regex",
112 "regex-lite",
113 "serde",
114 "tracing",
115]
116
117[[package]]
118name = "actix-rt"
119version = "2.11.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63"
122dependencies = [
123 "futures-core",
124 "tokio",
125]
126
127[[package]]
128name = "actix-server"
129version = "2.6.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
132dependencies = [
133 "actix-rt",
134 "actix-service",
135 "actix-utils",
136 "futures-core",
137 "futures-util",
138 "mio",
139 "socket2 0.5.10",
140 "tokio",
141 "tracing",
142]
143
144[[package]]
145name = "actix-service"
146version = "2.0.3"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f"
149dependencies = [
150 "futures-core",
151 "pin-project-lite",
152]
153
154[[package]]
155name = "actix-session"
156version = "0.8.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "2e6a28f813a6671e1847d005cad0be36ae4d016287690f765c303379837c13d6"
159dependencies = [
160 "actix-service",
161 "actix-utils",
162 "actix-web",
163 "anyhow",
164 "async-trait",
165 "derive_more 0.99.20",
166 "serde",
167 "serde_json",
168 "tracing",
169]
170
171[[package]]
172name = "actix-session"
173version = "0.10.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "efe6976a74f34f1b6d07a6c05aadc0ed0359304a7781c367fa5b4029418db08f"
176dependencies = [
177 "actix-service",
178 "actix-utils",
179 "actix-web",
180 "anyhow",
181 "derive_more 1.0.0",
182 "rand 0.8.5",
183 "serde",
184 "serde_json",
185 "tracing",
186]
187
188[[package]]
189name = "actix-utils"
190version = "3.0.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
193dependencies = [
194 "local-waker",
195 "pin-project-lite",
196]
197
198[[package]]
199name = "actix-web"
200version = "4.11.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
203dependencies = [
204 "actix-codec",
205 "actix-http",
206 "actix-macros",
207 "actix-router",
208 "actix-rt",
209 "actix-server",
210 "actix-service",
211 "actix-utils",
212 "actix-web-codegen",
213 "bytes",
214 "bytestring",
215 "cfg-if",
216 "cookie",
217 "derive_more 2.0.1",
218 "encoding_rs",
219 "foldhash",
220 "futures-core",
221 "futures-util",
222 "impl-more",
223 "itoa",
224 "language-tags",
225 "log",
226 "mime",
227 "once_cell",
228 "pin-project-lite",
229 "regex",
230 "regex-lite",
231 "serde",
232 "serde_json",
233 "serde_urlencoded",
234 "smallvec",
235 "socket2 0.5.10",
236 "time",
237 "tracing",
238 "url",
239]
240
241[[package]]
242name = "actix-web-codegen"
243version = "4.3.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
246dependencies = [
247 "actix-router",
248 "proc-macro2",
249 "quote",
250 "syn 2.0.106",
251]
252
253[[package]]
254name = "addr2line"
255version = "0.25.1"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
258dependencies = [
259 "gimli",
260]
261
262[[package]]
263name = "adler2"
264version = "2.0.1"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
267
268[[package]]
269name = "aead"
270version = "0.5.2"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
273dependencies = [
274 "crypto-common",
275 "generic-array",
276]
277
278[[package]]
279name = "aes"
280version = "0.8.4"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
283dependencies = [
284 "cfg-if",
285 "cipher",
286 "cpufeatures",
287]
288
289[[package]]
290name = "aes-gcm"
291version = "0.10.3"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
294dependencies = [
295 "aead",
296 "aes",
297 "cipher",
298 "ctr",
299 "ghash",
300 "subtle",
301]
302
303[[package]]
304name = "ahash"
305version = "0.7.8"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
308dependencies = [
309 "getrandom 0.2.16",
310 "once_cell",
311 "version_check",
312]
313
314[[package]]
315name = "ahash"
316version = "0.8.12"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
319dependencies = [
320 "cfg-if",
321 "const-random",
322 "getrandom 0.3.4",
323 "once_cell",
324 "version_check",
325 "zerocopy",
326]
327
328[[package]]
329name = "aho-corasick"
330version = "1.1.3"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
333dependencies = [
334 "memchr",
335]
336
337[[package]]
338name = "alloc-no-stdlib"
339version = "2.0.4"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
342
343[[package]]
344name = "alloc-stdlib"
345version = "0.2.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
348dependencies = [
349 "alloc-no-stdlib",
350]
351
352[[package]]
353name = "allocator-api2"
354version = "0.2.21"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
357
358[[package]]
359name = "android-tzdata"
360version = "0.1.1"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
363
364[[package]]
365name = "android_system_properties"
366version = "0.1.5"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
369dependencies = [
370 "libc",
371]
372
373[[package]]
374name = "annotate-snippets"
375version = "0.11.5"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
378dependencies = [
379 "anstyle",
380 "unicode-width 0.2.1",
381]
382
383[[package]]
384name = "anstream"
385version = "0.6.20"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
388dependencies = [
389 "anstyle",
390 "anstyle-parse",
391 "anstyle-query",
392 "anstyle-wincon",
393 "colorchoice",
394 "is_terminal_polyfill",
395 "utf8parse",
396]
397
398[[package]]
399name = "anstyle"
400version = "1.0.11"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
403
404[[package]]
405name = "anstyle-parse"
406version = "0.2.7"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
409dependencies = [
410 "utf8parse",
411]
412
413[[package]]
414name = "anstyle-query"
415version = "1.1.4"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
418dependencies = [
419 "windows-sys 0.60.2",
420]
421
422[[package]]
423name = "anstyle-wincon"
424version = "3.0.10"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
427dependencies = [
428 "anstyle",
429 "once_cell_polyfill",
430 "windows-sys 0.60.2",
431]
432
433[[package]]
434name = "anyhow"
435version = "1.0.100"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
438
439[[package]]
440name = "arc-swap"
441version = "1.7.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
444
445[[package]]
446name = "argminmax"
447version = "0.6.3"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
450dependencies = [
451 "num-traits",
452]
453
454[[package]]
455name = "array-init-cursor"
456version = "0.2.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
459
460[[package]]
461name = "arrayvec"
462version = "0.7.6"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
465
466[[package]]
467name = "arrow"
468version = "54.2.1"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "dc208515aa0151028e464cc94a692156e945ce5126abd3537bb7fd6ba2143ed1"
471dependencies = [
472 "arrow-arith",
473 "arrow-array",
474 "arrow-buffer",
475 "arrow-cast",
476 "arrow-data",
477 "arrow-ord",
478 "arrow-row",
479 "arrow-schema",
480 "arrow-select",
481 "arrow-string",
482]
483
484[[package]]
485name = "arrow-arith"
486version = "54.2.1"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "e07e726e2b3f7816a85c6a45b6ec118eeeabf0b2a8c208122ad949437181f49a"
489dependencies = [
490 "arrow-array",
491 "arrow-buffer",
492 "arrow-data",
493 "arrow-schema",
494 "chrono",
495 "num",
496]
497
498[[package]]
499name = "arrow-array"
500version = "54.2.1"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "a2262eba4f16c78496adfd559a29fe4b24df6088efc9985a873d58e92be022d5"
503dependencies = [
504 "ahash 0.8.12",
505 "arrow-buffer",
506 "arrow-data",
507 "arrow-schema",
508 "chrono",
509 "half 2.6.0",
510 "hashbrown 0.15.5",
511 "num",
512]
513
514[[package]]
515name = "arrow-buffer"
516version = "54.3.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c"
519dependencies = [
520 "bytes",
521 "half 2.6.0",
522 "num",
523]
524
525[[package]]
526name = "arrow-cast"
527version = "54.2.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "4103d88c5b441525ed4ac23153be7458494c2b0c9a11115848fdb9b81f6f886a"
530dependencies = [
531 "arrow-array",
532 "arrow-buffer",
533 "arrow-data",
534 "arrow-schema",
535 "arrow-select",
536 "atoi",
537 "base64 0.22.1",
538 "chrono",
539 "comfy-table",
540 "half 2.6.0",
541 "lexical-core",
542 "num",
543 "ryu",
544]
545
546[[package]]
547name = "arrow-data"
548version = "54.3.1"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "61cfdd7d99b4ff618f167e548b2411e5dd2c98c0ddebedd7df433d34c20a4429"
551dependencies = [
552 "arrow-buffer",
553 "arrow-schema",
554 "half 2.6.0",
555 "num",
556]
557
558[[package]]
559name = "arrow-ord"
560version = "54.2.1"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "f841bfcc1997ef6ac48ee0305c4dfceb1f7c786fe31e67c1186edf775e1f1160"
563dependencies = [
564 "arrow-array",
565 "arrow-buffer",
566 "arrow-data",
567 "arrow-schema",
568 "arrow-select",
569]
570
571[[package]]
572name = "arrow-row"
573version = "54.2.1"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "1eeb55b0a0a83851aa01f2ca5ee5648f607e8506ba6802577afdda9d75cdedcd"
576dependencies = [
577 "arrow-array",
578 "arrow-buffer",
579 "arrow-data",
580 "arrow-schema",
581 "half 2.6.0",
582]
583
584[[package]]
585name = "arrow-schema"
586version = "54.3.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9"
589dependencies = [
590 "bitflags 2.9.4",
591]
592
593[[package]]
594name = "arrow-select"
595version = "54.2.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "7e2932aece2d0c869dd2125feb9bd1709ef5c445daa3838ac4112dcfa0fda52c"
598dependencies = [
599 "ahash 0.8.12",
600 "arrow-array",
601 "arrow-buffer",
602 "arrow-data",
603 "arrow-schema",
604 "num",
605]
606
607[[package]]
608name = "arrow-string"
609version = "54.2.1"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "912e38bd6a7a7714c1d9b61df80315685553b7455e8a6045c27531d8ecd5b458"
612dependencies = [
613 "arrow-array",
614 "arrow-buffer",
615 "arrow-data",
616 "arrow-schema",
617 "arrow-select",
618 "memchr",
619 "num",
620 "regex",
621 "regex-syntax",
622]
623
624[[package]]
625name = "askama"
626version = "0.12.1"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
629dependencies = [
630 "askama_derive",
631 "askama_escape",
632]
633
634[[package]]
635name = "askama_derive"
636version = "0.12.5"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
639dependencies = [
640 "askama_parser",
641 "basic-toml",
642 "mime",
643 "mime_guess",
644 "proc-macro2",
645 "quote",
646 "serde",
647 "syn 2.0.106",
648]
649
650[[package]]
651name = "askama_escape"
652version = "0.10.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
655
656[[package]]
657name = "askama_parser"
658version = "0.2.1"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
661dependencies = [
662 "nom",
663]
664
665[[package]]
666name = "async-compression"
667version = "0.4.33"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "93c1f86859c1af3d514fa19e8323147ff10ea98684e6c7b307912509f50e67b2"
670dependencies = [
671 "compression-codecs",
672 "compression-core",
673 "futures-core",
674 "pin-project-lite",
675 "tokio",
676]
677
678[[package]]
679name = "async-nats"
680version = "0.39.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "a798aab0c0203b31d67d501e5ed1f3ac6c36a329899ce47fc93c3bea53f3ae89"
683dependencies = [
684 "base64 0.22.1",
685 "bytes",
686 "futures",
687 "memchr",
688 "nkeys",
689 "nuid",
690 "once_cell",
691 "pin-project",
692 "portable-atomic",
693 "rand 0.8.5",
694 "regex",
695 "ring",
696 "rustls-native-certs 0.7.3",
697 "rustls-pemfile 2.2.0",
698 "rustls-webpki 0.102.8",
699 "serde",
700 "serde_json",
701 "serde_nanos",
702 "serde_repr",
703 "thiserror 1.0.69",
704 "time",
705 "tokio",
706 "tokio-rustls 0.26.4",
707 "tokio-util",
708 "tokio-websockets",
709 "tracing",
710 "tryhard",
711 "url",
712]
713
714[[package]]
715name = "async-stream"
716version = "0.3.6"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
719dependencies = [
720 "async-stream-impl",
721 "futures-core",
722 "pin-project-lite",
723]
724
725[[package]]
726name = "async-stream-impl"
727version = "0.3.6"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
730dependencies = [
731 "proc-macro2",
732 "quote",
733 "syn 2.0.106",
734]
735
736[[package]]
737name = "async-trait"
738version = "0.1.89"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
741dependencies = [
742 "proc-macro2",
743 "quote",
744 "syn 2.0.106",
745]
746
747[[package]]
748name = "atoi"
749version = "2.0.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
752dependencies = [
753 "num-traits",
754]
755
756[[package]]
757name = "atoi_simd"
758version = "0.16.1"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf"
761dependencies = [
762 "debug_unsafe",
763]
764
765[[package]]
766name = "atomic-polyfill"
767version = "1.0.3"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
770dependencies = [
771 "critical-section",
772]
773
774[[package]]
775name = "atomic-traits"
776version = "0.4.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "707f750b93bd1b739cf9ddf85f8fe7c97a4a62c60ccf8b6f232514bd9103bedc"
779dependencies = [
780 "cfg-if",
781 "rustc_version",
782]
783
784[[package]]
785name = "atomic-waker"
786version = "1.1.2"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
789
790[[package]]
791name = "attohttpc"
792version = "0.28.5"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "07a9b245ba0739fc90935094c29adbaee3f977218b5fb95e822e261cda7f56a3"
795dependencies = [
796 "http 1.4.2",
797 "log",
798 "rustls 0.23.32",
799 "serde",
800 "serde_json",
801 "url",
802 "webpki-roots 0.26.11",
803]
804
805[[package]]
806name = "autocfg"
807version = "1.5.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
810
811[[package]]
812name = "aws-creds"
813version = "0.37.0"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "7f84143206b9c72b3c5cb65415de60c7539c79cd1559290fddec657939131be0"
816dependencies = [
817 "attohttpc",
818 "home",
819 "log",
820 "quick-xml 0.32.0",
821 "rust-ini",
822 "serde",
823 "thiserror 1.0.69",
824 "time",
825 "url",
826]
827
828[[package]]
829name = "aws-region"
830version = "0.25.5"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "e9aed3f9c7eac9be28662fdb3b0f4d1951e812f7c64fed4f0327ba702f459b3b"
833dependencies = [
834 "thiserror 1.0.69",
835]
836
837[[package]]
838name = "backtrace"
839version = "0.3.76"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
842dependencies = [
843 "addr2line",
844 "cfg-if",
845 "libc",
846 "miniz_oxide",
847 "object",
848 "rustc-demangle",
849 "windows-link 0.2.1",
850]
851
852[[package]]
853name = "base-x"
854version = "0.2.11"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
857
858[[package]]
859name = "base16ct"
860version = "0.2.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
863
864[[package]]
865name = "base256emoji"
866version = "1.0.2"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
869dependencies = [
870 "const-str",
871 "match-lookup",
872]
873
874[[package]]
875name = "base45"
876version = "3.2.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03"
879
880[[package]]
881name = "base64"
882version = "0.20.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
885
886[[package]]
887name = "base64"
888version = "0.21.7"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
891
892[[package]]
893name = "base64"
894version = "0.22.1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
897
898[[package]]
899name = "base64ct"
900version = "1.8.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
903
904[[package]]
905name = "basic-toml"
906version = "0.1.10"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
909dependencies = [
910 "serde",
911]
912
913[[package]]
914name = "bincode"
915version = "1.3.3"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
918dependencies = [
919 "serde",
920]
921
922[[package]]
923name = "bindgen"
924version = "0.71.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
927dependencies = [
928 "annotate-snippets",
929 "bitflags 2.9.4",
930 "cexpr",
931 "clang-sys",
932 "itertools",
933 "proc-macro2",
934 "quote",
935 "regex",
936 "rustc-hash",
937 "shlex",
938 "syn 2.0.106",
939]
940
941[[package]]
942name = "bit-set"
943version = "0.8.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
946dependencies = [
947 "bit-vec",
948]
949
950[[package]]
951name = "bit-vec"
952version = "0.8.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
955
956[[package]]
957name = "bitflags"
958version = "1.3.2"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
961
962[[package]]
963name = "bitflags"
964version = "2.9.4"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
967dependencies = [
968 "serde",
969]
970
971[[package]]
972name = "bitvec"
973version = "1.0.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
976dependencies = [
977 "funty",
978 "radium",
979 "tap",
980 "wyz",
981]
982
983[[package]]
984name = "block-buffer"
985version = "0.10.4"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
988dependencies = [
989 "generic-array",
990]
991
992[[package]]
993name = "bon"
994version = "3.9.3"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
997dependencies = [
998 "bon-macros",
999 "rustversion",
1000]
1001
1002[[package]]
1003name = "bon-macros"
1004version = "3.9.3"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
1007dependencies = [
1008 "darling 0.23.0",
1009 "ident_case",
1010 "prettyplease",
1011 "proc-macro2",
1012 "quote",
1013 "rustversion",
1014 "syn 2.0.106",
1015]
1016
1017[[package]]
1018name = "borrow-or-share"
1019version = "0.2.4"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
1022
1023[[package]]
1024name = "borsh"
1025version = "1.5.7"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
1028dependencies = [
1029 "borsh-derive",
1030 "cfg_aliases",
1031]
1032
1033[[package]]
1034name = "borsh-derive"
1035version = "1.5.7"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
1038dependencies = [
1039 "once_cell",
1040 "proc-macro-crate",
1041 "proc-macro2",
1042 "quote",
1043 "syn 2.0.106",
1044]
1045
1046[[package]]
1047name = "brotli"
1048version = "8.0.2"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
1051dependencies = [
1052 "alloc-no-stdlib",
1053 "alloc-stdlib",
1054 "brotli-decompressor",
1055]
1056
1057[[package]]
1058name = "brotli-decompressor"
1059version = "5.0.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
1062dependencies = [
1063 "alloc-no-stdlib",
1064 "alloc-stdlib",
1065]
1066
1067[[package]]
1068name = "bumpalo"
1069version = "3.19.0"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
1072
1073[[package]]
1074name = "bytecheck"
1075version = "0.6.12"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1078dependencies = [
1079 "bytecheck_derive",
1080 "ptr_meta",
1081 "simdutf8",
1082]
1083
1084[[package]]
1085name = "bytecheck_derive"
1086version = "0.6.12"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1089dependencies = [
1090 "proc-macro2",
1091 "quote",
1092 "syn 1.0.109",
1093]
1094
1095[[package]]
1096name = "bytemuck"
1097version = "1.23.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
1100dependencies = [
1101 "bytemuck_derive",
1102]
1103
1104[[package]]
1105name = "bytemuck_derive"
1106version = "1.10.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29"
1109dependencies = [
1110 "proc-macro2",
1111 "quote",
1112 "syn 2.0.106",
1113]
1114
1115[[package]]
1116name = "byteorder"
1117version = "1.5.0"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1120
1121[[package]]
1122name = "bytes"
1123version = "1.12.1"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
1126dependencies = [
1127 "serde",
1128]
1129
1130[[package]]
1131name = "bytestring"
1132version = "1.5.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289"
1135dependencies = [
1136 "bytes",
1137]
1138
1139[[package]]
1140name = "camino"
1141version = "1.2.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "e1de8bc0aa9e9385ceb3bf0c152e3a9b9544f6c4a912c8ae504e80c1f0368603"
1144dependencies = [
1145 "serde_core",
1146]
1147
1148[[package]]
1149name = "cargo-platform"
1150version = "0.1.9"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
1153dependencies = [
1154 "serde",
1155]
1156
1157[[package]]
1158name = "cargo_metadata"
1159version = "0.15.4"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
1162dependencies = [
1163 "camino",
1164 "cargo-platform",
1165 "semver",
1166 "serde",
1167 "serde_json",
1168 "thiserror 1.0.69",
1169]
1170
1171[[package]]
1172name = "cargo_metadata"
1173version = "0.18.1"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
1176dependencies = [
1177 "camino",
1178 "cargo-platform",
1179 "semver",
1180 "serde",
1181 "serde_json",
1182 "thiserror 1.0.69",
1183]
1184
1185[[package]]
1186name = "cargo_toml"
1187version = "0.22.3"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
1190dependencies = [
1191 "serde",
1192 "toml 0.9.7",
1193]
1194
1195[[package]]
1196name = "cast"
1197version = "0.3.0"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1200
1201[[package]]
1202name = "castaway"
1203version = "0.2.4"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
1206dependencies = [
1207 "rustversion",
1208]
1209
1210[[package]]
1211name = "cbor4ii"
1212version = "0.2.14"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
1215dependencies = [
1216 "serde",
1217]
1218
1219[[package]]
1220name = "cc"
1221version = "1.2.39"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
1224dependencies = [
1225 "find-msvc-tools",
1226 "jobserver",
1227 "libc",
1228 "shlex",
1229]
1230
1231[[package]]
1232name = "cee-scape"
1233version = "0.2.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "4d67dfb052149f779f77e9ce089cea126e00657e8f0d11dafc7901fde4291101"
1236dependencies = [
1237 "cc",
1238 "libc",
1239]
1240
1241[[package]]
1242name = "cesu8"
1243version = "1.1.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1246
1247[[package]]
1248name = "cexpr"
1249version = "0.6.0"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1252dependencies = [
1253 "nom",
1254]
1255
1256[[package]]
1257name = "cfg-if"
1258version = "1.0.3"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
1261
1262[[package]]
1263name = "cfg_aliases"
1264version = "0.2.1"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1267
1268[[package]]
1269name = "chacha20"
1270version = "0.9.1"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
1273dependencies = [
1274 "cfg-if",
1275 "cipher",
1276 "cpufeatures",
1277]
1278
1279[[package]]
1280name = "chrono"
1281version = "0.4.39"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
1284dependencies = [
1285 "android-tzdata",
1286 "iana-time-zone",
1287 "js-sys",
1288 "num-traits",
1289 "serde",
1290 "wasm-bindgen",
1291 "windows-targets 0.52.6",
1292]
1293
1294[[package]]
1295name = "chrono-tz"
1296version = "0.10.4"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
1299dependencies = [
1300 "chrono",
1301 "phf 0.12.1",
1302]
1303
1304[[package]]
1305name = "ciborium"
1306version = "0.2.2"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1309dependencies = [
1310 "ciborium-io",
1311 "ciborium-ll",
1312 "serde",
1313]
1314
1315[[package]]
1316name = "ciborium-io"
1317version = "0.2.2"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1320
1321[[package]]
1322name = "ciborium-ll"
1323version = "0.2.2"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1326dependencies = [
1327 "ciborium-io",
1328 "half 2.6.0",
1329]
1330
1331[[package]]
1332name = "cid"
1333version = "0.11.3"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
1336dependencies = [
1337 "multibase",
1338 "multihash",
1339 "serde",
1340 "serde_bytes",
1341 "unsigned-varint",
1342]
1343
1344[[package]]
1345name = "cipher"
1346version = "0.4.4"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1349dependencies = [
1350 "crypto-common",
1351 "inout",
1352 "zeroize",
1353]
1354
1355[[package]]
1356name = "clang-sys"
1357version = "1.8.1"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
1360dependencies = [
1361 "glob",
1362 "libc",
1363 "libloading",
1364]
1365
1366[[package]]
1367name = "clap"
1368version = "4.5.48"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
1371dependencies = [
1372 "clap_builder",
1373 "clap_derive",
1374]
1375
1376[[package]]
1377name = "clap-cargo"
1378version = "0.14.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "23b2ea69cefa96b848b73ad516ad1d59a195cdf9263087d977f648a818c8b43e"
1381dependencies = [
1382 "anstyle",
1383 "cargo_metadata 0.18.1",
1384 "clap",
1385]
1386
1387[[package]]
1388name = "clap_builder"
1389version = "4.5.48"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
1392dependencies = [
1393 "anstream",
1394 "anstyle",
1395 "clap_lex",
1396 "strsim",
1397]
1398
1399[[package]]
1400name = "clap_derive"
1401version = "4.5.47"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
1404dependencies = [
1405 "heck 0.5.0",
1406 "proc-macro2",
1407 "quote",
1408 "syn 2.0.106",
1409]
1410
1411[[package]]
1412name = "clap_lex"
1413version = "0.7.5"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
1416
1417[[package]]
1418name = "cobs"
1419version = "0.3.0"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
1422dependencies = [
1423 "thiserror 2.0.17",
1424]
1425
1426[[package]]
1427name = "codepage"
1428version = "0.1.2"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4"
1431dependencies = [
1432 "encoding_rs",
1433]
1434
1435[[package]]
1436name = "colorchoice"
1437version = "1.0.4"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
1440
1441[[package]]
1442name = "combine"
1443version = "4.6.7"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1446dependencies = [
1447 "bytes",
1448 "futures-core",
1449 "memchr",
1450 "pin-project-lite",
1451 "tokio",
1452 "tokio-util",
1453]
1454
1455[[package]]
1456name = "comfy-table"
1457version = "7.2.1"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
1460dependencies = [
1461 "crossterm",
1462 "unicode-segmentation",
1463 "unicode-width 0.2.1",
1464]
1465
1466[[package]]
1467name = "compact_str"
1468version = "0.8.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
1471dependencies = [
1472 "castaway",
1473 "cfg-if",
1474 "itoa",
1475 "rustversion",
1476 "ryu",
1477 "serde",
1478 "static_assertions",
1479]
1480
1481[[package]]
1482name = "compression-codecs"
1483version = "0.4.32"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "680dc087785c5230f8e8843e2e57ac7c1c90488b6a91b88caa265410568f441b"
1486dependencies = [
1487 "brotli",
1488 "compression-core",
1489 "flate2",
1490 "memchr",
1491]
1492
1493[[package]]
1494name = "compression-core"
1495version = "0.4.32"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
1498
1499[[package]]
1500name = "concurrent-queue"
1501version = "2.5.0"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1504dependencies = [
1505 "crossbeam-utils",
1506]
1507
1508[[package]]
1509name = "const-oid"
1510version = "0.9.6"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1513
1514[[package]]
1515name = "const-random"
1516version = "0.1.18"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
1519dependencies = [
1520 "const-random-macro",
1521]
1522
1523[[package]]
1524name = "const-random-macro"
1525version = "0.1.16"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1528dependencies = [
1529 "getrandom 0.2.16",
1530 "once_cell",
1531 "tiny-keccak",
1532]
1533
1534[[package]]
1535name = "const-str"
1536version = "0.4.3"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1539
1540[[package]]
1541name = "convert_case"
1542version = "0.4.0"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1545
1546[[package]]
1547name = "convert_case"
1548version = "0.8.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
1551dependencies = [
1552 "unicode-segmentation",
1553]
1554
1555[[package]]
1556name = "cookie"
1557version = "0.16.2"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
1560dependencies = [
1561 "aes-gcm",
1562 "base64 0.20.0",
1563 "hkdf",
1564 "hmac",
1565 "percent-encoding",
1566 "rand 0.8.5",
1567 "sha2",
1568 "subtle",
1569 "time",
1570 "version_check",
1571]
1572
1573[[package]]
1574name = "cordyceps"
1575version = "0.3.4"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
1578dependencies = [
1579 "loom",
1580 "tracing",
1581]
1582
1583[[package]]
1584name = "core-foundation"
1585version = "0.9.4"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1588dependencies = [
1589 "core-foundation-sys",
1590 "libc",
1591]
1592
1593[[package]]
1594name = "core-foundation"
1595version = "0.10.1"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1598dependencies = [
1599 "core-foundation-sys",
1600 "libc",
1601]
1602
1603[[package]]
1604name = "core-foundation-sys"
1605version = "0.8.7"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1608
1609[[package]]
1610name = "cpufeatures"
1611version = "0.2.17"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1614dependencies = [
1615 "libc",
1616]
1617
1618[[package]]
1619name = "crc"
1620version = "3.3.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
1623dependencies = [
1624 "crc-catalog",
1625]
1626
1627[[package]]
1628name = "crc-catalog"
1629version = "2.4.0"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1632
1633[[package]]
1634name = "crc32fast"
1635version = "1.5.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1638dependencies = [
1639 "cfg-if",
1640]
1641
1642[[package]]
1643name = "critical-section"
1644version = "1.2.0"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1647
1648[[package]]
1649name = "crossbeam-channel"
1650version = "0.5.15"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1653dependencies = [
1654 "crossbeam-utils",
1655]
1656
1657[[package]]
1658name = "crossbeam-deque"
1659version = "0.8.6"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1662dependencies = [
1663 "crossbeam-epoch",
1664 "crossbeam-utils",
1665]
1666
1667[[package]]
1668name = "crossbeam-epoch"
1669version = "0.9.18"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1672dependencies = [
1673 "crossbeam-utils",
1674]
1675
1676[[package]]
1677name = "crossbeam-queue"
1678version = "0.3.12"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1681dependencies = [
1682 "crossbeam-utils",
1683]
1684
1685[[package]]
1686name = "crossbeam-utils"
1687version = "0.8.21"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1690
1691[[package]]
1692name = "crossterm"
1693version = "0.29.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
1696dependencies = [
1697 "bitflags 2.9.4",
1698 "crossterm_winapi",
1699 "document-features",
1700 "parking_lot",
1701 "rustix",
1702 "winapi",
1703]
1704
1705[[package]]
1706name = "crossterm_winapi"
1707version = "0.9.1"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
1710dependencies = [
1711 "winapi",
1712]
1713
1714[[package]]
1715name = "crunchy"
1716version = "0.2.4"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1719
1720[[package]]
1721name = "crypto-bigint"
1722version = "0.5.5"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1725dependencies = [
1726 "generic-array",
1727 "rand_core 0.6.4",
1728 "subtle",
1729 "zeroize",
1730]
1731
1732[[package]]
1733name = "crypto-common"
1734version = "0.1.6"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1737dependencies = [
1738 "generic-array",
1739 "rand_core 0.6.4",
1740 "typenum",
1741]
1742
1743[[package]]
1744name = "ctr"
1745version = "0.9.2"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1748dependencies = [
1749 "cipher",
1750]
1751
1752[[package]]
1753name = "curve25519-dalek"
1754version = "4.1.3"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
1757dependencies = [
1758 "cfg-if",
1759 "cpufeatures",
1760 "curve25519-dalek-derive",
1761 "digest",
1762 "fiat-crypto",
1763 "rustc_version",
1764 "subtle",
1765 "zeroize",
1766]
1767
1768[[package]]
1769name = "curve25519-dalek-derive"
1770version = "0.1.1"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1773dependencies = [
1774 "proc-macro2",
1775 "quote",
1776 "syn 2.0.106",
1777]
1778
1779[[package]]
1780name = "darling"
1781version = "0.21.3"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1784dependencies = [
1785 "darling_core 0.21.3",
1786 "darling_macro 0.21.3",
1787]
1788
1789[[package]]
1790name = "darling"
1791version = "0.23.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1794dependencies = [
1795 "darling_core 0.23.0",
1796 "darling_macro 0.23.0",
1797]
1798
1799[[package]]
1800name = "darling_core"
1801version = "0.21.3"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1804dependencies = [
1805 "fnv",
1806 "ident_case",
1807 "proc-macro2",
1808 "quote",
1809 "strsim",
1810 "syn 2.0.106",
1811]
1812
1813[[package]]
1814name = "darling_core"
1815version = "0.23.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1818dependencies = [
1819 "ident_case",
1820 "proc-macro2",
1821 "quote",
1822 "strsim",
1823 "syn 2.0.106",
1824]
1825
1826[[package]]
1827name = "darling_macro"
1828version = "0.21.3"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1831dependencies = [
1832 "darling_core 0.21.3",
1833 "quote",
1834 "syn 2.0.106",
1835]
1836
1837[[package]]
1838name = "darling_macro"
1839version = "0.23.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1842dependencies = [
1843 "darling_core 0.23.0",
1844 "quote",
1845 "syn 2.0.106",
1846]
1847
1848[[package]]
1849name = "dashmap"
1850version = "6.1.0"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1853dependencies = [
1854 "cfg-if",
1855 "crossbeam-utils",
1856 "hashbrown 0.14.5",
1857 "lock_api",
1858 "once_cell",
1859 "parking_lot_core",
1860]
1861
1862[[package]]
1863name = "data-encoding"
1864version = "2.9.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1867
1868[[package]]
1869name = "data-encoding-macro"
1870version = "0.1.18"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1873dependencies = [
1874 "data-encoding",
1875 "data-encoding-macro-internal",
1876]
1877
1878[[package]]
1879name = "data-encoding-macro-internal"
1880version = "0.1.16"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1883dependencies = [
1884 "data-encoding",
1885 "syn 2.0.106",
1886]
1887
1888[[package]]
1889name = "debug_unsafe"
1890version = "0.1.3"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b"
1893
1894[[package]]
1895name = "der"
1896version = "0.7.10"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1899dependencies = [
1900 "const-oid",
1901 "pem-rfc7468",
1902 "zeroize",
1903]
1904
1905[[package]]
1906name = "deranged"
1907version = "0.5.4"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
1910dependencies = [
1911 "powerfmt",
1912 "serde_core",
1913]
1914
1915[[package]]
1916name = "derive_more"
1917version = "0.99.20"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
1920dependencies = [
1921 "convert_case 0.4.0",
1922 "proc-macro2",
1923 "quote",
1924 "rustc_version",
1925 "syn 2.0.106",
1926]
1927
1928[[package]]
1929name = "derive_more"
1930version = "1.0.0"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1933dependencies = [
1934 "derive_more-impl 1.0.0",
1935]
1936
1937[[package]]
1938name = "derive_more"
1939version = "2.0.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
1942dependencies = [
1943 "derive_more-impl 2.0.1",
1944]
1945
1946[[package]]
1947name = "derive_more-impl"
1948version = "1.0.0"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1951dependencies = [
1952 "proc-macro2",
1953 "quote",
1954 "syn 2.0.106",
1955 "unicode-xid",
1956]
1957
1958[[package]]
1959name = "derive_more-impl"
1960version = "2.0.1"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
1963dependencies = [
1964 "proc-macro2",
1965 "quote",
1966 "syn 2.0.106",
1967 "unicode-xid",
1968]
1969
1970[[package]]
1971name = "diatomic-waker"
1972version = "0.2.3"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1975
1976[[package]]
1977name = "digest"
1978version = "0.10.7"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1981dependencies = [
1982 "block-buffer",
1983 "const-oid",
1984 "crypto-common",
1985 "subtle",
1986]
1987
1988[[package]]
1989name = "dirs"
1990version = "6.0.0"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1993dependencies = [
1994 "dirs-sys",
1995]
1996
1997[[package]]
1998name = "dirs-sys"
1999version = "0.5.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
2002dependencies = [
2003 "libc",
2004 "option-ext",
2005 "redox_users",
2006 "windows-sys 0.61.1",
2007]
2008
2009[[package]]
2010name = "displaydoc"
2011version = "0.2.5"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2014dependencies = [
2015 "proc-macro2",
2016 "quote",
2017 "syn 2.0.106",
2018]
2019
2020[[package]]
2021name = "dlv-list"
2022version = "0.5.2"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
2025dependencies = [
2026 "const-random",
2027]
2028
2029[[package]]
2030name = "document-features"
2031version = "0.2.11"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
2034dependencies = [
2035 "litrs",
2036]
2037
2038[[package]]
2039name = "dotenv"
2040version = "0.15.0"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2043
2044[[package]]
2045name = "dotenvy"
2046version = "0.15.7"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2049
2050[[package]]
2051name = "dryoc"
2052version = "0.6.2"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "6e73e0fee365832cd9b9a53ea62f944cc0d7a4c71f2b9c96a28fc74749517afa"
2055dependencies = [
2056 "bitflags 2.9.4",
2057 "chacha20",
2058 "curve25519-dalek",
2059 "generic-array",
2060 "lazy_static",
2061 "libc",
2062 "rand_core 0.6.4",
2063 "salsa20",
2064 "sha2",
2065 "subtle",
2066 "winapi",
2067 "zeroize",
2068]
2069
2070[[package]]
2071name = "duckdb"
2072version = "1.2.2"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "49ac283b6621e3becf8014d1efa655522794075834c72f744573debef9c9f6c8"
2075dependencies = [
2076 "arrow",
2077 "cast",
2078 "chrono",
2079 "fallible-iterator 0.3.0",
2080 "fallible-streaming-iterator",
2081 "hashlink 0.9.1",
2082 "libduckdb-sys",
2083 "memchr",
2084 "num-integer",
2085 "rust_decimal",
2086 "smallvec",
2087 "strum",
2088]
2089
2090[[package]]
2091name = "dyn-clone"
2092version = "1.0.20"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
2095
2096[[package]]
2097name = "ecdsa"
2098version = "0.16.9"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2101dependencies = [
2102 "der",
2103 "digest",
2104 "elliptic-curve",
2105 "rfc6979",
2106 "signature",
2107 "spki",
2108]
2109
2110[[package]]
2111name = "ed25519"
2112version = "2.2.3"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2115dependencies = [
2116 "pkcs8",
2117 "signature",
2118]
2119
2120[[package]]
2121name = "ed25519-dalek"
2122version = "2.2.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
2125dependencies = [
2126 "curve25519-dalek",
2127 "ed25519",
2128 "rand_core 0.6.4",
2129 "serde",
2130 "sha2",
2131 "signature",
2132 "subtle",
2133 "zeroize",
2134]
2135
2136[[package]]
2137name = "either"
2138version = "1.15.0"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2141dependencies = [
2142 "serde",
2143]
2144
2145[[package]]
2146name = "elliptic-curve"
2147version = "0.13.8"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2150dependencies = [
2151 "base16ct",
2152 "crypto-bigint",
2153 "digest",
2154 "ff",
2155 "generic-array",
2156 "group",
2157 "hkdf",
2158 "pem-rfc7468",
2159 "pkcs8",
2160 "rand_core 0.6.4",
2161 "sec1",
2162 "subtle",
2163 "zeroize",
2164]
2165
2166[[package]]
2167name = "embedded-io"
2168version = "0.4.0"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2171
2172[[package]]
2173name = "embedded-io"
2174version = "0.6.1"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2177
2178[[package]]
2179name = "encoding_rs"
2180version = "0.8.35"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2183dependencies = [
2184 "cfg-if",
2185]
2186
2187[[package]]
2188name = "enum-as-inner"
2189version = "0.6.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
2192dependencies = [
2193 "heck 0.5.0",
2194 "proc-macro2",
2195 "quote",
2196 "syn 2.0.106",
2197]
2198
2199[[package]]
2200name = "enum-map"
2201version = "2.7.3"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
2204dependencies = [
2205 "enum-map-derive",
2206]
2207
2208[[package]]
2209name = "enum-map-derive"
2210version = "0.17.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
2213dependencies = [
2214 "proc-macro2",
2215 "quote",
2216 "syn 2.0.106",
2217]
2218
2219[[package]]
2220name = "enum_dispatch"
2221version = "0.3.13"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
2224dependencies = [
2225 "once_cell",
2226 "proc-macro2",
2227 "quote",
2228 "syn 2.0.106",
2229]
2230
2231[[package]]
2232name = "equivalent"
2233version = "1.0.2"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2236
2237[[package]]
2238name = "errno"
2239version = "0.3.14"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2242dependencies = [
2243 "libc",
2244 "windows-sys 0.61.1",
2245]
2246
2247[[package]]
2248name = "etcetera"
2249version = "0.8.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
2252dependencies = [
2253 "cfg-if",
2254 "home",
2255 "windows-sys 0.48.0",
2256]
2257
2258[[package]]
2259name = "ethnum"
2260version = "1.5.3"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f"
2263
2264[[package]]
2265name = "event-listener"
2266version = "5.4.1"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2269dependencies = [
2270 "concurrent-queue",
2271 "parking",
2272 "pin-project-lite",
2273]
2274
2275[[package]]
2276name = "extended"
2277version = "0.1.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
2280
2281[[package]]
2282name = "eyre"
2283version = "0.6.12"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
2286dependencies = [
2287 "indenter",
2288 "once_cell",
2289]
2290
2291[[package]]
2292name = "fallible-iterator"
2293version = "0.2.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2296
2297[[package]]
2298name = "fallible-iterator"
2299version = "0.3.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2302
2303[[package]]
2304name = "fallible-streaming-iterator"
2305version = "0.1.9"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2308
2309[[package]]
2310name = "fast-float2"
2311version = "0.2.3"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
2314
2315[[package]]
2316name = "fastrand"
2317version = "2.3.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2320
2321[[package]]
2322name = "ff"
2323version = "0.13.1"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2326dependencies = [
2327 "rand_core 0.6.4",
2328 "subtle",
2329]
2330
2331[[package]]
2332name = "fiat-crypto"
2333version = "0.2.9"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2336
2337[[package]]
2338name = "filetime"
2339version = "0.2.26"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
2342dependencies = [
2343 "cfg-if",
2344 "libc",
2345 "libredox",
2346 "windows-sys 0.60.2",
2347]
2348
2349[[package]]
2350name = "find-msvc-tools"
2351version = "0.1.2"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
2354
2355[[package]]
2356name = "fixedbitset"
2357version = "0.5.7"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
2360
2361[[package]]
2362name = "flate2"
2363version = "1.1.2"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
2366dependencies = [
2367 "crc32fast",
2368 "miniz_oxide",
2369]
2370
2371[[package]]
2372name = "fluent-uri"
2373version = "0.4.1"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
2376dependencies = [
2377 "borrow-or-share",
2378 "ref-cast",
2379 "serde",
2380]
2381
2382[[package]]
2383name = "flume"
2384version = "0.11.1"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2387dependencies = [
2388 "futures-core",
2389 "futures-sink",
2390 "spin 0.9.8",
2391]
2392
2393[[package]]
2394name = "fnv"
2395version = "1.0.7"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2398
2399[[package]]
2400name = "foldhash"
2401version = "0.1.5"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2404
2405[[package]]
2406name = "form_urlencoded"
2407version = "1.2.2"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2410dependencies = [
2411 "percent-encoding",
2412]
2413
2414[[package]]
2415name = "fs-err"
2416version = "2.11.0"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
2419dependencies = [
2420 "autocfg",
2421]
2422
2423[[package]]
2424name = "funty"
2425version = "2.0.0"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2428
2429[[package]]
2430name = "futf"
2431version = "0.1.5"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2434dependencies = [
2435 "mac",
2436 "new_debug_unreachable",
2437]
2438
2439[[package]]
2440name = "futures"
2441version = "0.3.31"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2444dependencies = [
2445 "futures-channel",
2446 "futures-core",
2447 "futures-executor",
2448 "futures-io",
2449 "futures-sink",
2450 "futures-task",
2451 "futures-util",
2452]
2453
2454[[package]]
2455name = "futures-buffered"
2456version = "0.2.13"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
2459dependencies = [
2460 "cordyceps",
2461 "diatomic-waker",
2462 "futures-core",
2463 "pin-project-lite",
2464 "spin 0.10.1",
2465]
2466
2467[[package]]
2468name = "futures-channel"
2469version = "0.3.31"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2472dependencies = [
2473 "futures-core",
2474 "futures-sink",
2475]
2476
2477[[package]]
2478name = "futures-core"
2479version = "0.3.31"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2482
2483[[package]]
2484name = "futures-executor"
2485version = "0.3.31"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2488dependencies = [
2489 "futures-core",
2490 "futures-task",
2491 "futures-util",
2492]
2493
2494[[package]]
2495name = "futures-intrusive"
2496version = "0.5.0"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2499dependencies = [
2500 "futures-core",
2501 "lock_api",
2502 "parking_lot",
2503]
2504
2505[[package]]
2506name = "futures-io"
2507version = "0.3.31"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2510
2511[[package]]
2512name = "futures-lite"
2513version = "2.6.1"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2516dependencies = [
2517 "fastrand",
2518 "futures-core",
2519 "futures-io",
2520 "parking",
2521 "pin-project-lite",
2522]
2523
2524[[package]]
2525name = "futures-macro"
2526version = "0.3.31"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2529dependencies = [
2530 "proc-macro2",
2531 "quote",
2532 "syn 2.0.106",
2533]
2534
2535[[package]]
2536name = "futures-sink"
2537version = "0.3.31"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2540
2541[[package]]
2542name = "futures-task"
2543version = "0.3.31"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2546
2547[[package]]
2548name = "futures-timer"
2549version = "3.0.3"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2552dependencies = [
2553 "gloo-timers",
2554 "send_wrapper 0.4.0",
2555]
2556
2557[[package]]
2558name = "futures-util"
2559version = "0.3.31"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2562dependencies = [
2563 "futures-channel",
2564 "futures-core",
2565 "futures-io",
2566 "futures-macro",
2567 "futures-sink",
2568 "futures-task",
2569 "memchr",
2570 "pin-project-lite",
2571 "pin-utils",
2572 "slab",
2573]
2574
2575[[package]]
2576name = "generator"
2577version = "0.8.9"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
2580dependencies = [
2581 "cc",
2582 "cfg-if",
2583 "libc",
2584 "log",
2585 "rustversion",
2586 "windows-link 0.2.1",
2587 "windows-result 0.4.1",
2588]
2589
2590[[package]]
2591name = "generic-array"
2592version = "0.14.7"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2595dependencies = [
2596 "typenum",
2597 "version_check",
2598 "zeroize",
2599]
2600
2601[[package]]
2602name = "getrandom"
2603version = "0.2.16"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2606dependencies = [
2607 "cfg-if",
2608 "js-sys",
2609 "libc",
2610 "wasi",
2611 "wasm-bindgen",
2612]
2613
2614[[package]]
2615name = "getrandom"
2616version = "0.3.4"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2619dependencies = [
2620 "cfg-if",
2621 "js-sys",
2622 "libc",
2623 "r-efi",
2624 "wasip2",
2625 "wasm-bindgen",
2626]
2627
2628[[package]]
2629name = "ghash"
2630version = "0.5.1"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2633dependencies = [
2634 "opaque-debug",
2635 "polyval",
2636]
2637
2638[[package]]
2639name = "gimli"
2640version = "0.32.3"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
2643
2644[[package]]
2645name = "glob"
2646version = "0.3.3"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2649
2650[[package]]
2651name = "gloo-net"
2652version = "0.6.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
2655dependencies = [
2656 "futures-channel",
2657 "futures-core",
2658 "futures-sink",
2659 "gloo-utils",
2660 "http 1.4.2",
2661 "js-sys",
2662 "pin-project",
2663 "serde",
2664 "serde_json",
2665 "thiserror 1.0.69",
2666 "wasm-bindgen",
2667 "wasm-bindgen-futures",
2668 "web-sys",
2669]
2670
2671[[package]]
2672name = "gloo-storage"
2673version = "0.3.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
2676dependencies = [
2677 "gloo-utils",
2678 "js-sys",
2679 "serde",
2680 "serde_json",
2681 "thiserror 1.0.69",
2682 "wasm-bindgen",
2683 "web-sys",
2684]
2685
2686[[package]]
2687name = "gloo-timers"
2688version = "0.2.6"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2691dependencies = [
2692 "futures-channel",
2693 "futures-core",
2694 "js-sys",
2695 "wasm-bindgen",
2696]
2697
2698[[package]]
2699name = "gloo-utils"
2700version = "0.2.0"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
2703dependencies = [
2704 "js-sys",
2705 "serde",
2706 "serde_json",
2707 "wasm-bindgen",
2708 "web-sys",
2709]
2710
2711[[package]]
2712name = "goblin"
2713version = "0.8.2"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
2716dependencies = [
2717 "log",
2718 "plain",
2719 "scroll",
2720]
2721
2722[[package]]
2723name = "group"
2724version = "0.13.0"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2727dependencies = [
2728 "ff",
2729 "rand_core 0.6.4",
2730 "subtle",
2731]
2732
2733[[package]]
2734name = "h2"
2735version = "0.3.27"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
2738dependencies = [
2739 "bytes",
2740 "fnv",
2741 "futures-core",
2742 "futures-sink",
2743 "futures-util",
2744 "http 0.2.12",
2745 "indexmap",
2746 "slab",
2747 "tokio",
2748 "tokio-util",
2749 "tracing",
2750]
2751
2752[[package]]
2753name = "h2"
2754version = "0.4.12"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
2757dependencies = [
2758 "atomic-waker",
2759 "bytes",
2760 "fnv",
2761 "futures-core",
2762 "futures-sink",
2763 "http 1.4.2",
2764 "indexmap",
2765 "slab",
2766 "tokio",
2767 "tokio-util",
2768 "tracing",
2769]
2770
2771[[package]]
2772name = "half"
2773version = "1.8.3"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
2776
2777[[package]]
2778name = "half"
2779version = "2.6.0"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
2782dependencies = [
2783 "cfg-if",
2784 "crunchy",
2785 "num-traits",
2786]
2787
2788[[package]]
2789name = "hash32"
2790version = "0.2.1"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2793dependencies = [
2794 "byteorder",
2795]
2796
2797[[package]]
2798name = "hash32"
2799version = "0.3.1"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
2802dependencies = [
2803 "byteorder",
2804]
2805
2806[[package]]
2807name = "hashbrown"
2808version = "0.12.3"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2811dependencies = [
2812 "ahash 0.7.8",
2813]
2814
2815[[package]]
2816name = "hashbrown"
2817version = "0.14.5"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2820dependencies = [
2821 "ahash 0.8.12",
2822 "allocator-api2",
2823 "rayon",
2824 "serde",
2825]
2826
2827[[package]]
2828name = "hashbrown"
2829version = "0.15.5"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2832dependencies = [
2833 "allocator-api2",
2834 "equivalent",
2835 "foldhash",
2836 "rayon",
2837 "serde",
2838]
2839
2840[[package]]
2841name = "hashbrown"
2842version = "0.16.0"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
2845
2846[[package]]
2847name = "hashlink"
2848version = "0.9.1"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2851dependencies = [
2852 "hashbrown 0.14.5",
2853]
2854
2855[[package]]
2856name = "hashlink"
2857version = "0.10.0"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2860dependencies = [
2861 "hashbrown 0.15.5",
2862]
2863
2864[[package]]
2865name = "heapless"
2866version = "0.7.17"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
2869dependencies = [
2870 "atomic-polyfill",
2871 "hash32 0.2.1",
2872 "rustc_version",
2873 "serde",
2874 "spin 0.9.8",
2875 "stable_deref_trait",
2876]
2877
2878[[package]]
2879name = "heapless"
2880version = "0.8.0"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
2883dependencies = [
2884 "hash32 0.3.1",
2885 "stable_deref_trait",
2886]
2887
2888[[package]]
2889name = "heck"
2890version = "0.4.1"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2893
2894[[package]]
2895name = "heck"
2896version = "0.5.0"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2899
2900[[package]]
2901name = "hermit-abi"
2902version = "0.5.2"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2905
2906[[package]]
2907name = "hex"
2908version = "0.4.3"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2911
2912[[package]]
2913name = "hickory-proto"
2914version = "0.24.4"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
2917dependencies = [
2918 "async-trait",
2919 "cfg-if",
2920 "data-encoding",
2921 "enum-as-inner",
2922 "futures-channel",
2923 "futures-io",
2924 "futures-util",
2925 "idna",
2926 "ipnet",
2927 "once_cell",
2928 "rand 0.8.5",
2929 "thiserror 1.0.69",
2930 "tinyvec",
2931 "tokio",
2932 "tracing",
2933 "url",
2934]
2935
2936[[package]]
2937name = "hickory-resolver"
2938version = "0.24.4"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
2941dependencies = [
2942 "cfg-if",
2943 "futures-util",
2944 "hickory-proto",
2945 "ipconfig",
2946 "lru-cache",
2947 "once_cell",
2948 "parking_lot",
2949 "rand 0.8.5",
2950 "resolv-conf",
2951 "smallvec",
2952 "thiserror 1.0.69",
2953 "tokio",
2954 "tracing",
2955]
2956
2957[[package]]
2958name = "hkdf"
2959version = "0.12.4"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2962dependencies = [
2963 "hmac",
2964]
2965
2966[[package]]
2967name = "hmac"
2968version = "0.12.1"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2971dependencies = [
2972 "digest",
2973]
2974
2975[[package]]
2976name = "home"
2977version = "0.5.11"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2980dependencies = [
2981 "windows-sys 0.59.0",
2982]
2983
2984[[package]]
2985name = "hostname"
2986version = "0.3.1"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2989dependencies = [
2990 "libc",
2991 "match_cfg",
2992 "winapi",
2993]
2994
2995[[package]]
2996name = "html5ever"
2997version = "0.27.0"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
3000dependencies = [
3001 "log",
3002 "mac",
3003 "markup5ever",
3004 "proc-macro2",
3005 "quote",
3006 "syn 2.0.106",
3007]
3008
3009[[package]]
3010name = "http"
3011version = "0.2.12"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
3014dependencies = [
3015 "bytes",
3016 "fnv",
3017 "itoa",
3018]
3019
3020[[package]]
3021name = "http"
3022version = "1.4.2"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
3025dependencies = [
3026 "bytes",
3027 "itoa",
3028]
3029
3030[[package]]
3031name = "http-body"
3032version = "0.4.6"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
3035dependencies = [
3036 "bytes",
3037 "http 0.2.12",
3038 "pin-project-lite",
3039]
3040
3041[[package]]
3042name = "http-body"
3043version = "1.0.1"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
3046dependencies = [
3047 "bytes",
3048 "http 1.4.2",
3049]
3050
3051[[package]]
3052name = "http-body-util"
3053version = "0.1.3"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
3056dependencies = [
3057 "bytes",
3058 "futures-core",
3059 "http 1.4.2",
3060 "http-body 1.0.1",
3061 "pin-project-lite",
3062]
3063
3064[[package]]
3065name = "httparse"
3066version = "1.10.1"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
3069
3070[[package]]
3071name = "httpdate"
3072version = "1.0.3"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3075
3076[[package]]
3077name = "hyper"
3078version = "0.14.32"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
3081dependencies = [
3082 "bytes",
3083 "futures-channel",
3084 "futures-core",
3085 "futures-util",
3086 "http 0.2.12",
3087 "http-body 0.4.6",
3088 "httparse",
3089 "httpdate",
3090 "itoa",
3091 "pin-project-lite",
3092 "socket2 0.5.10",
3093 "tokio",
3094 "tower-service",
3095 "tracing",
3096 "want",
3097]
3098
3099[[package]]
3100name = "hyper"
3101version = "1.7.0"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
3104dependencies = [
3105 "atomic-waker",
3106 "bytes",
3107 "futures-channel",
3108 "futures-core",
3109 "h2 0.4.12",
3110 "http 1.4.2",
3111 "http-body 1.0.1",
3112 "httparse",
3113 "itoa",
3114 "pin-project-lite",
3115 "pin-utils",
3116 "smallvec",
3117 "tokio",
3118 "want",
3119]
3120
3121[[package]]
3122name = "hyper-rustls"
3123version = "0.24.2"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
3126dependencies = [
3127 "futures-util",
3128 "http 0.2.12",
3129 "hyper 0.14.32",
3130 "rustls 0.21.12",
3131 "tokio",
3132 "tokio-rustls 0.24.1",
3133]
3134
3135[[package]]
3136name = "hyper-rustls"
3137version = "0.27.7"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
3140dependencies = [
3141 "http 1.4.2",
3142 "hyper 1.7.0",
3143 "hyper-util",
3144 "log",
3145 "rustls 0.23.32",
3146 "rustls-pki-types",
3147 "tokio",
3148 "tokio-rustls 0.26.4",
3149 "tower-service",
3150 "webpki-roots 1.0.2",
3151]
3152
3153[[package]]
3154name = "hyper-util"
3155version = "0.1.17"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
3158dependencies = [
3159 "base64 0.22.1",
3160 "bytes",
3161 "futures-channel",
3162 "futures-core",
3163 "futures-util",
3164 "http 1.4.2",
3165 "http-body 1.0.1",
3166 "hyper 1.7.0",
3167 "ipnet",
3168 "libc",
3169 "percent-encoding",
3170 "pin-project-lite",
3171 "socket2 0.6.0",
3172 "system-configuration",
3173 "tokio",
3174 "tower-service",
3175 "tracing",
3176 "windows-registry 0.5.3",
3177]
3178
3179[[package]]
3180name = "iana-time-zone"
3181version = "0.1.64"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
3184dependencies = [
3185 "android_system_properties",
3186 "core-foundation-sys",
3187 "iana-time-zone-haiku",
3188 "js-sys",
3189 "log",
3190 "wasm-bindgen",
3191 "windows-core 0.62.1",
3192]
3193
3194[[package]]
3195name = "iana-time-zone-haiku"
3196version = "0.1.2"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3199dependencies = [
3200 "cc",
3201]
3202
3203[[package]]
3204name = "icu_collections"
3205version = "2.0.0"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
3208dependencies = [
3209 "displaydoc",
3210 "potential_utf",
3211 "yoke",
3212 "zerofrom",
3213 "zerovec",
3214]
3215
3216[[package]]
3217name = "icu_locale_core"
3218version = "2.0.0"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
3221dependencies = [
3222 "displaydoc",
3223 "litemap",
3224 "tinystr",
3225 "writeable",
3226 "zerovec",
3227]
3228
3229[[package]]
3230name = "icu_normalizer"
3231version = "2.0.0"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
3234dependencies = [
3235 "displaydoc",
3236 "icu_collections",
3237 "icu_normalizer_data",
3238 "icu_properties",
3239 "icu_provider",
3240 "smallvec",
3241 "zerovec",
3242]
3243
3244[[package]]
3245name = "icu_normalizer_data"
3246version = "2.0.0"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
3249
3250[[package]]
3251name = "icu_properties"
3252version = "2.0.1"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
3255dependencies = [
3256 "displaydoc",
3257 "icu_collections",
3258 "icu_locale_core",
3259 "icu_properties_data",
3260 "icu_provider",
3261 "potential_utf",
3262 "zerotrie",
3263 "zerovec",
3264]
3265
3266[[package]]
3267name = "icu_properties_data"
3268version = "2.0.1"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
3271
3272[[package]]
3273name = "icu_provider"
3274version = "2.0.0"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
3277dependencies = [
3278 "displaydoc",
3279 "icu_locale_core",
3280 "stable_deref_trait",
3281 "tinystr",
3282 "writeable",
3283 "yoke",
3284 "zerofrom",
3285 "zerotrie",
3286 "zerovec",
3287]
3288
3289[[package]]
3290name = "ident_case"
3291version = "1.0.1"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
3294
3295[[package]]
3296name = "idna"
3297version = "1.1.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
3300dependencies = [
3301 "idna_adapter",
3302 "smallvec",
3303 "utf8_iter",
3304]
3305
3306[[package]]
3307name = "idna_adapter"
3308version = "1.2.1"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
3311dependencies = [
3312 "icu_normalizer",
3313 "icu_properties",
3314]
3315
3316[[package]]
3317name = "impl-more"
3318version = "0.1.9"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
3321
3322[[package]]
3323name = "indenter"
3324version = "0.3.4"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
3327
3328[[package]]
3329name = "indexmap"
3330version = "2.11.4"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
3333dependencies = [
3334 "equivalent",
3335 "hashbrown 0.16.0",
3336 "serde",
3337 "serde_core",
3338]
3339
3340[[package]]
3341name = "inout"
3342version = "0.1.4"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
3345dependencies = [
3346 "generic-array",
3347]
3348
3349[[package]]
3350name = "inventory"
3351version = "0.3.24"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
3354dependencies = [
3355 "rustversion",
3356]
3357
3358[[package]]
3359name = "io-uring"
3360version = "0.7.10"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
3363dependencies = [
3364 "bitflags 2.9.4",
3365 "cfg-if",
3366 "libc",
3367]
3368
3369[[package]]
3370name = "ipconfig"
3371version = "0.3.4"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
3374dependencies = [
3375 "socket2 0.6.0",
3376 "widestring",
3377 "windows-registry 0.6.1",
3378 "windows-result 0.4.1",
3379 "windows-sys 0.61.1",
3380]
3381
3382[[package]]
3383name = "ipld-core"
3384version = "0.4.3"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
3387dependencies = [
3388 "cid",
3389 "serde",
3390 "serde_bytes",
3391]
3392
3393[[package]]
3394name = "ipnet"
3395version = "2.11.0"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
3398
3399[[package]]
3400name = "iri-string"
3401version = "0.7.8"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
3404dependencies = [
3405 "memchr",
3406 "serde",
3407]
3408
3409[[package]]
3410name = "is-terminal"
3411version = "0.4.16"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
3414dependencies = [
3415 "hermit-abi",
3416 "libc",
3417 "windows-sys 0.59.0",
3418]
3419
3420[[package]]
3421name = "is_ci"
3422version = "1.2.0"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
3425
3426[[package]]
3427name = "is_terminal_polyfill"
3428version = "1.70.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
3431
3432[[package]]
3433name = "itertools"
3434version = "0.13.0"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3437dependencies = [
3438 "either",
3439]
3440
3441[[package]]
3442name = "itoa"
3443version = "1.0.15"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
3446
3447[[package]]
3448name = "jacquard"
3449version = "0.12.1"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "b5055461df426c9d0ac379bcf8f59177ff4c29b4ea2b23bd98c773061b863bbe"
3452dependencies = [
3453 "bytes",
3454 "getrandom 0.2.16",
3455 "gloo-storage",
3456 "http 1.4.2",
3457 "jacquard-api",
3458 "jacquard-common",
3459 "jacquard-derive",
3460 "jacquard-identity",
3461 "jacquard-oauth",
3462 "jose-jwk",
3463 "miette",
3464 "regex",
3465 "regex-lite",
3466 "reqwest",
3467 "serde",
3468 "serde_html_form",
3469 "serde_json",
3470 "smol_str",
3471 "thiserror 2.0.17",
3472 "tokio",
3473 "trait-variant",
3474 "webpage",
3475]
3476
3477[[package]]
3478name = "jacquard-api"
3479version = "0.12.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "b5c803a3c097e3ef8aea63747b4fe3fc9e339cd18272dd0366b1d10dd90d5c3f"
3482dependencies = [
3483 "jacquard-common",
3484 "jacquard-derive",
3485 "jacquard-lexicon",
3486 "miette",
3487 "serde",
3488 "thiserror 2.0.17",
3489]
3490
3491[[package]]
3492name = "jacquard-common"
3493version = "0.12.1"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "fec8b6661e6fcfb4d8b9eb1132503be71bc3e3c6f6ff15fa5500ec62655f6da7"
3496dependencies = [
3497 "base64 0.22.1",
3498 "bon",
3499 "bytes",
3500 "chrono",
3501 "ciborium",
3502 "ciborium-io",
3503 "cid",
3504 "fluent-uri",
3505 "getrandom 0.2.16",
3506 "getrandom 0.3.4",
3507 "hashbrown 0.15.5",
3508 "http 1.4.2",
3509 "ipld-core",
3510 "k256",
3511 "maitake-sync",
3512 "miette",
3513 "multibase",
3514 "multihash",
3515 "oxilangtag",
3516 "p256",
3517 "phf 0.11.3",
3518 "postcard",
3519 "rand 0.9.2",
3520 "regex",
3521 "regex-automata",
3522 "regex-lite",
3523 "reqwest",
3524 "rustversion",
3525 "serde",
3526 "serde_bytes",
3527 "serde_html_form",
3528 "serde_ipld_dagcbor",
3529 "serde_json",
3530 "signature",
3531 "smol_str",
3532 "spin 0.10.1",
3533 "thiserror 2.0.17",
3534 "tokio",
3535 "tokio-util",
3536 "trait-variant",
3537 "unicode-segmentation",
3538]
3539
3540[[package]]
3541name = "jacquard-derive"
3542version = "0.12.1"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "e41b82a9a72c0d2b907a5e0734e0692615e717cda903502c6c034ae6f3ddddf7"
3545dependencies = [
3546 "heck 0.5.0",
3547 "jacquard-lexicon",
3548 "proc-macro2",
3549 "quote",
3550 "syn 2.0.106",
3551]
3552
3553[[package]]
3554name = "jacquard-identity"
3555version = "0.12.1"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "2c0a89c960d6c2245f26642830ecf85155eaf7395e5da8794173a78854f0e22b"
3558dependencies = [
3559 "bon",
3560 "bytes",
3561 "hickory-resolver",
3562 "http 1.4.2",
3563 "jacquard-common",
3564 "jacquard-lexicon",
3565 "miette",
3566 "mini-moka-wasm",
3567 "n0-future",
3568 "reqwest",
3569 "serde",
3570 "serde_html_form",
3571 "serde_json",
3572 "thiserror 2.0.17",
3573 "tokio",
3574 "trait-variant",
3575]
3576
3577[[package]]
3578name = "jacquard-lexicon"
3579version = "0.12.1"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "160049c269e3d7ec56f130736d25d61953fc6216da660c8b5e102f6b052dd3a1"
3582dependencies = [
3583 "cid",
3584 "dashmap",
3585 "heck 0.5.0",
3586 "inventory",
3587 "jacquard-common",
3588 "miette",
3589 "multihash",
3590 "prettyplease",
3591 "proc-macro2",
3592 "quote",
3593 "serde",
3594 "serde_ipld_dagcbor",
3595 "serde_json",
3596 "serde_path_to_error",
3597 "serde_repr",
3598 "serde_with",
3599 "sha2",
3600 "syn 2.0.106",
3601 "thiserror 2.0.17",
3602 "unicode-segmentation",
3603]
3604
3605[[package]]
3606name = "jacquard-oauth"
3607version = "0.12.1"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "f5da2643242cbe906e707712117eefcc37b351a5ff12909f944ef556e523bfd9"
3610dependencies = [
3611 "base64 0.22.1",
3612 "bytes",
3613 "chrono",
3614 "dashmap",
3615 "ed25519-dalek",
3616 "elliptic-curve",
3617 "http 1.4.2",
3618 "jacquard-common",
3619 "jacquard-identity",
3620 "jose-jwa",
3621 "jose-jwk",
3622 "k256",
3623 "miette",
3624 "p256",
3625 "p384",
3626 "rand 0.8.5",
3627 "reqwest",
3628 "serde",
3629 "serde_html_form",
3630 "serde_json",
3631 "sha2",
3632 "smallvec",
3633 "smol_str",
3634 "thiserror 2.0.17",
3635 "tokio",
3636 "trait-variant",
3637 "webbrowser",
3638]
3639
3640[[package]]
3641name = "jni"
3642version = "0.21.1"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3645dependencies = [
3646 "cesu8",
3647 "cfg-if",
3648 "combine",
3649 "jni-sys 0.3.0",
3650 "log",
3651 "thiserror 1.0.69",
3652 "walkdir",
3653 "windows-sys 0.45.0",
3654]
3655
3656[[package]]
3657name = "jni"
3658version = "0.22.4"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3661dependencies = [
3662 "cfg-if",
3663 "combine",
3664 "jni-macros",
3665 "jni-sys 0.4.1",
3666 "log",
3667 "simd_cesu8",
3668 "thiserror 2.0.17",
3669 "walkdir",
3670 "windows-link 0.2.1",
3671]
3672
3673[[package]]
3674name = "jni-macros"
3675version = "0.22.4"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3678dependencies = [
3679 "proc-macro2",
3680 "quote",
3681 "rustc_version",
3682 "simd_cesu8",
3683 "syn 2.0.106",
3684]
3685
3686[[package]]
3687name = "jni-sys"
3688version = "0.3.0"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
3691
3692[[package]]
3693name = "jni-sys"
3694version = "0.4.1"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
3697dependencies = [
3698 "jni-sys-macros",
3699]
3700
3701[[package]]
3702name = "jni-sys-macros"
3703version = "0.4.1"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
3706dependencies = [
3707 "quote",
3708 "syn 2.0.106",
3709]
3710
3711[[package]]
3712name = "jobserver"
3713version = "0.1.34"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
3716dependencies = [
3717 "getrandom 0.3.4",
3718 "libc",
3719]
3720
3721[[package]]
3722name = "jose-b64"
3723version = "0.1.2"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
3726dependencies = [
3727 "base64ct",
3728 "serde",
3729 "subtle",
3730 "zeroize",
3731]
3732
3733[[package]]
3734name = "jose-jwa"
3735version = "0.1.2"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
3738dependencies = [
3739 "serde",
3740]
3741
3742[[package]]
3743name = "jose-jwk"
3744version = "0.1.2"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
3747dependencies = [
3748 "jose-b64",
3749 "jose-jwa",
3750 "p256",
3751 "p384",
3752 "rsa",
3753 "serde",
3754 "zeroize",
3755]
3756
3757[[package]]
3758name = "js-sys"
3759version = "0.3.81"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
3762dependencies = [
3763 "once_cell",
3764 "wasm-bindgen",
3765]
3766
3767[[package]]
3768name = "jsonrpsee"
3769version = "0.25.1"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "1fba77a59c4c644fd48732367624d1bcf6f409f9c9a286fbc71d2f1fc0b2ea16"
3772dependencies = [
3773 "jsonrpsee-client-transport",
3774 "jsonrpsee-core",
3775 "jsonrpsee-http-client",
3776 "jsonrpsee-types",
3777 "jsonrpsee-wasm-client",
3778 "jsonrpsee-ws-client",
3779 "tokio",
3780]
3781
3782[[package]]
3783name = "jsonrpsee-client-transport"
3784version = "0.25.1"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "a2a320a3f1464e4094f780c4d48413acd786ce5627aaaecfac9e9c7431d13ae1"
3787dependencies = [
3788 "base64 0.22.1",
3789 "futures-channel",
3790 "futures-util",
3791 "gloo-net",
3792 "http 1.4.2",
3793 "jsonrpsee-core",
3794 "pin-project",
3795 "rustls 0.23.32",
3796 "rustls-pki-types",
3797 "rustls-platform-verifier",
3798 "soketto",
3799 "thiserror 2.0.17",
3800 "tokio",
3801 "tokio-rustls 0.26.4",
3802 "tokio-util",
3803 "tracing",
3804 "url",
3805]
3806
3807[[package]]
3808name = "jsonrpsee-core"
3809version = "0.25.1"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "693c93cbb7db25f4108ed121304b671a36002c2db67dff2ee4391a688c738547"
3812dependencies = [
3813 "async-trait",
3814 "bytes",
3815 "futures-timer",
3816 "futures-util",
3817 "http 1.4.2",
3818 "http-body 1.0.1",
3819 "http-body-util",
3820 "jsonrpsee-types",
3821 "pin-project",
3822 "rustc-hash",
3823 "serde",
3824 "serde_json",
3825 "thiserror 2.0.17",
3826 "tokio",
3827 "tokio-stream",
3828 "tower",
3829 "tracing",
3830 "wasm-bindgen-futures",
3831]
3832
3833[[package]]
3834name = "jsonrpsee-http-client"
3835version = "0.25.1"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "6962d2bd295f75e97dd328891e58fce166894b974c1f7ce2e7597f02eeceb791"
3838dependencies = [
3839 "base64 0.22.1",
3840 "http-body 1.0.1",
3841 "hyper 1.7.0",
3842 "hyper-rustls 0.27.7",
3843 "hyper-util",
3844 "jsonrpsee-core",
3845 "jsonrpsee-types",
3846 "rustls 0.23.32",
3847 "rustls-platform-verifier",
3848 "serde",
3849 "serde_json",
3850 "thiserror 2.0.17",
3851 "tokio",
3852 "tower",
3853 "url",
3854]
3855
3856[[package]]
3857name = "jsonrpsee-types"
3858version = "0.25.1"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "66df7256371c45621b3b7d2fb23aea923d577616b9c0e9c0b950a6ea5c2be0ca"
3861dependencies = [
3862 "http 1.4.2",
3863 "serde",
3864 "serde_json",
3865 "thiserror 2.0.17",
3866]
3867
3868[[package]]
3869name = "jsonrpsee-wasm-client"
3870version = "0.25.1"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "6b67695cbcf4653f39f8f8738925547e0e23fd9fe315bccf951097b9f6a38781"
3873dependencies = [
3874 "jsonrpsee-client-transport",
3875 "jsonrpsee-core",
3876 "jsonrpsee-types",
3877 "tower",
3878]
3879
3880[[package]]
3881name = "jsonrpsee-ws-client"
3882version = "0.25.1"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "2da2694c9ff271a9d3ebfe520f6b36820e85133a51be77a3cb549fd615095261"
3885dependencies = [
3886 "http 1.4.2",
3887 "jsonrpsee-client-transport",
3888 "jsonrpsee-core",
3889 "jsonrpsee-types",
3890 "tower",
3891 "url",
3892]
3893
3894[[package]]
3895name = "jsonwebtoken"
3896version = "9.3.1"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
3899dependencies = [
3900 "base64 0.22.1",
3901 "js-sys",
3902 "pem",
3903 "ring",
3904 "serde",
3905 "serde_json",
3906 "simple_asn1",
3907]
3908
3909[[package]]
3910name = "k256"
3911version = "0.13.4"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
3914dependencies = [
3915 "cfg-if",
3916 "ecdsa",
3917 "elliptic-curve",
3918 "once_cell",
3919 "sha2",
3920 "signature",
3921]
3922
3923[[package]]
3924name = "language-tags"
3925version = "0.3.2"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
3928
3929[[package]]
3930name = "lazy_static"
3931version = "1.5.0"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3934dependencies = [
3935 "spin 0.9.8",
3936]
3937
3938[[package]]
3939name = "lexical-core"
3940version = "1.0.6"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
3943dependencies = [
3944 "lexical-parse-float",
3945 "lexical-parse-integer",
3946 "lexical-util",
3947 "lexical-write-float",
3948 "lexical-write-integer",
3949]
3950
3951[[package]]
3952name = "lexical-parse-float"
3953version = "1.0.6"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
3956dependencies = [
3957 "lexical-parse-integer",
3958 "lexical-util",
3959]
3960
3961[[package]]
3962name = "lexical-parse-integer"
3963version = "1.0.6"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
3966dependencies = [
3967 "lexical-util",
3968]
3969
3970[[package]]
3971name = "lexical-util"
3972version = "1.0.7"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
3975
3976[[package]]
3977name = "lexical-write-float"
3978version = "1.0.6"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
3981dependencies = [
3982 "lexical-util",
3983 "lexical-write-integer",
3984]
3985
3986[[package]]
3987name = "lexical-write-integer"
3988version = "1.0.6"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
3991dependencies = [
3992 "lexical-util",
3993]
3994
3995[[package]]
3996name = "libc"
3997version = "0.2.176"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
4000
4001[[package]]
4002name = "libduckdb-sys"
4003version = "1.2.2"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "12cac9d03484c43fefac8b2066a253c9b0b3b0cd02cbe02a9ea2312f7e382618"
4006dependencies = [
4007 "autocfg",
4008 "flate2",
4009 "pkg-config",
4010 "serde",
4011 "serde_json",
4012 "tar",
4013 "vcpkg",
4014]
4015
4016[[package]]
4017name = "libloading"
4018version = "0.8.9"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
4021dependencies = [
4022 "cfg-if",
4023 "windows-link 0.2.1",
4024]
4025
4026[[package]]
4027name = "libm"
4028version = "0.2.15"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
4031
4032[[package]]
4033name = "libredox"
4034version = "0.1.10"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
4037dependencies = [
4038 "bitflags 2.9.4",
4039 "libc",
4040 "redox_syscall",
4041]
4042
4043[[package]]
4044name = "libsqlite3-sys"
4045version = "0.30.1"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
4048dependencies = [
4049 "pkg-config",
4050 "vcpkg",
4051]
4052
4053[[package]]
4054name = "linked-hash-map"
4055version = "0.5.6"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
4058
4059[[package]]
4060name = "linux-raw-sys"
4061version = "0.11.0"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
4064
4065[[package]]
4066name = "litemap"
4067version = "0.8.0"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
4070
4071[[package]]
4072name = "litrs"
4073version = "0.4.2"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
4076
4077[[package]]
4078name = "local-channel"
4079version = "0.1.5"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
4082dependencies = [
4083 "futures-core",
4084 "futures-sink",
4085 "local-waker",
4086]
4087
4088[[package]]
4089name = "local-waker"
4090version = "0.1.4"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
4093
4094[[package]]
4095name = "lock_api"
4096version = "0.4.13"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
4099dependencies = [
4100 "autocfg",
4101 "scopeguard",
4102]
4103
4104[[package]]
4105name = "lofty"
4106version = "0.22.4"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "ca260c51a9c71f823fbfd2e6fbc8eb2ee09834b98c00763d877ca8bfa85cde3e"
4109dependencies = [
4110 "byteorder",
4111 "data-encoding",
4112 "flate2",
4113 "lofty_attr",
4114 "log",
4115 "ogg_pager",
4116 "paste",
4117]
4118
4119[[package]]
4120name = "lofty_attr"
4121version = "0.11.1"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "ed9983e64b2358522f745c1251924e3ab7252d55637e80f6a0a3de642d6a9efc"
4124dependencies = [
4125 "proc-macro2",
4126 "quote",
4127 "syn 2.0.106",
4128]
4129
4130[[package]]
4131name = "log"
4132version = "0.4.28"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
4135
4136[[package]]
4137name = "loom"
4138version = "0.7.2"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
4141dependencies = [
4142 "cfg-if",
4143 "generator",
4144 "scoped-tls",
4145 "tracing",
4146 "tracing-subscriber",
4147]
4148
4149[[package]]
4150name = "lru"
4151version = "0.12.5"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
4154dependencies = [
4155 "hashbrown 0.15.5",
4156]
4157
4158[[package]]
4159name = "lru-cache"
4160version = "0.1.2"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
4163dependencies = [
4164 "linked-hash-map",
4165]
4166
4167[[package]]
4168name = "lru-slab"
4169version = "0.1.2"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
4172
4173[[package]]
4174name = "lz4"
4175version = "1.28.1"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
4178dependencies = [
4179 "lz4-sys",
4180]
4181
4182[[package]]
4183name = "lz4-sys"
4184version = "1.11.1+lz4-1.10.0"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
4187dependencies = [
4188 "cc",
4189 "libc",
4190]
4191
4192[[package]]
4193name = "mac"
4194version = "0.1.1"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
4197
4198[[package]]
4199name = "maitake-sync"
4200version = "0.1.2"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
4203dependencies = [
4204 "cordyceps",
4205 "loom",
4206 "mycelium-bitfield",
4207 "pin-project",
4208 "portable-atomic",
4209]
4210
4211[[package]]
4212name = "markup5ever"
4213version = "0.12.1"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
4216dependencies = [
4217 "log",
4218 "phf 0.11.3",
4219 "phf_codegen",
4220 "string_cache",
4221 "string_cache_codegen",
4222 "tendril",
4223]
4224
4225[[package]]
4226name = "markup5ever_rcdom"
4227version = "0.3.0"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
4230dependencies = [
4231 "html5ever",
4232 "markup5ever",
4233 "tendril",
4234 "xml5ever",
4235]
4236
4237[[package]]
4238name = "match-lookup"
4239version = "0.1.2"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
4242dependencies = [
4243 "proc-macro2",
4244 "quote",
4245 "syn 2.0.106",
4246]
4247
4248[[package]]
4249name = "match_cfg"
4250version = "0.1.0"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
4253
4254[[package]]
4255name = "matchers"
4256version = "0.2.0"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
4259dependencies = [
4260 "regex-automata",
4261]
4262
4263[[package]]
4264name = "maybe-async"
4265version = "0.2.10"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
4268dependencies = [
4269 "proc-macro2",
4270 "quote",
4271 "syn 2.0.106",
4272]
4273
4274[[package]]
4275name = "md-5"
4276version = "0.10.6"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
4279dependencies = [
4280 "cfg-if",
4281 "digest",
4282]
4283
4284[[package]]
4285name = "md5"
4286version = "0.7.0"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
4289
4290[[package]]
4291name = "memchr"
4292version = "2.7.6"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
4295
4296[[package]]
4297name = "memmap2"
4298version = "0.9.8"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
4301dependencies = [
4302 "libc",
4303]
4304
4305[[package]]
4306name = "miette"
4307version = "7.6.0"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
4310dependencies = [
4311 "cfg-if",
4312 "miette-derive",
4313 "unicode-width 0.1.14",
4314]
4315
4316[[package]]
4317name = "miette-derive"
4318version = "7.6.0"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
4321dependencies = [
4322 "proc-macro2",
4323 "quote",
4324 "syn 2.0.106",
4325]
4326
4327[[package]]
4328name = "mime"
4329version = "0.3.17"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
4332
4333[[package]]
4334name = "mime_guess"
4335version = "2.0.5"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
4338dependencies = [
4339 "mime",
4340 "unicase",
4341]
4342
4343[[package]]
4344name = "mini-moka-wasm"
4345version = "0.10.99"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8"
4348dependencies = [
4349 "crossbeam-channel",
4350 "crossbeam-utils",
4351 "dashmap",
4352 "smallvec",
4353 "tagptr",
4354 "triomphe",
4355]
4356
4357[[package]]
4358name = "minimal-lexical"
4359version = "0.2.1"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
4362
4363[[package]]
4364name = "miniz_oxide"
4365version = "0.8.9"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
4368dependencies = [
4369 "adler2",
4370]
4371
4372[[package]]
4373name = "mio"
4374version = "1.0.4"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
4377dependencies = [
4378 "libc",
4379 "log",
4380 "wasi",
4381 "windows-sys 0.59.0",
4382]
4383
4384[[package]]
4385name = "multibase"
4386version = "0.9.3"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6"
4389dependencies = [
4390 "base-x",
4391 "base256emoji",
4392 "base45",
4393 "data-encoding",
4394 "data-encoding-macro",
4395]
4396
4397[[package]]
4398name = "multihash"
4399version = "0.19.5"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
4402dependencies = [
4403 "serde",
4404 "unsigned-varint",
4405]
4406
4407[[package]]
4408name = "mycelium-bitfield"
4409version = "0.1.5"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
4412
4413[[package]]
4414name = "n0-future"
4415version = "0.1.3"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
4418dependencies = [
4419 "cfg_aliases",
4420 "derive_more 1.0.0",
4421 "futures-buffered",
4422 "futures-lite",
4423 "futures-util",
4424 "js-sys",
4425 "pin-project",
4426 "send_wrapper 0.6.0",
4427 "tokio",
4428 "tokio-util",
4429 "wasm-bindgen",
4430 "wasm-bindgen-futures",
4431 "web-time",
4432]
4433
4434[[package]]
4435name = "nanoid"
4436version = "0.4.0"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4439dependencies = [
4440 "rand 0.8.5",
4441]
4442
4443[[package]]
4444name = "ndk-context"
4445version = "0.1.1"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
4448
4449[[package]]
4450name = "new_debug_unreachable"
4451version = "1.0.6"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
4454
4455[[package]]
4456name = "nkeys"
4457version = "0.4.5"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "879011babc47a1c7fdf5a935ae3cfe94f34645ca0cac1c7f6424b36fc743d1bf"
4460dependencies = [
4461 "data-encoding",
4462 "ed25519",
4463 "ed25519-dalek",
4464 "getrandom 0.2.16",
4465 "log",
4466 "rand 0.8.5",
4467 "signatory",
4468]
4469
4470[[package]]
4471name = "nom"
4472version = "7.1.3"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4475dependencies = [
4476 "memchr",
4477 "minimal-lexical",
4478]
4479
4480[[package]]
4481name = "now"
4482version = "0.1.3"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
4485dependencies = [
4486 "chrono",
4487]
4488
4489[[package]]
4490name = "ntapi"
4491version = "0.4.1"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4494dependencies = [
4495 "winapi",
4496]
4497
4498[[package]]
4499name = "nu-ansi-term"
4500version = "0.50.1"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
4503dependencies = [
4504 "windows-sys 0.52.0",
4505]
4506
4507[[package]]
4508name = "nuid"
4509version = "0.5.0"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83"
4512dependencies = [
4513 "rand 0.8.5",
4514]
4515
4516[[package]]
4517name = "num"
4518version = "0.4.3"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
4521dependencies = [
4522 "num-bigint",
4523 "num-complex",
4524 "num-integer",
4525 "num-iter",
4526 "num-rational",
4527 "num-traits",
4528]
4529
4530[[package]]
4531name = "num-bigint"
4532version = "0.4.6"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
4535dependencies = [
4536 "num-integer",
4537 "num-traits",
4538]
4539
4540[[package]]
4541name = "num-bigint-dig"
4542version = "0.8.4"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
4545dependencies = [
4546 "byteorder",
4547 "lazy_static",
4548 "libm",
4549 "num-integer",
4550 "num-iter",
4551 "num-traits",
4552 "rand 0.8.5",
4553 "smallvec",
4554 "zeroize",
4555]
4556
4557[[package]]
4558name = "num-complex"
4559version = "0.4.6"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4562dependencies = [
4563 "num-traits",
4564]
4565
4566[[package]]
4567name = "num-conv"
4568version = "0.1.0"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
4571
4572[[package]]
4573name = "num-integer"
4574version = "0.1.46"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4577dependencies = [
4578 "num-traits",
4579]
4580
4581[[package]]
4582name = "num-iter"
4583version = "0.1.45"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
4586dependencies = [
4587 "autocfg",
4588 "num-integer",
4589 "num-traits",
4590]
4591
4592[[package]]
4593name = "num-rational"
4594version = "0.4.2"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4597dependencies = [
4598 "num-bigint",
4599 "num-integer",
4600 "num-traits",
4601]
4602
4603[[package]]
4604name = "num-traits"
4605version = "0.2.19"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4608dependencies = [
4609 "autocfg",
4610 "libm",
4611]
4612
4613[[package]]
4614name = "objc2"
4615version = "0.6.4"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
4618dependencies = [
4619 "objc2-encode",
4620]
4621
4622[[package]]
4623name = "objc2-core-foundation"
4624version = "0.3.1"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
4627dependencies = [
4628 "bitflags 2.9.4",
4629]
4630
4631[[package]]
4632name = "objc2-encode"
4633version = "4.1.0"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
4636
4637[[package]]
4638name = "objc2-foundation"
4639version = "0.3.2"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4642dependencies = [
4643 "bitflags 2.9.4",
4644 "objc2",
4645]
4646
4647[[package]]
4648name = "object"
4649version = "0.37.3"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4652dependencies = [
4653 "memchr",
4654]
4655
4656[[package]]
4657name = "ogg_pager"
4658version = "0.7.0"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19"
4661dependencies = [
4662 "byteorder",
4663]
4664
4665[[package]]
4666name = "once_cell"
4667version = "1.21.3"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
4670
4671[[package]]
4672name = "once_cell_polyfill"
4673version = "1.70.1"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
4676
4677[[package]]
4678name = "opaque-debug"
4679version = "0.3.1"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4682
4683[[package]]
4684name = "openssl-probe"
4685version = "0.1.6"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
4688
4689[[package]]
4690name = "option-ext"
4691version = "0.2.0"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4694
4695[[package]]
4696name = "ordered-multimap"
4697version = "0.7.3"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
4700dependencies = [
4701 "dlv-list",
4702 "hashbrown 0.14.5",
4703]
4704
4705[[package]]
4706name = "owo-colors"
4707version = "4.2.2"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
4710dependencies = [
4711 "supports-color 2.1.0",
4712 "supports-color 3.0.2",
4713]
4714
4715[[package]]
4716name = "oxilangtag"
4717version = "0.1.6"
4718source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
4720dependencies = [
4721 "serde",
4722]
4723
4724[[package]]
4725name = "p256"
4726version = "0.13.2"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
4729dependencies = [
4730 "ecdsa",
4731 "elliptic-curve",
4732 "primeorder",
4733 "sha2",
4734]
4735
4736[[package]]
4737name = "p384"
4738version = "0.13.1"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
4741dependencies = [
4742 "ecdsa",
4743 "elliptic-curve",
4744 "primeorder",
4745 "sha2",
4746]
4747
4748[[package]]
4749name = "parking"
4750version = "2.2.1"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4753
4754[[package]]
4755name = "parking_lot"
4756version = "0.12.4"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
4759dependencies = [
4760 "lock_api",
4761 "parking_lot_core",
4762]
4763
4764[[package]]
4765name = "parking_lot_core"
4766version = "0.9.11"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
4769dependencies = [
4770 "cfg-if",
4771 "libc",
4772 "redox_syscall",
4773 "smallvec",
4774 "windows-targets 0.52.6",
4775]
4776
4777[[package]]
4778name = "paste"
4779version = "1.0.15"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4782
4783[[package]]
4784name = "pathsearch"
4785version = "0.2.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05"
4788dependencies = [
4789 "anyhow",
4790 "libc",
4791]
4792
4793[[package]]
4794name = "pem"
4795version = "3.0.5"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
4798dependencies = [
4799 "base64 0.22.1",
4800 "serde",
4801]
4802
4803[[package]]
4804name = "pem-rfc7468"
4805version = "0.7.0"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
4808dependencies = [
4809 "base64ct",
4810]
4811
4812[[package]]
4813name = "percent-encoding"
4814version = "2.3.2"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4817
4818[[package]]
4819name = "petgraph"
4820version = "0.8.2"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
4823dependencies = [
4824 "fixedbitset",
4825 "hashbrown 0.15.5",
4826 "indexmap",
4827 "serde",
4828]
4829
4830[[package]]
4831name = "pgrx"
4832version = "0.15.0"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "bab5bc1d60d3bc3c966d307a3c7313b1ebfb49a0ec183be3f1a057df0bcc9988"
4835dependencies = [
4836 "atomic-traits",
4837 "bitflags 2.9.4",
4838 "bitvec",
4839 "enum-map",
4840 "heapless 0.8.0",
4841 "libc",
4842 "once_cell",
4843 "pgrx-macros",
4844 "pgrx-pg-sys",
4845 "pgrx-sql-entity-graph",
4846 "seahash",
4847 "serde",
4848 "serde_cbor",
4849 "serde_json",
4850 "thiserror 2.0.17",
4851 "uuid",
4852]
4853
4854[[package]]
4855name = "pgrx-bindgen"
4856version = "0.15.0"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "9804b74c211a9edd550cd974718f8cc407dec50d8e9cafb906e0b042ba434af0"
4859dependencies = [
4860 "bindgen",
4861 "cc",
4862 "clang-sys",
4863 "eyre",
4864 "pgrx-pg-config",
4865 "proc-macro2",
4866 "quote",
4867 "regex",
4868 "shlex",
4869 "syn 2.0.106",
4870 "walkdir",
4871]
4872
4873[[package]]
4874name = "pgrx-macros"
4875version = "0.15.0"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "f230769493bf567f137de23264d604d267dd72b8a77c596528e43cf423c6208e"
4878dependencies = [
4879 "pgrx-sql-entity-graph",
4880 "proc-macro2",
4881 "quote",
4882 "syn 2.0.106",
4883]
4884
4885[[package]]
4886name = "pgrx-pg-config"
4887version = "0.15.0"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "49b64c071c2a46a19ab4521120a25b02b598f4abf6e9b4b1769a7922edeee3de"
4890dependencies = [
4891 "cargo_toml",
4892 "codepage",
4893 "encoding_rs",
4894 "eyre",
4895 "home",
4896 "owo-colors",
4897 "pathsearch",
4898 "serde",
4899 "serde_json",
4900 "thiserror 2.0.17",
4901 "toml 0.8.23",
4902 "url",
4903 "winapi",
4904]
4905
4906[[package]]
4907name = "pgrx-pg-sys"
4908version = "0.15.0"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "fcbfa98ec7a90252d13a78ac666541173dbb01a2fc1ba20131db6490c0711125"
4911dependencies = [
4912 "cee-scape",
4913 "libc",
4914 "pgrx-bindgen",
4915 "pgrx-macros",
4916 "pgrx-sql-entity-graph",
4917 "serde",
4918 "sptr",
4919]
4920
4921[[package]]
4922name = "pgrx-sql-entity-graph"
4923version = "0.15.0"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "e79bbf5a33cff6cfdc6dda3a976cd931c995eaa2c073a7c59b8f8fe8f6faa073"
4926dependencies = [
4927 "convert_case 0.8.0",
4928 "eyre",
4929 "petgraph",
4930 "proc-macro2",
4931 "quote",
4932 "syn 2.0.106",
4933 "thiserror 2.0.17",
4934 "unescape",
4935]
4936
4937[[package]]
4938name = "pgrx-tests"
4939version = "0.15.0"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "9791c709882f3af9545bcca71670fdd82768f67a428b416b6210eae3773dbd0d"
4942dependencies = [
4943 "clap-cargo",
4944 "eyre",
4945 "libc",
4946 "owo-colors",
4947 "paste",
4948 "pgrx",
4949 "pgrx-macros",
4950 "pgrx-pg-config",
4951 "postgres",
4952 "proptest",
4953 "rand 0.9.2",
4954 "regex",
4955 "serde",
4956 "serde_json",
4957 "shlex",
4958 "sysinfo 0.34.2",
4959 "tempfile",
4960 "thiserror 2.0.17",
4961 "winapi",
4962]
4963
4964[[package]]
4965name = "phf"
4966version = "0.11.3"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
4969dependencies = [
4970 "phf_macros",
4971 "phf_shared 0.11.3",
4972]
4973
4974[[package]]
4975name = "phf"
4976version = "0.12.1"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
4979dependencies = [
4980 "phf_shared 0.12.1",
4981]
4982
4983[[package]]
4984name = "phf"
4985version = "0.13.1"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
4988dependencies = [
4989 "phf_shared 0.13.1",
4990 "serde",
4991]
4992
4993[[package]]
4994name = "phf_codegen"
4995version = "0.11.3"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
4998dependencies = [
4999 "phf_generator",
5000 "phf_shared 0.11.3",
5001]
5002
5003[[package]]
5004name = "phf_generator"
5005version = "0.11.3"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
5008dependencies = [
5009 "phf_shared 0.11.3",
5010 "rand 0.8.5",
5011]
5012
5013[[package]]
5014name = "phf_macros"
5015version = "0.11.3"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
5018dependencies = [
5019 "phf_generator",
5020 "phf_shared 0.11.3",
5021 "proc-macro2",
5022 "quote",
5023 "syn 2.0.106",
5024]
5025
5026[[package]]
5027name = "phf_shared"
5028version = "0.11.3"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
5031dependencies = [
5032 "siphasher 1.0.1",
5033]
5034
5035[[package]]
5036name = "phf_shared"
5037version = "0.12.1"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
5040dependencies = [
5041 "siphasher 1.0.1",
5042]
5043
5044[[package]]
5045name = "phf_shared"
5046version = "0.13.1"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
5049dependencies = [
5050 "siphasher 1.0.1",
5051]
5052
5053[[package]]
5054name = "pin-project"
5055version = "1.1.10"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
5058dependencies = [
5059 "pin-project-internal",
5060]
5061
5062[[package]]
5063name = "pin-project-internal"
5064version = "1.1.10"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
5067dependencies = [
5068 "proc-macro2",
5069 "quote",
5070 "syn 2.0.106",
5071]
5072
5073[[package]]
5074name = "pin-project-lite"
5075version = "0.2.16"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
5078
5079[[package]]
5080name = "pin-utils"
5081version = "0.1.0"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
5084
5085[[package]]
5086name = "pkcs1"
5087version = "0.7.5"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
5090dependencies = [
5091 "der",
5092 "pkcs8",
5093 "spki",
5094]
5095
5096[[package]]
5097name = "pkcs8"
5098version = "0.10.2"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
5101dependencies = [
5102 "der",
5103 "spki",
5104]
5105
5106[[package]]
5107name = "pkg-config"
5108version = "0.3.32"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
5111
5112[[package]]
5113name = "plain"
5114version = "0.2.3"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
5117
5118[[package]]
5119name = "planus"
5120version = "0.3.1"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
5123dependencies = [
5124 "array-init-cursor",
5125]
5126
5127[[package]]
5128name = "polars"
5129version = "0.46.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "72571dde488ecccbe799798bf99ab7308ebdb7cf5d95bcc498dbd5a132f0da4d"
5132dependencies = [
5133 "getrandom 0.2.16",
5134 "polars-arrow",
5135 "polars-core",
5136 "polars-error",
5137 "polars-io",
5138 "polars-lazy",
5139 "polars-ops",
5140 "polars-parquet",
5141 "polars-sql",
5142 "polars-time",
5143 "polars-utils",
5144 "version_check",
5145]
5146
5147[[package]]
5148name = "polars-arrow"
5149version = "0.46.0"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "6611c758d52e799761cc25900666b71552e6c929d88052811bc9daad4b3321a8"
5152dependencies = [
5153 "ahash 0.8.12",
5154 "atoi_simd",
5155 "bytemuck",
5156 "chrono",
5157 "chrono-tz",
5158 "dyn-clone",
5159 "either",
5160 "ethnum",
5161 "getrandom 0.2.16",
5162 "hashbrown 0.15.5",
5163 "itoa",
5164 "lz4",
5165 "num-traits",
5166 "parking_lot",
5167 "polars-arrow-format",
5168 "polars-error",
5169 "polars-schema",
5170 "polars-utils",
5171 "simdutf8",
5172 "streaming-iterator",
5173 "strength_reduce",
5174 "strum_macros 0.26.4",
5175 "version_check",
5176 "zstd",
5177]
5178
5179[[package]]
5180name = "polars-arrow-format"
5181version = "0.1.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
5184dependencies = [
5185 "planus",
5186 "serde",
5187]
5188
5189[[package]]
5190name = "polars-compute"
5191version = "0.46.0"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "332f2547dbb27599a8ffe68e56159f5996ba03d1dad0382ccb62c109ceacdeb6"
5194dependencies = [
5195 "atoi_simd",
5196 "bytemuck",
5197 "chrono",
5198 "either",
5199 "fast-float2",
5200 "itoa",
5201 "num-traits",
5202 "polars-arrow",
5203 "polars-error",
5204 "polars-utils",
5205 "ryu",
5206 "strength_reduce",
5207 "version_check",
5208]
5209
5210[[package]]
5211name = "polars-core"
5212version = "0.46.0"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "796d06eae7e6e74ed28ea54a8fccc584ebac84e6cf0e1e9ba41ffc807b169a01"
5215dependencies = [
5216 "ahash 0.8.12",
5217 "bitflags 2.9.4",
5218 "bytemuck",
5219 "chrono",
5220 "chrono-tz",
5221 "comfy-table",
5222 "either",
5223 "hashbrown 0.14.5",
5224 "hashbrown 0.15.5",
5225 "indexmap",
5226 "itoa",
5227 "num-traits",
5228 "once_cell",
5229 "polars-arrow",
5230 "polars-compute",
5231 "polars-error",
5232 "polars-row",
5233 "polars-schema",
5234 "polars-utils",
5235 "rand 0.8.5",
5236 "rand_distr",
5237 "rayon",
5238 "regex",
5239 "strum_macros 0.26.4",
5240 "thiserror 2.0.17",
5241 "version_check",
5242 "xxhash-rust",
5243]
5244
5245[[package]]
5246name = "polars-error"
5247version = "0.46.0"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "19d6529cae0d1db5ed690e47de41fac9b35ae0c26d476830c2079f130887b847"
5250dependencies = [
5251 "polars-arrow-format",
5252 "regex",
5253 "simdutf8",
5254 "thiserror 2.0.17",
5255]
5256
5257[[package]]
5258name = "polars-expr"
5259version = "0.46.0"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "c8e639991a8ad4fb12880ab44bcc3cf44a5703df003142334d9caf86d77d77e7"
5262dependencies = [
5263 "ahash 0.8.12",
5264 "bitflags 2.9.4",
5265 "hashbrown 0.15.5",
5266 "num-traits",
5267 "once_cell",
5268 "polars-arrow",
5269 "polars-compute",
5270 "polars-core",
5271 "polars-io",
5272 "polars-ops",
5273 "polars-plan",
5274 "polars-row",
5275 "polars-time",
5276 "polars-utils",
5277 "rand 0.8.5",
5278 "rayon",
5279]
5280
5281[[package]]
5282name = "polars-io"
5283version = "0.46.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "719a77e94480f6be090512da196e378cbcbeb3584c6fe1134c600aee906e38ab"
5286dependencies = [
5287 "ahash 0.8.12",
5288 "async-trait",
5289 "atoi_simd",
5290 "bytes",
5291 "chrono",
5292 "fast-float2",
5293 "futures",
5294 "glob",
5295 "hashbrown 0.15.5",
5296 "home",
5297 "itoa",
5298 "memchr",
5299 "memmap2",
5300 "num-traits",
5301 "once_cell",
5302 "percent-encoding",
5303 "polars-arrow",
5304 "polars-core",
5305 "polars-error",
5306 "polars-parquet",
5307 "polars-schema",
5308 "polars-time",
5309 "polars-utils",
5310 "rayon",
5311 "regex",
5312 "ryu",
5313 "simdutf8",
5314 "tokio",
5315 "tokio-util",
5316]
5317
5318[[package]]
5319name = "polars-lazy"
5320version = "0.46.0"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "a0a731a672dfc8ac38c1f73c9a4b2ae38d2fc8ac363bfb64c5f3a3e072ffc5ad"
5323dependencies = [
5324 "ahash 0.8.12",
5325 "bitflags 2.9.4",
5326 "chrono",
5327 "memchr",
5328 "once_cell",
5329 "polars-arrow",
5330 "polars-core",
5331 "polars-expr",
5332 "polars-io",
5333 "polars-mem-engine",
5334 "polars-ops",
5335 "polars-pipe",
5336 "polars-plan",
5337 "polars-stream",
5338 "polars-time",
5339 "polars-utils",
5340 "rayon",
5341 "version_check",
5342]
5343
5344[[package]]
5345name = "polars-mem-engine"
5346version = "0.46.0"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "33442189bcbf2e2559aa7914db3835429030a13f4f18e43af5fba9d1b018cf12"
5349dependencies = [
5350 "memmap2",
5351 "polars-arrow",
5352 "polars-core",
5353 "polars-error",
5354 "polars-expr",
5355 "polars-io",
5356 "polars-ops",
5357 "polars-plan",
5358 "polars-time",
5359 "polars-utils",
5360 "rayon",
5361]
5362
5363[[package]]
5364name = "polars-ops"
5365version = "0.46.0"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "cbb83218b0c216104f0076cd1a005128be078f958125f3d59b094ee73d78c18e"
5368dependencies = [
5369 "ahash 0.8.12",
5370 "argminmax",
5371 "base64 0.22.1",
5372 "bytemuck",
5373 "chrono",
5374 "chrono-tz",
5375 "either",
5376 "hashbrown 0.15.5",
5377 "hex",
5378 "indexmap",
5379 "memchr",
5380 "num-traits",
5381 "once_cell",
5382 "polars-arrow",
5383 "polars-compute",
5384 "polars-core",
5385 "polars-error",
5386 "polars-schema",
5387 "polars-utils",
5388 "rayon",
5389 "regex",
5390 "regex-syntax",
5391 "strum_macros 0.26.4",
5392 "unicode-normalization",
5393 "unicode-reverse",
5394 "version_check",
5395]
5396
5397[[package]]
5398name = "polars-parquet"
5399version = "0.46.0"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "5c60ee85535590a38db6c703a21be4cb25342e40f573f070d1e16f9d84a53ac7"
5402dependencies = [
5403 "ahash 0.8.12",
5404 "async-stream",
5405 "base64 0.22.1",
5406 "bytemuck",
5407 "ethnum",
5408 "futures",
5409 "hashbrown 0.15.5",
5410 "num-traits",
5411 "polars-arrow",
5412 "polars-compute",
5413 "polars-error",
5414 "polars-parquet-format",
5415 "polars-utils",
5416 "simdutf8",
5417 "streaming-decompression",
5418]
5419
5420[[package]]
5421name = "polars-parquet-format"
5422version = "0.1.0"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
5425dependencies = [
5426 "async-trait",
5427 "futures",
5428]
5429
5430[[package]]
5431name = "polars-pipe"
5432version = "0.46.0"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "42d238fb76698f56e51ddfa89b135e4eda56a4767c6e8859eed0ab78386fcd52"
5435dependencies = [
5436 "crossbeam-channel",
5437 "crossbeam-queue",
5438 "enum_dispatch",
5439 "hashbrown 0.15.5",
5440 "num-traits",
5441 "once_cell",
5442 "polars-arrow",
5443 "polars-compute",
5444 "polars-core",
5445 "polars-expr",
5446 "polars-io",
5447 "polars-ops",
5448 "polars-plan",
5449 "polars-row",
5450 "polars-utils",
5451 "rayon",
5452 "uuid",
5453 "version_check",
5454]
5455
5456[[package]]
5457name = "polars-plan"
5458version = "0.46.0"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "4f03533a93aa66127fcb909a87153a3c7cfee6f0ae59f497e73d7736208da54c"
5461dependencies = [
5462 "ahash 0.8.12",
5463 "bitflags 2.9.4",
5464 "bytemuck",
5465 "bytes",
5466 "chrono",
5467 "chrono-tz",
5468 "either",
5469 "hashbrown 0.15.5",
5470 "memmap2",
5471 "num-traits",
5472 "once_cell",
5473 "percent-encoding",
5474 "polars-arrow",
5475 "polars-compute",
5476 "polars-core",
5477 "polars-io",
5478 "polars-ops",
5479 "polars-time",
5480 "polars-utils",
5481 "rayon",
5482 "recursive",
5483 "regex",
5484 "strum_macros 0.26.4",
5485 "version_check",
5486]
5487
5488[[package]]
5489name = "polars-row"
5490version = "0.46.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "6bf47f7409f8e75328d7d034be390842924eb276716d0458607be0bddb8cc839"
5493dependencies = [
5494 "bitflags 2.9.4",
5495 "bytemuck",
5496 "polars-arrow",
5497 "polars-compute",
5498 "polars-error",
5499 "polars-utils",
5500]
5501
5502[[package]]
5503name = "polars-schema"
5504version = "0.46.0"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "416621ae82b84466cf4ff36838a9b0aeb4a67e76bd3065edc8c9cb7da19b1bc7"
5507dependencies = [
5508 "indexmap",
5509 "polars-error",
5510 "polars-utils",
5511 "version_check",
5512]
5513
5514[[package]]
5515name = "polars-sql"
5516version = "0.46.0"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "edaab553b90aa4d6743bb538978e1982368acb58a94408d7dd3299cad49c7083"
5519dependencies = [
5520 "hex",
5521 "polars-core",
5522 "polars-error",
5523 "polars-lazy",
5524 "polars-ops",
5525 "polars-plan",
5526 "polars-time",
5527 "polars-utils",
5528 "rand 0.8.5",
5529 "regex",
5530 "serde",
5531 "sqlparser",
5532]
5533
5534[[package]]
5535name = "polars-stream"
5536version = "0.46.0"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "498997b656c779610c1496b3d96a59fe569ef22a5b81ccfe5325cb3df8dff2fd"
5539dependencies = [
5540 "atomic-waker",
5541 "crossbeam-deque",
5542 "crossbeam-utils",
5543 "futures",
5544 "memmap2",
5545 "parking_lot",
5546 "pin-project-lite",
5547 "polars-core",
5548 "polars-error",
5549 "polars-expr",
5550 "polars-io",
5551 "polars-mem-engine",
5552 "polars-ops",
5553 "polars-parquet",
5554 "polars-plan",
5555 "polars-utils",
5556 "rand 0.8.5",
5557 "rayon",
5558 "recursive",
5559 "slotmap",
5560 "tokio",
5561 "version_check",
5562]
5563
5564[[package]]
5565name = "polars-time"
5566version = "0.46.0"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "d192efbdab516d28b3fab1709a969e3385bd5cda050b7c9aa9e2502a01fda879"
5569dependencies = [
5570 "atoi_simd",
5571 "bytemuck",
5572 "chrono",
5573 "chrono-tz",
5574 "now",
5575 "num-traits",
5576 "once_cell",
5577 "polars-arrow",
5578 "polars-compute",
5579 "polars-core",
5580 "polars-error",
5581 "polars-ops",
5582 "polars-utils",
5583 "rayon",
5584 "regex",
5585 "strum_macros 0.26.4",
5586]
5587
5588[[package]]
5589name = "polars-utils"
5590version = "0.46.0"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "a8f6c8166a4a7fbc15b87c81645ed9e1f0651ff2e8c96cafc40ac5bf43441a10"
5593dependencies = [
5594 "ahash 0.8.12",
5595 "bytemuck",
5596 "bytes",
5597 "compact_str",
5598 "hashbrown 0.15.5",
5599 "indexmap",
5600 "libc",
5601 "memmap2",
5602 "num-traits",
5603 "once_cell",
5604 "polars-error",
5605 "rand 0.8.5",
5606 "raw-cpuid",
5607 "rayon",
5608 "stacker",
5609 "sysinfo 0.33.1",
5610 "version_check",
5611]
5612
5613[[package]]
5614name = "poly1305"
5615version = "0.8.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
5618dependencies = [
5619 "cpufeatures",
5620 "opaque-debug",
5621 "universal-hash",
5622]
5623
5624[[package]]
5625name = "polyval"
5626version = "0.6.2"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
5629dependencies = [
5630 "cfg-if",
5631 "cpufeatures",
5632 "opaque-debug",
5633 "universal-hash",
5634]
5635
5636[[package]]
5637name = "portable-atomic"
5638version = "1.11.1"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
5641
5642[[package]]
5643name = "postcard"
5644version = "1.1.3"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5647dependencies = [
5648 "cobs",
5649 "embedded-io 0.4.0",
5650 "embedded-io 0.6.1",
5651 "heapless 0.7.17",
5652 "serde",
5653]
5654
5655[[package]]
5656name = "postgres"
5657version = "0.19.11"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "8bc19a61586a93e0663e8663dcc37c361f11e44ab0309d23eba1aa5a1965116d"
5660dependencies = [
5661 "bytes",
5662 "fallible-iterator 0.2.0",
5663 "futures-util",
5664 "log",
5665 "tokio",
5666 "tokio-postgres",
5667]
5668
5669[[package]]
5670name = "postgres-protocol"
5671version = "0.6.9"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "fbef655056b916eb868048276cfd5d6a7dea4f81560dfd047f97c8c6fe3fcfd4"
5674dependencies = [
5675 "base64 0.22.1",
5676 "byteorder",
5677 "bytes",
5678 "fallible-iterator 0.2.0",
5679 "hmac",
5680 "md-5",
5681 "memchr",
5682 "rand 0.9.2",
5683 "sha2",
5684 "stringprep",
5685]
5686
5687[[package]]
5688name = "postgres-types"
5689version = "0.2.10"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "77a120daaabfcb0e324d5bf6e411e9222994cb3795c79943a0ef28ed27ea76e4"
5692dependencies = [
5693 "bytes",
5694 "fallible-iterator 0.2.0",
5695 "postgres-protocol",
5696]
5697
5698[[package]]
5699name = "potential_utf"
5700version = "0.1.3"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
5703dependencies = [
5704 "zerovec",
5705]
5706
5707[[package]]
5708name = "powerfmt"
5709version = "0.2.0"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5712
5713[[package]]
5714name = "ppv-lite86"
5715version = "0.2.21"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5718dependencies = [
5719 "zerocopy",
5720]
5721
5722[[package]]
5723name = "precomputed-hash"
5724version = "0.1.1"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
5727
5728[[package]]
5729name = "prettyplease"
5730version = "0.2.37"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5733dependencies = [
5734 "proc-macro2",
5735 "syn 2.0.106",
5736]
5737
5738[[package]]
5739name = "primeorder"
5740version = "0.13.6"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
5743dependencies = [
5744 "elliptic-curve",
5745]
5746
5747[[package]]
5748name = "proc-macro-crate"
5749version = "3.4.0"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
5752dependencies = [
5753 "toml_edit 0.23.6",
5754]
5755
5756[[package]]
5757name = "proc-macro2"
5758version = "1.0.101"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
5761dependencies = [
5762 "unicode-ident",
5763]
5764
5765[[package]]
5766name = "proptest"
5767version = "1.8.0"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
5770dependencies = [
5771 "bit-set",
5772 "bit-vec",
5773 "bitflags 2.9.4",
5774 "lazy_static",
5775 "num-traits",
5776 "rand 0.9.2",
5777 "rand_chacha 0.9.0",
5778 "rand_xorshift",
5779 "regex-syntax",
5780 "rusty-fork",
5781 "tempfile",
5782 "unarray",
5783]
5784
5785[[package]]
5786name = "psm"
5787version = "0.1.26"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
5790dependencies = [
5791 "cc",
5792]
5793
5794[[package]]
5795name = "ptr_meta"
5796version = "0.1.4"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5799dependencies = [
5800 "ptr_meta_derive",
5801]
5802
5803[[package]]
5804name = "ptr_meta_derive"
5805version = "0.1.4"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5808dependencies = [
5809 "proc-macro2",
5810 "quote",
5811 "syn 1.0.109",
5812]
5813
5814[[package]]
5815name = "quick-error"
5816version = "1.2.3"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
5819
5820[[package]]
5821name = "quick-xml"
5822version = "0.32.0"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
5825dependencies = [
5826 "memchr",
5827 "serde",
5828]
5829
5830[[package]]
5831name = "quick-xml"
5832version = "0.37.5"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
5835dependencies = [
5836 "memchr",
5837 "serde",
5838]
5839
5840[[package]]
5841name = "quinn"
5842version = "0.11.9"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
5845dependencies = [
5846 "bytes",
5847 "cfg_aliases",
5848 "pin-project-lite",
5849 "quinn-proto",
5850 "quinn-udp",
5851 "rustc-hash",
5852 "rustls 0.23.32",
5853 "socket2 0.6.0",
5854 "thiserror 2.0.17",
5855 "tokio",
5856 "tracing",
5857 "web-time",
5858]
5859
5860[[package]]
5861name = "quinn-proto"
5862version = "0.11.13"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
5865dependencies = [
5866 "bytes",
5867 "getrandom 0.3.4",
5868 "lru-slab",
5869 "rand 0.9.2",
5870 "ring",
5871 "rustc-hash",
5872 "rustls 0.23.32",
5873 "rustls-pki-types",
5874 "slab",
5875 "thiserror 2.0.17",
5876 "tinyvec",
5877 "tracing",
5878 "web-time",
5879]
5880
5881[[package]]
5882name = "quinn-udp"
5883version = "0.5.14"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
5886dependencies = [
5887 "cfg_aliases",
5888 "libc",
5889 "once_cell",
5890 "socket2 0.6.0",
5891 "tracing",
5892 "windows-sys 0.60.2",
5893]
5894
5895[[package]]
5896name = "quote"
5897version = "1.0.41"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
5900dependencies = [
5901 "proc-macro2",
5902]
5903
5904[[package]]
5905name = "r-efi"
5906version = "5.3.0"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5909
5910[[package]]
5911name = "radium"
5912version = "0.7.0"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
5915
5916[[package]]
5917name = "raichu"
5918version = "0.1.0"
5919dependencies = [
5920 "base64 0.22.1",
5921 "getrandom 0.2.16",
5922 "js-sys",
5923 "rand 0.8.5",
5924 "serde_json",
5925 "symphonia",
5926 "wasm-bindgen",
5927 "web-sys",
5928]
5929
5930[[package]]
5931name = "rand"
5932version = "0.8.5"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5935dependencies = [
5936 "libc",
5937 "rand_chacha 0.3.1",
5938 "rand_core 0.6.4",
5939]
5940
5941[[package]]
5942name = "rand"
5943version = "0.9.2"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
5946dependencies = [
5947 "rand_chacha 0.9.0",
5948 "rand_core 0.9.3",
5949]
5950
5951[[package]]
5952name = "rand_chacha"
5953version = "0.3.1"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5956dependencies = [
5957 "ppv-lite86",
5958 "rand_core 0.6.4",
5959]
5960
5961[[package]]
5962name = "rand_chacha"
5963version = "0.9.0"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5966dependencies = [
5967 "ppv-lite86",
5968 "rand_core 0.9.3",
5969]
5970
5971[[package]]
5972name = "rand_core"
5973version = "0.6.4"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5976dependencies = [
5977 "getrandom 0.2.16",
5978]
5979
5980[[package]]
5981name = "rand_core"
5982version = "0.9.3"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
5985dependencies = [
5986 "getrandom 0.3.4",
5987]
5988
5989[[package]]
5990name = "rand_distr"
5991version = "0.4.3"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
5994dependencies = [
5995 "num-traits",
5996 "rand 0.8.5",
5997]
5998
5999[[package]]
6000name = "rand_xorshift"
6001version = "0.4.0"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
6004dependencies = [
6005 "rand_core 0.9.3",
6006]
6007
6008[[package]]
6009name = "raw-cpuid"
6010version = "11.6.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6013dependencies = [
6014 "bitflags 2.9.4",
6015]
6016
6017[[package]]
6018name = "rayon"
6019version = "1.11.0"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
6022dependencies = [
6023 "either",
6024 "rayon-core",
6025]
6026
6027[[package]]
6028name = "rayon-core"
6029version = "1.13.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
6032dependencies = [
6033 "crossbeam-deque",
6034 "crossbeam-utils",
6035]
6036
6037[[package]]
6038name = "recursive"
6039version = "0.1.1"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
6042dependencies = [
6043 "recursive-proc-macro-impl",
6044 "stacker",
6045]
6046
6047[[package]]
6048name = "recursive-proc-macro-impl"
6049version = "0.1.1"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
6052dependencies = [
6053 "quote",
6054 "syn 2.0.106",
6055]
6056
6057[[package]]
6058name = "redb"
6059version = "2.6.3"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "8eca1e9d98d5a7e9002d0013e18d5a9b000aee942eb134883a82f06ebffb6c01"
6062dependencies = [
6063 "libc",
6064]
6065
6066[[package]]
6067name = "redis"
6068version = "0.23.3"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
6071dependencies = [
6072 "async-trait",
6073 "bytes",
6074 "combine",
6075 "futures-util",
6076 "itoa",
6077 "percent-encoding",
6078 "pin-project-lite",
6079 "ryu",
6080 "tokio",
6081 "tokio-util",
6082 "url",
6083]
6084
6085[[package]]
6086name = "redis"
6087version = "0.29.5"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
6090dependencies = [
6091 "arc-swap",
6092 "bytes",
6093 "combine",
6094 "futures-util",
6095 "itoa",
6096 "num-bigint",
6097 "percent-encoding",
6098 "pin-project-lite",
6099 "rustls 0.23.32",
6100 "rustls-native-certs 0.8.1",
6101 "ryu",
6102 "sha1_smol",
6103 "socket2 0.5.10",
6104 "tokio",
6105 "tokio-rustls 0.26.4",
6106 "tokio-util",
6107 "url",
6108]
6109
6110[[package]]
6111name = "redox_syscall"
6112version = "0.5.17"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
6115dependencies = [
6116 "bitflags 2.9.4",
6117]
6118
6119[[package]]
6120name = "redox_users"
6121version = "0.5.2"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
6124dependencies = [
6125 "getrandom 0.2.16",
6126 "libredox",
6127 "thiserror 2.0.17",
6128]
6129
6130[[package]]
6131name = "ref-cast"
6132version = "1.0.26"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
6135dependencies = [
6136 "ref-cast-impl",
6137]
6138
6139[[package]]
6140name = "ref-cast-impl"
6141version = "1.0.26"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
6144dependencies = [
6145 "proc-macro2",
6146 "quote",
6147 "syn 3.0.2",
6148]
6149
6150[[package]]
6151name = "regex"
6152version = "1.13.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
6155dependencies = [
6156 "aho-corasick",
6157 "memchr",
6158 "regex-automata",
6159 "regex-syntax",
6160]
6161
6162[[package]]
6163name = "regex-automata"
6164version = "0.4.16"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
6167dependencies = [
6168 "aho-corasick",
6169 "memchr",
6170 "regex-syntax",
6171]
6172
6173[[package]]
6174name = "regex-lite"
6175version = "0.1.7"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30"
6178
6179[[package]]
6180name = "regex-syntax"
6181version = "0.8.11"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
6184
6185[[package]]
6186name = "rend"
6187version = "0.4.2"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
6190dependencies = [
6191 "bytecheck",
6192]
6193
6194[[package]]
6195name = "reqwest"
6196version = "0.12.23"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
6199dependencies = [
6200 "async-compression",
6201 "base64 0.22.1",
6202 "bytes",
6203 "encoding_rs",
6204 "futures-core",
6205 "futures-util",
6206 "h2 0.4.12",
6207 "http 1.4.2",
6208 "http-body 1.0.1",
6209 "http-body-util",
6210 "hyper 1.7.0",
6211 "hyper-rustls 0.27.7",
6212 "hyper-util",
6213 "js-sys",
6214 "log",
6215 "mime",
6216 "mime_guess",
6217 "percent-encoding",
6218 "pin-project-lite",
6219 "quinn",
6220 "rustls 0.23.32",
6221 "rustls-pki-types",
6222 "serde",
6223 "serde_json",
6224 "serde_urlencoded",
6225 "sync_wrapper",
6226 "tokio",
6227 "tokio-rustls 0.26.4",
6228 "tokio-util",
6229 "tower",
6230 "tower-http",
6231 "tower-service",
6232 "url",
6233 "wasm-bindgen",
6234 "wasm-bindgen-futures",
6235 "wasm-streams",
6236 "web-sys",
6237 "webpki-roots 1.0.2",
6238]
6239
6240[[package]]
6241name = "resolv-conf"
6242version = "0.7.6"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
6245
6246[[package]]
6247name = "rfc6979"
6248version = "0.4.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
6251dependencies = [
6252 "hmac",
6253 "subtle",
6254]
6255
6256[[package]]
6257name = "ring"
6258version = "0.17.14"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
6261dependencies = [
6262 "cc",
6263 "cfg-if",
6264 "getrandom 0.2.16",
6265 "libc",
6266 "untrusted",
6267 "windows-sys 0.52.0",
6268]
6269
6270[[package]]
6271name = "rkyv"
6272version = "0.7.45"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
6275dependencies = [
6276 "bitvec",
6277 "bytecheck",
6278 "bytes",
6279 "hashbrown 0.12.3",
6280 "ptr_meta",
6281 "rend",
6282 "rkyv_derive",
6283 "seahash",
6284 "tinyvec",
6285 "uuid",
6286]
6287
6288[[package]]
6289name = "rkyv_derive"
6290version = "0.7.45"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
6293dependencies = [
6294 "proc-macro2",
6295 "quote",
6296 "syn 1.0.109",
6297]
6298
6299[[package]]
6300name = "rocksky-connect"
6301version = "0.1.0"
6302dependencies = [
6303 "anyhow",
6304 "async-trait",
6305 "base64 0.22.1",
6306 "dirs",
6307 "futures-util",
6308 "http 1.4.2",
6309 "jsonrpsee",
6310 "owo-colors",
6311 "reqwest",
6312 "serde",
6313 "serde_json",
6314 "tokio",
6315 "tokio-stream",
6316 "tokio-tungstenite",
6317 "tungstenite",
6318]
6319
6320[[package]]
6321name = "rocksky-dropbox"
6322version = "0.1.0"
6323dependencies = [
6324 "actix-web",
6325 "aes",
6326 "anyhow",
6327 "async-nats",
6328 "chrono",
6329 "clap",
6330 "ctr",
6331 "dotenv",
6332 "futures",
6333 "hex",
6334 "jsonwebtoken",
6335 "lofty",
6336 "md5",
6337 "owo-colors",
6338 "redis 0.29.5",
6339 "reqwest",
6340 "serde",
6341 "serde_json",
6342 "sha256",
6343 "sqlx",
6344 "symphonia",
6345 "tempfile",
6346 "tokio",
6347 "tokio-stream",
6348 "tracing",
6349]
6350
6351[[package]]
6352name = "rocksky-googledrive"
6353version = "0.1.0"
6354dependencies = [
6355 "actix-web",
6356 "aes",
6357 "anyhow",
6358 "async-nats",
6359 "chrono",
6360 "clap",
6361 "ctr",
6362 "dotenv",
6363 "futures",
6364 "hex",
6365 "jsonwebtoken",
6366 "lofty",
6367 "md5",
6368 "owo-colors",
6369 "redis 0.29.5",
6370 "reqwest",
6371 "serde",
6372 "serde_json",
6373 "serde_urlencoded",
6374 "sha256",
6375 "sqlx",
6376 "symphonia",
6377 "tempfile",
6378 "tokio",
6379 "tokio-stream",
6380 "tracing",
6381]
6382
6383[[package]]
6384name = "rocksky-jetstream"
6385version = "0.1.0"
6386dependencies = [
6387 "anyhow",
6388 "async-nats",
6389 "chrono",
6390 "dotenv",
6391 "futures-util",
6392 "lru",
6393 "owo-colors",
6394 "redis 0.29.5",
6395 "reqwest",
6396 "serde",
6397 "serde_json",
6398 "sha256",
6399 "sqlx",
6400 "time",
6401 "tokio",
6402 "tokio-stream",
6403 "tokio-tungstenite",
6404 "tracing",
6405 "tungstenite",
6406 "url",
6407]
6408
6409[[package]]
6410name = "rocksky-mirror"
6411version = "0.1.0"
6412dependencies = [
6413 "aes",
6414 "anyhow",
6415 "async-nats",
6416 "base64 0.22.1",
6417 "chrono",
6418 "ctr",
6419 "dotenv",
6420 "dryoc",
6421 "futures-util",
6422 "hex",
6423 "jsonwebtoken",
6424 "owo-colors",
6425 "rand 0.9.2",
6426 "reqwest",
6427 "serde",
6428 "serde_json",
6429 "sha256",
6430 "sqlx",
6431 "tokio",
6432 "tokio-stream",
6433 "tokio-tungstenite",
6434 "tokio-util",
6435 "tracing",
6436 "tracing-subscriber",
6437]
6438
6439[[package]]
6440name = "rocksky-navidrome"
6441version = "0.1.0"
6442dependencies = [
6443 "actix-cors",
6444 "actix-web",
6445 "anyhow",
6446 "async-nats",
6447 "base64 0.22.1",
6448 "bytes",
6449 "chrono",
6450 "dotenv",
6451 "futures",
6452 "hex",
6453 "jsonwebtoken",
6454 "md5",
6455 "owo-colors",
6456 "quick-xml 0.37.5",
6457 "reqwest",
6458 "rust-s3",
6459 "serde",
6460 "serde_json",
6461 "serde_urlencoded",
6462 "sha2",
6463 "sqlx",
6464 "tokio",
6465 "tracing",
6466 "xsalsa20poly1305",
6467]
6468
6469[[package]]
6470name = "rocksky-nif"
6471version = "0.3.0"
6472dependencies = [
6473 "once_cell",
6474 "rocksky-sdk",
6475 "rustler",
6476 "serde",
6477 "serde_json",
6478 "tokio",
6479 "tracing",
6480]
6481
6482[[package]]
6483name = "rocksky-pgpull"
6484version = "0.1.0"
6485dependencies = [
6486 "anyhow",
6487 "chrono",
6488 "owo-colors",
6489 "serde",
6490 "serde_json",
6491 "sqlx",
6492 "tokio",
6493 "tracing",
6494]
6495
6496[[package]]
6497name = "rocksky-playlists"
6498version = "0.1.0"
6499dependencies = [
6500 "aes",
6501 "anyhow",
6502 "async-nats",
6503 "chrono",
6504 "clap",
6505 "ctr",
6506 "dotenv",
6507 "duckdb",
6508 "hex",
6509 "jsonwebtoken",
6510 "owo-colors",
6511 "polars",
6512 "reqwest",
6513 "serde",
6514 "serde_json",
6515 "sha2",
6516 "sqlx",
6517 "tokio",
6518 "tokio-stream",
6519 "tracing",
6520]
6521
6522[[package]]
6523name = "rocksky-scrobbler"
6524version = "0.1.0"
6525dependencies = [
6526 "actix-cors",
6527 "actix-limitation",
6528 "actix-session 0.10.1",
6529 "actix-web",
6530 "aes",
6531 "anyhow",
6532 "async-nats",
6533 "chrono",
6534 "ctr",
6535 "dotenv",
6536 "hex",
6537 "jsonwebtoken",
6538 "md5",
6539 "nanoid",
6540 "owo-colors",
6541 "quick-xml 0.37.5",
6542 "rand 0.9.2",
6543 "redis 0.29.5",
6544 "reqwest",
6545 "serde",
6546 "serde_json",
6547 "serial_test",
6548 "sqlx",
6549 "tokio",
6550 "tokio-stream",
6551 "tracing",
6552 "uuid",
6553]
6554
6555[[package]]
6556name = "rocksky-sdk"
6557version = "0.6.1"
6558dependencies = [
6559 "chrono",
6560 "cid",
6561 "futures",
6562 "ipld-core",
6563 "jacquard",
6564 "jacquard-common",
6565 "jacquard-derive",
6566 "jacquard-lexicon",
6567 "redb",
6568 "reqwest",
6569 "serde",
6570 "serde_bytes",
6571 "serde_ipld_dagcbor",
6572 "serde_json",
6573 "sha2",
6574 "smol_str",
6575 "tempfile",
6576 "thiserror 2.0.17",
6577 "tokio",
6578 "tokio-tungstenite",
6579 "tracing",
6580 "tracing-subscriber",
6581]
6582
6583[[package]]
6584name = "rocksky-spotify"
6585version = "0.1.0"
6586dependencies = [
6587 "aes",
6588 "anyhow",
6589 "async-nats",
6590 "chrono",
6591 "ctr",
6592 "dotenv",
6593 "hex",
6594 "jsonwebtoken",
6595 "redis 0.29.5",
6596 "reqwest",
6597 "serde",
6598 "serde_json",
6599 "sqlx",
6600 "tokio",
6601 "tokio-stream",
6602 "tokio-util",
6603 "tracing",
6604]
6605
6606[[package]]
6607name = "rocksky-storage"
6608version = "0.1.0"
6609dependencies = [
6610 "actix-web",
6611 "anyhow",
6612 "dotenv",
6613 "owo-colors",
6614 "rust-s3",
6615 "serde",
6616 "serde_json",
6617 "sqlx",
6618 "tokio",
6619 "tokio-stream",
6620 "tracing",
6621]
6622
6623[[package]]
6624name = "rocksky-tracklist"
6625version = "0.1.0"
6626dependencies = [
6627 "actix-web",
6628 "anyhow",
6629 "async-nats",
6630 "clap",
6631 "dotenv",
6632 "owo-colors",
6633 "polars",
6634 "rand 0.9.2",
6635 "redis 0.29.5",
6636 "serde",
6637 "serde_json",
6638 "tokio",
6639 "tokio-stream",
6640 "tracing",
6641 "uuid",
6642]
6643
6644[[package]]
6645name = "rocksky-uniffi"
6646version = "0.3.0"
6647dependencies = [
6648 "once_cell",
6649 "rocksky-sdk",
6650 "serde",
6651 "serde_json",
6652 "thiserror 2.0.17",
6653 "tokio",
6654 "uniffi",
6655]
6656
6657[[package]]
6658name = "rocksky-webscrobbler"
6659version = "0.1.0"
6660dependencies = [
6661 "actix-cors",
6662 "actix-limitation",
6663 "actix-session 0.10.1",
6664 "actix-web",
6665 "aes",
6666 "anyhow",
6667 "async-nats",
6668 "chrono",
6669 "ctr",
6670 "dotenv",
6671 "hex",
6672 "jsonwebtoken",
6673 "md5",
6674 "nanoid",
6675 "owo-colors",
6676 "rand 0.9.2",
6677 "redis 0.29.5",
6678 "reqwest",
6679 "serde",
6680 "serde_json",
6681 "serial_test",
6682 "sqlx",
6683 "tokio",
6684 "tokio-stream",
6685 "tracing",
6686]
6687
6688[[package]]
6689name = "rockskyd"
6690version = "0.1.0"
6691dependencies = [
6692 "anyhow",
6693 "clap",
6694 "dotenv",
6695 "owo-colors",
6696 "rocksky-dropbox",
6697 "rocksky-googledrive",
6698 "rocksky-jetstream",
6699 "rocksky-mirror",
6700 "rocksky-navidrome",
6701 "rocksky-pgpull",
6702 "rocksky-playlists",
6703 "rocksky-scrobbler",
6704 "rocksky-spotify",
6705 "rocksky-tracklist",
6706 "rocksky-webscrobbler",
6707 "tokio",
6708 "tracing",
6709 "tracing-log",
6710 "tracing-subscriber",
6711]
6712
6713[[package]]
6714name = "rsa"
6715version = "0.9.8"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
6718dependencies = [
6719 "const-oid",
6720 "digest",
6721 "num-bigint-dig",
6722 "num-integer",
6723 "num-traits",
6724 "pkcs1",
6725 "pkcs8",
6726 "rand_core 0.6.4",
6727 "signature",
6728 "spki",
6729 "subtle",
6730 "zeroize",
6731]
6732
6733[[package]]
6734name = "rust-ini"
6735version = "0.21.3"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
6738dependencies = [
6739 "cfg-if",
6740 "ordered-multimap",
6741]
6742
6743[[package]]
6744name = "rust-s3"
6745version = "0.35.1"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "c3df3f353b1f4209dcf437d777cda90279c397ab15a0cd6fd06bd32c88591533"
6748dependencies = [
6749 "async-trait",
6750 "aws-creds",
6751 "aws-region",
6752 "base64 0.22.1",
6753 "bytes",
6754 "cfg-if",
6755 "futures",
6756 "hex",
6757 "hmac",
6758 "http 0.2.12",
6759 "hyper 0.14.32",
6760 "hyper-rustls 0.24.2",
6761 "log",
6762 "maybe-async",
6763 "md5",
6764 "percent-encoding",
6765 "quick-xml 0.32.0",
6766 "rustls 0.21.12",
6767 "rustls-native-certs 0.6.3",
6768 "serde",
6769 "serde_derive",
6770 "serde_json",
6771 "sha2",
6772 "thiserror 1.0.69",
6773 "time",
6774 "tokio",
6775 "tokio-rustls 0.24.1",
6776 "tokio-stream",
6777 "url",
6778]
6779
6780[[package]]
6781name = "rust_decimal"
6782version = "1.38.0"
6783source = "registry+https://github.com/rust-lang/crates.io-index"
6784checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
6785dependencies = [
6786 "arrayvec",
6787 "borsh",
6788 "bytes",
6789 "num-traits",
6790 "rand 0.8.5",
6791 "rkyv",
6792 "serde",
6793 "serde_json",
6794]
6795
6796[[package]]
6797name = "rustc-demangle"
6798version = "0.1.26"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
6801
6802[[package]]
6803name = "rustc-hash"
6804version = "2.1.1"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
6807
6808[[package]]
6809name = "rustc_version"
6810version = "0.4.1"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
6813dependencies = [
6814 "semver",
6815]
6816
6817[[package]]
6818name = "rustix"
6819version = "1.1.2"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
6822dependencies = [
6823 "bitflags 2.9.4",
6824 "errno",
6825 "libc",
6826 "linux-raw-sys",
6827 "windows-sys 0.61.1",
6828]
6829
6830[[package]]
6831name = "rustler"
6832version = "0.34.0"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "e94bdfa68c0388cbd725f1ca54e975956482c262599e5cced04a903eec918b7f"
6835dependencies = [
6836 "inventory",
6837 "rustler_codegen",
6838 "rustler_sys",
6839]
6840
6841[[package]]
6842name = "rustler_codegen"
6843version = "0.34.0"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "996dc019acb78b91b4e0c1bd6fa2cd509a835d309de762dc15213b97eac399da"
6846dependencies = [
6847 "heck 0.5.0",
6848 "inventory",
6849 "proc-macro2",
6850 "quote",
6851 "syn 2.0.106",
6852]
6853
6854[[package]]
6855name = "rustler_sys"
6856version = "2.4.3"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "ddd0e2c955cfc86ea4680067e1d5e711427b43f7befcb6e23c7807cf3dd90e97"
6859dependencies = [
6860 "regex",
6861 "unreachable",
6862]
6863
6864[[package]]
6865name = "rustls"
6866version = "0.21.12"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
6869dependencies = [
6870 "log",
6871 "ring",
6872 "rustls-webpki 0.101.7",
6873 "sct",
6874]
6875
6876[[package]]
6877name = "rustls"
6878version = "0.23.32"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
6881dependencies = [
6882 "log",
6883 "once_cell",
6884 "ring",
6885 "rustls-pki-types",
6886 "rustls-webpki 0.103.6",
6887 "subtle",
6888 "zeroize",
6889]
6890
6891[[package]]
6892name = "rustls-native-certs"
6893version = "0.6.3"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
6896dependencies = [
6897 "openssl-probe",
6898 "rustls-pemfile 1.0.4",
6899 "schannel",
6900 "security-framework 2.11.1",
6901]
6902
6903[[package]]
6904name = "rustls-native-certs"
6905version = "0.7.3"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
6908dependencies = [
6909 "openssl-probe",
6910 "rustls-pemfile 2.2.0",
6911 "rustls-pki-types",
6912 "schannel",
6913 "security-framework 2.11.1",
6914]
6915
6916[[package]]
6917name = "rustls-native-certs"
6918version = "0.8.1"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
6921dependencies = [
6922 "openssl-probe",
6923 "rustls-pki-types",
6924 "schannel",
6925 "security-framework 3.5.1",
6926]
6927
6928[[package]]
6929name = "rustls-pemfile"
6930version = "1.0.4"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
6933dependencies = [
6934 "base64 0.21.7",
6935]
6936
6937[[package]]
6938name = "rustls-pemfile"
6939version = "2.2.0"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
6942dependencies = [
6943 "rustls-pki-types",
6944]
6945
6946[[package]]
6947name = "rustls-pki-types"
6948version = "1.12.0"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
6951dependencies = [
6952 "web-time",
6953 "zeroize",
6954]
6955
6956[[package]]
6957name = "rustls-platform-verifier"
6958version = "0.5.3"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
6961dependencies = [
6962 "core-foundation 0.10.1",
6963 "core-foundation-sys",
6964 "jni 0.21.1",
6965 "log",
6966 "once_cell",
6967 "rustls 0.23.32",
6968 "rustls-native-certs 0.8.1",
6969 "rustls-platform-verifier-android",
6970 "rustls-webpki 0.103.6",
6971 "security-framework 3.5.1",
6972 "security-framework-sys",
6973 "webpki-root-certs 0.26.11",
6974 "windows-sys 0.59.0",
6975]
6976
6977[[package]]
6978name = "rustls-platform-verifier-android"
6979version = "0.1.1"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
6982
6983[[package]]
6984name = "rustls-webpki"
6985version = "0.101.7"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
6988dependencies = [
6989 "ring",
6990 "untrusted",
6991]
6992
6993[[package]]
6994name = "rustls-webpki"
6995version = "0.102.8"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
6998dependencies = [
6999 "rustls-pki-types",
7000 "untrusted",
7001]
7002
7003[[package]]
7004name = "rustls-webpki"
7005version = "0.103.6"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb"
7008dependencies = [
7009 "ring",
7010 "rustls-pki-types",
7011 "untrusted",
7012]
7013
7014[[package]]
7015name = "rustversion"
7016version = "1.0.22"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
7019
7020[[package]]
7021name = "rusty-fork"
7022version = "0.3.0"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
7025dependencies = [
7026 "fnv",
7027 "quick-error",
7028 "tempfile",
7029 "wait-timeout",
7030]
7031
7032[[package]]
7033name = "ryu"
7034version = "1.0.20"
7035source = "registry+https://github.com/rust-lang/crates.io-index"
7036checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
7037
7038[[package]]
7039name = "salsa20"
7040version = "0.10.2"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
7043dependencies = [
7044 "cipher",
7045]
7046
7047[[package]]
7048name = "same-file"
7049version = "1.0.6"
7050source = "registry+https://github.com/rust-lang/crates.io-index"
7051checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
7052dependencies = [
7053 "winapi-util",
7054]
7055
7056[[package]]
7057name = "scc"
7058version = "2.4.0"
7059source = "registry+https://github.com/rust-lang/crates.io-index"
7060checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
7061dependencies = [
7062 "sdd",
7063]
7064
7065[[package]]
7066name = "schannel"
7067version = "0.1.28"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
7070dependencies = [
7071 "windows-sys 0.61.1",
7072]
7073
7074[[package]]
7075name = "scoped-tls"
7076version = "1.0.1"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7079
7080[[package]]
7081name = "scopeguard"
7082version = "1.2.0"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7085
7086[[package]]
7087name = "scroll"
7088version = "0.12.0"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
7091dependencies = [
7092 "scroll_derive",
7093]
7094
7095[[package]]
7096name = "scroll_derive"
7097version = "0.12.1"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
7100dependencies = [
7101 "proc-macro2",
7102 "quote",
7103 "syn 2.0.106",
7104]
7105
7106[[package]]
7107name = "sct"
7108version = "0.7.1"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
7111dependencies = [
7112 "ring",
7113 "untrusted",
7114]
7115
7116[[package]]
7117name = "sdd"
7118version = "3.0.10"
7119source = "registry+https://github.com/rust-lang/crates.io-index"
7120checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
7121
7122[[package]]
7123name = "seahash"
7124version = "4.1.0"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
7127
7128[[package]]
7129name = "sec1"
7130version = "0.7.3"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
7133dependencies = [
7134 "base16ct",
7135 "der",
7136 "generic-array",
7137 "pkcs8",
7138 "subtle",
7139 "zeroize",
7140]
7141
7142[[package]]
7143name = "security-framework"
7144version = "2.11.1"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
7147dependencies = [
7148 "bitflags 2.9.4",
7149 "core-foundation 0.9.4",
7150 "core-foundation-sys",
7151 "libc",
7152 "security-framework-sys",
7153]
7154
7155[[package]]
7156name = "security-framework"
7157version = "3.5.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
7160dependencies = [
7161 "bitflags 2.9.4",
7162 "core-foundation 0.10.1",
7163 "core-foundation-sys",
7164 "libc",
7165 "security-framework-sys",
7166]
7167
7168[[package]]
7169name = "security-framework-sys"
7170version = "2.15.0"
7171source = "registry+https://github.com/rust-lang/crates.io-index"
7172checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
7173dependencies = [
7174 "core-foundation-sys",
7175 "libc",
7176]
7177
7178[[package]]
7179name = "semver"
7180version = "1.0.27"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
7183dependencies = [
7184 "serde",
7185 "serde_core",
7186]
7187
7188[[package]]
7189name = "send_wrapper"
7190version = "0.4.0"
7191source = "registry+https://github.com/rust-lang/crates.io-index"
7192checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
7193
7194[[package]]
7195name = "send_wrapper"
7196version = "0.6.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
7199
7200[[package]]
7201name = "serde"
7202version = "1.0.228"
7203source = "registry+https://github.com/rust-lang/crates.io-index"
7204checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
7205dependencies = [
7206 "serde_core",
7207 "serde_derive",
7208]
7209
7210[[package]]
7211name = "serde_bytes"
7212version = "0.11.19"
7213source = "registry+https://github.com/rust-lang/crates.io-index"
7214checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
7215dependencies = [
7216 "serde",
7217 "serde_core",
7218]
7219
7220[[package]]
7221name = "serde_cbor"
7222version = "0.11.2"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
7225dependencies = [
7226 "half 1.8.3",
7227 "serde",
7228]
7229
7230[[package]]
7231name = "serde_core"
7232version = "1.0.228"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
7235dependencies = [
7236 "serde_derive",
7237]
7238
7239[[package]]
7240name = "serde_derive"
7241version = "1.0.228"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
7244dependencies = [
7245 "proc-macro2",
7246 "quote",
7247 "syn 2.0.106",
7248]
7249
7250[[package]]
7251name = "serde_html_form"
7252version = "0.3.2"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
7255dependencies = [
7256 "form_urlencoded",
7257 "indexmap",
7258 "itoa",
7259 "serde_core",
7260]
7261
7262[[package]]
7263name = "serde_ipld_dagcbor"
7264version = "0.6.4"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
7267dependencies = [
7268 "cbor4ii",
7269 "ipld-core",
7270 "scopeguard",
7271 "serde",
7272]
7273
7274[[package]]
7275name = "serde_json"
7276version = "1.0.145"
7277source = "registry+https://github.com/rust-lang/crates.io-index"
7278checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
7279dependencies = [
7280 "itoa",
7281 "memchr",
7282 "ryu",
7283 "serde",
7284 "serde_core",
7285]
7286
7287[[package]]
7288name = "serde_nanos"
7289version = "0.1.4"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985"
7292dependencies = [
7293 "serde",
7294]
7295
7296[[package]]
7297name = "serde_path_to_error"
7298version = "0.1.20"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
7301dependencies = [
7302 "itoa",
7303 "serde",
7304 "serde_core",
7305]
7306
7307[[package]]
7308name = "serde_repr"
7309version = "0.1.20"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
7312dependencies = [
7313 "proc-macro2",
7314 "quote",
7315 "syn 2.0.106",
7316]
7317
7318[[package]]
7319name = "serde_spanned"
7320version = "0.6.9"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
7323dependencies = [
7324 "serde",
7325]
7326
7327[[package]]
7328name = "serde_spanned"
7329version = "1.0.2"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
7332dependencies = [
7333 "serde_core",
7334]
7335
7336[[package]]
7337name = "serde_urlencoded"
7338version = "0.7.1"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7341dependencies = [
7342 "form_urlencoded",
7343 "itoa",
7344 "ryu",
7345 "serde",
7346]
7347
7348[[package]]
7349name = "serde_with"
7350version = "3.17.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
7353dependencies = [
7354 "base64 0.22.1",
7355 "chrono",
7356 "hex",
7357 "serde_core",
7358 "serde_json",
7359 "serde_with_macros",
7360 "time",
7361]
7362
7363[[package]]
7364name = "serde_with_macros"
7365version = "3.17.0"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
7368dependencies = [
7369 "darling 0.21.3",
7370 "proc-macro2",
7371 "quote",
7372 "syn 2.0.106",
7373]
7374
7375[[package]]
7376name = "serial_test"
7377version = "3.2.0"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
7380dependencies = [
7381 "futures",
7382 "log",
7383 "once_cell",
7384 "parking_lot",
7385 "scc",
7386 "serial_test_derive",
7387]
7388
7389[[package]]
7390name = "serial_test_derive"
7391version = "3.2.0"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
7394dependencies = [
7395 "proc-macro2",
7396 "quote",
7397 "syn 2.0.106",
7398]
7399
7400[[package]]
7401name = "sha1"
7402version = "0.10.6"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7405dependencies = [
7406 "cfg-if",
7407 "cpufeatures",
7408 "digest",
7409]
7410
7411[[package]]
7412name = "sha1_smol"
7413version = "1.0.1"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
7416
7417[[package]]
7418name = "sha2"
7419version = "0.10.9"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
7422dependencies = [
7423 "cfg-if",
7424 "cpufeatures",
7425 "digest",
7426]
7427
7428[[package]]
7429name = "sha256"
7430version = "1.6.0"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6"
7433dependencies = [
7434 "async-trait",
7435 "bytes",
7436 "hex",
7437 "sha2",
7438 "tokio",
7439]
7440
7441[[package]]
7442name = "sharded-slab"
7443version = "0.1.7"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7446dependencies = [
7447 "lazy_static",
7448]
7449
7450[[package]]
7451name = "shlex"
7452version = "1.3.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
7455
7456[[package]]
7457name = "signal-hook-registry"
7458version = "1.4.6"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
7461dependencies = [
7462 "libc",
7463]
7464
7465[[package]]
7466name = "signatory"
7467version = "0.27.1"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31"
7470dependencies = [
7471 "pkcs8",
7472 "rand_core 0.6.4",
7473 "signature",
7474 "zeroize",
7475]
7476
7477[[package]]
7478name = "signature"
7479version = "2.2.0"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7482dependencies = [
7483 "digest",
7484 "rand_core 0.6.4",
7485]
7486
7487[[package]]
7488name = "simd_cesu8"
7489version = "1.2.0"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
7492dependencies = [
7493 "rustc_version",
7494 "simdutf8",
7495]
7496
7497[[package]]
7498name = "simdutf8"
7499version = "0.1.5"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
7502
7503[[package]]
7504name = "simple_asn1"
7505version = "0.6.3"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
7508dependencies = [
7509 "num-bigint",
7510 "num-traits",
7511 "thiserror 2.0.17",
7512 "time",
7513]
7514
7515[[package]]
7516name = "siphasher"
7517version = "0.3.11"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
7520
7521[[package]]
7522name = "siphasher"
7523version = "1.0.1"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
7526
7527[[package]]
7528name = "slab"
7529version = "0.4.11"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
7532
7533[[package]]
7534name = "slotmap"
7535version = "1.0.7"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
7538dependencies = [
7539 "version_check",
7540]
7541
7542[[package]]
7543name = "smallvec"
7544version = "1.15.1"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
7547dependencies = [
7548 "serde",
7549]
7550
7551[[package]]
7552name = "smawk"
7553version = "0.3.3"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100"
7556
7557[[package]]
7558name = "smol_str"
7559version = "0.3.6"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
7562dependencies = [
7563 "borsh",
7564 "serde_core",
7565]
7566
7567[[package]]
7568name = "socket2"
7569version = "0.5.10"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
7572dependencies = [
7573 "libc",
7574 "windows-sys 0.52.0",
7575]
7576
7577[[package]]
7578name = "socket2"
7579version = "0.6.0"
7580source = "registry+https://github.com/rust-lang/crates.io-index"
7581checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
7582dependencies = [
7583 "libc",
7584 "windows-sys 0.59.0",
7585]
7586
7587[[package]]
7588name = "soketto"
7589version = "0.8.1"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
7592dependencies = [
7593 "base64 0.22.1",
7594 "bytes",
7595 "futures",
7596 "httparse",
7597 "log",
7598 "rand 0.8.5",
7599 "sha1",
7600]
7601
7602[[package]]
7603name = "spin"
7604version = "0.9.8"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7607dependencies = [
7608 "lock_api",
7609]
7610
7611[[package]]
7612name = "spin"
7613version = "0.10.1"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3"
7616
7617[[package]]
7618name = "spki"
7619version = "0.7.3"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7622dependencies = [
7623 "base64ct",
7624 "der",
7625]
7626
7627[[package]]
7628name = "sptr"
7629version = "0.3.2"
7630source = "registry+https://github.com/rust-lang/crates.io-index"
7631checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
7632
7633[[package]]
7634name = "sqlparser"
7635version = "0.53.0"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
7638dependencies = [
7639 "log",
7640]
7641
7642[[package]]
7643name = "sqlx"
7644version = "0.8.6"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
7647dependencies = [
7648 "sqlx-core",
7649 "sqlx-macros",
7650 "sqlx-mysql",
7651 "sqlx-postgres",
7652 "sqlx-sqlite",
7653]
7654
7655[[package]]
7656name = "sqlx-core"
7657version = "0.8.6"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
7660dependencies = [
7661 "base64 0.22.1",
7662 "bytes",
7663 "chrono",
7664 "crc",
7665 "crossbeam-queue",
7666 "either",
7667 "event-listener",
7668 "futures-core",
7669 "futures-intrusive",
7670 "futures-io",
7671 "futures-util",
7672 "hashbrown 0.15.5",
7673 "hashlink 0.10.0",
7674 "indexmap",
7675 "log",
7676 "memchr",
7677 "once_cell",
7678 "percent-encoding",
7679 "rustls 0.23.32",
7680 "serde",
7681 "serde_json",
7682 "sha2",
7683 "smallvec",
7684 "thiserror 2.0.17",
7685 "tokio",
7686 "tokio-stream",
7687 "tracing",
7688 "url",
7689 "webpki-roots 0.26.11",
7690]
7691
7692[[package]]
7693name = "sqlx-macros"
7694version = "0.8.6"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
7697dependencies = [
7698 "proc-macro2",
7699 "quote",
7700 "sqlx-core",
7701 "sqlx-macros-core",
7702 "syn 2.0.106",
7703]
7704
7705[[package]]
7706name = "sqlx-macros-core"
7707version = "0.8.6"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
7710dependencies = [
7711 "dotenvy",
7712 "either",
7713 "heck 0.5.0",
7714 "hex",
7715 "once_cell",
7716 "proc-macro2",
7717 "quote",
7718 "serde",
7719 "serde_json",
7720 "sha2",
7721 "sqlx-core",
7722 "sqlx-mysql",
7723 "sqlx-postgres",
7724 "sqlx-sqlite",
7725 "syn 2.0.106",
7726 "tokio",
7727 "url",
7728]
7729
7730[[package]]
7731name = "sqlx-mysql"
7732version = "0.8.6"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
7735dependencies = [
7736 "atoi",
7737 "base64 0.22.1",
7738 "bitflags 2.9.4",
7739 "byteorder",
7740 "bytes",
7741 "chrono",
7742 "crc",
7743 "digest",
7744 "dotenvy",
7745 "either",
7746 "futures-channel",
7747 "futures-core",
7748 "futures-io",
7749 "futures-util",
7750 "generic-array",
7751 "hex",
7752 "hkdf",
7753 "hmac",
7754 "itoa",
7755 "log",
7756 "md-5",
7757 "memchr",
7758 "once_cell",
7759 "percent-encoding",
7760 "rand 0.8.5",
7761 "rsa",
7762 "serde",
7763 "sha1",
7764 "sha2",
7765 "smallvec",
7766 "sqlx-core",
7767 "stringprep",
7768 "thiserror 2.0.17",
7769 "tracing",
7770 "whoami",
7771]
7772
7773[[package]]
7774name = "sqlx-postgres"
7775version = "0.8.6"
7776source = "registry+https://github.com/rust-lang/crates.io-index"
7777checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
7778dependencies = [
7779 "atoi",
7780 "base64 0.22.1",
7781 "bitflags 2.9.4",
7782 "byteorder",
7783 "chrono",
7784 "crc",
7785 "dotenvy",
7786 "etcetera",
7787 "futures-channel",
7788 "futures-core",
7789 "futures-util",
7790 "hex",
7791 "hkdf",
7792 "hmac",
7793 "home",
7794 "itoa",
7795 "log",
7796 "md-5",
7797 "memchr",
7798 "once_cell",
7799 "rand 0.8.5",
7800 "serde",
7801 "serde_json",
7802 "sha2",
7803 "smallvec",
7804 "sqlx-core",
7805 "stringprep",
7806 "thiserror 2.0.17",
7807 "tracing",
7808 "whoami",
7809]
7810
7811[[package]]
7812name = "sqlx-sqlite"
7813version = "0.8.6"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
7816dependencies = [
7817 "atoi",
7818 "chrono",
7819 "flume",
7820 "futures-channel",
7821 "futures-core",
7822 "futures-executor",
7823 "futures-intrusive",
7824 "futures-util",
7825 "libsqlite3-sys",
7826 "log",
7827 "percent-encoding",
7828 "serde",
7829 "serde_urlencoded",
7830 "sqlx-core",
7831 "thiserror 2.0.17",
7832 "tracing",
7833 "url",
7834]
7835
7836[[package]]
7837name = "stable_deref_trait"
7838version = "1.2.0"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
7841
7842[[package]]
7843name = "stacker"
7844version = "0.1.21"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
7847dependencies = [
7848 "cc",
7849 "cfg-if",
7850 "libc",
7851 "psm",
7852 "windows-sys 0.59.0",
7853]
7854
7855[[package]]
7856name = "static_assertions"
7857version = "1.1.0"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7860
7861[[package]]
7862name = "streaming-decompression"
7863version = "0.1.2"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
7866dependencies = [
7867 "fallible-streaming-iterator",
7868]
7869
7870[[package]]
7871name = "streaming-iterator"
7872version = "0.1.9"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
7875
7876[[package]]
7877name = "strength_reduce"
7878version = "0.2.4"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
7881
7882[[package]]
7883name = "string_cache"
7884version = "0.8.9"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
7887dependencies = [
7888 "new_debug_unreachable",
7889 "parking_lot",
7890 "phf_shared 0.11.3",
7891 "precomputed-hash",
7892 "serde",
7893]
7894
7895[[package]]
7896name = "string_cache_codegen"
7897version = "0.5.4"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
7900dependencies = [
7901 "phf_generator",
7902 "phf_shared 0.11.3",
7903 "proc-macro2",
7904 "quote",
7905]
7906
7907[[package]]
7908name = "stringprep"
7909version = "0.1.5"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
7912dependencies = [
7913 "unicode-bidi",
7914 "unicode-normalization",
7915 "unicode-properties",
7916]
7917
7918[[package]]
7919name = "strsim"
7920version = "0.11.1"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
7923
7924[[package]]
7925name = "strum"
7926version = "0.25.0"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
7929dependencies = [
7930 "strum_macros 0.25.3",
7931]
7932
7933[[package]]
7934name = "strum_macros"
7935version = "0.25.3"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
7938dependencies = [
7939 "heck 0.4.1",
7940 "proc-macro2",
7941 "quote",
7942 "rustversion",
7943 "syn 2.0.106",
7944]
7945
7946[[package]]
7947name = "strum_macros"
7948version = "0.26.4"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
7951dependencies = [
7952 "heck 0.5.0",
7953 "proc-macro2",
7954 "quote",
7955 "rustversion",
7956 "syn 2.0.106",
7957]
7958
7959[[package]]
7960name = "subtle"
7961version = "2.6.1"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
7964
7965[[package]]
7966name = "supports-color"
7967version = "2.1.0"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
7970dependencies = [
7971 "is-terminal",
7972 "is_ci",
7973]
7974
7975[[package]]
7976name = "supports-color"
7977version = "3.0.2"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
7980dependencies = [
7981 "is_ci",
7982]
7983
7984[[package]]
7985name = "symphonia"
7986version = "0.5.4"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
7989dependencies = [
7990 "lazy_static",
7991 "symphonia-bundle-flac",
7992 "symphonia-bundle-mp3",
7993 "symphonia-codec-aac",
7994 "symphonia-codec-adpcm",
7995 "symphonia-codec-alac",
7996 "symphonia-codec-pcm",
7997 "symphonia-codec-vorbis",
7998 "symphonia-core",
7999 "symphonia-format-caf",
8000 "symphonia-format-isomp4",
8001 "symphonia-format-mkv",
8002 "symphonia-format-ogg",
8003 "symphonia-format-riff",
8004 "symphonia-metadata",
8005]
8006
8007[[package]]
8008name = "symphonia-bundle-flac"
8009version = "0.5.4"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
8012dependencies = [
8013 "log",
8014 "symphonia-core",
8015 "symphonia-metadata",
8016 "symphonia-utils-xiph",
8017]
8018
8019[[package]]
8020name = "symphonia-bundle-mp3"
8021version = "0.5.4"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
8024dependencies = [
8025 "lazy_static",
8026 "log",
8027 "symphonia-core",
8028 "symphonia-metadata",
8029]
8030
8031[[package]]
8032name = "symphonia-codec-aac"
8033version = "0.5.4"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
8036dependencies = [
8037 "lazy_static",
8038 "log",
8039 "symphonia-core",
8040]
8041
8042[[package]]
8043name = "symphonia-codec-adpcm"
8044version = "0.5.4"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
8047dependencies = [
8048 "log",
8049 "symphonia-core",
8050]
8051
8052[[package]]
8053name = "symphonia-codec-alac"
8054version = "0.5.4"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "2d8a6666649a08412906476a8b0efd9b9733e241180189e9f92b09c08d0e38f3"
8057dependencies = [
8058 "log",
8059 "symphonia-core",
8060]
8061
8062[[package]]
8063name = "symphonia-codec-pcm"
8064version = "0.5.4"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
8067dependencies = [
8068 "log",
8069 "symphonia-core",
8070]
8071
8072[[package]]
8073name = "symphonia-codec-vorbis"
8074version = "0.5.4"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
8077dependencies = [
8078 "log",
8079 "symphonia-core",
8080 "symphonia-utils-xiph",
8081]
8082
8083[[package]]
8084name = "symphonia-core"
8085version = "0.5.4"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
8088dependencies = [
8089 "arrayvec",
8090 "bitflags 1.3.2",
8091 "bytemuck",
8092 "lazy_static",
8093 "log",
8094]
8095
8096[[package]]
8097name = "symphonia-format-caf"
8098version = "0.5.4"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "e43c99c696a388295a29fe71b133079f5d8b18041cf734c5459c35ad9097af50"
8101dependencies = [
8102 "log",
8103 "symphonia-core",
8104 "symphonia-metadata",
8105]
8106
8107[[package]]
8108name = "symphonia-format-isomp4"
8109version = "0.5.4"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
8112dependencies = [
8113 "encoding_rs",
8114 "log",
8115 "symphonia-core",
8116 "symphonia-metadata",
8117 "symphonia-utils-xiph",
8118]
8119
8120[[package]]
8121name = "symphonia-format-mkv"
8122version = "0.5.4"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
8125dependencies = [
8126 "lazy_static",
8127 "log",
8128 "symphonia-core",
8129 "symphonia-metadata",
8130 "symphonia-utils-xiph",
8131]
8132
8133[[package]]
8134name = "symphonia-format-ogg"
8135version = "0.5.4"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
8138dependencies = [
8139 "log",
8140 "symphonia-core",
8141 "symphonia-metadata",
8142 "symphonia-utils-xiph",
8143]
8144
8145[[package]]
8146name = "symphonia-format-riff"
8147version = "0.5.4"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
8150dependencies = [
8151 "extended",
8152 "log",
8153 "symphonia-core",
8154 "symphonia-metadata",
8155]
8156
8157[[package]]
8158name = "symphonia-metadata"
8159version = "0.5.4"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
8162dependencies = [
8163 "encoding_rs",
8164 "lazy_static",
8165 "log",
8166 "symphonia-core",
8167]
8168
8169[[package]]
8170name = "symphonia-utils-xiph"
8171version = "0.5.4"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
8174dependencies = [
8175 "symphonia-core",
8176 "symphonia-metadata",
8177]
8178
8179[[package]]
8180name = "syn"
8181version = "1.0.109"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
8184dependencies = [
8185 "proc-macro2",
8186 "quote",
8187 "unicode-ident",
8188]
8189
8190[[package]]
8191name = "syn"
8192version = "2.0.106"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
8195dependencies = [
8196 "proc-macro2",
8197 "quote",
8198 "unicode-ident",
8199]
8200
8201[[package]]
8202name = "syn"
8203version = "3.0.2"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "a207d6d6a2b7fc470b80443726053f18a2481b7e1eee970597051596567987a3"
8206dependencies = [
8207 "proc-macro2",
8208 "quote",
8209 "unicode-ident",
8210]
8211
8212[[package]]
8213name = "sync_wrapper"
8214version = "1.0.2"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
8217dependencies = [
8218 "futures-core",
8219]
8220
8221[[package]]
8222name = "synstructure"
8223version = "0.13.2"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
8226dependencies = [
8227 "proc-macro2",
8228 "quote",
8229 "syn 2.0.106",
8230]
8231
8232[[package]]
8233name = "sysctl"
8234version = "0.4.6"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
8237dependencies = [
8238 "bitflags 1.3.2",
8239 "byteorder",
8240 "libc",
8241 "thiserror 1.0.69",
8242 "walkdir",
8243]
8244
8245[[package]]
8246name = "sysinfo"
8247version = "0.33.1"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
8250dependencies = [
8251 "core-foundation-sys",
8252 "libc",
8253 "memchr",
8254 "ntapi",
8255 "windows",
8256]
8257
8258[[package]]
8259name = "sysinfo"
8260version = "0.34.2"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2"
8263dependencies = [
8264 "libc",
8265 "memchr",
8266 "ntapi",
8267 "objc2-core-foundation",
8268 "windows",
8269]
8270
8271[[package]]
8272name = "system-configuration"
8273version = "0.6.1"
8274source = "registry+https://github.com/rust-lang/crates.io-index"
8275checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
8276dependencies = [
8277 "bitflags 2.9.4",
8278 "core-foundation 0.9.4",
8279 "system-configuration-sys",
8280]
8281
8282[[package]]
8283name = "system-configuration-sys"
8284version = "0.6.0"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
8287dependencies = [
8288 "core-foundation-sys",
8289 "libc",
8290]
8291
8292[[package]]
8293name = "tagptr"
8294version = "0.2.0"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
8297
8298[[package]]
8299name = "tap"
8300version = "1.0.1"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
8303
8304[[package]]
8305name = "tar"
8306version = "0.4.44"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
8309dependencies = [
8310 "filetime",
8311 "libc",
8312 "xattr",
8313]
8314
8315[[package]]
8316name = "tempfile"
8317version = "3.23.0"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
8320dependencies = [
8321 "fastrand",
8322 "getrandom 0.3.4",
8323 "once_cell",
8324 "rustix",
8325 "windows-sys 0.61.1",
8326]
8327
8328[[package]]
8329name = "tendril"
8330version = "0.4.3"
8331source = "registry+https://github.com/rust-lang/crates.io-index"
8332checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
8333dependencies = [
8334 "futf",
8335 "mac",
8336 "utf-8",
8337]
8338
8339[[package]]
8340name = "textwrap"
8341version = "0.16.2"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
8344dependencies = [
8345 "smawk",
8346]
8347
8348[[package]]
8349name = "thiserror"
8350version = "1.0.69"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
8353dependencies = [
8354 "thiserror-impl 1.0.69",
8355]
8356
8357[[package]]
8358name = "thiserror"
8359version = "2.0.17"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
8362dependencies = [
8363 "thiserror-impl 2.0.17",
8364]
8365
8366[[package]]
8367name = "thiserror-impl"
8368version = "1.0.69"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
8371dependencies = [
8372 "proc-macro2",
8373 "quote",
8374 "syn 2.0.106",
8375]
8376
8377[[package]]
8378name = "thiserror-impl"
8379version = "2.0.17"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
8382dependencies = [
8383 "proc-macro2",
8384 "quote",
8385 "syn 2.0.106",
8386]
8387
8388[[package]]
8389name = "thread_local"
8390version = "1.1.9"
8391source = "registry+https://github.com/rust-lang/crates.io-index"
8392checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
8393dependencies = [
8394 "cfg-if",
8395]
8396
8397[[package]]
8398name = "time"
8399version = "0.3.44"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
8402dependencies = [
8403 "deranged",
8404 "itoa",
8405 "num-conv",
8406 "powerfmt",
8407 "serde",
8408 "time-core",
8409 "time-macros",
8410]
8411
8412[[package]]
8413name = "time-core"
8414version = "0.1.6"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
8417
8418[[package]]
8419name = "time-macros"
8420version = "0.2.24"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
8423dependencies = [
8424 "num-conv",
8425 "time-core",
8426]
8427
8428[[package]]
8429name = "tiny-keccak"
8430version = "2.0.2"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
8433dependencies = [
8434 "crunchy",
8435]
8436
8437[[package]]
8438name = "tinystr"
8439version = "0.8.1"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
8442dependencies = [
8443 "displaydoc",
8444 "zerovec",
8445]
8446
8447[[package]]
8448name = "tinyvec"
8449version = "1.10.0"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
8452dependencies = [
8453 "tinyvec_macros",
8454]
8455
8456[[package]]
8457name = "tinyvec_macros"
8458version = "0.1.1"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8461
8462[[package]]
8463name = "tokio"
8464version = "1.47.1"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
8467dependencies = [
8468 "backtrace",
8469 "bytes",
8470 "io-uring",
8471 "libc",
8472 "mio",
8473 "parking_lot",
8474 "pin-project-lite",
8475 "signal-hook-registry",
8476 "slab",
8477 "socket2 0.6.0",
8478 "tokio-macros",
8479 "windows-sys 0.59.0",
8480]
8481
8482[[package]]
8483name = "tokio-macros"
8484version = "2.5.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
8487dependencies = [
8488 "proc-macro2",
8489 "quote",
8490 "syn 2.0.106",
8491]
8492
8493[[package]]
8494name = "tokio-postgres"
8495version = "0.7.14"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "a156efe7fff213168257853e1dfde202eed5f487522cbbbf7d219941d753d853"
8498dependencies = [
8499 "async-trait",
8500 "byteorder",
8501 "bytes",
8502 "fallible-iterator 0.2.0",
8503 "futures-channel",
8504 "futures-util",
8505 "log",
8506 "parking_lot",
8507 "percent-encoding",
8508 "phf 0.13.1",
8509 "pin-project-lite",
8510 "postgres-protocol",
8511 "postgres-types",
8512 "rand 0.9.2",
8513 "socket2 0.6.0",
8514 "tokio",
8515 "tokio-util",
8516 "whoami",
8517]
8518
8519[[package]]
8520name = "tokio-rustls"
8521version = "0.24.1"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
8524dependencies = [
8525 "rustls 0.21.12",
8526 "tokio",
8527]
8528
8529[[package]]
8530name = "tokio-rustls"
8531version = "0.26.4"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
8534dependencies = [
8535 "rustls 0.23.32",
8536 "tokio",
8537]
8538
8539[[package]]
8540name = "tokio-stream"
8541version = "0.1.17"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
8544dependencies = [
8545 "futures-core",
8546 "pin-project-lite",
8547 "tokio",
8548 "tokio-util",
8549]
8550
8551[[package]]
8552name = "tokio-tungstenite"
8553version = "0.26.2"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
8556dependencies = [
8557 "futures-util",
8558 "log",
8559 "rustls 0.23.32",
8560 "rustls-pki-types",
8561 "tokio",
8562 "tokio-rustls 0.26.4",
8563 "tungstenite",
8564 "webpki-roots 0.26.11",
8565]
8566
8567[[package]]
8568name = "tokio-util"
8569version = "0.7.16"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
8572dependencies = [
8573 "bytes",
8574 "futures-core",
8575 "futures-io",
8576 "futures-sink",
8577 "futures-util",
8578 "pin-project-lite",
8579 "tokio",
8580]
8581
8582[[package]]
8583name = "tokio-websockets"
8584version = "0.10.1"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "f591660438b3038dd04d16c938271c79e7e06260ad2ea2885a4861bfb238605d"
8587dependencies = [
8588 "base64 0.22.1",
8589 "bytes",
8590 "futures-core",
8591 "futures-sink",
8592 "http 1.4.2",
8593 "httparse",
8594 "rand 0.8.5",
8595 "ring",
8596 "rustls-pki-types",
8597 "tokio",
8598 "tokio-rustls 0.26.4",
8599 "tokio-util",
8600 "webpki-roots 0.26.11",
8601]
8602
8603[[package]]
8604name = "toml"
8605version = "0.5.11"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
8608dependencies = [
8609 "serde",
8610]
8611
8612[[package]]
8613name = "toml"
8614version = "0.8.23"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
8617dependencies = [
8618 "serde",
8619 "serde_spanned 0.6.9",
8620 "toml_datetime 0.6.11",
8621 "toml_edit 0.22.27",
8622]
8623
8624[[package]]
8625name = "toml"
8626version = "0.9.7"
8627source = "registry+https://github.com/rust-lang/crates.io-index"
8628checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
8629dependencies = [
8630 "indexmap",
8631 "serde_core",
8632 "serde_spanned 1.0.2",
8633 "toml_datetime 0.7.2",
8634 "toml_parser",
8635 "toml_writer",
8636 "winnow",
8637]
8638
8639[[package]]
8640name = "toml_datetime"
8641version = "0.6.11"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
8644dependencies = [
8645 "serde",
8646]
8647
8648[[package]]
8649name = "toml_datetime"
8650version = "0.7.2"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
8653dependencies = [
8654 "serde_core",
8655]
8656
8657[[package]]
8658name = "toml_edit"
8659version = "0.22.27"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
8662dependencies = [
8663 "indexmap",
8664 "serde",
8665 "serde_spanned 0.6.9",
8666 "toml_datetime 0.6.11",
8667 "toml_write",
8668 "winnow",
8669]
8670
8671[[package]]
8672name = "toml_edit"
8673version = "0.23.6"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
8676dependencies = [
8677 "indexmap",
8678 "toml_datetime 0.7.2",
8679 "toml_parser",
8680 "winnow",
8681]
8682
8683[[package]]
8684name = "toml_parser"
8685version = "1.0.3"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
8688dependencies = [
8689 "winnow",
8690]
8691
8692[[package]]
8693name = "toml_write"
8694version = "0.1.2"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
8697
8698[[package]]
8699name = "toml_writer"
8700version = "1.0.3"
8701source = "registry+https://github.com/rust-lang/crates.io-index"
8702checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
8703
8704[[package]]
8705name = "tower"
8706version = "0.5.2"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
8709dependencies = [
8710 "futures-core",
8711 "futures-util",
8712 "pin-project-lite",
8713 "sync_wrapper",
8714 "tokio",
8715 "tower-layer",
8716 "tower-service",
8717]
8718
8719[[package]]
8720name = "tower-http"
8721version = "0.6.6"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
8724dependencies = [
8725 "bitflags 2.9.4",
8726 "bytes",
8727 "futures-util",
8728 "http 1.4.2",
8729 "http-body 1.0.1",
8730 "iri-string",
8731 "pin-project-lite",
8732 "tower",
8733 "tower-layer",
8734 "tower-service",
8735]
8736
8737[[package]]
8738name = "tower-layer"
8739version = "0.3.3"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
8742
8743[[package]]
8744name = "tower-service"
8745version = "0.3.3"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
8748
8749[[package]]
8750name = "tracing"
8751version = "0.1.41"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
8754dependencies = [
8755 "log",
8756 "pin-project-lite",
8757 "tracing-attributes",
8758 "tracing-core",
8759]
8760
8761[[package]]
8762name = "tracing-attributes"
8763version = "0.1.30"
8764source = "registry+https://github.com/rust-lang/crates.io-index"
8765checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
8766dependencies = [
8767 "proc-macro2",
8768 "quote",
8769 "syn 2.0.106",
8770]
8771
8772[[package]]
8773name = "tracing-core"
8774version = "0.1.34"
8775source = "registry+https://github.com/rust-lang/crates.io-index"
8776checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
8777dependencies = [
8778 "once_cell",
8779 "valuable",
8780]
8781
8782[[package]]
8783name = "tracing-log"
8784version = "0.2.0"
8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8787dependencies = [
8788 "log",
8789 "once_cell",
8790 "tracing-core",
8791]
8792
8793[[package]]
8794name = "tracing-subscriber"
8795version = "0.3.20"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
8798dependencies = [
8799 "matchers",
8800 "nu-ansi-term",
8801 "once_cell",
8802 "regex-automata",
8803 "sharded-slab",
8804 "smallvec",
8805 "thread_local",
8806 "tracing",
8807 "tracing-core",
8808 "tracing-log",
8809]
8810
8811[[package]]
8812name = "trait-variant"
8813version = "0.1.2"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
8816dependencies = [
8817 "proc-macro2",
8818 "quote",
8819 "syn 2.0.106",
8820]
8821
8822[[package]]
8823name = "triomphe"
8824version = "0.1.16"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
8827
8828[[package]]
8829name = "try-lock"
8830version = "0.2.5"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8833
8834[[package]]
8835name = "tryhard"
8836version = "0.5.2"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "9fe58ebd5edd976e0fe0f8a14d2a04b7c81ef153ea9a54eebc42e67c2c23b4e5"
8839dependencies = [
8840 "pin-project-lite",
8841 "tokio",
8842]
8843
8844[[package]]
8845name = "tungstenite"
8846version = "0.26.2"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
8849dependencies = [
8850 "bytes",
8851 "data-encoding",
8852 "http 1.4.2",
8853 "httparse",
8854 "log",
8855 "rand 0.9.2",
8856 "rustls 0.23.32",
8857 "rustls-pki-types",
8858 "sha1",
8859 "thiserror 2.0.17",
8860 "utf-8",
8861]
8862
8863[[package]]
8864name = "typenum"
8865version = "1.18.0"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
8868
8869[[package]]
8870name = "unarray"
8871version = "0.1.4"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
8874
8875[[package]]
8876name = "unescape"
8877version = "0.1.0"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
8880
8881[[package]]
8882name = "unicase"
8883version = "2.8.1"
8884source = "registry+https://github.com/rust-lang/crates.io-index"
8885checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
8886
8887[[package]]
8888name = "unicode-bidi"
8889version = "0.3.18"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
8892
8893[[package]]
8894name = "unicode-ident"
8895version = "1.0.19"
8896source = "registry+https://github.com/rust-lang/crates.io-index"
8897checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
8898
8899[[package]]
8900name = "unicode-normalization"
8901version = "0.1.24"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
8904dependencies = [
8905 "tinyvec",
8906]
8907
8908[[package]]
8909name = "unicode-properties"
8910version = "0.1.3"
8911source = "registry+https://github.com/rust-lang/crates.io-index"
8912checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
8913
8914[[package]]
8915name = "unicode-reverse"
8916version = "1.0.9"
8917source = "registry+https://github.com/rust-lang/crates.io-index"
8918checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
8919dependencies = [
8920 "unicode-segmentation",
8921]
8922
8923[[package]]
8924name = "unicode-segmentation"
8925version = "1.12.0"
8926source = "registry+https://github.com/rust-lang/crates.io-index"
8927checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
8928
8929[[package]]
8930name = "unicode-width"
8931version = "0.1.14"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
8934
8935[[package]]
8936name = "unicode-width"
8937version = "0.2.1"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
8940
8941[[package]]
8942name = "unicode-xid"
8943version = "0.2.6"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
8946
8947[[package]]
8948name = "uniffi"
8949version = "0.28.3"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "4cb08c58c7ed7033150132febe696bef553f891b1ede57424b40d87a89e3c170"
8952dependencies = [
8953 "anyhow",
8954 "camino",
8955 "cargo_metadata 0.15.4",
8956 "clap",
8957 "uniffi_bindgen",
8958 "uniffi_core",
8959 "uniffi_macros",
8960]
8961
8962[[package]]
8963name = "uniffi_bindgen"
8964version = "0.28.3"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "cade167af943e189a55020eda2c314681e223f1e42aca7c4e52614c2b627698f"
8967dependencies = [
8968 "anyhow",
8969 "askama",
8970 "camino",
8971 "cargo_metadata 0.15.4",
8972 "fs-err",
8973 "glob",
8974 "goblin",
8975 "heck 0.5.0",
8976 "once_cell",
8977 "paste",
8978 "serde",
8979 "textwrap",
8980 "toml 0.5.11",
8981 "uniffi_meta",
8982 "uniffi_udl",
8983]
8984
8985[[package]]
8986name = "uniffi_checksum_derive"
8987version = "0.28.3"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "802d2051a700e3ec894c79f80d2705b69d85844dafbbe5d1a92776f8f48b563a"
8990dependencies = [
8991 "quote",
8992 "syn 2.0.106",
8993]
8994
8995[[package]]
8996name = "uniffi_core"
8997version = "0.28.3"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "bc7687007d2546c454d8ae609b105daceb88175477dac280707ad6d95bcd6f1f"
9000dependencies = [
9001 "anyhow",
9002 "bytes",
9003 "log",
9004 "once_cell",
9005 "paste",
9006 "static_assertions",
9007]
9008
9009[[package]]
9010name = "uniffi_macros"
9011version = "0.28.3"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "12c65a5b12ec544ef136693af8759fb9d11aefce740fb76916721e876639033b"
9014dependencies = [
9015 "bincode",
9016 "camino",
9017 "fs-err",
9018 "once_cell",
9019 "proc-macro2",
9020 "quote",
9021 "serde",
9022 "syn 2.0.106",
9023 "toml 0.5.11",
9024 "uniffi_meta",
9025]
9026
9027[[package]]
9028name = "uniffi_meta"
9029version = "0.28.3"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "4a74ed96c26882dac1ca9b93ca23c827e284bacbd7ec23c6f0b0372f747d59e4"
9032dependencies = [
9033 "anyhow",
9034 "bytes",
9035 "siphasher 0.3.11",
9036 "uniffi_checksum_derive",
9037]
9038
9039[[package]]
9040name = "uniffi_testing"
9041version = "0.28.3"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "6a6f984f0781f892cc864a62c3a5c60361b1ccbd68e538e6c9fbced5d82268ac"
9044dependencies = [
9045 "anyhow",
9046 "camino",
9047 "cargo_metadata 0.15.4",
9048 "fs-err",
9049 "once_cell",
9050]
9051
9052[[package]]
9053name = "uniffi_udl"
9054version = "0.28.3"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "037820a4cfc4422db1eaa82f291a3863c92c7d1789dc513489c36223f9b4cdfc"
9057dependencies = [
9058 "anyhow",
9059 "textwrap",
9060 "uniffi_meta",
9061 "uniffi_testing",
9062 "weedle2",
9063]
9064
9065[[package]]
9066name = "universal-hash"
9067version = "0.5.1"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
9070dependencies = [
9071 "crypto-common",
9072 "subtle",
9073]
9074
9075[[package]]
9076name = "unreachable"
9077version = "1.0.0"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
9080dependencies = [
9081 "void",
9082]
9083
9084[[package]]
9085name = "unsigned-varint"
9086version = "0.8.0"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
9089
9090[[package]]
9091name = "untrusted"
9092version = "0.9.0"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
9095
9096[[package]]
9097name = "url"
9098version = "2.5.7"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
9101dependencies = [
9102 "form_urlencoded",
9103 "idna",
9104 "percent-encoding",
9105 "serde",
9106]
9107
9108[[package]]
9109name = "utf-8"
9110version = "0.7.6"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
9113
9114[[package]]
9115name = "utf8_iter"
9116version = "1.0.4"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
9119
9120[[package]]
9121name = "utf8parse"
9122version = "0.2.2"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
9125
9126[[package]]
9127name = "uuid"
9128version = "1.18.1"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
9131dependencies = [
9132 "getrandom 0.3.4",
9133 "js-sys",
9134 "wasm-bindgen",
9135]
9136
9137[[package]]
9138name = "valuable"
9139version = "0.1.1"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
9142
9143[[package]]
9144name = "vcpkg"
9145version = "0.2.15"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
9148
9149[[package]]
9150name = "version_check"
9151version = "0.9.5"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
9154
9155[[package]]
9156name = "void"
9157version = "1.0.2"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
9160
9161[[package]]
9162name = "wait-timeout"
9163version = "0.2.1"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
9166dependencies = [
9167 "libc",
9168]
9169
9170[[package]]
9171name = "walkdir"
9172version = "2.5.0"
9173source = "registry+https://github.com/rust-lang/crates.io-index"
9174checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
9175dependencies = [
9176 "same-file",
9177 "winapi-util",
9178]
9179
9180[[package]]
9181name = "want"
9182version = "0.3.1"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
9185dependencies = [
9186 "try-lock",
9187]
9188
9189[[package]]
9190name = "wasi"
9191version = "0.11.1+wasi-snapshot-preview1"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
9194
9195[[package]]
9196name = "wasip2"
9197version = "1.0.1+wasi-0.2.4"
9198source = "registry+https://github.com/rust-lang/crates.io-index"
9199checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
9200dependencies = [
9201 "wit-bindgen",
9202]
9203
9204[[package]]
9205name = "wasite"
9206version = "0.1.0"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
9209
9210[[package]]
9211name = "wasm-bindgen"
9212version = "0.2.104"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
9215dependencies = [
9216 "cfg-if",
9217 "once_cell",
9218 "rustversion",
9219 "wasm-bindgen-macro",
9220 "wasm-bindgen-shared",
9221]
9222
9223[[package]]
9224name = "wasm-bindgen-backend"
9225version = "0.2.104"
9226source = "registry+https://github.com/rust-lang/crates.io-index"
9227checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
9228dependencies = [
9229 "bumpalo",
9230 "log",
9231 "proc-macro2",
9232 "quote",
9233 "syn 2.0.106",
9234 "wasm-bindgen-shared",
9235]
9236
9237[[package]]
9238name = "wasm-bindgen-futures"
9239version = "0.4.54"
9240source = "registry+https://github.com/rust-lang/crates.io-index"
9241checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
9242dependencies = [
9243 "cfg-if",
9244 "js-sys",
9245 "once_cell",
9246 "wasm-bindgen",
9247 "web-sys",
9248]
9249
9250[[package]]
9251name = "wasm-bindgen-macro"
9252version = "0.2.104"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
9255dependencies = [
9256 "quote",
9257 "wasm-bindgen-macro-support",
9258]
9259
9260[[package]]
9261name = "wasm-bindgen-macro-support"
9262version = "0.2.104"
9263source = "registry+https://github.com/rust-lang/crates.io-index"
9264checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
9265dependencies = [
9266 "proc-macro2",
9267 "quote",
9268 "syn 2.0.106",
9269 "wasm-bindgen-backend",
9270 "wasm-bindgen-shared",
9271]
9272
9273[[package]]
9274name = "wasm-bindgen-shared"
9275version = "0.2.104"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
9278dependencies = [
9279 "unicode-ident",
9280]
9281
9282[[package]]
9283name = "wasm-streams"
9284version = "0.4.2"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
9287dependencies = [
9288 "futures-util",
9289 "js-sys",
9290 "wasm-bindgen",
9291 "wasm-bindgen-futures",
9292 "web-sys",
9293]
9294
9295[[package]]
9296name = "web-sys"
9297version = "0.3.81"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
9300dependencies = [
9301 "js-sys",
9302 "wasm-bindgen",
9303]
9304
9305[[package]]
9306name = "web-time"
9307version = "1.1.0"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
9310dependencies = [
9311 "js-sys",
9312 "wasm-bindgen",
9313]
9314
9315[[package]]
9316name = "webbrowser"
9317version = "1.2.1"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "0fc95580916af1e68ff6a7be07446fc5db73ebf71cf092de939bbf5f7e189f72"
9320dependencies = [
9321 "core-foundation 0.10.1",
9322 "jni 0.22.4",
9323 "log",
9324 "ndk-context",
9325 "objc2",
9326 "objc2-foundation",
9327 "url",
9328 "web-sys",
9329]
9330
9331[[package]]
9332name = "webpage"
9333version = "2.0.1"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
9336dependencies = [
9337 "html5ever",
9338 "markup5ever_rcdom",
9339 "serde_json",
9340 "url",
9341]
9342
9343[[package]]
9344name = "webpki-root-certs"
9345version = "0.26.11"
9346source = "registry+https://github.com/rust-lang/crates.io-index"
9347checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e"
9348dependencies = [
9349 "webpki-root-certs 1.0.2",
9350]
9351
9352[[package]]
9353name = "webpki-root-certs"
9354version = "1.0.2"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "4e4ffd8df1c57e87c325000a3d6ef93db75279dc3a231125aac571650f22b12a"
9357dependencies = [
9358 "rustls-pki-types",
9359]
9360
9361[[package]]
9362name = "webpki-roots"
9363version = "0.26.11"
9364source = "registry+https://github.com/rust-lang/crates.io-index"
9365checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
9366dependencies = [
9367 "webpki-roots 1.0.2",
9368]
9369
9370[[package]]
9371name = "webpki-roots"
9372version = "1.0.2"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
9375dependencies = [
9376 "rustls-pki-types",
9377]
9378
9379[[package]]
9380name = "weedle2"
9381version = "5.0.0"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "998d2c24ec099a87daf9467808859f9d82b61f1d9c9701251aea037f514eae0e"
9384dependencies = [
9385 "nom",
9386]
9387
9388[[package]]
9389name = "whoami"
9390version = "1.6.1"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
9393dependencies = [
9394 "libredox",
9395 "wasite",
9396 "web-sys",
9397]
9398
9399[[package]]
9400name = "widestring"
9401version = "1.2.1"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
9404
9405[[package]]
9406name = "winapi"
9407version = "0.3.9"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
9410dependencies = [
9411 "winapi-i686-pc-windows-gnu",
9412 "winapi-x86_64-pc-windows-gnu",
9413]
9414
9415[[package]]
9416name = "winapi-i686-pc-windows-gnu"
9417version = "0.4.0"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
9420
9421[[package]]
9422name = "winapi-util"
9423version = "0.1.11"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9426dependencies = [
9427 "windows-sys 0.61.1",
9428]
9429
9430[[package]]
9431name = "winapi-x86_64-pc-windows-gnu"
9432version = "0.4.0"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
9435
9436[[package]]
9437name = "windows"
9438version = "0.57.0"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
9441dependencies = [
9442 "windows-core 0.57.0",
9443 "windows-targets 0.52.6",
9444]
9445
9446[[package]]
9447name = "windows-core"
9448version = "0.57.0"
9449source = "registry+https://github.com/rust-lang/crates.io-index"
9450checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
9451dependencies = [
9452 "windows-implement 0.57.0",
9453 "windows-interface 0.57.0",
9454 "windows-result 0.1.2",
9455 "windows-targets 0.52.6",
9456]
9457
9458[[package]]
9459name = "windows-core"
9460version = "0.62.1"
9461source = "registry+https://github.com/rust-lang/crates.io-index"
9462checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
9463dependencies = [
9464 "windows-implement 0.60.1",
9465 "windows-interface 0.59.2",
9466 "windows-link 0.2.1",
9467 "windows-result 0.4.1",
9468 "windows-strings 0.5.1",
9469]
9470
9471[[package]]
9472name = "windows-implement"
9473version = "0.57.0"
9474source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
9476dependencies = [
9477 "proc-macro2",
9478 "quote",
9479 "syn 2.0.106",
9480]
9481
9482[[package]]
9483name = "windows-implement"
9484version = "0.60.1"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
9487dependencies = [
9488 "proc-macro2",
9489 "quote",
9490 "syn 2.0.106",
9491]
9492
9493[[package]]
9494name = "windows-interface"
9495version = "0.57.0"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
9498dependencies = [
9499 "proc-macro2",
9500 "quote",
9501 "syn 2.0.106",
9502]
9503
9504[[package]]
9505name = "windows-interface"
9506version = "0.59.2"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
9509dependencies = [
9510 "proc-macro2",
9511 "quote",
9512 "syn 2.0.106",
9513]
9514
9515[[package]]
9516name = "windows-link"
9517version = "0.1.3"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
9520
9521[[package]]
9522name = "windows-link"
9523version = "0.2.1"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
9526
9527[[package]]
9528name = "windows-registry"
9529version = "0.5.3"
9530source = "registry+https://github.com/rust-lang/crates.io-index"
9531checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
9532dependencies = [
9533 "windows-link 0.1.3",
9534 "windows-result 0.3.4",
9535 "windows-strings 0.4.2",
9536]
9537
9538[[package]]
9539name = "windows-registry"
9540version = "0.6.1"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
9543dependencies = [
9544 "windows-link 0.2.1",
9545 "windows-result 0.4.1",
9546 "windows-strings 0.5.1",
9547]
9548
9549[[package]]
9550name = "windows-result"
9551version = "0.1.2"
9552source = "registry+https://github.com/rust-lang/crates.io-index"
9553checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
9554dependencies = [
9555 "windows-targets 0.52.6",
9556]
9557
9558[[package]]
9559name = "windows-result"
9560version = "0.3.4"
9561source = "registry+https://github.com/rust-lang/crates.io-index"
9562checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
9563dependencies = [
9564 "windows-link 0.1.3",
9565]
9566
9567[[package]]
9568name = "windows-result"
9569version = "0.4.1"
9570source = "registry+https://github.com/rust-lang/crates.io-index"
9571checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
9572dependencies = [
9573 "windows-link 0.2.1",
9574]
9575
9576[[package]]
9577name = "windows-strings"
9578version = "0.4.2"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
9581dependencies = [
9582 "windows-link 0.1.3",
9583]
9584
9585[[package]]
9586name = "windows-strings"
9587version = "0.5.1"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
9590dependencies = [
9591 "windows-link 0.2.1",
9592]
9593
9594[[package]]
9595name = "windows-sys"
9596version = "0.45.0"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
9599dependencies = [
9600 "windows-targets 0.42.2",
9601]
9602
9603[[package]]
9604name = "windows-sys"
9605version = "0.48.0"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
9608dependencies = [
9609 "windows-targets 0.48.5",
9610]
9611
9612[[package]]
9613name = "windows-sys"
9614version = "0.52.0"
9615source = "registry+https://github.com/rust-lang/crates.io-index"
9616checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
9617dependencies = [
9618 "windows-targets 0.52.6",
9619]
9620
9621[[package]]
9622name = "windows-sys"
9623version = "0.59.0"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
9626dependencies = [
9627 "windows-targets 0.52.6",
9628]
9629
9630[[package]]
9631name = "windows-sys"
9632version = "0.60.2"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
9635dependencies = [
9636 "windows-targets 0.53.4",
9637]
9638
9639[[package]]
9640name = "windows-sys"
9641version = "0.61.1"
9642source = "registry+https://github.com/rust-lang/crates.io-index"
9643checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
9644dependencies = [
9645 "windows-link 0.2.1",
9646]
9647
9648[[package]]
9649name = "windows-targets"
9650version = "0.42.2"
9651source = "registry+https://github.com/rust-lang/crates.io-index"
9652checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
9653dependencies = [
9654 "windows_aarch64_gnullvm 0.42.2",
9655 "windows_aarch64_msvc 0.42.2",
9656 "windows_i686_gnu 0.42.2",
9657 "windows_i686_msvc 0.42.2",
9658 "windows_x86_64_gnu 0.42.2",
9659 "windows_x86_64_gnullvm 0.42.2",
9660 "windows_x86_64_msvc 0.42.2",
9661]
9662
9663[[package]]
9664name = "windows-targets"
9665version = "0.48.5"
9666source = "registry+https://github.com/rust-lang/crates.io-index"
9667checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
9668dependencies = [
9669 "windows_aarch64_gnullvm 0.48.5",
9670 "windows_aarch64_msvc 0.48.5",
9671 "windows_i686_gnu 0.48.5",
9672 "windows_i686_msvc 0.48.5",
9673 "windows_x86_64_gnu 0.48.5",
9674 "windows_x86_64_gnullvm 0.48.5",
9675 "windows_x86_64_msvc 0.48.5",
9676]
9677
9678[[package]]
9679name = "windows-targets"
9680version = "0.52.6"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
9683dependencies = [
9684 "windows_aarch64_gnullvm 0.52.6",
9685 "windows_aarch64_msvc 0.52.6",
9686 "windows_i686_gnu 0.52.6",
9687 "windows_i686_gnullvm 0.52.6",
9688 "windows_i686_msvc 0.52.6",
9689 "windows_x86_64_gnu 0.52.6",
9690 "windows_x86_64_gnullvm 0.52.6",
9691 "windows_x86_64_msvc 0.52.6",
9692]
9693
9694[[package]]
9695name = "windows-targets"
9696version = "0.53.4"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
9699dependencies = [
9700 "windows-link 0.2.1",
9701 "windows_aarch64_gnullvm 0.53.0",
9702 "windows_aarch64_msvc 0.53.0",
9703 "windows_i686_gnu 0.53.0",
9704 "windows_i686_gnullvm 0.53.0",
9705 "windows_i686_msvc 0.53.0",
9706 "windows_x86_64_gnu 0.53.0",
9707 "windows_x86_64_gnullvm 0.53.0",
9708 "windows_x86_64_msvc 0.53.0",
9709]
9710
9711[[package]]
9712name = "windows_aarch64_gnullvm"
9713version = "0.42.2"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
9716
9717[[package]]
9718name = "windows_aarch64_gnullvm"
9719version = "0.48.5"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
9722
9723[[package]]
9724name = "windows_aarch64_gnullvm"
9725version = "0.52.6"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
9728
9729[[package]]
9730name = "windows_aarch64_gnullvm"
9731version = "0.53.0"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
9734
9735[[package]]
9736name = "windows_aarch64_msvc"
9737version = "0.42.2"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
9740
9741[[package]]
9742name = "windows_aarch64_msvc"
9743version = "0.48.5"
9744source = "registry+https://github.com/rust-lang/crates.io-index"
9745checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
9746
9747[[package]]
9748name = "windows_aarch64_msvc"
9749version = "0.52.6"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
9752
9753[[package]]
9754name = "windows_aarch64_msvc"
9755version = "0.53.0"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
9758
9759[[package]]
9760name = "windows_i686_gnu"
9761version = "0.42.2"
9762source = "registry+https://github.com/rust-lang/crates.io-index"
9763checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
9764
9765[[package]]
9766name = "windows_i686_gnu"
9767version = "0.48.5"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
9770
9771[[package]]
9772name = "windows_i686_gnu"
9773version = "0.52.6"
9774source = "registry+https://github.com/rust-lang/crates.io-index"
9775checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
9776
9777[[package]]
9778name = "windows_i686_gnu"
9779version = "0.53.0"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
9782
9783[[package]]
9784name = "windows_i686_gnullvm"
9785version = "0.52.6"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
9788
9789[[package]]
9790name = "windows_i686_gnullvm"
9791version = "0.53.0"
9792source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
9794
9795[[package]]
9796name = "windows_i686_msvc"
9797version = "0.42.2"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
9800
9801[[package]]
9802name = "windows_i686_msvc"
9803version = "0.48.5"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
9806
9807[[package]]
9808name = "windows_i686_msvc"
9809version = "0.52.6"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
9812
9813[[package]]
9814name = "windows_i686_msvc"
9815version = "0.53.0"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
9818
9819[[package]]
9820name = "windows_x86_64_gnu"
9821version = "0.42.2"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
9824
9825[[package]]
9826name = "windows_x86_64_gnu"
9827version = "0.48.5"
9828source = "registry+https://github.com/rust-lang/crates.io-index"
9829checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
9830
9831[[package]]
9832name = "windows_x86_64_gnu"
9833version = "0.52.6"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9836
9837[[package]]
9838name = "windows_x86_64_gnu"
9839version = "0.53.0"
9840source = "registry+https://github.com/rust-lang/crates.io-index"
9841checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
9842
9843[[package]]
9844name = "windows_x86_64_gnullvm"
9845version = "0.42.2"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
9848
9849[[package]]
9850name = "windows_x86_64_gnullvm"
9851version = "0.48.5"
9852source = "registry+https://github.com/rust-lang/crates.io-index"
9853checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
9854
9855[[package]]
9856name = "windows_x86_64_gnullvm"
9857version = "0.52.6"
9858source = "registry+https://github.com/rust-lang/crates.io-index"
9859checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9860
9861[[package]]
9862name = "windows_x86_64_gnullvm"
9863version = "0.53.0"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
9866
9867[[package]]
9868name = "windows_x86_64_msvc"
9869version = "0.42.2"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
9872
9873[[package]]
9874name = "windows_x86_64_msvc"
9875version = "0.48.5"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
9878
9879[[package]]
9880name = "windows_x86_64_msvc"
9881version = "0.52.6"
9882source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9884
9885[[package]]
9886name = "windows_x86_64_msvc"
9887version = "0.53.0"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
9890
9891[[package]]
9892name = "winnow"
9893version = "0.7.13"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
9896dependencies = [
9897 "memchr",
9898]
9899
9900[[package]]
9901name = "winreg"
9902version = "0.8.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
9905dependencies = [
9906 "winapi",
9907]
9908
9909[[package]]
9910name = "wit-bindgen"
9911version = "0.46.0"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
9914
9915[[package]]
9916name = "writeable"
9917version = "0.6.1"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
9920
9921[[package]]
9922name = "wyz"
9923version = "0.5.1"
9924source = "registry+https://github.com/rust-lang/crates.io-index"
9925checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
9926dependencies = [
9927 "tap",
9928]
9929
9930[[package]]
9931name = "xataid_extension"
9932version = "0.0.0"
9933dependencies = [
9934 "pgrx",
9935 "pgrx-tests",
9936 "xid",
9937]
9938
9939[[package]]
9940name = "xattr"
9941version = "1.6.1"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
9944dependencies = [
9945 "libc",
9946 "rustix",
9947]
9948
9949[[package]]
9950name = "xid"
9951version = "1.1.1"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "3752a194518cdee5d019812fb7978c51d8f0b7cfe9ace5983df1780964bb84c0"
9954dependencies = [
9955 "crc32fast",
9956 "hostname",
9957 "md5",
9958 "once_cell",
9959 "rand 0.8.5",
9960 "sysctl",
9961 "thiserror 1.0.69",
9962 "winreg",
9963]
9964
9965[[package]]
9966name = "xml5ever"
9967version = "0.18.1"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
9970dependencies = [
9971 "log",
9972 "mac",
9973 "markup5ever",
9974]
9975
9976[[package]]
9977name = "xsalsa20poly1305"
9978version = "0.9.1"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "02a6dad357567f81cd78ee75f7c61f1b30bb2fe4390be8fb7c69e2ac8dffb6c7"
9981dependencies = [
9982 "aead",
9983 "poly1305",
9984 "salsa20",
9985 "subtle",
9986 "zeroize",
9987]
9988
9989[[package]]
9990name = "xxhash-rust"
9991version = "0.8.15"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
9994
9995[[package]]
9996name = "yoke"
9997version = "0.8.0"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
10000dependencies = [
10001 "serde",
10002 "stable_deref_trait",
10003 "yoke-derive",
10004 "zerofrom",
10005]
10006
10007[[package]]
10008name = "yoke-derive"
10009version = "0.8.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
10012dependencies = [
10013 "proc-macro2",
10014 "quote",
10015 "syn 2.0.106",
10016 "synstructure",
10017]
10018
10019[[package]]
10020name = "zerocopy"
10021version = "0.8.27"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
10024dependencies = [
10025 "zerocopy-derive",
10026]
10027
10028[[package]]
10029name = "zerocopy-derive"
10030version = "0.8.27"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
10033dependencies = [
10034 "proc-macro2",
10035 "quote",
10036 "syn 2.0.106",
10037]
10038
10039[[package]]
10040name = "zerofrom"
10041version = "0.1.6"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
10044dependencies = [
10045 "zerofrom-derive",
10046]
10047
10048[[package]]
10049name = "zerofrom-derive"
10050version = "0.1.6"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
10053dependencies = [
10054 "proc-macro2",
10055 "quote",
10056 "syn 2.0.106",
10057 "synstructure",
10058]
10059
10060[[package]]
10061name = "zeroize"
10062version = "1.8.1"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
10065dependencies = [
10066 "serde",
10067 "zeroize_derive",
10068]
10069
10070[[package]]
10071name = "zeroize_derive"
10072version = "1.4.3"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
10075dependencies = [
10076 "proc-macro2",
10077 "quote",
10078 "syn 2.0.106",
10079]
10080
10081[[package]]
10082name = "zerotrie"
10083version = "0.2.2"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
10086dependencies = [
10087 "displaydoc",
10088 "yoke",
10089 "zerofrom",
10090]
10091
10092[[package]]
10093name = "zerovec"
10094version = "0.11.4"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
10097dependencies = [
10098 "yoke",
10099 "zerofrom",
10100 "zerovec-derive",
10101]
10102
10103[[package]]
10104name = "zerovec-derive"
10105version = "0.11.1"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
10108dependencies = [
10109 "proc-macro2",
10110 "quote",
10111 "syn 2.0.106",
10112]
10113
10114[[package]]
10115name = "zstd"
10116version = "0.13.3"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
10119dependencies = [
10120 "zstd-safe",
10121]
10122
10123[[package]]
10124name = "zstd-safe"
10125version = "7.2.4"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
10128dependencies = [
10129 "zstd-sys",
10130]
10131
10132[[package]]
10133name = "zstd-sys"
10134version = "2.0.16+zstd.1.5.7"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
10137dependencies = [
10138 "cc",
10139 "pkg-config",
10140]