forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
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.1",
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-http"
24version = "3.11.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
27dependencies = [
28 "actix-codec",
29 "actix-rt",
30 "actix-service",
31 "actix-utils",
32 "base64 0.22.1",
33 "bitflags 2.9.1",
34 "brotli",
35 "bytes",
36 "bytestring",
37 "derive_more 2.0.1",
38 "encoding_rs",
39 "flate2",
40 "foldhash",
41 "futures-core",
42 "h2 0.3.26",
43 "http 0.2.12",
44 "httparse",
45 "httpdate",
46 "itoa",
47 "language-tags",
48 "local-channel",
49 "mime",
50 "percent-encoding",
51 "pin-project-lite",
52 "rand 0.9.2",
53 "sha1",
54 "smallvec",
55 "tokio",
56 "tokio-util",
57 "tracing",
58 "zstd",
59]
60
61[[package]]
62name = "actix-limitation"
63version = "0.5.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "3bf9d4ce7fd50ab56efde47127bd5a2e5e27ae1dc3edbcb85be16672f477ff0a"
66dependencies = [
67 "actix-session 0.8.0",
68 "actix-utils",
69 "actix-web",
70 "chrono",
71 "derive_more 0.99.20",
72 "log",
73 "redis 0.23.3",
74 "time",
75]
76
77[[package]]
78name = "actix-macros"
79version = "0.2.4"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
82dependencies = [
83 "quote",
84 "syn 2.0.101",
85]
86
87[[package]]
88name = "actix-router"
89version = "0.5.3"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
92dependencies = [
93 "bytestring",
94 "cfg-if",
95 "http 0.2.12",
96 "regex",
97 "regex-lite",
98 "serde",
99 "tracing",
100]
101
102[[package]]
103name = "actix-rt"
104version = "2.10.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
107dependencies = [
108 "futures-core",
109 "tokio",
110]
111
112[[package]]
113name = "actix-server"
114version = "2.6.0"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
117dependencies = [
118 "actix-rt",
119 "actix-service",
120 "actix-utils",
121 "futures-core",
122 "futures-util",
123 "mio",
124 "socket2",
125 "tokio",
126 "tracing",
127]
128
129[[package]]
130name = "actix-service"
131version = "2.0.3"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f"
134dependencies = [
135 "futures-core",
136 "pin-project-lite",
137]
138
139[[package]]
140name = "actix-session"
141version = "0.8.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "2e6a28f813a6671e1847d005cad0be36ae4d016287690f765c303379837c13d6"
144dependencies = [
145 "actix-service",
146 "actix-utils",
147 "actix-web",
148 "anyhow",
149 "async-trait",
150 "derive_more 0.99.20",
151 "serde",
152 "serde_json",
153 "tracing",
154]
155
156[[package]]
157name = "actix-session"
158version = "0.10.1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "efe6976a74f34f1b6d07a6c05aadc0ed0359304a7781c367fa5b4029418db08f"
161dependencies = [
162 "actix-service",
163 "actix-utils",
164 "actix-web",
165 "anyhow",
166 "derive_more 1.0.0",
167 "rand 0.8.5",
168 "serde",
169 "serde_json",
170 "tracing",
171]
172
173[[package]]
174name = "actix-utils"
175version = "3.0.1"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
178dependencies = [
179 "local-waker",
180 "pin-project-lite",
181]
182
183[[package]]
184name = "actix-web"
185version = "4.11.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
188dependencies = [
189 "actix-codec",
190 "actix-http",
191 "actix-macros",
192 "actix-router",
193 "actix-rt",
194 "actix-server",
195 "actix-service",
196 "actix-utils",
197 "actix-web-codegen",
198 "bytes",
199 "bytestring",
200 "cfg-if",
201 "cookie",
202 "derive_more 2.0.1",
203 "encoding_rs",
204 "foldhash",
205 "futures-core",
206 "futures-util",
207 "impl-more",
208 "itoa",
209 "language-tags",
210 "log",
211 "mime",
212 "once_cell",
213 "pin-project-lite",
214 "regex",
215 "regex-lite",
216 "serde",
217 "serde_json",
218 "serde_urlencoded",
219 "smallvec",
220 "socket2",
221 "time",
222 "tracing",
223 "url",
224]
225
226[[package]]
227name = "actix-web-codegen"
228version = "4.3.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
231dependencies = [
232 "actix-router",
233 "proc-macro2",
234 "quote",
235 "syn 2.0.101",
236]
237
238[[package]]
239name = "addr2line"
240version = "0.24.2"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
243dependencies = [
244 "gimli",
245]
246
247[[package]]
248name = "adler2"
249version = "2.0.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
252
253[[package]]
254name = "aead"
255version = "0.5.2"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
258dependencies = [
259 "crypto-common",
260 "generic-array",
261]
262
263[[package]]
264name = "aes"
265version = "0.8.4"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
268dependencies = [
269 "cfg-if",
270 "cipher",
271 "cpufeatures",
272]
273
274[[package]]
275name = "aes-gcm"
276version = "0.10.3"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
279dependencies = [
280 "aead",
281 "aes",
282 "cipher",
283 "ctr",
284 "ghash",
285 "subtle",
286]
287
288[[package]]
289name = "ahash"
290version = "0.7.8"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
293dependencies = [
294 "getrandom 0.2.16",
295 "once_cell",
296 "version_check",
297]
298
299[[package]]
300name = "ahash"
301version = "0.8.12"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
304dependencies = [
305 "cfg-if",
306 "const-random",
307 "getrandom 0.3.3",
308 "once_cell",
309 "version_check",
310 "zerocopy",
311]
312
313[[package]]
314name = "aho-corasick"
315version = "1.1.3"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
318dependencies = [
319 "memchr",
320]
321
322[[package]]
323name = "alloc-no-stdlib"
324version = "2.0.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
327
328[[package]]
329name = "alloc-stdlib"
330version = "0.2.2"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
333dependencies = [
334 "alloc-no-stdlib",
335]
336
337[[package]]
338name = "allocator-api2"
339version = "0.2.21"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
342
343[[package]]
344name = "android-tzdata"
345version = "0.1.1"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
348
349[[package]]
350name = "android_system_properties"
351version = "0.1.5"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
354dependencies = [
355 "libc",
356]
357
358[[package]]
359name = "annotate-snippets"
360version = "0.11.5"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
363dependencies = [
364 "anstyle",
365 "unicode-width",
366]
367
368[[package]]
369name = "anstream"
370version = "0.6.18"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
373dependencies = [
374 "anstyle",
375 "anstyle-parse",
376 "anstyle-query",
377 "anstyle-wincon",
378 "colorchoice",
379 "is_terminal_polyfill",
380 "utf8parse",
381]
382
383[[package]]
384name = "anstyle"
385version = "1.0.10"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
388
389[[package]]
390name = "anstyle-parse"
391version = "0.2.6"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
394dependencies = [
395 "utf8parse",
396]
397
398[[package]]
399name = "anstyle-query"
400version = "1.1.2"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
403dependencies = [
404 "windows-sys 0.59.0",
405]
406
407[[package]]
408name = "anstyle-wincon"
409version = "3.0.8"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa"
412dependencies = [
413 "anstyle",
414 "once_cell_polyfill",
415 "windows-sys 0.59.0",
416]
417
418[[package]]
419name = "anyhow"
420version = "1.0.98"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
423
424[[package]]
425name = "arc-swap"
426version = "1.7.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
429
430[[package]]
431name = "argminmax"
432version = "0.6.3"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
435dependencies = [
436 "num-traits",
437]
438
439[[package]]
440name = "array-init-cursor"
441version = "0.2.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
444
445[[package]]
446name = "arrayvec"
447version = "0.7.6"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
450
451[[package]]
452name = "arrow"
453version = "54.2.1"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "dc208515aa0151028e464cc94a692156e945ce5126abd3537bb7fd6ba2143ed1"
456dependencies = [
457 "arrow-arith",
458 "arrow-array",
459 "arrow-buffer",
460 "arrow-cast",
461 "arrow-data",
462 "arrow-ord",
463 "arrow-row",
464 "arrow-schema",
465 "arrow-select",
466 "arrow-string",
467]
468
469[[package]]
470name = "arrow-arith"
471version = "54.2.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "e07e726e2b3f7816a85c6a45b6ec118eeeabf0b2a8c208122ad949437181f49a"
474dependencies = [
475 "arrow-array",
476 "arrow-buffer",
477 "arrow-data",
478 "arrow-schema",
479 "chrono",
480 "num",
481]
482
483[[package]]
484name = "arrow-array"
485version = "54.2.1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "a2262eba4f16c78496adfd559a29fe4b24df6088efc9985a873d58e92be022d5"
488dependencies = [
489 "ahash 0.8.12",
490 "arrow-buffer",
491 "arrow-data",
492 "arrow-schema",
493 "chrono",
494 "half 2.6.0",
495 "hashbrown 0.15.3",
496 "num",
497]
498
499[[package]]
500name = "arrow-buffer"
501version = "54.3.1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c"
504dependencies = [
505 "bytes",
506 "half 2.6.0",
507 "num",
508]
509
510[[package]]
511name = "arrow-cast"
512version = "54.2.1"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "4103d88c5b441525ed4ac23153be7458494c2b0c9a11115848fdb9b81f6f886a"
515dependencies = [
516 "arrow-array",
517 "arrow-buffer",
518 "arrow-data",
519 "arrow-schema",
520 "arrow-select",
521 "atoi",
522 "base64 0.22.1",
523 "chrono",
524 "comfy-table",
525 "half 2.6.0",
526 "lexical-core",
527 "num",
528 "ryu",
529]
530
531[[package]]
532name = "arrow-data"
533version = "54.3.1"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "61cfdd7d99b4ff618f167e548b2411e5dd2c98c0ddebedd7df433d34c20a4429"
536dependencies = [
537 "arrow-buffer",
538 "arrow-schema",
539 "half 2.6.0",
540 "num",
541]
542
543[[package]]
544name = "arrow-ord"
545version = "54.2.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "f841bfcc1997ef6ac48ee0305c4dfceb1f7c786fe31e67c1186edf775e1f1160"
548dependencies = [
549 "arrow-array",
550 "arrow-buffer",
551 "arrow-data",
552 "arrow-schema",
553 "arrow-select",
554]
555
556[[package]]
557name = "arrow-row"
558version = "54.2.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "1eeb55b0a0a83851aa01f2ca5ee5648f607e8506ba6802577afdda9d75cdedcd"
561dependencies = [
562 "arrow-array",
563 "arrow-buffer",
564 "arrow-data",
565 "arrow-schema",
566 "half 2.6.0",
567]
568
569[[package]]
570name = "arrow-schema"
571version = "54.3.1"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9"
574dependencies = [
575 "bitflags 2.9.1",
576]
577
578[[package]]
579name = "arrow-select"
580version = "54.2.1"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "7e2932aece2d0c869dd2125feb9bd1709ef5c445daa3838ac4112dcfa0fda52c"
583dependencies = [
584 "ahash 0.8.12",
585 "arrow-array",
586 "arrow-buffer",
587 "arrow-data",
588 "arrow-schema",
589 "num",
590]
591
592[[package]]
593name = "arrow-string"
594version = "54.2.1"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "912e38bd6a7a7714c1d9b61df80315685553b7455e8a6045c27531d8ecd5b458"
597dependencies = [
598 "arrow-array",
599 "arrow-buffer",
600 "arrow-data",
601 "arrow-schema",
602 "arrow-select",
603 "memchr",
604 "num",
605 "regex",
606 "regex-syntax",
607]
608
609[[package]]
610name = "async-nats"
611version = "0.39.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "a798aab0c0203b31d67d501e5ed1f3ac6c36a329899ce47fc93c3bea53f3ae89"
614dependencies = [
615 "base64 0.22.1",
616 "bytes",
617 "futures",
618 "memchr",
619 "nkeys",
620 "nuid",
621 "once_cell",
622 "pin-project",
623 "portable-atomic",
624 "rand 0.8.5",
625 "regex",
626 "ring",
627 "rustls-native-certs 0.7.3",
628 "rustls-pemfile 2.2.0",
629 "rustls-webpki 0.102.8",
630 "serde",
631 "serde_json",
632 "serde_nanos",
633 "serde_repr",
634 "thiserror 1.0.69",
635 "time",
636 "tokio",
637 "tokio-rustls 0.26.2",
638 "tokio-util",
639 "tokio-websockets",
640 "tracing",
641 "tryhard",
642 "url",
643]
644
645[[package]]
646name = "async-stream"
647version = "0.3.6"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
650dependencies = [
651 "async-stream-impl",
652 "futures-core",
653 "pin-project-lite",
654]
655
656[[package]]
657name = "async-stream-impl"
658version = "0.3.6"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
661dependencies = [
662 "proc-macro2",
663 "quote",
664 "syn 2.0.101",
665]
666
667[[package]]
668name = "async-trait"
669version = "0.1.88"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
672dependencies = [
673 "proc-macro2",
674 "quote",
675 "syn 2.0.101",
676]
677
678[[package]]
679name = "atoi"
680version = "2.0.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
683dependencies = [
684 "num-traits",
685]
686
687[[package]]
688name = "atoi_simd"
689version = "0.16.0"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "4790f9e8961209112beb783d85449b508673cf4a6a419c8449b210743ac4dbe9"
692
693[[package]]
694name = "atomic-traits"
695version = "0.4.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "707f750b93bd1b739cf9ddf85f8fe7c97a4a62c60ccf8b6f232514bd9103bedc"
698dependencies = [
699 "cfg-if",
700 "rustc_version",
701]
702
703[[package]]
704name = "atomic-waker"
705version = "1.1.2"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
708
709[[package]]
710name = "attohttpc"
711version = "0.28.5"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "07a9b245ba0739fc90935094c29adbaee3f977218b5fb95e822e261cda7f56a3"
714dependencies = [
715 "http 1.3.1",
716 "log",
717 "rustls 0.23.27",
718 "serde",
719 "serde_json",
720 "url",
721 "webpki-roots 0.26.11",
722]
723
724[[package]]
725name = "autocfg"
726version = "1.4.0"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
729
730[[package]]
731name = "aws-creds"
732version = "0.37.0"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "7f84143206b9c72b3c5cb65415de60c7539c79cd1559290fddec657939131be0"
735dependencies = [
736 "attohttpc",
737 "home",
738 "log",
739 "quick-xml 0.32.0",
740 "rust-ini",
741 "serde",
742 "thiserror 1.0.69",
743 "time",
744 "url",
745]
746
747[[package]]
748name = "aws-region"
749version = "0.25.5"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "e9aed3f9c7eac9be28662fdb3b0f4d1951e812f7c64fed4f0327ba702f459b3b"
752dependencies = [
753 "thiserror 1.0.69",
754]
755
756[[package]]
757name = "backtrace"
758version = "0.3.75"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
761dependencies = [
762 "addr2line",
763 "cfg-if",
764 "libc",
765 "miniz_oxide",
766 "object",
767 "rustc-demangle",
768 "windows-targets 0.52.6",
769]
770
771[[package]]
772name = "base64"
773version = "0.20.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
776
777[[package]]
778name = "base64"
779version = "0.21.7"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
782
783[[package]]
784name = "base64"
785version = "0.22.1"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
788
789[[package]]
790name = "base64ct"
791version = "1.7.3"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
794
795[[package]]
796name = "bindgen"
797version = "0.71.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
800dependencies = [
801 "annotate-snippets",
802 "bitflags 2.9.1",
803 "cexpr",
804 "clang-sys",
805 "itertools",
806 "proc-macro2",
807 "quote",
808 "regex",
809 "rustc-hash",
810 "shlex",
811 "syn 2.0.101",
812]
813
814[[package]]
815name = "bit-set"
816version = "0.8.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
819dependencies = [
820 "bit-vec",
821]
822
823[[package]]
824name = "bit-vec"
825version = "0.8.0"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
828
829[[package]]
830name = "bitflags"
831version = "1.3.2"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
834
835[[package]]
836name = "bitflags"
837version = "2.9.1"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
840dependencies = [
841 "serde",
842]
843
844[[package]]
845name = "bitvec"
846version = "1.0.1"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
849dependencies = [
850 "funty",
851 "radium",
852 "tap",
853 "wyz",
854]
855
856[[package]]
857name = "block-buffer"
858version = "0.10.4"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
861dependencies = [
862 "generic-array",
863]
864
865[[package]]
866name = "borsh"
867version = "1.5.7"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
870dependencies = [
871 "borsh-derive",
872 "cfg_aliases",
873]
874
875[[package]]
876name = "borsh-derive"
877version = "1.5.7"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
880dependencies = [
881 "once_cell",
882 "proc-macro-crate",
883 "proc-macro2",
884 "quote",
885 "syn 2.0.101",
886]
887
888[[package]]
889name = "brotli"
890version = "8.0.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
893dependencies = [
894 "alloc-no-stdlib",
895 "alloc-stdlib",
896 "brotli-decompressor",
897]
898
899[[package]]
900name = "brotli-decompressor"
901version = "5.0.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
904dependencies = [
905 "alloc-no-stdlib",
906 "alloc-stdlib",
907]
908
909[[package]]
910name = "bumpalo"
911version = "3.17.0"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
914
915[[package]]
916name = "bytecheck"
917version = "0.6.12"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
920dependencies = [
921 "bytecheck_derive",
922 "ptr_meta",
923 "simdutf8",
924]
925
926[[package]]
927name = "bytecheck_derive"
928version = "0.6.12"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
931dependencies = [
932 "proc-macro2",
933 "quote",
934 "syn 1.0.109",
935]
936
937[[package]]
938name = "bytemuck"
939version = "1.23.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
942dependencies = [
943 "bytemuck_derive",
944]
945
946[[package]]
947name = "bytemuck_derive"
948version = "1.9.3"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
951dependencies = [
952 "proc-macro2",
953 "quote",
954 "syn 2.0.101",
955]
956
957[[package]]
958name = "byteorder"
959version = "1.5.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
962
963[[package]]
964name = "bytes"
965version = "1.10.1"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
968dependencies = [
969 "serde",
970]
971
972[[package]]
973name = "bytestring"
974version = "1.4.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f"
977dependencies = [
978 "bytes",
979]
980
981[[package]]
982name = "camino"
983version = "1.1.10"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
986dependencies = [
987 "serde",
988]
989
990[[package]]
991name = "cargo-platform"
992version = "0.1.9"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
995dependencies = [
996 "serde",
997]
998
999[[package]]
1000name = "cargo_metadata"
1001version = "0.18.1"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
1004dependencies = [
1005 "camino",
1006 "cargo-platform",
1007 "semver",
1008 "serde",
1009 "serde_json",
1010 "thiserror 1.0.69",
1011]
1012
1013[[package]]
1014name = "cargo_toml"
1015version = "0.22.3"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
1018dependencies = [
1019 "serde",
1020 "toml 0.9.2",
1021]
1022
1023[[package]]
1024name = "cast"
1025version = "0.3.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1028
1029[[package]]
1030name = "castaway"
1031version = "0.2.3"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
1034dependencies = [
1035 "rustversion",
1036]
1037
1038[[package]]
1039name = "cc"
1040version = "1.2.24"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
1043dependencies = [
1044 "jobserver",
1045 "libc",
1046 "shlex",
1047]
1048
1049[[package]]
1050name = "cee-scape"
1051version = "0.2.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "4d67dfb052149f779f77e9ce089cea126e00657e8f0d11dafc7901fde4291101"
1054dependencies = [
1055 "cc",
1056 "libc",
1057]
1058
1059[[package]]
1060name = "cesu8"
1061version = "1.1.0"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1064
1065[[package]]
1066name = "cexpr"
1067version = "0.6.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1070dependencies = [
1071 "nom",
1072]
1073
1074[[package]]
1075name = "cfg-if"
1076version = "1.0.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1079
1080[[package]]
1081name = "cfg_aliases"
1082version = "0.2.1"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1085
1086[[package]]
1087name = "chrono"
1088version = "0.4.39"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
1091dependencies = [
1092 "android-tzdata",
1093 "iana-time-zone",
1094 "js-sys",
1095 "num-traits",
1096 "serde",
1097 "wasm-bindgen",
1098 "windows-targets 0.52.6",
1099]
1100
1101[[package]]
1102name = "chrono-tz"
1103version = "0.10.3"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3"
1106dependencies = [
1107 "chrono",
1108 "chrono-tz-build",
1109 "phf",
1110]
1111
1112[[package]]
1113name = "chrono-tz-build"
1114version = "0.4.1"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
1117dependencies = [
1118 "parse-zoneinfo",
1119 "phf_codegen",
1120]
1121
1122[[package]]
1123name = "cipher"
1124version = "0.4.4"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1127dependencies = [
1128 "crypto-common",
1129 "inout",
1130]
1131
1132[[package]]
1133name = "clang-sys"
1134version = "1.8.1"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
1137dependencies = [
1138 "glob",
1139 "libc",
1140 "libloading",
1141]
1142
1143[[package]]
1144name = "clap"
1145version = "4.5.38"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
1148dependencies = [
1149 "clap_builder",
1150 "clap_derive",
1151]
1152
1153[[package]]
1154name = "clap-cargo"
1155version = "0.14.1"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "23b2ea69cefa96b848b73ad516ad1d59a195cdf9263087d977f648a818c8b43e"
1158dependencies = [
1159 "anstyle",
1160 "cargo_metadata",
1161 "clap",
1162]
1163
1164[[package]]
1165name = "clap_builder"
1166version = "4.5.38"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
1169dependencies = [
1170 "anstream",
1171 "anstyle",
1172 "clap_lex",
1173 "strsim",
1174]
1175
1176[[package]]
1177name = "clap_derive"
1178version = "4.5.32"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
1181dependencies = [
1182 "heck 0.5.0",
1183 "proc-macro2",
1184 "quote",
1185 "syn 2.0.101",
1186]
1187
1188[[package]]
1189name = "clap_lex"
1190version = "0.7.4"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
1193
1194[[package]]
1195name = "codepage"
1196version = "0.1.2"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4"
1199dependencies = [
1200 "encoding_rs",
1201]
1202
1203[[package]]
1204name = "colorchoice"
1205version = "1.0.3"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
1208
1209[[package]]
1210name = "combine"
1211version = "4.6.7"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1214dependencies = [
1215 "bytes",
1216 "futures-core",
1217 "memchr",
1218 "pin-project-lite",
1219 "tokio",
1220 "tokio-util",
1221]
1222
1223[[package]]
1224name = "comfy-table"
1225version = "7.1.4"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a"
1228dependencies = [
1229 "crossterm",
1230 "unicode-segmentation",
1231 "unicode-width",
1232]
1233
1234[[package]]
1235name = "compact_str"
1236version = "0.8.1"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
1239dependencies = [
1240 "castaway",
1241 "cfg-if",
1242 "itoa",
1243 "rustversion",
1244 "ryu",
1245 "serde",
1246 "static_assertions",
1247]
1248
1249[[package]]
1250name = "concurrent-queue"
1251version = "2.5.0"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1254dependencies = [
1255 "crossbeam-utils",
1256]
1257
1258[[package]]
1259name = "const-oid"
1260version = "0.9.6"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1263
1264[[package]]
1265name = "const-random"
1266version = "0.1.18"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
1269dependencies = [
1270 "const-random-macro",
1271]
1272
1273[[package]]
1274name = "const-random-macro"
1275version = "0.1.16"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1278dependencies = [
1279 "getrandom 0.2.16",
1280 "once_cell",
1281 "tiny-keccak",
1282]
1283
1284[[package]]
1285name = "convert_case"
1286version = "0.4.0"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1289
1290[[package]]
1291name = "convert_case"
1292version = "0.8.0"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
1295dependencies = [
1296 "unicode-segmentation",
1297]
1298
1299[[package]]
1300name = "cookie"
1301version = "0.16.2"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
1304dependencies = [
1305 "aes-gcm",
1306 "base64 0.20.0",
1307 "hkdf",
1308 "hmac",
1309 "percent-encoding",
1310 "rand 0.8.5",
1311 "sha2",
1312 "subtle",
1313 "time",
1314 "version_check",
1315]
1316
1317[[package]]
1318name = "core-foundation"
1319version = "0.9.4"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1322dependencies = [
1323 "core-foundation-sys",
1324 "libc",
1325]
1326
1327[[package]]
1328name = "core-foundation"
1329version = "0.10.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
1332dependencies = [
1333 "core-foundation-sys",
1334 "libc",
1335]
1336
1337[[package]]
1338name = "core-foundation-sys"
1339version = "0.8.7"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1342
1343[[package]]
1344name = "cpufeatures"
1345version = "0.2.17"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1348dependencies = [
1349 "libc",
1350]
1351
1352[[package]]
1353name = "crc"
1354version = "3.3.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
1357dependencies = [
1358 "crc-catalog",
1359]
1360
1361[[package]]
1362name = "crc-catalog"
1363version = "2.4.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1366
1367[[package]]
1368name = "crc32fast"
1369version = "1.4.2"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1372dependencies = [
1373 "cfg-if",
1374]
1375
1376[[package]]
1377name = "crossbeam-channel"
1378version = "0.5.15"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1381dependencies = [
1382 "crossbeam-utils",
1383]
1384
1385[[package]]
1386name = "crossbeam-deque"
1387version = "0.8.6"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
1390dependencies = [
1391 "crossbeam-epoch",
1392 "crossbeam-utils",
1393]
1394
1395[[package]]
1396name = "crossbeam-epoch"
1397version = "0.9.18"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1400dependencies = [
1401 "crossbeam-utils",
1402]
1403
1404[[package]]
1405name = "crossbeam-queue"
1406version = "0.3.12"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1409dependencies = [
1410 "crossbeam-utils",
1411]
1412
1413[[package]]
1414name = "crossbeam-utils"
1415version = "0.8.21"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1418
1419[[package]]
1420name = "crossterm"
1421version = "0.28.1"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
1424dependencies = [
1425 "bitflags 2.9.1",
1426 "crossterm_winapi",
1427 "parking_lot",
1428 "rustix 0.38.44",
1429 "winapi",
1430]
1431
1432[[package]]
1433name = "crossterm_winapi"
1434version = "0.9.1"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
1437dependencies = [
1438 "winapi",
1439]
1440
1441[[package]]
1442name = "crunchy"
1443version = "0.2.3"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
1446
1447[[package]]
1448name = "crypto-common"
1449version = "0.1.6"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1452dependencies = [
1453 "generic-array",
1454 "rand_core 0.6.4",
1455 "typenum",
1456]
1457
1458[[package]]
1459name = "ctr"
1460version = "0.9.2"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1463dependencies = [
1464 "cipher",
1465]
1466
1467[[package]]
1468name = "curve25519-dalek"
1469version = "4.1.3"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
1472dependencies = [
1473 "cfg-if",
1474 "cpufeatures",
1475 "curve25519-dalek-derive",
1476 "digest",
1477 "fiat-crypto",
1478 "rustc_version",
1479 "subtle",
1480]
1481
1482[[package]]
1483name = "curve25519-dalek-derive"
1484version = "0.1.1"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1487dependencies = [
1488 "proc-macro2",
1489 "quote",
1490 "syn 2.0.101",
1491]
1492
1493[[package]]
1494name = "data-encoding"
1495version = "2.9.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1498
1499[[package]]
1500name = "der"
1501version = "0.7.10"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1504dependencies = [
1505 "const-oid",
1506 "pem-rfc7468",
1507 "zeroize",
1508]
1509
1510[[package]]
1511name = "deranged"
1512version = "0.5.3"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
1515dependencies = [
1516 "powerfmt",
1517 "serde",
1518]
1519
1520[[package]]
1521name = "derive_more"
1522version = "0.99.20"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
1525dependencies = [
1526 "convert_case 0.4.0",
1527 "proc-macro2",
1528 "quote",
1529 "rustc_version",
1530 "syn 2.0.101",
1531]
1532
1533[[package]]
1534name = "derive_more"
1535version = "1.0.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1538dependencies = [
1539 "derive_more-impl 1.0.0",
1540]
1541
1542[[package]]
1543name = "derive_more"
1544version = "2.0.1"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
1547dependencies = [
1548 "derive_more-impl 2.0.1",
1549]
1550
1551[[package]]
1552name = "derive_more-impl"
1553version = "1.0.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1556dependencies = [
1557 "proc-macro2",
1558 "quote",
1559 "syn 2.0.101",
1560 "unicode-xid",
1561]
1562
1563[[package]]
1564name = "derive_more-impl"
1565version = "2.0.1"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
1568dependencies = [
1569 "proc-macro2",
1570 "quote",
1571 "syn 2.0.101",
1572 "unicode-xid",
1573]
1574
1575[[package]]
1576name = "digest"
1577version = "0.10.7"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1580dependencies = [
1581 "block-buffer",
1582 "const-oid",
1583 "crypto-common",
1584 "subtle",
1585]
1586
1587[[package]]
1588name = "dirs"
1589version = "6.0.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
1592dependencies = [
1593 "dirs-sys",
1594]
1595
1596[[package]]
1597name = "dirs-sys"
1598version = "0.5.0"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
1601dependencies = [
1602 "libc",
1603 "option-ext",
1604 "redox_users",
1605 "windows-sys 0.59.0",
1606]
1607
1608[[package]]
1609name = "displaydoc"
1610version = "0.2.5"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1613dependencies = [
1614 "proc-macro2",
1615 "quote",
1616 "syn 2.0.101",
1617]
1618
1619[[package]]
1620name = "dlv-list"
1621version = "0.5.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
1624dependencies = [
1625 "const-random",
1626]
1627
1628[[package]]
1629name = "dotenv"
1630version = "0.15.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
1633
1634[[package]]
1635name = "dotenvy"
1636version = "0.15.7"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1639
1640[[package]]
1641name = "duckdb"
1642version = "1.2.2"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "49ac283b6621e3becf8014d1efa655522794075834c72f744573debef9c9f6c8"
1645dependencies = [
1646 "arrow",
1647 "cast",
1648 "chrono",
1649 "fallible-iterator 0.3.0",
1650 "fallible-streaming-iterator",
1651 "hashlink 0.9.1",
1652 "libduckdb-sys",
1653 "memchr",
1654 "num-integer",
1655 "rust_decimal",
1656 "smallvec",
1657 "strum",
1658]
1659
1660[[package]]
1661name = "dyn-clone"
1662version = "1.0.19"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
1665
1666[[package]]
1667name = "ed25519"
1668version = "2.2.3"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1671dependencies = [
1672 "signature",
1673]
1674
1675[[package]]
1676name = "ed25519-dalek"
1677version = "2.1.1"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
1680dependencies = [
1681 "curve25519-dalek",
1682 "ed25519",
1683 "sha2",
1684 "signature",
1685 "subtle",
1686]
1687
1688[[package]]
1689name = "either"
1690version = "1.15.0"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1693dependencies = [
1694 "serde",
1695]
1696
1697[[package]]
1698name = "encoding_rs"
1699version = "0.8.35"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1702dependencies = [
1703 "cfg-if",
1704]
1705
1706[[package]]
1707name = "enum-map"
1708version = "2.7.3"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
1711dependencies = [
1712 "enum-map-derive",
1713]
1714
1715[[package]]
1716name = "enum-map-derive"
1717version = "0.17.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
1720dependencies = [
1721 "proc-macro2",
1722 "quote",
1723 "syn 2.0.101",
1724]
1725
1726[[package]]
1727name = "enum_dispatch"
1728version = "0.3.13"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
1731dependencies = [
1732 "once_cell",
1733 "proc-macro2",
1734 "quote",
1735 "syn 2.0.101",
1736]
1737
1738[[package]]
1739name = "equivalent"
1740version = "1.0.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1743
1744[[package]]
1745name = "errno"
1746version = "0.3.12"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
1749dependencies = [
1750 "libc",
1751 "windows-sys 0.59.0",
1752]
1753
1754[[package]]
1755name = "etcetera"
1756version = "0.8.0"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1759dependencies = [
1760 "cfg-if",
1761 "home",
1762 "windows-sys 0.48.0",
1763]
1764
1765[[package]]
1766name = "ethnum"
1767version = "1.5.2"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
1770
1771[[package]]
1772name = "event-listener"
1773version = "5.4.0"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1776dependencies = [
1777 "concurrent-queue",
1778 "parking",
1779 "pin-project-lite",
1780]
1781
1782[[package]]
1783name = "extended"
1784version = "0.1.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1787
1788[[package]]
1789name = "eyre"
1790version = "0.6.12"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
1793dependencies = [
1794 "indenter",
1795 "once_cell",
1796]
1797
1798[[package]]
1799name = "fallible-iterator"
1800version = "0.2.0"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1803
1804[[package]]
1805name = "fallible-iterator"
1806version = "0.3.0"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1809
1810[[package]]
1811name = "fallible-streaming-iterator"
1812version = "0.1.9"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1815
1816[[package]]
1817name = "fast-float2"
1818version = "0.2.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
1821
1822[[package]]
1823name = "fastrand"
1824version = "2.3.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1827
1828[[package]]
1829name = "fiat-crypto"
1830version = "0.2.9"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1833
1834[[package]]
1835name = "filetime"
1836version = "0.2.25"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
1839dependencies = [
1840 "cfg-if",
1841 "libc",
1842 "libredox",
1843 "windows-sys 0.59.0",
1844]
1845
1846[[package]]
1847name = "fixedbitset"
1848version = "0.5.7"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1851
1852[[package]]
1853name = "flate2"
1854version = "1.1.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
1857dependencies = [
1858 "crc32fast",
1859 "miniz_oxide",
1860]
1861
1862[[package]]
1863name = "flume"
1864version = "0.11.1"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1867dependencies = [
1868 "futures-core",
1869 "futures-sink",
1870 "spin",
1871]
1872
1873[[package]]
1874name = "fnv"
1875version = "1.0.7"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1878
1879[[package]]
1880name = "foldhash"
1881version = "0.1.5"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1884
1885[[package]]
1886name = "form_urlencoded"
1887version = "1.2.1"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1890dependencies = [
1891 "percent-encoding",
1892]
1893
1894[[package]]
1895name = "funty"
1896version = "2.0.0"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1899
1900[[package]]
1901name = "futures"
1902version = "0.3.31"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1905dependencies = [
1906 "futures-channel",
1907 "futures-core",
1908 "futures-executor",
1909 "futures-io",
1910 "futures-sink",
1911 "futures-task",
1912 "futures-util",
1913]
1914
1915[[package]]
1916name = "futures-channel"
1917version = "0.3.31"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1920dependencies = [
1921 "futures-core",
1922 "futures-sink",
1923]
1924
1925[[package]]
1926name = "futures-core"
1927version = "0.3.31"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1930
1931[[package]]
1932name = "futures-executor"
1933version = "0.3.31"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1936dependencies = [
1937 "futures-core",
1938 "futures-task",
1939 "futures-util",
1940]
1941
1942[[package]]
1943name = "futures-intrusive"
1944version = "0.5.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1947dependencies = [
1948 "futures-core",
1949 "lock_api",
1950 "parking_lot",
1951]
1952
1953[[package]]
1954name = "futures-io"
1955version = "0.3.31"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1958
1959[[package]]
1960name = "futures-macro"
1961version = "0.3.31"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1964dependencies = [
1965 "proc-macro2",
1966 "quote",
1967 "syn 2.0.101",
1968]
1969
1970[[package]]
1971name = "futures-sink"
1972version = "0.3.31"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1975
1976[[package]]
1977name = "futures-task"
1978version = "0.3.31"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1981
1982[[package]]
1983name = "futures-timer"
1984version = "3.0.3"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1987dependencies = [
1988 "gloo-timers",
1989 "send_wrapper",
1990]
1991
1992[[package]]
1993name = "futures-util"
1994version = "0.3.31"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1997dependencies = [
1998 "futures-channel",
1999 "futures-core",
2000 "futures-io",
2001 "futures-macro",
2002 "futures-sink",
2003 "futures-task",
2004 "memchr",
2005 "pin-project-lite",
2006 "pin-utils",
2007 "slab",
2008]
2009
2010[[package]]
2011name = "generic-array"
2012version = "0.14.7"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2015dependencies = [
2016 "typenum",
2017 "version_check",
2018]
2019
2020[[package]]
2021name = "getrandom"
2022version = "0.2.16"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2025dependencies = [
2026 "cfg-if",
2027 "js-sys",
2028 "libc",
2029 "wasi 0.11.0+wasi-snapshot-preview1",
2030 "wasm-bindgen",
2031]
2032
2033[[package]]
2034name = "getrandom"
2035version = "0.3.3"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
2038dependencies = [
2039 "cfg-if",
2040 "js-sys",
2041 "libc",
2042 "r-efi",
2043 "wasi 0.14.2+wasi-0.2.4",
2044 "wasm-bindgen",
2045]
2046
2047[[package]]
2048name = "ghash"
2049version = "0.5.1"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2052dependencies = [
2053 "opaque-debug",
2054 "polyval",
2055]
2056
2057[[package]]
2058name = "gimli"
2059version = "0.31.1"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2062
2063[[package]]
2064name = "glob"
2065version = "0.3.2"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2068
2069[[package]]
2070name = "gloo-net"
2071version = "0.6.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
2074dependencies = [
2075 "futures-channel",
2076 "futures-core",
2077 "futures-sink",
2078 "gloo-utils",
2079 "http 1.3.1",
2080 "js-sys",
2081 "pin-project",
2082 "serde",
2083 "serde_json",
2084 "thiserror 1.0.69",
2085 "wasm-bindgen",
2086 "wasm-bindgen-futures",
2087 "web-sys",
2088]
2089
2090[[package]]
2091name = "gloo-timers"
2092version = "0.2.6"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2095dependencies = [
2096 "futures-channel",
2097 "futures-core",
2098 "js-sys",
2099 "wasm-bindgen",
2100]
2101
2102[[package]]
2103name = "gloo-utils"
2104version = "0.2.0"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
2107dependencies = [
2108 "js-sys",
2109 "serde",
2110 "serde_json",
2111 "wasm-bindgen",
2112 "web-sys",
2113]
2114
2115[[package]]
2116name = "h2"
2117version = "0.3.26"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2120dependencies = [
2121 "bytes",
2122 "fnv",
2123 "futures-core",
2124 "futures-sink",
2125 "futures-util",
2126 "http 0.2.12",
2127 "indexmap",
2128 "slab",
2129 "tokio",
2130 "tokio-util",
2131 "tracing",
2132]
2133
2134[[package]]
2135name = "h2"
2136version = "0.4.10"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
2139dependencies = [
2140 "atomic-waker",
2141 "bytes",
2142 "fnv",
2143 "futures-core",
2144 "futures-sink",
2145 "http 1.3.1",
2146 "indexmap",
2147 "slab",
2148 "tokio",
2149 "tokio-util",
2150 "tracing",
2151]
2152
2153[[package]]
2154name = "half"
2155version = "1.8.3"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
2158
2159[[package]]
2160name = "half"
2161version = "2.6.0"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
2164dependencies = [
2165 "cfg-if",
2166 "crunchy",
2167 "num-traits",
2168]
2169
2170[[package]]
2171name = "hash32"
2172version = "0.3.1"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
2175dependencies = [
2176 "byteorder",
2177]
2178
2179[[package]]
2180name = "hashbrown"
2181version = "0.12.3"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2184dependencies = [
2185 "ahash 0.7.8",
2186]
2187
2188[[package]]
2189name = "hashbrown"
2190version = "0.14.5"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2193dependencies = [
2194 "ahash 0.8.12",
2195 "allocator-api2",
2196 "rayon",
2197 "serde",
2198]
2199
2200[[package]]
2201name = "hashbrown"
2202version = "0.15.3"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
2205dependencies = [
2206 "allocator-api2",
2207 "equivalent",
2208 "foldhash",
2209 "rayon",
2210 "serde",
2211]
2212
2213[[package]]
2214name = "hashlink"
2215version = "0.9.1"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2218dependencies = [
2219 "hashbrown 0.14.5",
2220]
2221
2222[[package]]
2223name = "hashlink"
2224version = "0.10.0"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2227dependencies = [
2228 "hashbrown 0.15.3",
2229]
2230
2231[[package]]
2232name = "heapless"
2233version = "0.8.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
2236dependencies = [
2237 "hash32",
2238 "stable_deref_trait",
2239]
2240
2241[[package]]
2242name = "heck"
2243version = "0.4.1"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2246
2247[[package]]
2248name = "heck"
2249version = "0.5.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2252
2253[[package]]
2254name = "hermit-abi"
2255version = "0.5.2"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2258
2259[[package]]
2260name = "hex"
2261version = "0.4.3"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2264
2265[[package]]
2266name = "hkdf"
2267version = "0.12.4"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2270dependencies = [
2271 "hmac",
2272]
2273
2274[[package]]
2275name = "hmac"
2276version = "0.12.1"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2279dependencies = [
2280 "digest",
2281]
2282
2283[[package]]
2284name = "home"
2285version = "0.5.11"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2288dependencies = [
2289 "windows-sys 0.59.0",
2290]
2291
2292[[package]]
2293name = "hostname"
2294version = "0.3.1"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2297dependencies = [
2298 "libc",
2299 "match_cfg",
2300 "winapi",
2301]
2302
2303[[package]]
2304name = "http"
2305version = "0.2.12"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2308dependencies = [
2309 "bytes",
2310 "fnv",
2311 "itoa",
2312]
2313
2314[[package]]
2315name = "http"
2316version = "1.3.1"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2319dependencies = [
2320 "bytes",
2321 "fnv",
2322 "itoa",
2323]
2324
2325[[package]]
2326name = "http-body"
2327version = "0.4.6"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2330dependencies = [
2331 "bytes",
2332 "http 0.2.12",
2333 "pin-project-lite",
2334]
2335
2336[[package]]
2337name = "http-body"
2338version = "1.0.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2341dependencies = [
2342 "bytes",
2343 "http 1.3.1",
2344]
2345
2346[[package]]
2347name = "http-body-util"
2348version = "0.1.3"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2351dependencies = [
2352 "bytes",
2353 "futures-core",
2354 "http 1.3.1",
2355 "http-body 1.0.1",
2356 "pin-project-lite",
2357]
2358
2359[[package]]
2360name = "httparse"
2361version = "1.10.1"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2364
2365[[package]]
2366name = "httpdate"
2367version = "1.0.3"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2370
2371[[package]]
2372name = "hyper"
2373version = "0.14.32"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2376dependencies = [
2377 "bytes",
2378 "futures-channel",
2379 "futures-core",
2380 "futures-util",
2381 "http 0.2.12",
2382 "http-body 0.4.6",
2383 "httparse",
2384 "httpdate",
2385 "itoa",
2386 "pin-project-lite",
2387 "socket2",
2388 "tokio",
2389 "tower-service",
2390 "tracing",
2391 "want",
2392]
2393
2394[[package]]
2395name = "hyper"
2396version = "1.6.0"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2399dependencies = [
2400 "bytes",
2401 "futures-channel",
2402 "futures-util",
2403 "h2 0.4.10",
2404 "http 1.3.1",
2405 "http-body 1.0.1",
2406 "httparse",
2407 "itoa",
2408 "pin-project-lite",
2409 "smallvec",
2410 "tokio",
2411 "want",
2412]
2413
2414[[package]]
2415name = "hyper-rustls"
2416version = "0.24.2"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2419dependencies = [
2420 "futures-util",
2421 "http 0.2.12",
2422 "hyper 0.14.32",
2423 "rustls 0.21.12",
2424 "tokio",
2425 "tokio-rustls 0.24.1",
2426]
2427
2428[[package]]
2429name = "hyper-rustls"
2430version = "0.27.6"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
2433dependencies = [
2434 "http 1.3.1",
2435 "hyper 1.6.0",
2436 "hyper-util",
2437 "log",
2438 "rustls 0.23.27",
2439 "rustls-pki-types",
2440 "tokio",
2441 "tokio-rustls 0.26.2",
2442 "tower-service",
2443 "webpki-roots 1.0.0",
2444]
2445
2446[[package]]
2447name = "hyper-util"
2448version = "0.1.12"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
2451dependencies = [
2452 "bytes",
2453 "futures-channel",
2454 "futures-util",
2455 "http 1.3.1",
2456 "http-body 1.0.1",
2457 "hyper 1.6.0",
2458 "libc",
2459 "pin-project-lite",
2460 "socket2",
2461 "tokio",
2462 "tower-service",
2463 "tracing",
2464]
2465
2466[[package]]
2467name = "iana-time-zone"
2468version = "0.1.63"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2471dependencies = [
2472 "android_system_properties",
2473 "core-foundation-sys",
2474 "iana-time-zone-haiku",
2475 "js-sys",
2476 "log",
2477 "wasm-bindgen",
2478 "windows-core 0.61.2",
2479]
2480
2481[[package]]
2482name = "iana-time-zone-haiku"
2483version = "0.1.2"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2486dependencies = [
2487 "cc",
2488]
2489
2490[[package]]
2491name = "icu_collections"
2492version = "2.0.0"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2495dependencies = [
2496 "displaydoc",
2497 "potential_utf",
2498 "yoke",
2499 "zerofrom",
2500 "zerovec",
2501]
2502
2503[[package]]
2504name = "icu_locale_core"
2505version = "2.0.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2508dependencies = [
2509 "displaydoc",
2510 "litemap",
2511 "tinystr",
2512 "writeable",
2513 "zerovec",
2514]
2515
2516[[package]]
2517name = "icu_normalizer"
2518version = "2.0.0"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2521dependencies = [
2522 "displaydoc",
2523 "icu_collections",
2524 "icu_normalizer_data",
2525 "icu_properties",
2526 "icu_provider",
2527 "smallvec",
2528 "zerovec",
2529]
2530
2531[[package]]
2532name = "icu_normalizer_data"
2533version = "2.0.0"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2536
2537[[package]]
2538name = "icu_properties"
2539version = "2.0.1"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2542dependencies = [
2543 "displaydoc",
2544 "icu_collections",
2545 "icu_locale_core",
2546 "icu_properties_data",
2547 "icu_provider",
2548 "potential_utf",
2549 "zerotrie",
2550 "zerovec",
2551]
2552
2553[[package]]
2554name = "icu_properties_data"
2555version = "2.0.1"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2558
2559[[package]]
2560name = "icu_provider"
2561version = "2.0.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2564dependencies = [
2565 "displaydoc",
2566 "icu_locale_core",
2567 "stable_deref_trait",
2568 "tinystr",
2569 "writeable",
2570 "yoke",
2571 "zerofrom",
2572 "zerotrie",
2573 "zerovec",
2574]
2575
2576[[package]]
2577name = "idna"
2578version = "1.0.3"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2581dependencies = [
2582 "idna_adapter",
2583 "smallvec",
2584 "utf8_iter",
2585]
2586
2587[[package]]
2588name = "idna_adapter"
2589version = "1.2.1"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2592dependencies = [
2593 "icu_normalizer",
2594 "icu_properties",
2595]
2596
2597[[package]]
2598name = "impl-more"
2599version = "0.1.9"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
2602
2603[[package]]
2604name = "indenter"
2605version = "0.3.3"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2608
2609[[package]]
2610name = "indexmap"
2611version = "2.9.0"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2614dependencies = [
2615 "equivalent",
2616 "hashbrown 0.15.3",
2617 "serde",
2618]
2619
2620[[package]]
2621name = "inout"
2622version = "0.1.4"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2625dependencies = [
2626 "generic-array",
2627]
2628
2629[[package]]
2630name = "ipnet"
2631version = "2.11.0"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2634
2635[[package]]
2636name = "is-terminal"
2637version = "0.4.16"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
2640dependencies = [
2641 "hermit-abi",
2642 "libc",
2643 "windows-sys 0.59.0",
2644]
2645
2646[[package]]
2647name = "is_ci"
2648version = "1.2.0"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2651
2652[[package]]
2653name = "is_terminal_polyfill"
2654version = "1.70.1"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2657
2658[[package]]
2659name = "itertools"
2660version = "0.13.0"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2663dependencies = [
2664 "either",
2665]
2666
2667[[package]]
2668name = "itoa"
2669version = "1.0.15"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2672
2673[[package]]
2674name = "jni"
2675version = "0.21.1"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2678dependencies = [
2679 "cesu8",
2680 "cfg-if",
2681 "combine",
2682 "jni-sys",
2683 "log",
2684 "thiserror 1.0.69",
2685 "walkdir",
2686 "windows-sys 0.45.0",
2687]
2688
2689[[package]]
2690name = "jni-sys"
2691version = "0.3.0"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2694
2695[[package]]
2696name = "jobserver"
2697version = "0.1.33"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2700dependencies = [
2701 "getrandom 0.3.3",
2702 "libc",
2703]
2704
2705[[package]]
2706name = "js-sys"
2707version = "0.3.77"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2710dependencies = [
2711 "once_cell",
2712 "wasm-bindgen",
2713]
2714
2715[[package]]
2716name = "jsonrpsee"
2717version = "0.25.1"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "1fba77a59c4c644fd48732367624d1bcf6f409f9c9a286fbc71d2f1fc0b2ea16"
2720dependencies = [
2721 "jsonrpsee-client-transport",
2722 "jsonrpsee-core",
2723 "jsonrpsee-http-client",
2724 "jsonrpsee-types",
2725 "jsonrpsee-wasm-client",
2726 "jsonrpsee-ws-client",
2727 "tokio",
2728]
2729
2730[[package]]
2731name = "jsonrpsee-client-transport"
2732version = "0.25.1"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "a2a320a3f1464e4094f780c4d48413acd786ce5627aaaecfac9e9c7431d13ae1"
2735dependencies = [
2736 "base64 0.22.1",
2737 "futures-channel",
2738 "futures-util",
2739 "gloo-net",
2740 "http 1.3.1",
2741 "jsonrpsee-core",
2742 "pin-project",
2743 "rustls 0.23.27",
2744 "rustls-pki-types",
2745 "rustls-platform-verifier",
2746 "soketto",
2747 "thiserror 2.0.12",
2748 "tokio",
2749 "tokio-rustls 0.26.2",
2750 "tokio-util",
2751 "tracing",
2752 "url",
2753]
2754
2755[[package]]
2756name = "jsonrpsee-core"
2757version = "0.25.1"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "693c93cbb7db25f4108ed121304b671a36002c2db67dff2ee4391a688c738547"
2760dependencies = [
2761 "async-trait",
2762 "bytes",
2763 "futures-timer",
2764 "futures-util",
2765 "http 1.3.1",
2766 "http-body 1.0.1",
2767 "http-body-util",
2768 "jsonrpsee-types",
2769 "pin-project",
2770 "rustc-hash",
2771 "serde",
2772 "serde_json",
2773 "thiserror 2.0.12",
2774 "tokio",
2775 "tokio-stream",
2776 "tower",
2777 "tracing",
2778 "wasm-bindgen-futures",
2779]
2780
2781[[package]]
2782name = "jsonrpsee-http-client"
2783version = "0.25.1"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "6962d2bd295f75e97dd328891e58fce166894b974c1f7ce2e7597f02eeceb791"
2786dependencies = [
2787 "base64 0.22.1",
2788 "http-body 1.0.1",
2789 "hyper 1.6.0",
2790 "hyper-rustls 0.27.6",
2791 "hyper-util",
2792 "jsonrpsee-core",
2793 "jsonrpsee-types",
2794 "rustls 0.23.27",
2795 "rustls-platform-verifier",
2796 "serde",
2797 "serde_json",
2798 "thiserror 2.0.12",
2799 "tokio",
2800 "tower",
2801 "url",
2802]
2803
2804[[package]]
2805name = "jsonrpsee-types"
2806version = "0.25.1"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "66df7256371c45621b3b7d2fb23aea923d577616b9c0e9c0b950a6ea5c2be0ca"
2809dependencies = [
2810 "http 1.3.1",
2811 "serde",
2812 "serde_json",
2813 "thiserror 2.0.12",
2814]
2815
2816[[package]]
2817name = "jsonrpsee-wasm-client"
2818version = "0.25.1"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "6b67695cbcf4653f39f8f8738925547e0e23fd9fe315bccf951097b9f6a38781"
2821dependencies = [
2822 "jsonrpsee-client-transport",
2823 "jsonrpsee-core",
2824 "jsonrpsee-types",
2825 "tower",
2826]
2827
2828[[package]]
2829name = "jsonrpsee-ws-client"
2830version = "0.25.1"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "2da2694c9ff271a9d3ebfe520f6b36820e85133a51be77a3cb549fd615095261"
2833dependencies = [
2834 "http 1.3.1",
2835 "jsonrpsee-client-transport",
2836 "jsonrpsee-core",
2837 "jsonrpsee-types",
2838 "tower",
2839 "url",
2840]
2841
2842[[package]]
2843name = "jsonwebtoken"
2844version = "9.3.1"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
2847dependencies = [
2848 "base64 0.22.1",
2849 "js-sys",
2850 "pem",
2851 "ring",
2852 "serde",
2853 "serde_json",
2854 "simple_asn1",
2855]
2856
2857[[package]]
2858name = "language-tags"
2859version = "0.3.2"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2862
2863[[package]]
2864name = "lazy_static"
2865version = "1.5.0"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2868dependencies = [
2869 "spin",
2870]
2871
2872[[package]]
2873name = "lexical-core"
2874version = "1.0.5"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
2877dependencies = [
2878 "lexical-parse-float",
2879 "lexical-parse-integer",
2880 "lexical-util",
2881 "lexical-write-float",
2882 "lexical-write-integer",
2883]
2884
2885[[package]]
2886name = "lexical-parse-float"
2887version = "1.0.5"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
2890dependencies = [
2891 "lexical-parse-integer",
2892 "lexical-util",
2893 "static_assertions",
2894]
2895
2896[[package]]
2897name = "lexical-parse-integer"
2898version = "1.0.5"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
2901dependencies = [
2902 "lexical-util",
2903 "static_assertions",
2904]
2905
2906[[package]]
2907name = "lexical-util"
2908version = "1.0.6"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
2911dependencies = [
2912 "static_assertions",
2913]
2914
2915[[package]]
2916name = "lexical-write-float"
2917version = "1.0.5"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
2920dependencies = [
2921 "lexical-util",
2922 "lexical-write-integer",
2923 "static_assertions",
2924]
2925
2926[[package]]
2927name = "lexical-write-integer"
2928version = "1.0.5"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
2931dependencies = [
2932 "lexical-util",
2933 "static_assertions",
2934]
2935
2936[[package]]
2937name = "libc"
2938version = "0.2.172"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
2941
2942[[package]]
2943name = "libduckdb-sys"
2944version = "1.2.2"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "12cac9d03484c43fefac8b2066a253c9b0b3b0cd02cbe02a9ea2312f7e382618"
2947dependencies = [
2948 "autocfg",
2949 "flate2",
2950 "pkg-config",
2951 "serde",
2952 "serde_json",
2953 "tar",
2954 "vcpkg",
2955]
2956
2957[[package]]
2958name = "libloading"
2959version = "0.8.8"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
2962dependencies = [
2963 "cfg-if",
2964 "windows-targets 0.53.0",
2965]
2966
2967[[package]]
2968name = "libm"
2969version = "0.2.15"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2972
2973[[package]]
2974name = "libredox"
2975version = "0.1.3"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2978dependencies = [
2979 "bitflags 2.9.1",
2980 "libc",
2981 "redox_syscall",
2982]
2983
2984[[package]]
2985name = "libsqlite3-sys"
2986version = "0.30.1"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2989dependencies = [
2990 "pkg-config",
2991 "vcpkg",
2992]
2993
2994[[package]]
2995name = "linux-raw-sys"
2996version = "0.4.15"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2999
3000[[package]]
3001name = "linux-raw-sys"
3002version = "0.9.4"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
3005
3006[[package]]
3007name = "litemap"
3008version = "0.8.0"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
3011
3012[[package]]
3013name = "local-channel"
3014version = "0.1.5"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
3017dependencies = [
3018 "futures-core",
3019 "futures-sink",
3020 "local-waker",
3021]
3022
3023[[package]]
3024name = "local-waker"
3025version = "0.1.4"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
3028
3029[[package]]
3030name = "lock_api"
3031version = "0.4.12"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
3034dependencies = [
3035 "autocfg",
3036 "scopeguard",
3037]
3038
3039[[package]]
3040name = "lofty"
3041version = "0.22.4"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "ca260c51a9c71f823fbfd2e6fbc8eb2ee09834b98c00763d877ca8bfa85cde3e"
3044dependencies = [
3045 "byteorder",
3046 "data-encoding",
3047 "flate2",
3048 "lofty_attr",
3049 "log",
3050 "ogg_pager",
3051 "paste",
3052]
3053
3054[[package]]
3055name = "lofty_attr"
3056version = "0.11.1"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "ed9983e64b2358522f745c1251924e3ab7252d55637e80f6a0a3de642d6a9efc"
3059dependencies = [
3060 "proc-macro2",
3061 "quote",
3062 "syn 2.0.101",
3063]
3064
3065[[package]]
3066name = "log"
3067version = "0.4.27"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
3070
3071[[package]]
3072name = "lru-slab"
3073version = "0.1.2"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3076
3077[[package]]
3078name = "lz4"
3079version = "1.28.1"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
3082dependencies = [
3083 "lz4-sys",
3084]
3085
3086[[package]]
3087name = "lz4-sys"
3088version = "1.11.1+lz4-1.10.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
3091dependencies = [
3092 "cc",
3093 "libc",
3094]
3095
3096[[package]]
3097name = "match_cfg"
3098version = "0.1.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3101
3102[[package]]
3103name = "maybe-async"
3104version = "0.2.10"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
3107dependencies = [
3108 "proc-macro2",
3109 "quote",
3110 "syn 2.0.101",
3111]
3112
3113[[package]]
3114name = "md-5"
3115version = "0.10.6"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3118dependencies = [
3119 "cfg-if",
3120 "digest",
3121]
3122
3123[[package]]
3124name = "md5"
3125version = "0.7.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
3128
3129[[package]]
3130name = "memchr"
3131version = "2.7.4"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
3134
3135[[package]]
3136name = "memmap2"
3137version = "0.9.5"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
3140dependencies = [
3141 "libc",
3142]
3143
3144[[package]]
3145name = "mime"
3146version = "0.3.17"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3149
3150[[package]]
3151name = "mime_guess"
3152version = "2.0.5"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3155dependencies = [
3156 "mime",
3157 "unicase",
3158]
3159
3160[[package]]
3161name = "minimal-lexical"
3162version = "0.2.1"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3165
3166[[package]]
3167name = "miniz_oxide"
3168version = "0.8.8"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
3171dependencies = [
3172 "adler2",
3173]
3174
3175[[package]]
3176name = "mio"
3177version = "1.0.4"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
3180dependencies = [
3181 "libc",
3182 "log",
3183 "wasi 0.11.0+wasi-snapshot-preview1",
3184 "windows-sys 0.59.0",
3185]
3186
3187[[package]]
3188name = "nkeys"
3189version = "0.4.4"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "9f49e787f4c61cbd0f9320b31cc26e58719f6aa5068e34697dd3aea361412fe3"
3192dependencies = [
3193 "data-encoding",
3194 "ed25519",
3195 "ed25519-dalek",
3196 "getrandom 0.2.16",
3197 "log",
3198 "rand 0.8.5",
3199 "signatory",
3200]
3201
3202[[package]]
3203name = "nom"
3204version = "7.1.3"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3207dependencies = [
3208 "memchr",
3209 "minimal-lexical",
3210]
3211
3212[[package]]
3213name = "now"
3214version = "0.1.3"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
3217dependencies = [
3218 "chrono",
3219]
3220
3221[[package]]
3222name = "ntapi"
3223version = "0.4.1"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
3226dependencies = [
3227 "winapi",
3228]
3229
3230[[package]]
3231name = "nuid"
3232version = "0.5.0"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83"
3235dependencies = [
3236 "rand 0.8.5",
3237]
3238
3239[[package]]
3240name = "num"
3241version = "0.4.3"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3244dependencies = [
3245 "num-bigint",
3246 "num-complex",
3247 "num-integer",
3248 "num-iter",
3249 "num-rational",
3250 "num-traits",
3251]
3252
3253[[package]]
3254name = "num-bigint"
3255version = "0.4.6"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3258dependencies = [
3259 "num-integer",
3260 "num-traits",
3261]
3262
3263[[package]]
3264name = "num-bigint-dig"
3265version = "0.8.4"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3268dependencies = [
3269 "byteorder",
3270 "lazy_static",
3271 "libm",
3272 "num-integer",
3273 "num-iter",
3274 "num-traits",
3275 "rand 0.8.5",
3276 "smallvec",
3277 "zeroize",
3278]
3279
3280[[package]]
3281name = "num-complex"
3282version = "0.4.6"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3285dependencies = [
3286 "num-traits",
3287]
3288
3289[[package]]
3290name = "num-conv"
3291version = "0.1.0"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3294
3295[[package]]
3296name = "num-integer"
3297version = "0.1.46"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3300dependencies = [
3301 "num-traits",
3302]
3303
3304[[package]]
3305name = "num-iter"
3306version = "0.1.45"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3309dependencies = [
3310 "autocfg",
3311 "num-integer",
3312 "num-traits",
3313]
3314
3315[[package]]
3316name = "num-rational"
3317version = "0.4.2"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3320dependencies = [
3321 "num-bigint",
3322 "num-integer",
3323 "num-traits",
3324]
3325
3326[[package]]
3327name = "num-traits"
3328version = "0.2.19"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3331dependencies = [
3332 "autocfg",
3333 "libm",
3334]
3335
3336[[package]]
3337name = "objc2-core-foundation"
3338version = "0.3.1"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
3341dependencies = [
3342 "bitflags 2.9.1",
3343]
3344
3345[[package]]
3346name = "object"
3347version = "0.36.7"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3350dependencies = [
3351 "memchr",
3352]
3353
3354[[package]]
3355name = "ogg_pager"
3356version = "0.7.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19"
3359dependencies = [
3360 "byteorder",
3361]
3362
3363[[package]]
3364name = "once_cell"
3365version = "1.21.3"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3368
3369[[package]]
3370name = "once_cell_polyfill"
3371version = "1.70.1"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
3374
3375[[package]]
3376name = "opaque-debug"
3377version = "0.3.1"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3380
3381[[package]]
3382name = "openssl-probe"
3383version = "0.1.6"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3386
3387[[package]]
3388name = "option-ext"
3389version = "0.2.0"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3392
3393[[package]]
3394name = "ordered-multimap"
3395version = "0.7.3"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
3398dependencies = [
3399 "dlv-list",
3400 "hashbrown 0.14.5",
3401]
3402
3403[[package]]
3404name = "owo-colors"
3405version = "4.2.1"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
3408dependencies = [
3409 "supports-color 2.1.0",
3410 "supports-color 3.0.2",
3411]
3412
3413[[package]]
3414name = "parking"
3415version = "2.2.1"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3418
3419[[package]]
3420name = "parking_lot"
3421version = "0.12.3"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3424dependencies = [
3425 "lock_api",
3426 "parking_lot_core",
3427]
3428
3429[[package]]
3430name = "parking_lot_core"
3431version = "0.9.10"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
3434dependencies = [
3435 "cfg-if",
3436 "libc",
3437 "redox_syscall",
3438 "smallvec",
3439 "windows-targets 0.52.6",
3440]
3441
3442[[package]]
3443name = "parse-zoneinfo"
3444version = "0.3.1"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
3447dependencies = [
3448 "regex",
3449]
3450
3451[[package]]
3452name = "paste"
3453version = "1.0.15"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3456
3457[[package]]
3458name = "pathsearch"
3459version = "0.2.0"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05"
3462dependencies = [
3463 "anyhow",
3464 "libc",
3465]
3466
3467[[package]]
3468name = "pem"
3469version = "3.0.5"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
3472dependencies = [
3473 "base64 0.22.1",
3474 "serde",
3475]
3476
3477[[package]]
3478name = "pem-rfc7468"
3479version = "0.7.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3482dependencies = [
3483 "base64ct",
3484]
3485
3486[[package]]
3487name = "percent-encoding"
3488version = "2.3.1"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3491
3492[[package]]
3493name = "petgraph"
3494version = "0.8.2"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
3497dependencies = [
3498 "fixedbitset",
3499 "hashbrown 0.15.3",
3500 "indexmap",
3501 "serde",
3502]
3503
3504[[package]]
3505name = "pgrx"
3506version = "0.15.0"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "bab5bc1d60d3bc3c966d307a3c7313b1ebfb49a0ec183be3f1a057df0bcc9988"
3509dependencies = [
3510 "atomic-traits",
3511 "bitflags 2.9.1",
3512 "bitvec",
3513 "enum-map",
3514 "heapless",
3515 "libc",
3516 "once_cell",
3517 "pgrx-macros",
3518 "pgrx-pg-sys",
3519 "pgrx-sql-entity-graph",
3520 "seahash",
3521 "serde",
3522 "serde_cbor",
3523 "serde_json",
3524 "thiserror 2.0.12",
3525 "uuid",
3526]
3527
3528[[package]]
3529name = "pgrx-bindgen"
3530version = "0.15.0"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "9804b74c211a9edd550cd974718f8cc407dec50d8e9cafb906e0b042ba434af0"
3533dependencies = [
3534 "bindgen",
3535 "cc",
3536 "clang-sys",
3537 "eyre",
3538 "pgrx-pg-config",
3539 "proc-macro2",
3540 "quote",
3541 "regex",
3542 "shlex",
3543 "syn 2.0.101",
3544 "walkdir",
3545]
3546
3547[[package]]
3548name = "pgrx-macros"
3549version = "0.15.0"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "f230769493bf567f137de23264d604d267dd72b8a77c596528e43cf423c6208e"
3552dependencies = [
3553 "pgrx-sql-entity-graph",
3554 "proc-macro2",
3555 "quote",
3556 "syn 2.0.101",
3557]
3558
3559[[package]]
3560name = "pgrx-pg-config"
3561version = "0.15.0"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "49b64c071c2a46a19ab4521120a25b02b598f4abf6e9b4b1769a7922edeee3de"
3564dependencies = [
3565 "cargo_toml",
3566 "codepage",
3567 "encoding_rs",
3568 "eyre",
3569 "home",
3570 "owo-colors",
3571 "pathsearch",
3572 "serde",
3573 "serde_json",
3574 "thiserror 2.0.12",
3575 "toml 0.8.23",
3576 "url",
3577 "winapi",
3578]
3579
3580[[package]]
3581name = "pgrx-pg-sys"
3582version = "0.15.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "fcbfa98ec7a90252d13a78ac666541173dbb01a2fc1ba20131db6490c0711125"
3585dependencies = [
3586 "cee-scape",
3587 "libc",
3588 "pgrx-bindgen",
3589 "pgrx-macros",
3590 "pgrx-sql-entity-graph",
3591 "serde",
3592 "sptr",
3593]
3594
3595[[package]]
3596name = "pgrx-sql-entity-graph"
3597version = "0.15.0"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "e79bbf5a33cff6cfdc6dda3a976cd931c995eaa2c073a7c59b8f8fe8f6faa073"
3600dependencies = [
3601 "convert_case 0.8.0",
3602 "eyre",
3603 "petgraph",
3604 "proc-macro2",
3605 "quote",
3606 "syn 2.0.101",
3607 "thiserror 2.0.12",
3608 "unescape",
3609]
3610
3611[[package]]
3612name = "pgrx-tests"
3613version = "0.15.0"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "9791c709882f3af9545bcca71670fdd82768f67a428b416b6210eae3773dbd0d"
3616dependencies = [
3617 "clap-cargo",
3618 "eyre",
3619 "libc",
3620 "owo-colors",
3621 "paste",
3622 "pgrx",
3623 "pgrx-macros",
3624 "pgrx-pg-config",
3625 "postgres",
3626 "proptest",
3627 "rand 0.9.2",
3628 "regex",
3629 "serde",
3630 "serde_json",
3631 "shlex",
3632 "sysinfo 0.34.2",
3633 "tempfile",
3634 "thiserror 2.0.12",
3635 "winapi",
3636]
3637
3638[[package]]
3639name = "phf"
3640version = "0.11.3"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3643dependencies = [
3644 "phf_shared",
3645]
3646
3647[[package]]
3648name = "phf_codegen"
3649version = "0.11.3"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3652dependencies = [
3653 "phf_generator",
3654 "phf_shared",
3655]
3656
3657[[package]]
3658name = "phf_generator"
3659version = "0.11.3"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3662dependencies = [
3663 "phf_shared",
3664 "rand 0.8.5",
3665]
3666
3667[[package]]
3668name = "phf_shared"
3669version = "0.11.3"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3672dependencies = [
3673 "siphasher",
3674]
3675
3676[[package]]
3677name = "pin-project"
3678version = "1.1.10"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3681dependencies = [
3682 "pin-project-internal",
3683]
3684
3685[[package]]
3686name = "pin-project-internal"
3687version = "1.1.10"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3690dependencies = [
3691 "proc-macro2",
3692 "quote",
3693 "syn 2.0.101",
3694]
3695
3696[[package]]
3697name = "pin-project-lite"
3698version = "0.2.16"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3701
3702[[package]]
3703name = "pin-utils"
3704version = "0.1.0"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3707
3708[[package]]
3709name = "pkcs1"
3710version = "0.7.5"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3713dependencies = [
3714 "der",
3715 "pkcs8",
3716 "spki",
3717]
3718
3719[[package]]
3720name = "pkcs8"
3721version = "0.10.2"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3724dependencies = [
3725 "der",
3726 "spki",
3727]
3728
3729[[package]]
3730name = "pkg-config"
3731version = "0.3.32"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3734
3735[[package]]
3736name = "planus"
3737version = "0.3.1"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
3740dependencies = [
3741 "array-init-cursor",
3742]
3743
3744[[package]]
3745name = "polars"
3746version = "0.46.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "72571dde488ecccbe799798bf99ab7308ebdb7cf5d95bcc498dbd5a132f0da4d"
3749dependencies = [
3750 "getrandom 0.2.16",
3751 "polars-arrow",
3752 "polars-core",
3753 "polars-error",
3754 "polars-io",
3755 "polars-lazy",
3756 "polars-ops",
3757 "polars-parquet",
3758 "polars-sql",
3759 "polars-time",
3760 "polars-utils",
3761 "version_check",
3762]
3763
3764[[package]]
3765name = "polars-arrow"
3766version = "0.46.0"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "6611c758d52e799761cc25900666b71552e6c929d88052811bc9daad4b3321a8"
3769dependencies = [
3770 "ahash 0.8.12",
3771 "atoi_simd",
3772 "bytemuck",
3773 "chrono",
3774 "chrono-tz",
3775 "dyn-clone",
3776 "either",
3777 "ethnum",
3778 "getrandom 0.2.16",
3779 "hashbrown 0.15.3",
3780 "itoa",
3781 "lz4",
3782 "num-traits",
3783 "parking_lot",
3784 "polars-arrow-format",
3785 "polars-error",
3786 "polars-schema",
3787 "polars-utils",
3788 "simdutf8",
3789 "streaming-iterator",
3790 "strength_reduce",
3791 "strum_macros 0.26.4",
3792 "version_check",
3793 "zstd",
3794]
3795
3796[[package]]
3797name = "polars-arrow-format"
3798version = "0.1.0"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
3801dependencies = [
3802 "planus",
3803 "serde",
3804]
3805
3806[[package]]
3807name = "polars-compute"
3808version = "0.46.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "332f2547dbb27599a8ffe68e56159f5996ba03d1dad0382ccb62c109ceacdeb6"
3811dependencies = [
3812 "atoi_simd",
3813 "bytemuck",
3814 "chrono",
3815 "either",
3816 "fast-float2",
3817 "itoa",
3818 "num-traits",
3819 "polars-arrow",
3820 "polars-error",
3821 "polars-utils",
3822 "ryu",
3823 "strength_reduce",
3824 "version_check",
3825]
3826
3827[[package]]
3828name = "polars-core"
3829version = "0.46.0"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "796d06eae7e6e74ed28ea54a8fccc584ebac84e6cf0e1e9ba41ffc807b169a01"
3832dependencies = [
3833 "ahash 0.8.12",
3834 "bitflags 2.9.1",
3835 "bytemuck",
3836 "chrono",
3837 "chrono-tz",
3838 "comfy-table",
3839 "either",
3840 "hashbrown 0.14.5",
3841 "hashbrown 0.15.3",
3842 "indexmap",
3843 "itoa",
3844 "num-traits",
3845 "once_cell",
3846 "polars-arrow",
3847 "polars-compute",
3848 "polars-error",
3849 "polars-row",
3850 "polars-schema",
3851 "polars-utils",
3852 "rand 0.8.5",
3853 "rand_distr",
3854 "rayon",
3855 "regex",
3856 "strum_macros 0.26.4",
3857 "thiserror 2.0.12",
3858 "version_check",
3859 "xxhash-rust",
3860]
3861
3862[[package]]
3863name = "polars-error"
3864version = "0.46.0"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "19d6529cae0d1db5ed690e47de41fac9b35ae0c26d476830c2079f130887b847"
3867dependencies = [
3868 "polars-arrow-format",
3869 "regex",
3870 "simdutf8",
3871 "thiserror 2.0.12",
3872]
3873
3874[[package]]
3875name = "polars-expr"
3876version = "0.46.0"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "c8e639991a8ad4fb12880ab44bcc3cf44a5703df003142334d9caf86d77d77e7"
3879dependencies = [
3880 "ahash 0.8.12",
3881 "bitflags 2.9.1",
3882 "hashbrown 0.15.3",
3883 "num-traits",
3884 "once_cell",
3885 "polars-arrow",
3886 "polars-compute",
3887 "polars-core",
3888 "polars-io",
3889 "polars-ops",
3890 "polars-plan",
3891 "polars-row",
3892 "polars-time",
3893 "polars-utils",
3894 "rand 0.8.5",
3895 "rayon",
3896]
3897
3898[[package]]
3899name = "polars-io"
3900version = "0.46.0"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "719a77e94480f6be090512da196e378cbcbeb3584c6fe1134c600aee906e38ab"
3903dependencies = [
3904 "ahash 0.8.12",
3905 "async-trait",
3906 "atoi_simd",
3907 "bytes",
3908 "chrono",
3909 "fast-float2",
3910 "futures",
3911 "glob",
3912 "hashbrown 0.15.3",
3913 "home",
3914 "itoa",
3915 "memchr",
3916 "memmap2",
3917 "num-traits",
3918 "once_cell",
3919 "percent-encoding",
3920 "polars-arrow",
3921 "polars-core",
3922 "polars-error",
3923 "polars-parquet",
3924 "polars-schema",
3925 "polars-time",
3926 "polars-utils",
3927 "rayon",
3928 "regex",
3929 "ryu",
3930 "simdutf8",
3931 "tokio",
3932 "tokio-util",
3933]
3934
3935[[package]]
3936name = "polars-lazy"
3937version = "0.46.0"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "a0a731a672dfc8ac38c1f73c9a4b2ae38d2fc8ac363bfb64c5f3a3e072ffc5ad"
3940dependencies = [
3941 "ahash 0.8.12",
3942 "bitflags 2.9.1",
3943 "chrono",
3944 "memchr",
3945 "once_cell",
3946 "polars-arrow",
3947 "polars-core",
3948 "polars-expr",
3949 "polars-io",
3950 "polars-mem-engine",
3951 "polars-ops",
3952 "polars-pipe",
3953 "polars-plan",
3954 "polars-stream",
3955 "polars-time",
3956 "polars-utils",
3957 "rayon",
3958 "version_check",
3959]
3960
3961[[package]]
3962name = "polars-mem-engine"
3963version = "0.46.0"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "33442189bcbf2e2559aa7914db3835429030a13f4f18e43af5fba9d1b018cf12"
3966dependencies = [
3967 "memmap2",
3968 "polars-arrow",
3969 "polars-core",
3970 "polars-error",
3971 "polars-expr",
3972 "polars-io",
3973 "polars-ops",
3974 "polars-plan",
3975 "polars-time",
3976 "polars-utils",
3977 "rayon",
3978]
3979
3980[[package]]
3981name = "polars-ops"
3982version = "0.46.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "cbb83218b0c216104f0076cd1a005128be078f958125f3d59b094ee73d78c18e"
3985dependencies = [
3986 "ahash 0.8.12",
3987 "argminmax",
3988 "base64 0.22.1",
3989 "bytemuck",
3990 "chrono",
3991 "chrono-tz",
3992 "either",
3993 "hashbrown 0.15.3",
3994 "hex",
3995 "indexmap",
3996 "memchr",
3997 "num-traits",
3998 "once_cell",
3999 "polars-arrow",
4000 "polars-compute",
4001 "polars-core",
4002 "polars-error",
4003 "polars-schema",
4004 "polars-utils",
4005 "rayon",
4006 "regex",
4007 "regex-syntax",
4008 "strum_macros 0.26.4",
4009 "unicode-normalization",
4010 "unicode-reverse",
4011 "version_check",
4012]
4013
4014[[package]]
4015name = "polars-parquet"
4016version = "0.46.0"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "5c60ee85535590a38db6c703a21be4cb25342e40f573f070d1e16f9d84a53ac7"
4019dependencies = [
4020 "ahash 0.8.12",
4021 "async-stream",
4022 "base64 0.22.1",
4023 "bytemuck",
4024 "ethnum",
4025 "futures",
4026 "hashbrown 0.15.3",
4027 "num-traits",
4028 "polars-arrow",
4029 "polars-compute",
4030 "polars-error",
4031 "polars-parquet-format",
4032 "polars-utils",
4033 "simdutf8",
4034 "streaming-decompression",
4035]
4036
4037[[package]]
4038name = "polars-parquet-format"
4039version = "0.1.0"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
4042dependencies = [
4043 "async-trait",
4044 "futures",
4045]
4046
4047[[package]]
4048name = "polars-pipe"
4049version = "0.46.0"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "42d238fb76698f56e51ddfa89b135e4eda56a4767c6e8859eed0ab78386fcd52"
4052dependencies = [
4053 "crossbeam-channel",
4054 "crossbeam-queue",
4055 "enum_dispatch",
4056 "hashbrown 0.15.3",
4057 "num-traits",
4058 "once_cell",
4059 "polars-arrow",
4060 "polars-compute",
4061 "polars-core",
4062 "polars-expr",
4063 "polars-io",
4064 "polars-ops",
4065 "polars-plan",
4066 "polars-row",
4067 "polars-utils",
4068 "rayon",
4069 "uuid",
4070 "version_check",
4071]
4072
4073[[package]]
4074name = "polars-plan"
4075version = "0.46.0"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "4f03533a93aa66127fcb909a87153a3c7cfee6f0ae59f497e73d7736208da54c"
4078dependencies = [
4079 "ahash 0.8.12",
4080 "bitflags 2.9.1",
4081 "bytemuck",
4082 "bytes",
4083 "chrono",
4084 "chrono-tz",
4085 "either",
4086 "hashbrown 0.15.3",
4087 "memmap2",
4088 "num-traits",
4089 "once_cell",
4090 "percent-encoding",
4091 "polars-arrow",
4092 "polars-compute",
4093 "polars-core",
4094 "polars-io",
4095 "polars-ops",
4096 "polars-time",
4097 "polars-utils",
4098 "rayon",
4099 "recursive",
4100 "regex",
4101 "strum_macros 0.26.4",
4102 "version_check",
4103]
4104
4105[[package]]
4106name = "polars-row"
4107version = "0.46.0"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "6bf47f7409f8e75328d7d034be390842924eb276716d0458607be0bddb8cc839"
4110dependencies = [
4111 "bitflags 2.9.1",
4112 "bytemuck",
4113 "polars-arrow",
4114 "polars-compute",
4115 "polars-error",
4116 "polars-utils",
4117]
4118
4119[[package]]
4120name = "polars-schema"
4121version = "0.46.0"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "416621ae82b84466cf4ff36838a9b0aeb4a67e76bd3065edc8c9cb7da19b1bc7"
4124dependencies = [
4125 "indexmap",
4126 "polars-error",
4127 "polars-utils",
4128 "version_check",
4129]
4130
4131[[package]]
4132name = "polars-sql"
4133version = "0.46.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "edaab553b90aa4d6743bb538978e1982368acb58a94408d7dd3299cad49c7083"
4136dependencies = [
4137 "hex",
4138 "polars-core",
4139 "polars-error",
4140 "polars-lazy",
4141 "polars-ops",
4142 "polars-plan",
4143 "polars-time",
4144 "polars-utils",
4145 "rand 0.8.5",
4146 "regex",
4147 "serde",
4148 "sqlparser",
4149]
4150
4151[[package]]
4152name = "polars-stream"
4153version = "0.46.0"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "498997b656c779610c1496b3d96a59fe569ef22a5b81ccfe5325cb3df8dff2fd"
4156dependencies = [
4157 "atomic-waker",
4158 "crossbeam-deque",
4159 "crossbeam-utils",
4160 "futures",
4161 "memmap2",
4162 "parking_lot",
4163 "pin-project-lite",
4164 "polars-core",
4165 "polars-error",
4166 "polars-expr",
4167 "polars-io",
4168 "polars-mem-engine",
4169 "polars-ops",
4170 "polars-parquet",
4171 "polars-plan",
4172 "polars-utils",
4173 "rand 0.8.5",
4174 "rayon",
4175 "recursive",
4176 "slotmap",
4177 "tokio",
4178 "version_check",
4179]
4180
4181[[package]]
4182name = "polars-time"
4183version = "0.46.0"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "d192efbdab516d28b3fab1709a969e3385bd5cda050b7c9aa9e2502a01fda879"
4186dependencies = [
4187 "atoi_simd",
4188 "bytemuck",
4189 "chrono",
4190 "chrono-tz",
4191 "now",
4192 "num-traits",
4193 "once_cell",
4194 "polars-arrow",
4195 "polars-compute",
4196 "polars-core",
4197 "polars-error",
4198 "polars-ops",
4199 "polars-utils",
4200 "rayon",
4201 "regex",
4202 "strum_macros 0.26.4",
4203]
4204
4205[[package]]
4206name = "polars-utils"
4207version = "0.46.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "a8f6c8166a4a7fbc15b87c81645ed9e1f0651ff2e8c96cafc40ac5bf43441a10"
4210dependencies = [
4211 "ahash 0.8.12",
4212 "bytemuck",
4213 "bytes",
4214 "compact_str",
4215 "hashbrown 0.15.3",
4216 "indexmap",
4217 "libc",
4218 "memmap2",
4219 "num-traits",
4220 "once_cell",
4221 "polars-error",
4222 "rand 0.8.5",
4223 "raw-cpuid",
4224 "rayon",
4225 "stacker",
4226 "sysinfo 0.33.1",
4227 "version_check",
4228]
4229
4230[[package]]
4231name = "polyval"
4232version = "0.6.2"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4235dependencies = [
4236 "cfg-if",
4237 "cpufeatures",
4238 "opaque-debug",
4239 "universal-hash",
4240]
4241
4242[[package]]
4243name = "portable-atomic"
4244version = "1.11.0"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
4247
4248[[package]]
4249name = "postgres"
4250version = "0.19.10"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "363e6dfbdd780d3aa3597b6eb430db76bb315fa9bad7fae595bb8def808b8470"
4253dependencies = [
4254 "bytes",
4255 "fallible-iterator 0.2.0",
4256 "futures-util",
4257 "log",
4258 "tokio",
4259 "tokio-postgres",
4260]
4261
4262[[package]]
4263name = "postgres-protocol"
4264version = "0.6.8"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
4267dependencies = [
4268 "base64 0.22.1",
4269 "byteorder",
4270 "bytes",
4271 "fallible-iterator 0.2.0",
4272 "hmac",
4273 "md-5",
4274 "memchr",
4275 "rand 0.9.2",
4276 "sha2",
4277 "stringprep",
4278]
4279
4280[[package]]
4281name = "postgres-types"
4282version = "0.2.9"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
4285dependencies = [
4286 "bytes",
4287 "fallible-iterator 0.2.0",
4288 "postgres-protocol",
4289]
4290
4291[[package]]
4292name = "potential_utf"
4293version = "0.1.2"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
4296dependencies = [
4297 "zerovec",
4298]
4299
4300[[package]]
4301name = "powerfmt"
4302version = "0.2.0"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4305
4306[[package]]
4307name = "ppv-lite86"
4308version = "0.2.21"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4311dependencies = [
4312 "zerocopy",
4313]
4314
4315[[package]]
4316name = "proc-macro-crate"
4317version = "3.3.0"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
4320dependencies = [
4321 "toml_edit",
4322]
4323
4324[[package]]
4325name = "proc-macro2"
4326version = "1.0.95"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
4329dependencies = [
4330 "unicode-ident",
4331]
4332
4333[[package]]
4334name = "proptest"
4335version = "1.7.0"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
4338dependencies = [
4339 "bit-set",
4340 "bit-vec",
4341 "bitflags 2.9.1",
4342 "lazy_static",
4343 "num-traits",
4344 "rand 0.9.2",
4345 "rand_chacha 0.9.0",
4346 "rand_xorshift",
4347 "regex-syntax",
4348 "rusty-fork",
4349 "tempfile",
4350 "unarray",
4351]
4352
4353[[package]]
4354name = "psm"
4355version = "0.1.26"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
4358dependencies = [
4359 "cc",
4360]
4361
4362[[package]]
4363name = "ptr_meta"
4364version = "0.1.4"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
4367dependencies = [
4368 "ptr_meta_derive",
4369]
4370
4371[[package]]
4372name = "ptr_meta_derive"
4373version = "0.1.4"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
4376dependencies = [
4377 "proc-macro2",
4378 "quote",
4379 "syn 1.0.109",
4380]
4381
4382[[package]]
4383name = "quick-error"
4384version = "1.2.3"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
4387
4388[[package]]
4389name = "quick-xml"
4390version = "0.32.0"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
4393dependencies = [
4394 "memchr",
4395 "serde",
4396]
4397
4398[[package]]
4399name = "quick-xml"
4400version = "0.37.5"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
4403dependencies = [
4404 "memchr",
4405 "serde",
4406]
4407
4408[[package]]
4409name = "quinn"
4410version = "0.11.8"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
4413dependencies = [
4414 "bytes",
4415 "cfg_aliases",
4416 "pin-project-lite",
4417 "quinn-proto",
4418 "quinn-udp",
4419 "rustc-hash",
4420 "rustls 0.23.27",
4421 "socket2",
4422 "thiserror 2.0.12",
4423 "tokio",
4424 "tracing",
4425 "web-time",
4426]
4427
4428[[package]]
4429name = "quinn-proto"
4430version = "0.11.12"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
4433dependencies = [
4434 "bytes",
4435 "getrandom 0.3.3",
4436 "lru-slab",
4437 "rand 0.9.2",
4438 "ring",
4439 "rustc-hash",
4440 "rustls 0.23.27",
4441 "rustls-pki-types",
4442 "slab",
4443 "thiserror 2.0.12",
4444 "tinyvec",
4445 "tracing",
4446 "web-time",
4447]
4448
4449[[package]]
4450name = "quinn-udp"
4451version = "0.5.12"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
4454dependencies = [
4455 "cfg_aliases",
4456 "libc",
4457 "once_cell",
4458 "socket2",
4459 "tracing",
4460 "windows-sys 0.59.0",
4461]
4462
4463[[package]]
4464name = "quote"
4465version = "1.0.40"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
4468dependencies = [
4469 "proc-macro2",
4470]
4471
4472[[package]]
4473name = "r-efi"
4474version = "5.2.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
4477
4478[[package]]
4479name = "radium"
4480version = "0.7.0"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
4483
4484[[package]]
4485name = "raichu"
4486version = "0.1.0"
4487dependencies = [
4488 "base64 0.22.1",
4489 "getrandom 0.2.16",
4490 "js-sys",
4491 "rand 0.8.5",
4492 "serde_json",
4493 "symphonia",
4494 "wasm-bindgen",
4495 "web-sys",
4496]
4497
4498[[package]]
4499name = "rand"
4500version = "0.8.5"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4503dependencies = [
4504 "libc",
4505 "rand_chacha 0.3.1",
4506 "rand_core 0.6.4",
4507]
4508
4509[[package]]
4510name = "rand"
4511version = "0.9.2"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4514dependencies = [
4515 "rand_chacha 0.9.0",
4516 "rand_core 0.9.3",
4517]
4518
4519[[package]]
4520name = "rand_chacha"
4521version = "0.3.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4524dependencies = [
4525 "ppv-lite86",
4526 "rand_core 0.6.4",
4527]
4528
4529[[package]]
4530name = "rand_chacha"
4531version = "0.9.0"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4534dependencies = [
4535 "ppv-lite86",
4536 "rand_core 0.9.3",
4537]
4538
4539[[package]]
4540name = "rand_core"
4541version = "0.6.4"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4544dependencies = [
4545 "getrandom 0.2.16",
4546]
4547
4548[[package]]
4549name = "rand_core"
4550version = "0.9.3"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4553dependencies = [
4554 "getrandom 0.3.3",
4555]
4556
4557[[package]]
4558name = "rand_distr"
4559version = "0.4.3"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
4562dependencies = [
4563 "num-traits",
4564 "rand 0.8.5",
4565]
4566
4567[[package]]
4568name = "rand_xorshift"
4569version = "0.4.0"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
4572dependencies = [
4573 "rand_core 0.9.3",
4574]
4575
4576[[package]]
4577name = "raw-cpuid"
4578version = "11.5.0"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
4581dependencies = [
4582 "bitflags 2.9.1",
4583]
4584
4585[[package]]
4586name = "rayon"
4587version = "1.10.0"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
4590dependencies = [
4591 "either",
4592 "rayon-core",
4593]
4594
4595[[package]]
4596name = "rayon-core"
4597version = "1.12.1"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
4600dependencies = [
4601 "crossbeam-deque",
4602 "crossbeam-utils",
4603]
4604
4605[[package]]
4606name = "recursive"
4607version = "0.1.1"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
4610dependencies = [
4611 "recursive-proc-macro-impl",
4612 "stacker",
4613]
4614
4615[[package]]
4616name = "recursive-proc-macro-impl"
4617version = "0.1.1"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
4620dependencies = [
4621 "quote",
4622 "syn 2.0.101",
4623]
4624
4625[[package]]
4626name = "redis"
4627version = "0.23.3"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
4630dependencies = [
4631 "async-trait",
4632 "bytes",
4633 "combine",
4634 "futures-util",
4635 "itoa",
4636 "percent-encoding",
4637 "pin-project-lite",
4638 "ryu",
4639 "tokio",
4640 "tokio-util",
4641 "url",
4642]
4643
4644[[package]]
4645name = "redis"
4646version = "0.29.5"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
4649dependencies = [
4650 "arc-swap",
4651 "bytes",
4652 "combine",
4653 "futures-util",
4654 "itoa",
4655 "num-bigint",
4656 "percent-encoding",
4657 "pin-project-lite",
4658 "rustls 0.23.27",
4659 "rustls-native-certs 0.8.1",
4660 "ryu",
4661 "sha1_smol",
4662 "socket2",
4663 "tokio",
4664 "tokio-rustls 0.26.2",
4665 "tokio-util",
4666 "url",
4667]
4668
4669[[package]]
4670name = "redox_syscall"
4671version = "0.5.12"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
4674dependencies = [
4675 "bitflags 2.9.1",
4676]
4677
4678[[package]]
4679name = "redox_users"
4680version = "0.5.0"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
4683dependencies = [
4684 "getrandom 0.2.16",
4685 "libredox",
4686 "thiserror 2.0.12",
4687]
4688
4689[[package]]
4690name = "regex"
4691version = "1.11.1"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
4694dependencies = [
4695 "aho-corasick",
4696 "memchr",
4697 "regex-automata",
4698 "regex-syntax",
4699]
4700
4701[[package]]
4702name = "regex-automata"
4703version = "0.4.9"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
4706dependencies = [
4707 "aho-corasick",
4708 "memchr",
4709 "regex-syntax",
4710]
4711
4712[[package]]
4713name = "regex-lite"
4714version = "0.1.6"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
4717
4718[[package]]
4719name = "regex-syntax"
4720version = "0.8.5"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
4723
4724[[package]]
4725name = "rend"
4726version = "0.4.2"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
4729dependencies = [
4730 "bytecheck",
4731]
4732
4733[[package]]
4734name = "reqwest"
4735version = "0.12.15"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
4738dependencies = [
4739 "base64 0.22.1",
4740 "bytes",
4741 "futures-core",
4742 "futures-util",
4743 "http 1.3.1",
4744 "http-body 1.0.1",
4745 "http-body-util",
4746 "hyper 1.6.0",
4747 "hyper-rustls 0.27.6",
4748 "hyper-util",
4749 "ipnet",
4750 "js-sys",
4751 "log",
4752 "mime",
4753 "mime_guess",
4754 "once_cell",
4755 "percent-encoding",
4756 "pin-project-lite",
4757 "quinn",
4758 "rustls 0.23.27",
4759 "rustls-pemfile 2.2.0",
4760 "rustls-pki-types",
4761 "serde",
4762 "serde_json",
4763 "serde_urlencoded",
4764 "sync_wrapper",
4765 "tokio",
4766 "tokio-rustls 0.26.2",
4767 "tokio-util",
4768 "tower",
4769 "tower-service",
4770 "url",
4771 "wasm-bindgen",
4772 "wasm-bindgen-futures",
4773 "wasm-streams",
4774 "web-sys",
4775 "webpki-roots 0.26.11",
4776 "windows-registry",
4777]
4778
4779[[package]]
4780name = "ring"
4781version = "0.17.14"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4784dependencies = [
4785 "cc",
4786 "cfg-if",
4787 "getrandom 0.2.16",
4788 "libc",
4789 "untrusted",
4790 "windows-sys 0.52.0",
4791]
4792
4793[[package]]
4794name = "rkyv"
4795version = "0.7.45"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
4798dependencies = [
4799 "bitvec",
4800 "bytecheck",
4801 "bytes",
4802 "hashbrown 0.12.3",
4803 "ptr_meta",
4804 "rend",
4805 "rkyv_derive",
4806 "seahash",
4807 "tinyvec",
4808 "uuid",
4809]
4810
4811[[package]]
4812name = "rkyv_derive"
4813version = "0.7.45"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
4816dependencies = [
4817 "proc-macro2",
4818 "quote",
4819 "syn 1.0.109",
4820]
4821
4822[[package]]
4823name = "rocksky-analytics"
4824version = "0.1.0"
4825dependencies = [
4826 "actix-web",
4827 "anyhow",
4828 "async-nats",
4829 "chrono",
4830 "clap",
4831 "dotenv",
4832 "duckdb",
4833 "owo-colors",
4834 "polars",
4835 "serde",
4836 "serde_json",
4837 "sqlx",
4838 "tokio",
4839 "tokio-stream",
4840]
4841
4842[[package]]
4843name = "rocksky-connect"
4844version = "0.1.0"
4845dependencies = [
4846 "anyhow",
4847 "async-trait",
4848 "base64 0.22.1",
4849 "dirs",
4850 "futures-util",
4851 "http 1.3.1",
4852 "jsonrpsee",
4853 "owo-colors",
4854 "reqwest",
4855 "serde",
4856 "serde_json",
4857 "tokio",
4858 "tokio-stream",
4859 "tokio-tungstenite",
4860 "tungstenite",
4861]
4862
4863[[package]]
4864name = "rocksky-dropbox"
4865version = "0.1.0"
4866dependencies = [
4867 "actix-web",
4868 "aes",
4869 "anyhow",
4870 "async-nats",
4871 "chrono",
4872 "clap",
4873 "ctr",
4874 "dotenv",
4875 "futures",
4876 "hex",
4877 "jsonwebtoken",
4878 "lofty",
4879 "md5",
4880 "owo-colors",
4881 "redis 0.29.5",
4882 "reqwest",
4883 "serde",
4884 "serde_json",
4885 "sha256",
4886 "sqlx",
4887 "symphonia",
4888 "tempfile",
4889 "tokio",
4890 "tokio-stream",
4891]
4892
4893[[package]]
4894name = "rocksky-googledrive"
4895version = "0.1.0"
4896dependencies = [
4897 "actix-web",
4898 "aes",
4899 "anyhow",
4900 "async-nats",
4901 "chrono",
4902 "clap",
4903 "ctr",
4904 "dotenv",
4905 "futures",
4906 "hex",
4907 "jsonwebtoken",
4908 "lofty",
4909 "md5",
4910 "owo-colors",
4911 "redis 0.29.5",
4912 "reqwest",
4913 "serde",
4914 "serde_json",
4915 "serde_urlencoded",
4916 "sha256",
4917 "sqlx",
4918 "symphonia",
4919 "tempfile",
4920 "tokio",
4921 "tokio-stream",
4922]
4923
4924[[package]]
4925name = "rocksky-jetstream"
4926version = "0.1.0"
4927dependencies = [
4928 "anyhow",
4929 "async-nats",
4930 "chrono",
4931 "dotenv",
4932 "futures-util",
4933 "owo-colors",
4934 "redis 0.29.5",
4935 "reqwest",
4936 "serde",
4937 "serde_json",
4938 "sha256",
4939 "sqlx",
4940 "time",
4941 "tokio",
4942 "tokio-stream",
4943 "tokio-tungstenite",
4944 "tungstenite",
4945 "url",
4946]
4947
4948[[package]]
4949name = "rocksky-playlists"
4950version = "0.1.0"
4951dependencies = [
4952 "aes",
4953 "anyhow",
4954 "async-nats",
4955 "chrono",
4956 "clap",
4957 "ctr",
4958 "dotenv",
4959 "duckdb",
4960 "hex",
4961 "jsonwebtoken",
4962 "owo-colors",
4963 "polars",
4964 "reqwest",
4965 "serde",
4966 "serde_json",
4967 "sha2",
4968 "sqlx",
4969 "tokio",
4970 "tokio-stream",
4971]
4972
4973[[package]]
4974name = "rocksky-scrobbler"
4975version = "0.1.0"
4976dependencies = [
4977 "actix-limitation",
4978 "actix-session 0.10.1",
4979 "actix-web",
4980 "aes",
4981 "anyhow",
4982 "chrono",
4983 "ctr",
4984 "dotenv",
4985 "hex",
4986 "jsonwebtoken",
4987 "md5",
4988 "owo-colors",
4989 "quick-xml 0.37.5",
4990 "rand 0.9.2",
4991 "redis 0.29.5",
4992 "reqwest",
4993 "serde",
4994 "serde_json",
4995 "sqlx",
4996 "tokio",
4997 "tokio-stream",
4998 "uuid",
4999]
5000
5001[[package]]
5002name = "rocksky-spotify"
5003version = "0.1.0"
5004dependencies = [
5005 "aes",
5006 "anyhow",
5007 "async-nats",
5008 "chrono",
5009 "ctr",
5010 "dotenv",
5011 "hex",
5012 "jsonwebtoken",
5013 "owo-colors",
5014 "redis 0.29.5",
5015 "reqwest",
5016 "serde",
5017 "serde_json",
5018 "sqlx",
5019 "tokio",
5020 "tokio-stream",
5021]
5022
5023[[package]]
5024name = "rocksky-storage"
5025version = "0.1.0"
5026dependencies = [
5027 "actix-web",
5028 "anyhow",
5029 "dotenv",
5030 "owo-colors",
5031 "rust-s3",
5032 "serde",
5033 "serde_json",
5034 "sqlx",
5035 "tokio",
5036 "tokio-stream",
5037]
5038
5039[[package]]
5040name = "rocksky-tracklist"
5041version = "0.1.0"
5042dependencies = [
5043 "actix-web",
5044 "anyhow",
5045 "async-nats",
5046 "clap",
5047 "dotenv",
5048 "owo-colors",
5049 "polars",
5050 "rand 0.9.2",
5051 "redis 0.29.5",
5052 "serde",
5053 "serde_json",
5054 "tokio",
5055 "tokio-stream",
5056 "uuid",
5057]
5058
5059[[package]]
5060name = "rocksky-webscrobbler"
5061version = "0.1.0"
5062dependencies = [
5063 "actix-limitation",
5064 "actix-session 0.10.1",
5065 "actix-web",
5066 "aes",
5067 "anyhow",
5068 "chrono",
5069 "ctr",
5070 "dotenv",
5071 "hex",
5072 "jsonwebtoken",
5073 "md5",
5074 "owo-colors",
5075 "rand 0.9.2",
5076 "redis 0.29.5",
5077 "reqwest",
5078 "serde",
5079 "serde_json",
5080 "sqlx",
5081 "tokio",
5082 "tokio-stream",
5083]
5084
5085[[package]]
5086name = "rockskyd"
5087version = "0.1.0"
5088dependencies = [
5089 "anyhow",
5090 "clap",
5091 "dotenv",
5092 "rocksky-analytics",
5093 "rocksky-dropbox",
5094 "rocksky-googledrive",
5095 "rocksky-jetstream",
5096 "rocksky-playlists",
5097 "rocksky-scrobbler",
5098 "rocksky-spotify",
5099 "rocksky-tracklist",
5100 "rocksky-webscrobbler",
5101 "tokio",
5102]
5103
5104[[package]]
5105name = "rsa"
5106version = "0.9.8"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
5109dependencies = [
5110 "const-oid",
5111 "digest",
5112 "num-bigint-dig",
5113 "num-integer",
5114 "num-traits",
5115 "pkcs1",
5116 "pkcs8",
5117 "rand_core 0.6.4",
5118 "signature",
5119 "spki",
5120 "subtle",
5121 "zeroize",
5122]
5123
5124[[package]]
5125name = "rust-ini"
5126version = "0.21.1"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
5129dependencies = [
5130 "cfg-if",
5131 "ordered-multimap",
5132 "trim-in-place",
5133]
5134
5135[[package]]
5136name = "rust-s3"
5137version = "0.35.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "c3df3f353b1f4209dcf437d777cda90279c397ab15a0cd6fd06bd32c88591533"
5140dependencies = [
5141 "async-trait",
5142 "aws-creds",
5143 "aws-region",
5144 "base64 0.22.1",
5145 "bytes",
5146 "cfg-if",
5147 "futures",
5148 "hex",
5149 "hmac",
5150 "http 0.2.12",
5151 "hyper 0.14.32",
5152 "hyper-rustls 0.24.2",
5153 "log",
5154 "maybe-async",
5155 "md5",
5156 "percent-encoding",
5157 "quick-xml 0.32.0",
5158 "rustls 0.21.12",
5159 "rustls-native-certs 0.6.3",
5160 "serde",
5161 "serde_derive",
5162 "serde_json",
5163 "sha2",
5164 "thiserror 1.0.69",
5165 "time",
5166 "tokio",
5167 "tokio-rustls 0.24.1",
5168 "tokio-stream",
5169 "url",
5170]
5171
5172[[package]]
5173name = "rust_decimal"
5174version = "1.37.1"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
5177dependencies = [
5178 "arrayvec",
5179 "borsh",
5180 "bytes",
5181 "num-traits",
5182 "rand 0.8.5",
5183 "rkyv",
5184 "serde",
5185 "serde_json",
5186]
5187
5188[[package]]
5189name = "rustc-demangle"
5190version = "0.1.24"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
5193
5194[[package]]
5195name = "rustc-hash"
5196version = "2.1.1"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
5199
5200[[package]]
5201name = "rustc_version"
5202version = "0.4.1"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5205dependencies = [
5206 "semver",
5207]
5208
5209[[package]]
5210name = "rustix"
5211version = "0.38.44"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5214dependencies = [
5215 "bitflags 2.9.1",
5216 "errno",
5217 "libc",
5218 "linux-raw-sys 0.4.15",
5219 "windows-sys 0.59.0",
5220]
5221
5222[[package]]
5223name = "rustix"
5224version = "1.0.7"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
5227dependencies = [
5228 "bitflags 2.9.1",
5229 "errno",
5230 "libc",
5231 "linux-raw-sys 0.9.4",
5232 "windows-sys 0.59.0",
5233]
5234
5235[[package]]
5236name = "rustls"
5237version = "0.21.12"
5238source = "registry+https://github.com/rust-lang/crates.io-index"
5239checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
5240dependencies = [
5241 "log",
5242 "ring",
5243 "rustls-webpki 0.101.7",
5244 "sct",
5245]
5246
5247[[package]]
5248name = "rustls"
5249version = "0.23.27"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
5252dependencies = [
5253 "log",
5254 "once_cell",
5255 "ring",
5256 "rustls-pki-types",
5257 "rustls-webpki 0.103.3",
5258 "subtle",
5259 "zeroize",
5260]
5261
5262[[package]]
5263name = "rustls-native-certs"
5264version = "0.6.3"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
5267dependencies = [
5268 "openssl-probe",
5269 "rustls-pemfile 1.0.4",
5270 "schannel",
5271 "security-framework 2.11.1",
5272]
5273
5274[[package]]
5275name = "rustls-native-certs"
5276version = "0.7.3"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
5279dependencies = [
5280 "openssl-probe",
5281 "rustls-pemfile 2.2.0",
5282 "rustls-pki-types",
5283 "schannel",
5284 "security-framework 2.11.1",
5285]
5286
5287[[package]]
5288name = "rustls-native-certs"
5289version = "0.8.1"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
5292dependencies = [
5293 "openssl-probe",
5294 "rustls-pki-types",
5295 "schannel",
5296 "security-framework 3.2.0",
5297]
5298
5299[[package]]
5300name = "rustls-pemfile"
5301version = "1.0.4"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5304dependencies = [
5305 "base64 0.21.7",
5306]
5307
5308[[package]]
5309name = "rustls-pemfile"
5310version = "2.2.0"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
5313dependencies = [
5314 "rustls-pki-types",
5315]
5316
5317[[package]]
5318name = "rustls-pki-types"
5319version = "1.12.0"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
5322dependencies = [
5323 "web-time",
5324 "zeroize",
5325]
5326
5327[[package]]
5328name = "rustls-platform-verifier"
5329version = "0.5.3"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
5332dependencies = [
5333 "core-foundation 0.10.0",
5334 "core-foundation-sys",
5335 "jni",
5336 "log",
5337 "once_cell",
5338 "rustls 0.23.27",
5339 "rustls-native-certs 0.8.1",
5340 "rustls-platform-verifier-android",
5341 "rustls-webpki 0.103.3",
5342 "security-framework 3.2.0",
5343 "security-framework-sys",
5344 "webpki-root-certs",
5345 "windows-sys 0.59.0",
5346]
5347
5348[[package]]
5349name = "rustls-platform-verifier-android"
5350version = "0.1.1"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5353
5354[[package]]
5355name = "rustls-webpki"
5356version = "0.101.7"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
5359dependencies = [
5360 "ring",
5361 "untrusted",
5362]
5363
5364[[package]]
5365name = "rustls-webpki"
5366version = "0.102.8"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
5369dependencies = [
5370 "rustls-pki-types",
5371 "untrusted",
5372]
5373
5374[[package]]
5375name = "rustls-webpki"
5376version = "0.103.3"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
5379dependencies = [
5380 "ring",
5381 "rustls-pki-types",
5382 "untrusted",
5383]
5384
5385[[package]]
5386name = "rustversion"
5387version = "1.0.21"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
5390
5391[[package]]
5392name = "rusty-fork"
5393version = "0.3.0"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
5396dependencies = [
5397 "fnv",
5398 "quick-error",
5399 "tempfile",
5400 "wait-timeout",
5401]
5402
5403[[package]]
5404name = "ryu"
5405version = "1.0.20"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
5408
5409[[package]]
5410name = "same-file"
5411version = "1.0.6"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5414dependencies = [
5415 "winapi-util",
5416]
5417
5418[[package]]
5419name = "schannel"
5420version = "0.1.27"
5421source = "registry+https://github.com/rust-lang/crates.io-index"
5422checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
5423dependencies = [
5424 "windows-sys 0.59.0",
5425]
5426
5427[[package]]
5428name = "scopeguard"
5429version = "1.2.0"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5432
5433[[package]]
5434name = "sct"
5435version = "0.7.1"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5438dependencies = [
5439 "ring",
5440 "untrusted",
5441]
5442
5443[[package]]
5444name = "seahash"
5445version = "4.1.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5448
5449[[package]]
5450name = "security-framework"
5451version = "2.11.1"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
5454dependencies = [
5455 "bitflags 2.9.1",
5456 "core-foundation 0.9.4",
5457 "core-foundation-sys",
5458 "libc",
5459 "security-framework-sys",
5460]
5461
5462[[package]]
5463name = "security-framework"
5464version = "3.2.0"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
5467dependencies = [
5468 "bitflags 2.9.1",
5469 "core-foundation 0.10.0",
5470 "core-foundation-sys",
5471 "libc",
5472 "security-framework-sys",
5473]
5474
5475[[package]]
5476name = "security-framework-sys"
5477version = "2.14.0"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
5480dependencies = [
5481 "core-foundation-sys",
5482 "libc",
5483]
5484
5485[[package]]
5486name = "semver"
5487version = "1.0.26"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
5490dependencies = [
5491 "serde",
5492]
5493
5494[[package]]
5495name = "send_wrapper"
5496version = "0.4.0"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
5499
5500[[package]]
5501name = "serde"
5502version = "1.0.219"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
5505dependencies = [
5506 "serde_derive",
5507]
5508
5509[[package]]
5510name = "serde_cbor"
5511version = "0.11.2"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
5514dependencies = [
5515 "half 1.8.3",
5516 "serde",
5517]
5518
5519[[package]]
5520name = "serde_derive"
5521version = "1.0.219"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
5524dependencies = [
5525 "proc-macro2",
5526 "quote",
5527 "syn 2.0.101",
5528]
5529
5530[[package]]
5531name = "serde_json"
5532version = "1.0.140"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
5535dependencies = [
5536 "itoa",
5537 "memchr",
5538 "ryu",
5539 "serde",
5540]
5541
5542[[package]]
5543name = "serde_nanos"
5544version = "0.1.4"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985"
5547dependencies = [
5548 "serde",
5549]
5550
5551[[package]]
5552name = "serde_repr"
5553version = "0.1.20"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
5556dependencies = [
5557 "proc-macro2",
5558 "quote",
5559 "syn 2.0.101",
5560]
5561
5562[[package]]
5563name = "serde_spanned"
5564version = "0.6.9"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
5567dependencies = [
5568 "serde",
5569]
5570
5571[[package]]
5572name = "serde_spanned"
5573version = "1.0.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
5576dependencies = [
5577 "serde",
5578]
5579
5580[[package]]
5581name = "serde_urlencoded"
5582version = "0.7.1"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5585dependencies = [
5586 "form_urlencoded",
5587 "itoa",
5588 "ryu",
5589 "serde",
5590]
5591
5592[[package]]
5593name = "sha1"
5594version = "0.10.6"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5597dependencies = [
5598 "cfg-if",
5599 "cpufeatures",
5600 "digest",
5601]
5602
5603[[package]]
5604name = "sha1_smol"
5605version = "1.0.1"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
5608
5609[[package]]
5610name = "sha2"
5611version = "0.10.9"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
5614dependencies = [
5615 "cfg-if",
5616 "cpufeatures",
5617 "digest",
5618]
5619
5620[[package]]
5621name = "sha256"
5622version = "1.6.0"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6"
5625dependencies = [
5626 "async-trait",
5627 "bytes",
5628 "hex",
5629 "sha2",
5630 "tokio",
5631]
5632
5633[[package]]
5634name = "shlex"
5635version = "1.3.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5638
5639[[package]]
5640name = "signal-hook-registry"
5641version = "1.4.5"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
5644dependencies = [
5645 "libc",
5646]
5647
5648[[package]]
5649name = "signatory"
5650version = "0.27.1"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31"
5653dependencies = [
5654 "pkcs8",
5655 "rand_core 0.6.4",
5656 "signature",
5657 "zeroize",
5658]
5659
5660[[package]]
5661name = "signature"
5662version = "2.2.0"
5663source = "registry+https://github.com/rust-lang/crates.io-index"
5664checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5665dependencies = [
5666 "digest",
5667 "rand_core 0.6.4",
5668]
5669
5670[[package]]
5671name = "simdutf8"
5672version = "0.1.5"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
5675
5676[[package]]
5677name = "simple_asn1"
5678version = "0.6.3"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
5681dependencies = [
5682 "num-bigint",
5683 "num-traits",
5684 "thiserror 2.0.12",
5685 "time",
5686]
5687
5688[[package]]
5689name = "siphasher"
5690version = "1.0.1"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5693
5694[[package]]
5695name = "slab"
5696version = "0.4.9"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
5699dependencies = [
5700 "autocfg",
5701]
5702
5703[[package]]
5704name = "slotmap"
5705version = "1.0.7"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
5708dependencies = [
5709 "version_check",
5710]
5711
5712[[package]]
5713name = "smallvec"
5714version = "1.15.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
5717dependencies = [
5718 "serde",
5719]
5720
5721[[package]]
5722name = "socket2"
5723version = "0.5.9"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
5726dependencies = [
5727 "libc",
5728 "windows-sys 0.52.0",
5729]
5730
5731[[package]]
5732name = "soketto"
5733version = "0.8.1"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
5736dependencies = [
5737 "base64 0.22.1",
5738 "bytes",
5739 "futures",
5740 "httparse",
5741 "log",
5742 "rand 0.8.5",
5743 "sha1",
5744]
5745
5746[[package]]
5747name = "spin"
5748version = "0.9.8"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5751dependencies = [
5752 "lock_api",
5753]
5754
5755[[package]]
5756name = "spki"
5757version = "0.7.3"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5760dependencies = [
5761 "base64ct",
5762 "der",
5763]
5764
5765[[package]]
5766name = "sptr"
5767version = "0.3.2"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
5770
5771[[package]]
5772name = "sqlparser"
5773version = "0.53.0"
5774source = "registry+https://github.com/rust-lang/crates.io-index"
5775checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
5776dependencies = [
5777 "log",
5778]
5779
5780[[package]]
5781name = "sqlx"
5782version = "0.8.6"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
5785dependencies = [
5786 "sqlx-core",
5787 "sqlx-macros",
5788 "sqlx-mysql",
5789 "sqlx-postgres",
5790 "sqlx-sqlite",
5791]
5792
5793[[package]]
5794name = "sqlx-core"
5795version = "0.8.6"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
5798dependencies = [
5799 "base64 0.22.1",
5800 "bytes",
5801 "chrono",
5802 "crc",
5803 "crossbeam-queue",
5804 "either",
5805 "event-listener",
5806 "futures-core",
5807 "futures-intrusive",
5808 "futures-io",
5809 "futures-util",
5810 "hashbrown 0.15.3",
5811 "hashlink 0.10.0",
5812 "indexmap",
5813 "log",
5814 "memchr",
5815 "once_cell",
5816 "percent-encoding",
5817 "rustls 0.23.27",
5818 "serde",
5819 "serde_json",
5820 "sha2",
5821 "smallvec",
5822 "thiserror 2.0.12",
5823 "tokio",
5824 "tokio-stream",
5825 "tracing",
5826 "url",
5827 "webpki-roots 0.26.11",
5828]
5829
5830[[package]]
5831name = "sqlx-macros"
5832version = "0.8.6"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
5835dependencies = [
5836 "proc-macro2",
5837 "quote",
5838 "sqlx-core",
5839 "sqlx-macros-core",
5840 "syn 2.0.101",
5841]
5842
5843[[package]]
5844name = "sqlx-macros-core"
5845version = "0.8.6"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
5848dependencies = [
5849 "dotenvy",
5850 "either",
5851 "heck 0.5.0",
5852 "hex",
5853 "once_cell",
5854 "proc-macro2",
5855 "quote",
5856 "serde",
5857 "serde_json",
5858 "sha2",
5859 "sqlx-core",
5860 "sqlx-mysql",
5861 "sqlx-postgres",
5862 "sqlx-sqlite",
5863 "syn 2.0.101",
5864 "tokio",
5865 "url",
5866]
5867
5868[[package]]
5869name = "sqlx-mysql"
5870version = "0.8.6"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
5873dependencies = [
5874 "atoi",
5875 "base64 0.22.1",
5876 "bitflags 2.9.1",
5877 "byteorder",
5878 "bytes",
5879 "chrono",
5880 "crc",
5881 "digest",
5882 "dotenvy",
5883 "either",
5884 "futures-channel",
5885 "futures-core",
5886 "futures-io",
5887 "futures-util",
5888 "generic-array",
5889 "hex",
5890 "hkdf",
5891 "hmac",
5892 "itoa",
5893 "log",
5894 "md-5",
5895 "memchr",
5896 "once_cell",
5897 "percent-encoding",
5898 "rand 0.8.5",
5899 "rsa",
5900 "serde",
5901 "sha1",
5902 "sha2",
5903 "smallvec",
5904 "sqlx-core",
5905 "stringprep",
5906 "thiserror 2.0.12",
5907 "tracing",
5908 "whoami",
5909]
5910
5911[[package]]
5912name = "sqlx-postgres"
5913version = "0.8.6"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
5916dependencies = [
5917 "atoi",
5918 "base64 0.22.1",
5919 "bitflags 2.9.1",
5920 "byteorder",
5921 "chrono",
5922 "crc",
5923 "dotenvy",
5924 "etcetera",
5925 "futures-channel",
5926 "futures-core",
5927 "futures-util",
5928 "hex",
5929 "hkdf",
5930 "hmac",
5931 "home",
5932 "itoa",
5933 "log",
5934 "md-5",
5935 "memchr",
5936 "once_cell",
5937 "rand 0.8.5",
5938 "serde",
5939 "serde_json",
5940 "sha2",
5941 "smallvec",
5942 "sqlx-core",
5943 "stringprep",
5944 "thiserror 2.0.12",
5945 "tracing",
5946 "whoami",
5947]
5948
5949[[package]]
5950name = "sqlx-sqlite"
5951version = "0.8.6"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
5954dependencies = [
5955 "atoi",
5956 "chrono",
5957 "flume",
5958 "futures-channel",
5959 "futures-core",
5960 "futures-executor",
5961 "futures-intrusive",
5962 "futures-util",
5963 "libsqlite3-sys",
5964 "log",
5965 "percent-encoding",
5966 "serde",
5967 "serde_urlencoded",
5968 "sqlx-core",
5969 "thiserror 2.0.12",
5970 "tracing",
5971 "url",
5972]
5973
5974[[package]]
5975name = "stable_deref_trait"
5976version = "1.2.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5979
5980[[package]]
5981name = "stacker"
5982version = "0.1.21"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
5985dependencies = [
5986 "cc",
5987 "cfg-if",
5988 "libc",
5989 "psm",
5990 "windows-sys 0.59.0",
5991]
5992
5993[[package]]
5994name = "static_assertions"
5995version = "1.1.0"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5998
5999[[package]]
6000name = "streaming-decompression"
6001version = "0.1.2"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
6004dependencies = [
6005 "fallible-streaming-iterator",
6006]
6007
6008[[package]]
6009name = "streaming-iterator"
6010version = "0.1.9"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
6013
6014[[package]]
6015name = "strength_reduce"
6016version = "0.2.4"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6019
6020[[package]]
6021name = "stringprep"
6022version = "0.1.5"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
6025dependencies = [
6026 "unicode-bidi",
6027 "unicode-normalization",
6028 "unicode-properties",
6029]
6030
6031[[package]]
6032name = "strsim"
6033version = "0.11.1"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6036
6037[[package]]
6038name = "strum"
6039version = "0.25.0"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
6042dependencies = [
6043 "strum_macros 0.25.3",
6044]
6045
6046[[package]]
6047name = "strum_macros"
6048version = "0.25.3"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
6051dependencies = [
6052 "heck 0.4.1",
6053 "proc-macro2",
6054 "quote",
6055 "rustversion",
6056 "syn 2.0.101",
6057]
6058
6059[[package]]
6060name = "strum_macros"
6061version = "0.26.4"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
6064dependencies = [
6065 "heck 0.5.0",
6066 "proc-macro2",
6067 "quote",
6068 "rustversion",
6069 "syn 2.0.101",
6070]
6071
6072[[package]]
6073name = "subtle"
6074version = "2.6.1"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6077
6078[[package]]
6079name = "supports-color"
6080version = "2.1.0"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
6083dependencies = [
6084 "is-terminal",
6085 "is_ci",
6086]
6087
6088[[package]]
6089name = "supports-color"
6090version = "3.0.2"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
6093dependencies = [
6094 "is_ci",
6095]
6096
6097[[package]]
6098name = "symphonia"
6099version = "0.5.4"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
6102dependencies = [
6103 "lazy_static",
6104 "symphonia-bundle-flac",
6105 "symphonia-bundle-mp3",
6106 "symphonia-codec-aac",
6107 "symphonia-codec-adpcm",
6108 "symphonia-codec-alac",
6109 "symphonia-codec-pcm",
6110 "symphonia-codec-vorbis",
6111 "symphonia-core",
6112 "symphonia-format-caf",
6113 "symphonia-format-isomp4",
6114 "symphonia-format-mkv",
6115 "symphonia-format-ogg",
6116 "symphonia-format-riff",
6117 "symphonia-metadata",
6118]
6119
6120[[package]]
6121name = "symphonia-bundle-flac"
6122version = "0.5.4"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
6125dependencies = [
6126 "log",
6127 "symphonia-core",
6128 "symphonia-metadata",
6129 "symphonia-utils-xiph",
6130]
6131
6132[[package]]
6133name = "symphonia-bundle-mp3"
6134version = "0.5.4"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
6137dependencies = [
6138 "lazy_static",
6139 "log",
6140 "symphonia-core",
6141 "symphonia-metadata",
6142]
6143
6144[[package]]
6145name = "symphonia-codec-aac"
6146version = "0.5.4"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
6149dependencies = [
6150 "lazy_static",
6151 "log",
6152 "symphonia-core",
6153]
6154
6155[[package]]
6156name = "symphonia-codec-adpcm"
6157version = "0.5.4"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
6160dependencies = [
6161 "log",
6162 "symphonia-core",
6163]
6164
6165[[package]]
6166name = "symphonia-codec-alac"
6167version = "0.5.4"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "2d8a6666649a08412906476a8b0efd9b9733e241180189e9f92b09c08d0e38f3"
6170dependencies = [
6171 "log",
6172 "symphonia-core",
6173]
6174
6175[[package]]
6176name = "symphonia-codec-pcm"
6177version = "0.5.4"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
6180dependencies = [
6181 "log",
6182 "symphonia-core",
6183]
6184
6185[[package]]
6186name = "symphonia-codec-vorbis"
6187version = "0.5.4"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
6190dependencies = [
6191 "log",
6192 "symphonia-core",
6193 "symphonia-utils-xiph",
6194]
6195
6196[[package]]
6197name = "symphonia-core"
6198version = "0.5.4"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
6201dependencies = [
6202 "arrayvec",
6203 "bitflags 1.3.2",
6204 "bytemuck",
6205 "lazy_static",
6206 "log",
6207]
6208
6209[[package]]
6210name = "symphonia-format-caf"
6211version = "0.5.4"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "e43c99c696a388295a29fe71b133079f5d8b18041cf734c5459c35ad9097af50"
6214dependencies = [
6215 "log",
6216 "symphonia-core",
6217 "symphonia-metadata",
6218]
6219
6220[[package]]
6221name = "symphonia-format-isomp4"
6222version = "0.5.4"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
6225dependencies = [
6226 "encoding_rs",
6227 "log",
6228 "symphonia-core",
6229 "symphonia-metadata",
6230 "symphonia-utils-xiph",
6231]
6232
6233[[package]]
6234name = "symphonia-format-mkv"
6235version = "0.5.4"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
6238dependencies = [
6239 "lazy_static",
6240 "log",
6241 "symphonia-core",
6242 "symphonia-metadata",
6243 "symphonia-utils-xiph",
6244]
6245
6246[[package]]
6247name = "symphonia-format-ogg"
6248version = "0.5.4"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
6251dependencies = [
6252 "log",
6253 "symphonia-core",
6254 "symphonia-metadata",
6255 "symphonia-utils-xiph",
6256]
6257
6258[[package]]
6259name = "symphonia-format-riff"
6260version = "0.5.4"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
6263dependencies = [
6264 "extended",
6265 "log",
6266 "symphonia-core",
6267 "symphonia-metadata",
6268]
6269
6270[[package]]
6271name = "symphonia-metadata"
6272version = "0.5.4"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
6275dependencies = [
6276 "encoding_rs",
6277 "lazy_static",
6278 "log",
6279 "symphonia-core",
6280]
6281
6282[[package]]
6283name = "symphonia-utils-xiph"
6284version = "0.5.4"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
6287dependencies = [
6288 "symphonia-core",
6289 "symphonia-metadata",
6290]
6291
6292[[package]]
6293name = "syn"
6294version = "1.0.109"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6297dependencies = [
6298 "proc-macro2",
6299 "quote",
6300 "unicode-ident",
6301]
6302
6303[[package]]
6304name = "syn"
6305version = "2.0.101"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
6308dependencies = [
6309 "proc-macro2",
6310 "quote",
6311 "unicode-ident",
6312]
6313
6314[[package]]
6315name = "sync_wrapper"
6316version = "1.0.2"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6319dependencies = [
6320 "futures-core",
6321]
6322
6323[[package]]
6324name = "synstructure"
6325version = "0.13.2"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6328dependencies = [
6329 "proc-macro2",
6330 "quote",
6331 "syn 2.0.101",
6332]
6333
6334[[package]]
6335name = "sysctl"
6336version = "0.4.6"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
6339dependencies = [
6340 "bitflags 1.3.2",
6341 "byteorder",
6342 "libc",
6343 "thiserror 1.0.69",
6344 "walkdir",
6345]
6346
6347[[package]]
6348name = "sysinfo"
6349version = "0.33.1"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
6352dependencies = [
6353 "core-foundation-sys",
6354 "libc",
6355 "memchr",
6356 "ntapi",
6357 "windows",
6358]
6359
6360[[package]]
6361name = "sysinfo"
6362version = "0.34.2"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2"
6365dependencies = [
6366 "libc",
6367 "memchr",
6368 "ntapi",
6369 "objc2-core-foundation",
6370 "windows",
6371]
6372
6373[[package]]
6374name = "tap"
6375version = "1.0.1"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
6378
6379[[package]]
6380name = "tar"
6381version = "0.4.44"
6382source = "registry+https://github.com/rust-lang/crates.io-index"
6383checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
6384dependencies = [
6385 "filetime",
6386 "libc",
6387 "xattr",
6388]
6389
6390[[package]]
6391name = "tempfile"
6392version = "3.20.0"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
6395dependencies = [
6396 "fastrand",
6397 "getrandom 0.3.3",
6398 "once_cell",
6399 "rustix 1.0.7",
6400 "windows-sys 0.59.0",
6401]
6402
6403[[package]]
6404name = "thiserror"
6405version = "1.0.69"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6408dependencies = [
6409 "thiserror-impl 1.0.69",
6410]
6411
6412[[package]]
6413name = "thiserror"
6414version = "2.0.12"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
6417dependencies = [
6418 "thiserror-impl 2.0.12",
6419]
6420
6421[[package]]
6422name = "thiserror-impl"
6423version = "1.0.69"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6426dependencies = [
6427 "proc-macro2",
6428 "quote",
6429 "syn 2.0.101",
6430]
6431
6432[[package]]
6433name = "thiserror-impl"
6434version = "2.0.12"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
6437dependencies = [
6438 "proc-macro2",
6439 "quote",
6440 "syn 2.0.101",
6441]
6442
6443[[package]]
6444name = "time"
6445version = "0.3.44"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
6448dependencies = [
6449 "deranged",
6450 "itoa",
6451 "num-conv",
6452 "powerfmt",
6453 "serde",
6454 "time-core",
6455 "time-macros",
6456]
6457
6458[[package]]
6459name = "time-core"
6460version = "0.1.6"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
6463
6464[[package]]
6465name = "time-macros"
6466version = "0.2.24"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
6469dependencies = [
6470 "num-conv",
6471 "time-core",
6472]
6473
6474[[package]]
6475name = "tiny-keccak"
6476version = "2.0.2"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
6479dependencies = [
6480 "crunchy",
6481]
6482
6483[[package]]
6484name = "tinystr"
6485version = "0.8.1"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
6488dependencies = [
6489 "displaydoc",
6490 "zerovec",
6491]
6492
6493[[package]]
6494name = "tinyvec"
6495version = "1.9.0"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
6498dependencies = [
6499 "tinyvec_macros",
6500]
6501
6502[[package]]
6503name = "tinyvec_macros"
6504version = "0.1.1"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6507
6508[[package]]
6509name = "tokio"
6510version = "1.45.1"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
6513dependencies = [
6514 "backtrace",
6515 "bytes",
6516 "libc",
6517 "mio",
6518 "parking_lot",
6519 "pin-project-lite",
6520 "signal-hook-registry",
6521 "socket2",
6522 "tokio-macros",
6523 "windows-sys 0.52.0",
6524]
6525
6526[[package]]
6527name = "tokio-macros"
6528version = "2.5.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
6531dependencies = [
6532 "proc-macro2",
6533 "quote",
6534 "syn 2.0.101",
6535]
6536
6537[[package]]
6538name = "tokio-postgres"
6539version = "0.7.13"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0"
6542dependencies = [
6543 "async-trait",
6544 "byteorder",
6545 "bytes",
6546 "fallible-iterator 0.2.0",
6547 "futures-channel",
6548 "futures-util",
6549 "log",
6550 "parking_lot",
6551 "percent-encoding",
6552 "phf",
6553 "pin-project-lite",
6554 "postgres-protocol",
6555 "postgres-types",
6556 "rand 0.9.2",
6557 "socket2",
6558 "tokio",
6559 "tokio-util",
6560 "whoami",
6561]
6562
6563[[package]]
6564name = "tokio-rustls"
6565version = "0.24.1"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
6568dependencies = [
6569 "rustls 0.21.12",
6570 "tokio",
6571]
6572
6573[[package]]
6574name = "tokio-rustls"
6575version = "0.26.2"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
6578dependencies = [
6579 "rustls 0.23.27",
6580 "tokio",
6581]
6582
6583[[package]]
6584name = "tokio-stream"
6585version = "0.1.17"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
6588dependencies = [
6589 "futures-core",
6590 "pin-project-lite",
6591 "tokio",
6592 "tokio-util",
6593]
6594
6595[[package]]
6596name = "tokio-tungstenite"
6597version = "0.26.2"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
6600dependencies = [
6601 "futures-util",
6602 "log",
6603 "rustls 0.23.27",
6604 "rustls-pki-types",
6605 "tokio",
6606 "tokio-rustls 0.26.2",
6607 "tungstenite",
6608 "webpki-roots 0.26.11",
6609]
6610
6611[[package]]
6612name = "tokio-util"
6613version = "0.7.15"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
6616dependencies = [
6617 "bytes",
6618 "futures-core",
6619 "futures-io",
6620 "futures-sink",
6621 "pin-project-lite",
6622 "tokio",
6623]
6624
6625[[package]]
6626name = "tokio-websockets"
6627version = "0.10.1"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "f591660438b3038dd04d16c938271c79e7e06260ad2ea2885a4861bfb238605d"
6630dependencies = [
6631 "base64 0.22.1",
6632 "bytes",
6633 "futures-core",
6634 "futures-sink",
6635 "http 1.3.1",
6636 "httparse",
6637 "rand 0.8.5",
6638 "ring",
6639 "rustls-pki-types",
6640 "tokio",
6641 "tokio-rustls 0.26.2",
6642 "tokio-util",
6643 "webpki-roots 0.26.11",
6644]
6645
6646[[package]]
6647name = "toml"
6648version = "0.8.23"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
6651dependencies = [
6652 "serde",
6653 "serde_spanned 0.6.9",
6654 "toml_datetime 0.6.11",
6655 "toml_edit",
6656]
6657
6658[[package]]
6659name = "toml"
6660version = "0.9.2"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
6663dependencies = [
6664 "indexmap",
6665 "serde",
6666 "serde_spanned 1.0.0",
6667 "toml_datetime 0.7.0",
6668 "toml_parser",
6669 "toml_writer",
6670 "winnow",
6671]
6672
6673[[package]]
6674name = "toml_datetime"
6675version = "0.6.11"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
6678dependencies = [
6679 "serde",
6680]
6681
6682[[package]]
6683name = "toml_datetime"
6684version = "0.7.0"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
6687dependencies = [
6688 "serde",
6689]
6690
6691[[package]]
6692name = "toml_edit"
6693version = "0.22.27"
6694source = "registry+https://github.com/rust-lang/crates.io-index"
6695checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
6696dependencies = [
6697 "indexmap",
6698 "serde",
6699 "serde_spanned 0.6.9",
6700 "toml_datetime 0.6.11",
6701 "toml_write",
6702 "winnow",
6703]
6704
6705[[package]]
6706name = "toml_parser"
6707version = "1.0.1"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
6710dependencies = [
6711 "winnow",
6712]
6713
6714[[package]]
6715name = "toml_write"
6716version = "0.1.2"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
6719
6720[[package]]
6721name = "toml_writer"
6722version = "1.0.2"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
6725
6726[[package]]
6727name = "tower"
6728version = "0.5.2"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
6731dependencies = [
6732 "futures-core",
6733 "futures-util",
6734 "pin-project-lite",
6735 "sync_wrapper",
6736 "tokio",
6737 "tower-layer",
6738 "tower-service",
6739]
6740
6741[[package]]
6742name = "tower-layer"
6743version = "0.3.3"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6746
6747[[package]]
6748name = "tower-service"
6749version = "0.3.3"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6752
6753[[package]]
6754name = "tracing"
6755version = "0.1.41"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
6758dependencies = [
6759 "log",
6760 "pin-project-lite",
6761 "tracing-attributes",
6762 "tracing-core",
6763]
6764
6765[[package]]
6766name = "tracing-attributes"
6767version = "0.1.28"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
6770dependencies = [
6771 "proc-macro2",
6772 "quote",
6773 "syn 2.0.101",
6774]
6775
6776[[package]]
6777name = "tracing-core"
6778version = "0.1.33"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
6781dependencies = [
6782 "once_cell",
6783]
6784
6785[[package]]
6786name = "trim-in-place"
6787version = "0.1.7"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
6790
6791[[package]]
6792name = "try-lock"
6793version = "0.2.5"
6794source = "registry+https://github.com/rust-lang/crates.io-index"
6795checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6796
6797[[package]]
6798name = "tryhard"
6799version = "0.5.1"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "9c9f0a709784e86923586cff0d872dba54cd2d2e116b3bc57587d15737cfce9d"
6802dependencies = [
6803 "futures",
6804 "pin-project-lite",
6805 "tokio",
6806]
6807
6808[[package]]
6809name = "tungstenite"
6810version = "0.26.2"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
6813dependencies = [
6814 "bytes",
6815 "data-encoding",
6816 "http 1.3.1",
6817 "httparse",
6818 "log",
6819 "rand 0.9.2",
6820 "rustls 0.23.27",
6821 "rustls-pki-types",
6822 "sha1",
6823 "thiserror 2.0.12",
6824 "utf-8",
6825]
6826
6827[[package]]
6828name = "typenum"
6829version = "1.18.0"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
6832
6833[[package]]
6834name = "unarray"
6835version = "0.1.4"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
6838
6839[[package]]
6840name = "unescape"
6841version = "0.1.0"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
6844
6845[[package]]
6846name = "unicase"
6847version = "2.8.1"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
6850
6851[[package]]
6852name = "unicode-bidi"
6853version = "0.3.18"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
6856
6857[[package]]
6858name = "unicode-ident"
6859version = "1.0.18"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
6862
6863[[package]]
6864name = "unicode-normalization"
6865version = "0.1.24"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
6868dependencies = [
6869 "tinyvec",
6870]
6871
6872[[package]]
6873name = "unicode-properties"
6874version = "0.1.3"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
6877
6878[[package]]
6879name = "unicode-reverse"
6880version = "1.0.9"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
6883dependencies = [
6884 "unicode-segmentation",
6885]
6886
6887[[package]]
6888name = "unicode-segmentation"
6889version = "1.12.0"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
6892
6893[[package]]
6894name = "unicode-width"
6895version = "0.2.0"
6896source = "registry+https://github.com/rust-lang/crates.io-index"
6897checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
6898
6899[[package]]
6900name = "unicode-xid"
6901version = "0.2.6"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
6904
6905[[package]]
6906name = "universal-hash"
6907version = "0.5.1"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
6910dependencies = [
6911 "crypto-common",
6912 "subtle",
6913]
6914
6915[[package]]
6916name = "untrusted"
6917version = "0.9.0"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6920
6921[[package]]
6922name = "url"
6923version = "2.5.4"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
6926dependencies = [
6927 "form_urlencoded",
6928 "idna",
6929 "percent-encoding",
6930]
6931
6932[[package]]
6933name = "utf-8"
6934version = "0.7.6"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
6937
6938[[package]]
6939name = "utf8_iter"
6940version = "1.0.4"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
6943
6944[[package]]
6945name = "utf8parse"
6946version = "0.2.2"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
6949
6950[[package]]
6951name = "uuid"
6952version = "1.18.0"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
6955dependencies = [
6956 "getrandom 0.3.3",
6957 "js-sys",
6958 "wasm-bindgen",
6959]
6960
6961[[package]]
6962name = "vcpkg"
6963version = "0.2.15"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6966
6967[[package]]
6968name = "version_check"
6969version = "0.9.5"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6972
6973[[package]]
6974name = "wait-timeout"
6975version = "0.2.1"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
6978dependencies = [
6979 "libc",
6980]
6981
6982[[package]]
6983name = "walkdir"
6984version = "2.5.0"
6985source = "registry+https://github.com/rust-lang/crates.io-index"
6986checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6987dependencies = [
6988 "same-file",
6989 "winapi-util",
6990]
6991
6992[[package]]
6993name = "want"
6994version = "0.3.1"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6997dependencies = [
6998 "try-lock",
6999]
7000
7001[[package]]
7002name = "wasi"
7003version = "0.11.0+wasi-snapshot-preview1"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7006
7007[[package]]
7008name = "wasi"
7009version = "0.14.2+wasi-0.2.4"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
7012dependencies = [
7013 "wit-bindgen-rt",
7014]
7015
7016[[package]]
7017name = "wasite"
7018version = "0.1.0"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
7021
7022[[package]]
7023name = "wasm-bindgen"
7024version = "0.2.100"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
7027dependencies = [
7028 "cfg-if",
7029 "once_cell",
7030 "rustversion",
7031 "wasm-bindgen-macro",
7032]
7033
7034[[package]]
7035name = "wasm-bindgen-backend"
7036version = "0.2.100"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
7039dependencies = [
7040 "bumpalo",
7041 "log",
7042 "proc-macro2",
7043 "quote",
7044 "syn 2.0.101",
7045 "wasm-bindgen-shared",
7046]
7047
7048[[package]]
7049name = "wasm-bindgen-futures"
7050version = "0.4.50"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
7053dependencies = [
7054 "cfg-if",
7055 "js-sys",
7056 "once_cell",
7057 "wasm-bindgen",
7058 "web-sys",
7059]
7060
7061[[package]]
7062name = "wasm-bindgen-macro"
7063version = "0.2.100"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
7066dependencies = [
7067 "quote",
7068 "wasm-bindgen-macro-support",
7069]
7070
7071[[package]]
7072name = "wasm-bindgen-macro-support"
7073version = "0.2.100"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
7076dependencies = [
7077 "proc-macro2",
7078 "quote",
7079 "syn 2.0.101",
7080 "wasm-bindgen-backend",
7081 "wasm-bindgen-shared",
7082]
7083
7084[[package]]
7085name = "wasm-bindgen-shared"
7086version = "0.2.100"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
7089dependencies = [
7090 "unicode-ident",
7091]
7092
7093[[package]]
7094name = "wasm-streams"
7095version = "0.4.2"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
7098dependencies = [
7099 "futures-util",
7100 "js-sys",
7101 "wasm-bindgen",
7102 "wasm-bindgen-futures",
7103 "web-sys",
7104]
7105
7106[[package]]
7107name = "web-sys"
7108version = "0.3.77"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
7111dependencies = [
7112 "js-sys",
7113 "wasm-bindgen",
7114]
7115
7116[[package]]
7117name = "web-time"
7118version = "1.1.0"
7119source = "registry+https://github.com/rust-lang/crates.io-index"
7120checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7121dependencies = [
7122 "js-sys",
7123 "wasm-bindgen",
7124]
7125
7126[[package]]
7127name = "webpki-root-certs"
7128version = "0.26.8"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
7131dependencies = [
7132 "rustls-pki-types",
7133]
7134
7135[[package]]
7136name = "webpki-roots"
7137version = "0.26.11"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
7140dependencies = [
7141 "webpki-roots 1.0.0",
7142]
7143
7144[[package]]
7145name = "webpki-roots"
7146version = "1.0.0"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
7149dependencies = [
7150 "rustls-pki-types",
7151]
7152
7153[[package]]
7154name = "whoami"
7155version = "1.6.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
7158dependencies = [
7159 "redox_syscall",
7160 "wasite",
7161 "web-sys",
7162]
7163
7164[[package]]
7165name = "winapi"
7166version = "0.3.9"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7169dependencies = [
7170 "winapi-i686-pc-windows-gnu",
7171 "winapi-x86_64-pc-windows-gnu",
7172]
7173
7174[[package]]
7175name = "winapi-i686-pc-windows-gnu"
7176version = "0.4.0"
7177source = "registry+https://github.com/rust-lang/crates.io-index"
7178checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7179
7180[[package]]
7181name = "winapi-util"
7182version = "0.1.9"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
7185dependencies = [
7186 "windows-sys 0.59.0",
7187]
7188
7189[[package]]
7190name = "winapi-x86_64-pc-windows-gnu"
7191version = "0.4.0"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7194
7195[[package]]
7196name = "windows"
7197version = "0.57.0"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
7200dependencies = [
7201 "windows-core 0.57.0",
7202 "windows-targets 0.52.6",
7203]
7204
7205[[package]]
7206name = "windows-core"
7207version = "0.57.0"
7208source = "registry+https://github.com/rust-lang/crates.io-index"
7209checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
7210dependencies = [
7211 "windows-implement 0.57.0",
7212 "windows-interface 0.57.0",
7213 "windows-result 0.1.2",
7214 "windows-targets 0.52.6",
7215]
7216
7217[[package]]
7218name = "windows-core"
7219version = "0.61.2"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
7222dependencies = [
7223 "windows-implement 0.60.0",
7224 "windows-interface 0.59.1",
7225 "windows-link",
7226 "windows-result 0.3.4",
7227 "windows-strings 0.4.2",
7228]
7229
7230[[package]]
7231name = "windows-implement"
7232version = "0.57.0"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
7235dependencies = [
7236 "proc-macro2",
7237 "quote",
7238 "syn 2.0.101",
7239]
7240
7241[[package]]
7242name = "windows-implement"
7243version = "0.60.0"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
7246dependencies = [
7247 "proc-macro2",
7248 "quote",
7249 "syn 2.0.101",
7250]
7251
7252[[package]]
7253name = "windows-interface"
7254version = "0.57.0"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
7257dependencies = [
7258 "proc-macro2",
7259 "quote",
7260 "syn 2.0.101",
7261]
7262
7263[[package]]
7264name = "windows-interface"
7265version = "0.59.1"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
7268dependencies = [
7269 "proc-macro2",
7270 "quote",
7271 "syn 2.0.101",
7272]
7273
7274[[package]]
7275name = "windows-link"
7276version = "0.1.1"
7277source = "registry+https://github.com/rust-lang/crates.io-index"
7278checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
7279
7280[[package]]
7281name = "windows-registry"
7282version = "0.4.0"
7283source = "registry+https://github.com/rust-lang/crates.io-index"
7284checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
7285dependencies = [
7286 "windows-result 0.3.4",
7287 "windows-strings 0.3.1",
7288 "windows-targets 0.53.0",
7289]
7290
7291[[package]]
7292name = "windows-result"
7293version = "0.1.2"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
7296dependencies = [
7297 "windows-targets 0.52.6",
7298]
7299
7300[[package]]
7301name = "windows-result"
7302version = "0.3.4"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
7305dependencies = [
7306 "windows-link",
7307]
7308
7309[[package]]
7310name = "windows-strings"
7311version = "0.3.1"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
7314dependencies = [
7315 "windows-link",
7316]
7317
7318[[package]]
7319name = "windows-strings"
7320version = "0.4.2"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
7323dependencies = [
7324 "windows-link",
7325]
7326
7327[[package]]
7328name = "windows-sys"
7329version = "0.45.0"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7332dependencies = [
7333 "windows-targets 0.42.2",
7334]
7335
7336[[package]]
7337name = "windows-sys"
7338version = "0.48.0"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
7341dependencies = [
7342 "windows-targets 0.48.5",
7343]
7344
7345[[package]]
7346name = "windows-sys"
7347version = "0.52.0"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7350dependencies = [
7351 "windows-targets 0.52.6",
7352]
7353
7354[[package]]
7355name = "windows-sys"
7356version = "0.59.0"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7359dependencies = [
7360 "windows-targets 0.52.6",
7361]
7362
7363[[package]]
7364name = "windows-targets"
7365version = "0.42.2"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7368dependencies = [
7369 "windows_aarch64_gnullvm 0.42.2",
7370 "windows_aarch64_msvc 0.42.2",
7371 "windows_i686_gnu 0.42.2",
7372 "windows_i686_msvc 0.42.2",
7373 "windows_x86_64_gnu 0.42.2",
7374 "windows_x86_64_gnullvm 0.42.2",
7375 "windows_x86_64_msvc 0.42.2",
7376]
7377
7378[[package]]
7379name = "windows-targets"
7380version = "0.48.5"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
7383dependencies = [
7384 "windows_aarch64_gnullvm 0.48.5",
7385 "windows_aarch64_msvc 0.48.5",
7386 "windows_i686_gnu 0.48.5",
7387 "windows_i686_msvc 0.48.5",
7388 "windows_x86_64_gnu 0.48.5",
7389 "windows_x86_64_gnullvm 0.48.5",
7390 "windows_x86_64_msvc 0.48.5",
7391]
7392
7393[[package]]
7394name = "windows-targets"
7395version = "0.52.6"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7398dependencies = [
7399 "windows_aarch64_gnullvm 0.52.6",
7400 "windows_aarch64_msvc 0.52.6",
7401 "windows_i686_gnu 0.52.6",
7402 "windows_i686_gnullvm 0.52.6",
7403 "windows_i686_msvc 0.52.6",
7404 "windows_x86_64_gnu 0.52.6",
7405 "windows_x86_64_gnullvm 0.52.6",
7406 "windows_x86_64_msvc 0.52.6",
7407]
7408
7409[[package]]
7410name = "windows-targets"
7411version = "0.53.0"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
7414dependencies = [
7415 "windows_aarch64_gnullvm 0.53.0",
7416 "windows_aarch64_msvc 0.53.0",
7417 "windows_i686_gnu 0.53.0",
7418 "windows_i686_gnullvm 0.53.0",
7419 "windows_i686_msvc 0.53.0",
7420 "windows_x86_64_gnu 0.53.0",
7421 "windows_x86_64_gnullvm 0.53.0",
7422 "windows_x86_64_msvc 0.53.0",
7423]
7424
7425[[package]]
7426name = "windows_aarch64_gnullvm"
7427version = "0.42.2"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7430
7431[[package]]
7432name = "windows_aarch64_gnullvm"
7433version = "0.48.5"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7436
7437[[package]]
7438name = "windows_aarch64_gnullvm"
7439version = "0.52.6"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7442
7443[[package]]
7444name = "windows_aarch64_gnullvm"
7445version = "0.53.0"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
7448
7449[[package]]
7450name = "windows_aarch64_msvc"
7451version = "0.42.2"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7454
7455[[package]]
7456name = "windows_aarch64_msvc"
7457version = "0.48.5"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7460
7461[[package]]
7462name = "windows_aarch64_msvc"
7463version = "0.52.6"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7466
7467[[package]]
7468name = "windows_aarch64_msvc"
7469version = "0.53.0"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
7472
7473[[package]]
7474name = "windows_i686_gnu"
7475version = "0.42.2"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7478
7479[[package]]
7480name = "windows_i686_gnu"
7481version = "0.48.5"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7484
7485[[package]]
7486name = "windows_i686_gnu"
7487version = "0.52.6"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7490
7491[[package]]
7492name = "windows_i686_gnu"
7493version = "0.53.0"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
7496
7497[[package]]
7498name = "windows_i686_gnullvm"
7499version = "0.52.6"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7502
7503[[package]]
7504name = "windows_i686_gnullvm"
7505version = "0.53.0"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
7508
7509[[package]]
7510name = "windows_i686_msvc"
7511version = "0.42.2"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7514
7515[[package]]
7516name = "windows_i686_msvc"
7517version = "0.48.5"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7520
7521[[package]]
7522name = "windows_i686_msvc"
7523version = "0.52.6"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7526
7527[[package]]
7528name = "windows_i686_msvc"
7529version = "0.53.0"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
7532
7533[[package]]
7534name = "windows_x86_64_gnu"
7535version = "0.42.2"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7538
7539[[package]]
7540name = "windows_x86_64_gnu"
7541version = "0.48.5"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7544
7545[[package]]
7546name = "windows_x86_64_gnu"
7547version = "0.52.6"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7550
7551[[package]]
7552name = "windows_x86_64_gnu"
7553version = "0.53.0"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
7556
7557[[package]]
7558name = "windows_x86_64_gnullvm"
7559version = "0.42.2"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
7562
7563[[package]]
7564name = "windows_x86_64_gnullvm"
7565version = "0.48.5"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7568
7569[[package]]
7570name = "windows_x86_64_gnullvm"
7571version = "0.52.6"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7574
7575[[package]]
7576name = "windows_x86_64_gnullvm"
7577version = "0.53.0"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
7580
7581[[package]]
7582name = "windows_x86_64_msvc"
7583version = "0.42.2"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
7586
7587[[package]]
7588name = "windows_x86_64_msvc"
7589version = "0.48.5"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7592
7593[[package]]
7594name = "windows_x86_64_msvc"
7595version = "0.52.6"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7598
7599[[package]]
7600name = "windows_x86_64_msvc"
7601version = "0.53.0"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
7604
7605[[package]]
7606name = "winnow"
7607version = "0.7.10"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
7610dependencies = [
7611 "memchr",
7612]
7613
7614[[package]]
7615name = "winreg"
7616version = "0.8.0"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
7619dependencies = [
7620 "winapi",
7621]
7622
7623[[package]]
7624name = "wit-bindgen-rt"
7625version = "0.39.0"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
7628dependencies = [
7629 "bitflags 2.9.1",
7630]
7631
7632[[package]]
7633name = "writeable"
7634version = "0.6.1"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
7637
7638[[package]]
7639name = "wyz"
7640version = "0.5.1"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
7643dependencies = [
7644 "tap",
7645]
7646
7647[[package]]
7648name = "xataid_extension"
7649version = "0.0.0"
7650dependencies = [
7651 "pgrx",
7652 "pgrx-tests",
7653 "xid",
7654]
7655
7656[[package]]
7657name = "xattr"
7658version = "1.5.0"
7659source = "registry+https://github.com/rust-lang/crates.io-index"
7660checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
7661dependencies = [
7662 "libc",
7663 "rustix 1.0.7",
7664]
7665
7666[[package]]
7667name = "xid"
7668version = "1.1.1"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "3752a194518cdee5d019812fb7978c51d8f0b7cfe9ace5983df1780964bb84c0"
7671dependencies = [
7672 "crc32fast",
7673 "hostname",
7674 "md5",
7675 "once_cell",
7676 "rand 0.8.5",
7677 "sysctl",
7678 "thiserror 1.0.69",
7679 "winreg",
7680]
7681
7682[[package]]
7683name = "xxhash-rust"
7684version = "0.8.15"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
7687
7688[[package]]
7689name = "yoke"
7690version = "0.8.0"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
7693dependencies = [
7694 "serde",
7695 "stable_deref_trait",
7696 "yoke-derive",
7697 "zerofrom",
7698]
7699
7700[[package]]
7701name = "yoke-derive"
7702version = "0.8.0"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
7705dependencies = [
7706 "proc-macro2",
7707 "quote",
7708 "syn 2.0.101",
7709 "synstructure",
7710]
7711
7712[[package]]
7713name = "zerocopy"
7714version = "0.8.25"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
7717dependencies = [
7718 "zerocopy-derive",
7719]
7720
7721[[package]]
7722name = "zerocopy-derive"
7723version = "0.8.25"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
7726dependencies = [
7727 "proc-macro2",
7728 "quote",
7729 "syn 2.0.101",
7730]
7731
7732[[package]]
7733name = "zerofrom"
7734version = "0.1.6"
7735source = "registry+https://github.com/rust-lang/crates.io-index"
7736checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
7737dependencies = [
7738 "zerofrom-derive",
7739]
7740
7741[[package]]
7742name = "zerofrom-derive"
7743version = "0.1.6"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
7746dependencies = [
7747 "proc-macro2",
7748 "quote",
7749 "syn 2.0.101",
7750 "synstructure",
7751]
7752
7753[[package]]
7754name = "zeroize"
7755version = "1.8.1"
7756source = "registry+https://github.com/rust-lang/crates.io-index"
7757checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
7758
7759[[package]]
7760name = "zerotrie"
7761version = "0.2.2"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
7764dependencies = [
7765 "displaydoc",
7766 "yoke",
7767 "zerofrom",
7768]
7769
7770[[package]]
7771name = "zerovec"
7772version = "0.11.2"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
7775dependencies = [
7776 "yoke",
7777 "zerofrom",
7778 "zerovec-derive",
7779]
7780
7781[[package]]
7782name = "zerovec-derive"
7783version = "0.11.1"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
7786dependencies = [
7787 "proc-macro2",
7788 "quote",
7789 "syn 2.0.101",
7790]
7791
7792[[package]]
7793name = "zstd"
7794version = "0.13.3"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
7797dependencies = [
7798 "zstd-safe",
7799]
7800
7801[[package]]
7802name = "zstd-safe"
7803version = "7.2.4"
7804source = "registry+https://github.com/rust-lang/crates.io-index"
7805checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
7806dependencies = [
7807 "zstd-sys",
7808]
7809
7810[[package]]
7811name = "zstd-sys"
7812version = "2.0.15+zstd.1.5.7"
7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
7815dependencies = [
7816 "cc",
7817 "pkg-config",
7818]