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.28"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
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 = "nanoid"
3189version = "0.4.0"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
3192dependencies = [
3193 "rand 0.8.5",
3194]
3195
3196[[package]]
3197name = "nkeys"
3198version = "0.4.4"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "9f49e787f4c61cbd0f9320b31cc26e58719f6aa5068e34697dd3aea361412fe3"
3201dependencies = [
3202 "data-encoding",
3203 "ed25519",
3204 "ed25519-dalek",
3205 "getrandom 0.2.16",
3206 "log",
3207 "rand 0.8.5",
3208 "signatory",
3209]
3210
3211[[package]]
3212name = "nom"
3213version = "7.1.3"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3216dependencies = [
3217 "memchr",
3218 "minimal-lexical",
3219]
3220
3221[[package]]
3222name = "now"
3223version = "0.1.3"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
3226dependencies = [
3227 "chrono",
3228]
3229
3230[[package]]
3231name = "ntapi"
3232version = "0.4.1"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
3235dependencies = [
3236 "winapi",
3237]
3238
3239[[package]]
3240name = "nu-ansi-term"
3241version = "0.50.1"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
3244dependencies = [
3245 "windows-sys 0.52.0",
3246]
3247
3248[[package]]
3249name = "nuid"
3250version = "0.5.0"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83"
3253dependencies = [
3254 "rand 0.8.5",
3255]
3256
3257[[package]]
3258name = "num"
3259version = "0.4.3"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3262dependencies = [
3263 "num-bigint",
3264 "num-complex",
3265 "num-integer",
3266 "num-iter",
3267 "num-rational",
3268 "num-traits",
3269]
3270
3271[[package]]
3272name = "num-bigint"
3273version = "0.4.6"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3276dependencies = [
3277 "num-integer",
3278 "num-traits",
3279]
3280
3281[[package]]
3282name = "num-bigint-dig"
3283version = "0.8.4"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3286dependencies = [
3287 "byteorder",
3288 "lazy_static",
3289 "libm",
3290 "num-integer",
3291 "num-iter",
3292 "num-traits",
3293 "rand 0.8.5",
3294 "smallvec",
3295 "zeroize",
3296]
3297
3298[[package]]
3299name = "num-complex"
3300version = "0.4.6"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3303dependencies = [
3304 "num-traits",
3305]
3306
3307[[package]]
3308name = "num-conv"
3309version = "0.1.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3312
3313[[package]]
3314name = "num-integer"
3315version = "0.1.46"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3318dependencies = [
3319 "num-traits",
3320]
3321
3322[[package]]
3323name = "num-iter"
3324version = "0.1.45"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3327dependencies = [
3328 "autocfg",
3329 "num-integer",
3330 "num-traits",
3331]
3332
3333[[package]]
3334name = "num-rational"
3335version = "0.4.2"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3338dependencies = [
3339 "num-bigint",
3340 "num-integer",
3341 "num-traits",
3342]
3343
3344[[package]]
3345name = "num-traits"
3346version = "0.2.19"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3349dependencies = [
3350 "autocfg",
3351 "libm",
3352]
3353
3354[[package]]
3355name = "objc2-core-foundation"
3356version = "0.3.1"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
3359dependencies = [
3360 "bitflags 2.9.1",
3361]
3362
3363[[package]]
3364name = "object"
3365version = "0.36.7"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3368dependencies = [
3369 "memchr",
3370]
3371
3372[[package]]
3373name = "ogg_pager"
3374version = "0.7.0"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19"
3377dependencies = [
3378 "byteorder",
3379]
3380
3381[[package]]
3382name = "once_cell"
3383version = "1.21.3"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3386
3387[[package]]
3388name = "once_cell_polyfill"
3389version = "1.70.1"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
3392
3393[[package]]
3394name = "opaque-debug"
3395version = "0.3.1"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3398
3399[[package]]
3400name = "openssl-probe"
3401version = "0.1.6"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3404
3405[[package]]
3406name = "option-ext"
3407version = "0.2.0"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3410
3411[[package]]
3412name = "ordered-multimap"
3413version = "0.7.3"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
3416dependencies = [
3417 "dlv-list",
3418 "hashbrown 0.14.5",
3419]
3420
3421[[package]]
3422name = "owo-colors"
3423version = "4.2.2"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
3426dependencies = [
3427 "supports-color 2.1.0",
3428 "supports-color 3.0.2",
3429]
3430
3431[[package]]
3432name = "parking"
3433version = "2.2.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3436
3437[[package]]
3438name = "parking_lot"
3439version = "0.12.3"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3442dependencies = [
3443 "lock_api",
3444 "parking_lot_core",
3445]
3446
3447[[package]]
3448name = "parking_lot_core"
3449version = "0.9.10"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
3452dependencies = [
3453 "cfg-if",
3454 "libc",
3455 "redox_syscall",
3456 "smallvec",
3457 "windows-targets 0.52.6",
3458]
3459
3460[[package]]
3461name = "parse-zoneinfo"
3462version = "0.3.1"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
3465dependencies = [
3466 "regex",
3467]
3468
3469[[package]]
3470name = "paste"
3471version = "1.0.15"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3474
3475[[package]]
3476name = "pathsearch"
3477version = "0.2.0"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05"
3480dependencies = [
3481 "anyhow",
3482 "libc",
3483]
3484
3485[[package]]
3486name = "pem"
3487version = "3.0.5"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
3490dependencies = [
3491 "base64 0.22.1",
3492 "serde",
3493]
3494
3495[[package]]
3496name = "pem-rfc7468"
3497version = "0.7.0"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3500dependencies = [
3501 "base64ct",
3502]
3503
3504[[package]]
3505name = "percent-encoding"
3506version = "2.3.1"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3509
3510[[package]]
3511name = "petgraph"
3512version = "0.8.2"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
3515dependencies = [
3516 "fixedbitset",
3517 "hashbrown 0.15.3",
3518 "indexmap",
3519 "serde",
3520]
3521
3522[[package]]
3523name = "pgrx"
3524version = "0.15.0"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "bab5bc1d60d3bc3c966d307a3c7313b1ebfb49a0ec183be3f1a057df0bcc9988"
3527dependencies = [
3528 "atomic-traits",
3529 "bitflags 2.9.1",
3530 "bitvec",
3531 "enum-map",
3532 "heapless",
3533 "libc",
3534 "once_cell",
3535 "pgrx-macros",
3536 "pgrx-pg-sys",
3537 "pgrx-sql-entity-graph",
3538 "seahash",
3539 "serde",
3540 "serde_cbor",
3541 "serde_json",
3542 "thiserror 2.0.12",
3543 "uuid",
3544]
3545
3546[[package]]
3547name = "pgrx-bindgen"
3548version = "0.15.0"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "9804b74c211a9edd550cd974718f8cc407dec50d8e9cafb906e0b042ba434af0"
3551dependencies = [
3552 "bindgen",
3553 "cc",
3554 "clang-sys",
3555 "eyre",
3556 "pgrx-pg-config",
3557 "proc-macro2",
3558 "quote",
3559 "regex",
3560 "shlex",
3561 "syn 2.0.101",
3562 "walkdir",
3563]
3564
3565[[package]]
3566name = "pgrx-macros"
3567version = "0.15.0"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "f230769493bf567f137de23264d604d267dd72b8a77c596528e43cf423c6208e"
3570dependencies = [
3571 "pgrx-sql-entity-graph",
3572 "proc-macro2",
3573 "quote",
3574 "syn 2.0.101",
3575]
3576
3577[[package]]
3578name = "pgrx-pg-config"
3579version = "0.15.0"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "49b64c071c2a46a19ab4521120a25b02b598f4abf6e9b4b1769a7922edeee3de"
3582dependencies = [
3583 "cargo_toml",
3584 "codepage",
3585 "encoding_rs",
3586 "eyre",
3587 "home",
3588 "owo-colors",
3589 "pathsearch",
3590 "serde",
3591 "serde_json",
3592 "thiserror 2.0.12",
3593 "toml 0.8.23",
3594 "url",
3595 "winapi",
3596]
3597
3598[[package]]
3599name = "pgrx-pg-sys"
3600version = "0.15.0"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "fcbfa98ec7a90252d13a78ac666541173dbb01a2fc1ba20131db6490c0711125"
3603dependencies = [
3604 "cee-scape",
3605 "libc",
3606 "pgrx-bindgen",
3607 "pgrx-macros",
3608 "pgrx-sql-entity-graph",
3609 "serde",
3610 "sptr",
3611]
3612
3613[[package]]
3614name = "pgrx-sql-entity-graph"
3615version = "0.15.0"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "e79bbf5a33cff6cfdc6dda3a976cd931c995eaa2c073a7c59b8f8fe8f6faa073"
3618dependencies = [
3619 "convert_case 0.8.0",
3620 "eyre",
3621 "petgraph",
3622 "proc-macro2",
3623 "quote",
3624 "syn 2.0.101",
3625 "thiserror 2.0.12",
3626 "unescape",
3627]
3628
3629[[package]]
3630name = "pgrx-tests"
3631version = "0.15.0"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "9791c709882f3af9545bcca71670fdd82768f67a428b416b6210eae3773dbd0d"
3634dependencies = [
3635 "clap-cargo",
3636 "eyre",
3637 "libc",
3638 "owo-colors",
3639 "paste",
3640 "pgrx",
3641 "pgrx-macros",
3642 "pgrx-pg-config",
3643 "postgres",
3644 "proptest",
3645 "rand 0.9.2",
3646 "regex",
3647 "serde",
3648 "serde_json",
3649 "shlex",
3650 "sysinfo 0.34.2",
3651 "tempfile",
3652 "thiserror 2.0.12",
3653 "winapi",
3654]
3655
3656[[package]]
3657name = "phf"
3658version = "0.11.3"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3661dependencies = [
3662 "phf_shared",
3663]
3664
3665[[package]]
3666name = "phf_codegen"
3667version = "0.11.3"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3670dependencies = [
3671 "phf_generator",
3672 "phf_shared",
3673]
3674
3675[[package]]
3676name = "phf_generator"
3677version = "0.11.3"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3680dependencies = [
3681 "phf_shared",
3682 "rand 0.8.5",
3683]
3684
3685[[package]]
3686name = "phf_shared"
3687version = "0.11.3"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3690dependencies = [
3691 "siphasher",
3692]
3693
3694[[package]]
3695name = "pin-project"
3696version = "1.1.10"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3699dependencies = [
3700 "pin-project-internal",
3701]
3702
3703[[package]]
3704name = "pin-project-internal"
3705version = "1.1.10"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3708dependencies = [
3709 "proc-macro2",
3710 "quote",
3711 "syn 2.0.101",
3712]
3713
3714[[package]]
3715name = "pin-project-lite"
3716version = "0.2.16"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3719
3720[[package]]
3721name = "pin-utils"
3722version = "0.1.0"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3725
3726[[package]]
3727name = "pkcs1"
3728version = "0.7.5"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3731dependencies = [
3732 "der",
3733 "pkcs8",
3734 "spki",
3735]
3736
3737[[package]]
3738name = "pkcs8"
3739version = "0.10.2"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3742dependencies = [
3743 "der",
3744 "spki",
3745]
3746
3747[[package]]
3748name = "pkg-config"
3749version = "0.3.32"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3752
3753[[package]]
3754name = "planus"
3755version = "0.3.1"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
3758dependencies = [
3759 "array-init-cursor",
3760]
3761
3762[[package]]
3763name = "polars"
3764version = "0.46.0"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "72571dde488ecccbe799798bf99ab7308ebdb7cf5d95bcc498dbd5a132f0da4d"
3767dependencies = [
3768 "getrandom 0.2.16",
3769 "polars-arrow",
3770 "polars-core",
3771 "polars-error",
3772 "polars-io",
3773 "polars-lazy",
3774 "polars-ops",
3775 "polars-parquet",
3776 "polars-sql",
3777 "polars-time",
3778 "polars-utils",
3779 "version_check",
3780]
3781
3782[[package]]
3783name = "polars-arrow"
3784version = "0.46.0"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "6611c758d52e799761cc25900666b71552e6c929d88052811bc9daad4b3321a8"
3787dependencies = [
3788 "ahash 0.8.12",
3789 "atoi_simd",
3790 "bytemuck",
3791 "chrono",
3792 "chrono-tz",
3793 "dyn-clone",
3794 "either",
3795 "ethnum",
3796 "getrandom 0.2.16",
3797 "hashbrown 0.15.3",
3798 "itoa",
3799 "lz4",
3800 "num-traits",
3801 "parking_lot",
3802 "polars-arrow-format",
3803 "polars-error",
3804 "polars-schema",
3805 "polars-utils",
3806 "simdutf8",
3807 "streaming-iterator",
3808 "strength_reduce",
3809 "strum_macros 0.26.4",
3810 "version_check",
3811 "zstd",
3812]
3813
3814[[package]]
3815name = "polars-arrow-format"
3816version = "0.1.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
3819dependencies = [
3820 "planus",
3821 "serde",
3822]
3823
3824[[package]]
3825name = "polars-compute"
3826version = "0.46.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "332f2547dbb27599a8ffe68e56159f5996ba03d1dad0382ccb62c109ceacdeb6"
3829dependencies = [
3830 "atoi_simd",
3831 "bytemuck",
3832 "chrono",
3833 "either",
3834 "fast-float2",
3835 "itoa",
3836 "num-traits",
3837 "polars-arrow",
3838 "polars-error",
3839 "polars-utils",
3840 "ryu",
3841 "strength_reduce",
3842 "version_check",
3843]
3844
3845[[package]]
3846name = "polars-core"
3847version = "0.46.0"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "796d06eae7e6e74ed28ea54a8fccc584ebac84e6cf0e1e9ba41ffc807b169a01"
3850dependencies = [
3851 "ahash 0.8.12",
3852 "bitflags 2.9.1",
3853 "bytemuck",
3854 "chrono",
3855 "chrono-tz",
3856 "comfy-table",
3857 "either",
3858 "hashbrown 0.14.5",
3859 "hashbrown 0.15.3",
3860 "indexmap",
3861 "itoa",
3862 "num-traits",
3863 "once_cell",
3864 "polars-arrow",
3865 "polars-compute",
3866 "polars-error",
3867 "polars-row",
3868 "polars-schema",
3869 "polars-utils",
3870 "rand 0.8.5",
3871 "rand_distr",
3872 "rayon",
3873 "regex",
3874 "strum_macros 0.26.4",
3875 "thiserror 2.0.12",
3876 "version_check",
3877 "xxhash-rust",
3878]
3879
3880[[package]]
3881name = "polars-error"
3882version = "0.46.0"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "19d6529cae0d1db5ed690e47de41fac9b35ae0c26d476830c2079f130887b847"
3885dependencies = [
3886 "polars-arrow-format",
3887 "regex",
3888 "simdutf8",
3889 "thiserror 2.0.12",
3890]
3891
3892[[package]]
3893name = "polars-expr"
3894version = "0.46.0"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "c8e639991a8ad4fb12880ab44bcc3cf44a5703df003142334d9caf86d77d77e7"
3897dependencies = [
3898 "ahash 0.8.12",
3899 "bitflags 2.9.1",
3900 "hashbrown 0.15.3",
3901 "num-traits",
3902 "once_cell",
3903 "polars-arrow",
3904 "polars-compute",
3905 "polars-core",
3906 "polars-io",
3907 "polars-ops",
3908 "polars-plan",
3909 "polars-row",
3910 "polars-time",
3911 "polars-utils",
3912 "rand 0.8.5",
3913 "rayon",
3914]
3915
3916[[package]]
3917name = "polars-io"
3918version = "0.46.0"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "719a77e94480f6be090512da196e378cbcbeb3584c6fe1134c600aee906e38ab"
3921dependencies = [
3922 "ahash 0.8.12",
3923 "async-trait",
3924 "atoi_simd",
3925 "bytes",
3926 "chrono",
3927 "fast-float2",
3928 "futures",
3929 "glob",
3930 "hashbrown 0.15.3",
3931 "home",
3932 "itoa",
3933 "memchr",
3934 "memmap2",
3935 "num-traits",
3936 "once_cell",
3937 "percent-encoding",
3938 "polars-arrow",
3939 "polars-core",
3940 "polars-error",
3941 "polars-parquet",
3942 "polars-schema",
3943 "polars-time",
3944 "polars-utils",
3945 "rayon",
3946 "regex",
3947 "ryu",
3948 "simdutf8",
3949 "tokio",
3950 "tokio-util",
3951]
3952
3953[[package]]
3954name = "polars-lazy"
3955version = "0.46.0"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "a0a731a672dfc8ac38c1f73c9a4b2ae38d2fc8ac363bfb64c5f3a3e072ffc5ad"
3958dependencies = [
3959 "ahash 0.8.12",
3960 "bitflags 2.9.1",
3961 "chrono",
3962 "memchr",
3963 "once_cell",
3964 "polars-arrow",
3965 "polars-core",
3966 "polars-expr",
3967 "polars-io",
3968 "polars-mem-engine",
3969 "polars-ops",
3970 "polars-pipe",
3971 "polars-plan",
3972 "polars-stream",
3973 "polars-time",
3974 "polars-utils",
3975 "rayon",
3976 "version_check",
3977]
3978
3979[[package]]
3980name = "polars-mem-engine"
3981version = "0.46.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "33442189bcbf2e2559aa7914db3835429030a13f4f18e43af5fba9d1b018cf12"
3984dependencies = [
3985 "memmap2",
3986 "polars-arrow",
3987 "polars-core",
3988 "polars-error",
3989 "polars-expr",
3990 "polars-io",
3991 "polars-ops",
3992 "polars-plan",
3993 "polars-time",
3994 "polars-utils",
3995 "rayon",
3996]
3997
3998[[package]]
3999name = "polars-ops"
4000version = "0.46.0"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "cbb83218b0c216104f0076cd1a005128be078f958125f3d59b094ee73d78c18e"
4003dependencies = [
4004 "ahash 0.8.12",
4005 "argminmax",
4006 "base64 0.22.1",
4007 "bytemuck",
4008 "chrono",
4009 "chrono-tz",
4010 "either",
4011 "hashbrown 0.15.3",
4012 "hex",
4013 "indexmap",
4014 "memchr",
4015 "num-traits",
4016 "once_cell",
4017 "polars-arrow",
4018 "polars-compute",
4019 "polars-core",
4020 "polars-error",
4021 "polars-schema",
4022 "polars-utils",
4023 "rayon",
4024 "regex",
4025 "regex-syntax",
4026 "strum_macros 0.26.4",
4027 "unicode-normalization",
4028 "unicode-reverse",
4029 "version_check",
4030]
4031
4032[[package]]
4033name = "polars-parquet"
4034version = "0.46.0"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "5c60ee85535590a38db6c703a21be4cb25342e40f573f070d1e16f9d84a53ac7"
4037dependencies = [
4038 "ahash 0.8.12",
4039 "async-stream",
4040 "base64 0.22.1",
4041 "bytemuck",
4042 "ethnum",
4043 "futures",
4044 "hashbrown 0.15.3",
4045 "num-traits",
4046 "polars-arrow",
4047 "polars-compute",
4048 "polars-error",
4049 "polars-parquet-format",
4050 "polars-utils",
4051 "simdutf8",
4052 "streaming-decompression",
4053]
4054
4055[[package]]
4056name = "polars-parquet-format"
4057version = "0.1.0"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
4060dependencies = [
4061 "async-trait",
4062 "futures",
4063]
4064
4065[[package]]
4066name = "polars-pipe"
4067version = "0.46.0"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "42d238fb76698f56e51ddfa89b135e4eda56a4767c6e8859eed0ab78386fcd52"
4070dependencies = [
4071 "crossbeam-channel",
4072 "crossbeam-queue",
4073 "enum_dispatch",
4074 "hashbrown 0.15.3",
4075 "num-traits",
4076 "once_cell",
4077 "polars-arrow",
4078 "polars-compute",
4079 "polars-core",
4080 "polars-expr",
4081 "polars-io",
4082 "polars-ops",
4083 "polars-plan",
4084 "polars-row",
4085 "polars-utils",
4086 "rayon",
4087 "uuid",
4088 "version_check",
4089]
4090
4091[[package]]
4092name = "polars-plan"
4093version = "0.46.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "4f03533a93aa66127fcb909a87153a3c7cfee6f0ae59f497e73d7736208da54c"
4096dependencies = [
4097 "ahash 0.8.12",
4098 "bitflags 2.9.1",
4099 "bytemuck",
4100 "bytes",
4101 "chrono",
4102 "chrono-tz",
4103 "either",
4104 "hashbrown 0.15.3",
4105 "memmap2",
4106 "num-traits",
4107 "once_cell",
4108 "percent-encoding",
4109 "polars-arrow",
4110 "polars-compute",
4111 "polars-core",
4112 "polars-io",
4113 "polars-ops",
4114 "polars-time",
4115 "polars-utils",
4116 "rayon",
4117 "recursive",
4118 "regex",
4119 "strum_macros 0.26.4",
4120 "version_check",
4121]
4122
4123[[package]]
4124name = "polars-row"
4125version = "0.46.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "6bf47f7409f8e75328d7d034be390842924eb276716d0458607be0bddb8cc839"
4128dependencies = [
4129 "bitflags 2.9.1",
4130 "bytemuck",
4131 "polars-arrow",
4132 "polars-compute",
4133 "polars-error",
4134 "polars-utils",
4135]
4136
4137[[package]]
4138name = "polars-schema"
4139version = "0.46.0"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "416621ae82b84466cf4ff36838a9b0aeb4a67e76bd3065edc8c9cb7da19b1bc7"
4142dependencies = [
4143 "indexmap",
4144 "polars-error",
4145 "polars-utils",
4146 "version_check",
4147]
4148
4149[[package]]
4150name = "polars-sql"
4151version = "0.46.0"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "edaab553b90aa4d6743bb538978e1982368acb58a94408d7dd3299cad49c7083"
4154dependencies = [
4155 "hex",
4156 "polars-core",
4157 "polars-error",
4158 "polars-lazy",
4159 "polars-ops",
4160 "polars-plan",
4161 "polars-time",
4162 "polars-utils",
4163 "rand 0.8.5",
4164 "regex",
4165 "serde",
4166 "sqlparser",
4167]
4168
4169[[package]]
4170name = "polars-stream"
4171version = "0.46.0"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "498997b656c779610c1496b3d96a59fe569ef22a5b81ccfe5325cb3df8dff2fd"
4174dependencies = [
4175 "atomic-waker",
4176 "crossbeam-deque",
4177 "crossbeam-utils",
4178 "futures",
4179 "memmap2",
4180 "parking_lot",
4181 "pin-project-lite",
4182 "polars-core",
4183 "polars-error",
4184 "polars-expr",
4185 "polars-io",
4186 "polars-mem-engine",
4187 "polars-ops",
4188 "polars-parquet",
4189 "polars-plan",
4190 "polars-utils",
4191 "rand 0.8.5",
4192 "rayon",
4193 "recursive",
4194 "slotmap",
4195 "tokio",
4196 "version_check",
4197]
4198
4199[[package]]
4200name = "polars-time"
4201version = "0.46.0"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "d192efbdab516d28b3fab1709a969e3385bd5cda050b7c9aa9e2502a01fda879"
4204dependencies = [
4205 "atoi_simd",
4206 "bytemuck",
4207 "chrono",
4208 "chrono-tz",
4209 "now",
4210 "num-traits",
4211 "once_cell",
4212 "polars-arrow",
4213 "polars-compute",
4214 "polars-core",
4215 "polars-error",
4216 "polars-ops",
4217 "polars-utils",
4218 "rayon",
4219 "regex",
4220 "strum_macros 0.26.4",
4221]
4222
4223[[package]]
4224name = "polars-utils"
4225version = "0.46.0"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "a8f6c8166a4a7fbc15b87c81645ed9e1f0651ff2e8c96cafc40ac5bf43441a10"
4228dependencies = [
4229 "ahash 0.8.12",
4230 "bytemuck",
4231 "bytes",
4232 "compact_str",
4233 "hashbrown 0.15.3",
4234 "indexmap",
4235 "libc",
4236 "memmap2",
4237 "num-traits",
4238 "once_cell",
4239 "polars-error",
4240 "rand 0.8.5",
4241 "raw-cpuid",
4242 "rayon",
4243 "stacker",
4244 "sysinfo 0.33.1",
4245 "version_check",
4246]
4247
4248[[package]]
4249name = "polyval"
4250version = "0.6.2"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4253dependencies = [
4254 "cfg-if",
4255 "cpufeatures",
4256 "opaque-debug",
4257 "universal-hash",
4258]
4259
4260[[package]]
4261name = "portable-atomic"
4262version = "1.11.0"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
4265
4266[[package]]
4267name = "postgres"
4268version = "0.19.10"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "363e6dfbdd780d3aa3597b6eb430db76bb315fa9bad7fae595bb8def808b8470"
4271dependencies = [
4272 "bytes",
4273 "fallible-iterator 0.2.0",
4274 "futures-util",
4275 "log",
4276 "tokio",
4277 "tokio-postgres",
4278]
4279
4280[[package]]
4281name = "postgres-protocol"
4282version = "0.6.8"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
4285dependencies = [
4286 "base64 0.22.1",
4287 "byteorder",
4288 "bytes",
4289 "fallible-iterator 0.2.0",
4290 "hmac",
4291 "md-5",
4292 "memchr",
4293 "rand 0.9.2",
4294 "sha2",
4295 "stringprep",
4296]
4297
4298[[package]]
4299name = "postgres-types"
4300version = "0.2.9"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
4303dependencies = [
4304 "bytes",
4305 "fallible-iterator 0.2.0",
4306 "postgres-protocol",
4307]
4308
4309[[package]]
4310name = "potential_utf"
4311version = "0.1.2"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
4314dependencies = [
4315 "zerovec",
4316]
4317
4318[[package]]
4319name = "powerfmt"
4320version = "0.2.0"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4323
4324[[package]]
4325name = "ppv-lite86"
4326version = "0.2.21"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4329dependencies = [
4330 "zerocopy",
4331]
4332
4333[[package]]
4334name = "proc-macro-crate"
4335version = "3.3.0"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
4338dependencies = [
4339 "toml_edit",
4340]
4341
4342[[package]]
4343name = "proc-macro2"
4344version = "1.0.95"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
4347dependencies = [
4348 "unicode-ident",
4349]
4350
4351[[package]]
4352name = "proptest"
4353version = "1.7.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
4356dependencies = [
4357 "bit-set",
4358 "bit-vec",
4359 "bitflags 2.9.1",
4360 "lazy_static",
4361 "num-traits",
4362 "rand 0.9.2",
4363 "rand_chacha 0.9.0",
4364 "rand_xorshift",
4365 "regex-syntax",
4366 "rusty-fork",
4367 "tempfile",
4368 "unarray",
4369]
4370
4371[[package]]
4372name = "psm"
4373version = "0.1.26"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
4376dependencies = [
4377 "cc",
4378]
4379
4380[[package]]
4381name = "ptr_meta"
4382version = "0.1.4"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
4385dependencies = [
4386 "ptr_meta_derive",
4387]
4388
4389[[package]]
4390name = "ptr_meta_derive"
4391version = "0.1.4"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
4394dependencies = [
4395 "proc-macro2",
4396 "quote",
4397 "syn 1.0.109",
4398]
4399
4400[[package]]
4401name = "quick-error"
4402version = "1.2.3"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
4405
4406[[package]]
4407name = "quick-xml"
4408version = "0.32.0"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
4411dependencies = [
4412 "memchr",
4413 "serde",
4414]
4415
4416[[package]]
4417name = "quick-xml"
4418version = "0.37.5"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
4421dependencies = [
4422 "memchr",
4423 "serde",
4424]
4425
4426[[package]]
4427name = "quinn"
4428version = "0.11.8"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
4431dependencies = [
4432 "bytes",
4433 "cfg_aliases",
4434 "pin-project-lite",
4435 "quinn-proto",
4436 "quinn-udp",
4437 "rustc-hash",
4438 "rustls 0.23.27",
4439 "socket2",
4440 "thiserror 2.0.12",
4441 "tokio",
4442 "tracing",
4443 "web-time",
4444]
4445
4446[[package]]
4447name = "quinn-proto"
4448version = "0.11.12"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
4451dependencies = [
4452 "bytes",
4453 "getrandom 0.3.3",
4454 "lru-slab",
4455 "rand 0.9.2",
4456 "ring",
4457 "rustc-hash",
4458 "rustls 0.23.27",
4459 "rustls-pki-types",
4460 "slab",
4461 "thiserror 2.0.12",
4462 "tinyvec",
4463 "tracing",
4464 "web-time",
4465]
4466
4467[[package]]
4468name = "quinn-udp"
4469version = "0.5.12"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
4472dependencies = [
4473 "cfg_aliases",
4474 "libc",
4475 "once_cell",
4476 "socket2",
4477 "tracing",
4478 "windows-sys 0.59.0",
4479]
4480
4481[[package]]
4482name = "quote"
4483version = "1.0.40"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
4486dependencies = [
4487 "proc-macro2",
4488]
4489
4490[[package]]
4491name = "r-efi"
4492version = "5.2.0"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
4495
4496[[package]]
4497name = "radium"
4498version = "0.7.0"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
4501
4502[[package]]
4503name = "raichu"
4504version = "0.1.0"
4505dependencies = [
4506 "base64 0.22.1",
4507 "getrandom 0.2.16",
4508 "js-sys",
4509 "rand 0.8.5",
4510 "serde_json",
4511 "symphonia",
4512 "wasm-bindgen",
4513 "web-sys",
4514]
4515
4516[[package]]
4517name = "rand"
4518version = "0.8.5"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4521dependencies = [
4522 "libc",
4523 "rand_chacha 0.3.1",
4524 "rand_core 0.6.4",
4525]
4526
4527[[package]]
4528name = "rand"
4529version = "0.9.2"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4532dependencies = [
4533 "rand_chacha 0.9.0",
4534 "rand_core 0.9.3",
4535]
4536
4537[[package]]
4538name = "rand_chacha"
4539version = "0.3.1"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4542dependencies = [
4543 "ppv-lite86",
4544 "rand_core 0.6.4",
4545]
4546
4547[[package]]
4548name = "rand_chacha"
4549version = "0.9.0"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4552dependencies = [
4553 "ppv-lite86",
4554 "rand_core 0.9.3",
4555]
4556
4557[[package]]
4558name = "rand_core"
4559version = "0.6.4"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4562dependencies = [
4563 "getrandom 0.2.16",
4564]
4565
4566[[package]]
4567name = "rand_core"
4568version = "0.9.3"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4571dependencies = [
4572 "getrandom 0.3.3",
4573]
4574
4575[[package]]
4576name = "rand_distr"
4577version = "0.4.3"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
4580dependencies = [
4581 "num-traits",
4582 "rand 0.8.5",
4583]
4584
4585[[package]]
4586name = "rand_xorshift"
4587version = "0.4.0"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
4590dependencies = [
4591 "rand_core 0.9.3",
4592]
4593
4594[[package]]
4595name = "raw-cpuid"
4596version = "11.5.0"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
4599dependencies = [
4600 "bitflags 2.9.1",
4601]
4602
4603[[package]]
4604name = "rayon"
4605version = "1.10.0"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
4608dependencies = [
4609 "either",
4610 "rayon-core",
4611]
4612
4613[[package]]
4614name = "rayon-core"
4615version = "1.12.1"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
4618dependencies = [
4619 "crossbeam-deque",
4620 "crossbeam-utils",
4621]
4622
4623[[package]]
4624name = "recursive"
4625version = "0.1.1"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
4628dependencies = [
4629 "recursive-proc-macro-impl",
4630 "stacker",
4631]
4632
4633[[package]]
4634name = "recursive-proc-macro-impl"
4635version = "0.1.1"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
4638dependencies = [
4639 "quote",
4640 "syn 2.0.101",
4641]
4642
4643[[package]]
4644name = "redis"
4645version = "0.23.3"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
4648dependencies = [
4649 "async-trait",
4650 "bytes",
4651 "combine",
4652 "futures-util",
4653 "itoa",
4654 "percent-encoding",
4655 "pin-project-lite",
4656 "ryu",
4657 "tokio",
4658 "tokio-util",
4659 "url",
4660]
4661
4662[[package]]
4663name = "redis"
4664version = "0.29.5"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
4667dependencies = [
4668 "arc-swap",
4669 "bytes",
4670 "combine",
4671 "futures-util",
4672 "itoa",
4673 "num-bigint",
4674 "percent-encoding",
4675 "pin-project-lite",
4676 "rustls 0.23.27",
4677 "rustls-native-certs 0.8.1",
4678 "ryu",
4679 "sha1_smol",
4680 "socket2",
4681 "tokio",
4682 "tokio-rustls 0.26.2",
4683 "tokio-util",
4684 "url",
4685]
4686
4687[[package]]
4688name = "redox_syscall"
4689version = "0.5.12"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
4692dependencies = [
4693 "bitflags 2.9.1",
4694]
4695
4696[[package]]
4697name = "redox_users"
4698version = "0.5.0"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
4701dependencies = [
4702 "getrandom 0.2.16",
4703 "libredox",
4704 "thiserror 2.0.12",
4705]
4706
4707[[package]]
4708name = "regex"
4709version = "1.11.3"
4710source = "registry+https://github.com/rust-lang/crates.io-index"
4711checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
4712dependencies = [
4713 "aho-corasick",
4714 "memchr",
4715 "regex-automata",
4716 "regex-syntax",
4717]
4718
4719[[package]]
4720name = "regex-automata"
4721version = "0.4.11"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
4724dependencies = [
4725 "aho-corasick",
4726 "memchr",
4727 "regex-syntax",
4728]
4729
4730[[package]]
4731name = "regex-lite"
4732version = "0.1.6"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
4735
4736[[package]]
4737name = "regex-syntax"
4738version = "0.8.5"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
4741
4742[[package]]
4743name = "rend"
4744version = "0.4.2"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
4747dependencies = [
4748 "bytecheck",
4749]
4750
4751[[package]]
4752name = "reqwest"
4753version = "0.12.15"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
4756dependencies = [
4757 "base64 0.22.1",
4758 "bytes",
4759 "futures-core",
4760 "futures-util",
4761 "http 1.3.1",
4762 "http-body 1.0.1",
4763 "http-body-util",
4764 "hyper 1.6.0",
4765 "hyper-rustls 0.27.6",
4766 "hyper-util",
4767 "ipnet",
4768 "js-sys",
4769 "log",
4770 "mime",
4771 "mime_guess",
4772 "once_cell",
4773 "percent-encoding",
4774 "pin-project-lite",
4775 "quinn",
4776 "rustls 0.23.27",
4777 "rustls-pemfile 2.2.0",
4778 "rustls-pki-types",
4779 "serde",
4780 "serde_json",
4781 "serde_urlencoded",
4782 "sync_wrapper",
4783 "tokio",
4784 "tokio-rustls 0.26.2",
4785 "tokio-util",
4786 "tower",
4787 "tower-service",
4788 "url",
4789 "wasm-bindgen",
4790 "wasm-bindgen-futures",
4791 "wasm-streams",
4792 "web-sys",
4793 "webpki-roots 0.26.11",
4794 "windows-registry",
4795]
4796
4797[[package]]
4798name = "ring"
4799version = "0.17.14"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4802dependencies = [
4803 "cc",
4804 "cfg-if",
4805 "getrandom 0.2.16",
4806 "libc",
4807 "untrusted",
4808 "windows-sys 0.52.0",
4809]
4810
4811[[package]]
4812name = "rkyv"
4813version = "0.7.45"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
4816dependencies = [
4817 "bitvec",
4818 "bytecheck",
4819 "bytes",
4820 "hashbrown 0.12.3",
4821 "ptr_meta",
4822 "rend",
4823 "rkyv_derive",
4824 "seahash",
4825 "tinyvec",
4826 "uuid",
4827]
4828
4829[[package]]
4830name = "rkyv_derive"
4831version = "0.7.45"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
4834dependencies = [
4835 "proc-macro2",
4836 "quote",
4837 "syn 1.0.109",
4838]
4839
4840[[package]]
4841name = "rocksky-analytics"
4842version = "0.1.0"
4843dependencies = [
4844 "actix-web",
4845 "anyhow",
4846 "async-nats",
4847 "chrono",
4848 "clap",
4849 "dotenv",
4850 "duckdb",
4851 "owo-colors",
4852 "polars",
4853 "serde",
4854 "serde_json",
4855 "sqlx",
4856 "tokio",
4857 "tokio-stream",
4858 "tracing",
4859]
4860
4861[[package]]
4862name = "rocksky-connect"
4863version = "0.1.0"
4864dependencies = [
4865 "anyhow",
4866 "async-trait",
4867 "base64 0.22.1",
4868 "dirs",
4869 "futures-util",
4870 "http 1.3.1",
4871 "jsonrpsee",
4872 "owo-colors",
4873 "reqwest",
4874 "serde",
4875 "serde_json",
4876 "tokio",
4877 "tokio-stream",
4878 "tokio-tungstenite",
4879 "tungstenite",
4880]
4881
4882[[package]]
4883name = "rocksky-dropbox"
4884version = "0.1.0"
4885dependencies = [
4886 "actix-web",
4887 "aes",
4888 "anyhow",
4889 "async-nats",
4890 "chrono",
4891 "clap",
4892 "ctr",
4893 "dotenv",
4894 "futures",
4895 "hex",
4896 "jsonwebtoken",
4897 "lofty",
4898 "md5",
4899 "owo-colors",
4900 "redis 0.29.5",
4901 "reqwest",
4902 "serde",
4903 "serde_json",
4904 "sha256",
4905 "sqlx",
4906 "symphonia",
4907 "tempfile",
4908 "tokio",
4909 "tokio-stream",
4910 "tracing",
4911]
4912
4913[[package]]
4914name = "rocksky-googledrive"
4915version = "0.1.0"
4916dependencies = [
4917 "actix-web",
4918 "aes",
4919 "anyhow",
4920 "async-nats",
4921 "chrono",
4922 "clap",
4923 "ctr",
4924 "dotenv",
4925 "futures",
4926 "hex",
4927 "jsonwebtoken",
4928 "lofty",
4929 "md5",
4930 "owo-colors",
4931 "redis 0.29.5",
4932 "reqwest",
4933 "serde",
4934 "serde_json",
4935 "serde_urlencoded",
4936 "sha256",
4937 "sqlx",
4938 "symphonia",
4939 "tempfile",
4940 "tokio",
4941 "tokio-stream",
4942 "tracing",
4943]
4944
4945[[package]]
4946name = "rocksky-jetstream"
4947version = "0.1.0"
4948dependencies = [
4949 "anyhow",
4950 "async-nats",
4951 "chrono",
4952 "dotenv",
4953 "futures-util",
4954 "owo-colors",
4955 "redis 0.29.5",
4956 "reqwest",
4957 "serde",
4958 "serde_json",
4959 "sha256",
4960 "sqlx",
4961 "time",
4962 "tokio",
4963 "tokio-stream",
4964 "tokio-tungstenite",
4965 "tracing",
4966 "tungstenite",
4967 "url",
4968]
4969
4970[[package]]
4971name = "rocksky-playlists"
4972version = "0.1.0"
4973dependencies = [
4974 "aes",
4975 "anyhow",
4976 "async-nats",
4977 "chrono",
4978 "clap",
4979 "ctr",
4980 "dotenv",
4981 "duckdb",
4982 "hex",
4983 "jsonwebtoken",
4984 "owo-colors",
4985 "polars",
4986 "reqwest",
4987 "serde",
4988 "serde_json",
4989 "sha2",
4990 "sqlx",
4991 "tokio",
4992 "tokio-stream",
4993 "tracing",
4994]
4995
4996[[package]]
4997name = "rocksky-scrobbler"
4998version = "0.1.0"
4999dependencies = [
5000 "actix-limitation",
5001 "actix-session 0.10.1",
5002 "actix-web",
5003 "aes",
5004 "anyhow",
5005 "chrono",
5006 "ctr",
5007 "dotenv",
5008 "hex",
5009 "jsonwebtoken",
5010 "md5",
5011 "nanoid",
5012 "owo-colors",
5013 "quick-xml 0.37.5",
5014 "rand 0.9.2",
5015 "redis 0.29.5",
5016 "reqwest",
5017 "serde",
5018 "serde_json",
5019 "serial_test",
5020 "sqlx",
5021 "tokio",
5022 "tokio-stream",
5023 "tracing",
5024 "uuid",
5025]
5026
5027[[package]]
5028name = "rocksky-spotify"
5029version = "0.1.0"
5030dependencies = [
5031 "aes",
5032 "anyhow",
5033 "async-nats",
5034 "chrono",
5035 "ctr",
5036 "dotenv",
5037 "hex",
5038 "jsonwebtoken",
5039 "owo-colors",
5040 "redis 0.29.5",
5041 "reqwest",
5042 "serde",
5043 "serde_json",
5044 "sqlx",
5045 "tokio",
5046 "tokio-stream",
5047 "tracing",
5048]
5049
5050[[package]]
5051name = "rocksky-storage"
5052version = "0.1.0"
5053dependencies = [
5054 "actix-web",
5055 "anyhow",
5056 "dotenv",
5057 "owo-colors",
5058 "rust-s3",
5059 "serde",
5060 "serde_json",
5061 "sqlx",
5062 "tokio",
5063 "tokio-stream",
5064 "tracing",
5065]
5066
5067[[package]]
5068name = "rocksky-tracklist"
5069version = "0.1.0"
5070dependencies = [
5071 "actix-web",
5072 "anyhow",
5073 "async-nats",
5074 "clap",
5075 "dotenv",
5076 "owo-colors",
5077 "polars",
5078 "rand 0.9.2",
5079 "redis 0.29.5",
5080 "serde",
5081 "serde_json",
5082 "tokio",
5083 "tokio-stream",
5084 "tracing",
5085 "uuid",
5086]
5087
5088[[package]]
5089name = "rocksky-webscrobbler"
5090version = "0.1.0"
5091dependencies = [
5092 "actix-limitation",
5093 "actix-session 0.10.1",
5094 "actix-web",
5095 "aes",
5096 "anyhow",
5097 "chrono",
5098 "ctr",
5099 "dotenv",
5100 "hex",
5101 "jsonwebtoken",
5102 "md5",
5103 "nanoid",
5104 "owo-colors",
5105 "rand 0.9.2",
5106 "redis 0.29.5",
5107 "reqwest",
5108 "serde",
5109 "serde_json",
5110 "serial_test",
5111 "sqlx",
5112 "tokio",
5113 "tokio-stream",
5114 "tracing",
5115]
5116
5117[[package]]
5118name = "rockskyd"
5119version = "0.1.0"
5120dependencies = [
5121 "anyhow",
5122 "clap",
5123 "dotenv",
5124 "owo-colors",
5125 "rocksky-analytics",
5126 "rocksky-dropbox",
5127 "rocksky-googledrive",
5128 "rocksky-jetstream",
5129 "rocksky-playlists",
5130 "rocksky-scrobbler",
5131 "rocksky-spotify",
5132 "rocksky-tracklist",
5133 "rocksky-webscrobbler",
5134 "tokio",
5135 "tracing",
5136 "tracing-log",
5137 "tracing-subscriber",
5138]
5139
5140[[package]]
5141name = "rsa"
5142version = "0.9.8"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
5145dependencies = [
5146 "const-oid",
5147 "digest",
5148 "num-bigint-dig",
5149 "num-integer",
5150 "num-traits",
5151 "pkcs1",
5152 "pkcs8",
5153 "rand_core 0.6.4",
5154 "signature",
5155 "spki",
5156 "subtle",
5157 "zeroize",
5158]
5159
5160[[package]]
5161name = "rust-ini"
5162version = "0.21.1"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
5165dependencies = [
5166 "cfg-if",
5167 "ordered-multimap",
5168 "trim-in-place",
5169]
5170
5171[[package]]
5172name = "rust-s3"
5173version = "0.35.1"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "c3df3f353b1f4209dcf437d777cda90279c397ab15a0cd6fd06bd32c88591533"
5176dependencies = [
5177 "async-trait",
5178 "aws-creds",
5179 "aws-region",
5180 "base64 0.22.1",
5181 "bytes",
5182 "cfg-if",
5183 "futures",
5184 "hex",
5185 "hmac",
5186 "http 0.2.12",
5187 "hyper 0.14.32",
5188 "hyper-rustls 0.24.2",
5189 "log",
5190 "maybe-async",
5191 "md5",
5192 "percent-encoding",
5193 "quick-xml 0.32.0",
5194 "rustls 0.21.12",
5195 "rustls-native-certs 0.6.3",
5196 "serde",
5197 "serde_derive",
5198 "serde_json",
5199 "sha2",
5200 "thiserror 1.0.69",
5201 "time",
5202 "tokio",
5203 "tokio-rustls 0.24.1",
5204 "tokio-stream",
5205 "url",
5206]
5207
5208[[package]]
5209name = "rust_decimal"
5210version = "1.37.1"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
5213dependencies = [
5214 "arrayvec",
5215 "borsh",
5216 "bytes",
5217 "num-traits",
5218 "rand 0.8.5",
5219 "rkyv",
5220 "serde",
5221 "serde_json",
5222]
5223
5224[[package]]
5225name = "rustc-demangle"
5226version = "0.1.24"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
5229
5230[[package]]
5231name = "rustc-hash"
5232version = "2.1.1"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
5235
5236[[package]]
5237name = "rustc_version"
5238version = "0.4.1"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5241dependencies = [
5242 "semver",
5243]
5244
5245[[package]]
5246name = "rustix"
5247version = "0.38.44"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5250dependencies = [
5251 "bitflags 2.9.1",
5252 "errno",
5253 "libc",
5254 "linux-raw-sys 0.4.15",
5255 "windows-sys 0.59.0",
5256]
5257
5258[[package]]
5259name = "rustix"
5260version = "1.0.7"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
5263dependencies = [
5264 "bitflags 2.9.1",
5265 "errno",
5266 "libc",
5267 "linux-raw-sys 0.9.4",
5268 "windows-sys 0.59.0",
5269]
5270
5271[[package]]
5272name = "rustls"
5273version = "0.21.12"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
5276dependencies = [
5277 "log",
5278 "ring",
5279 "rustls-webpki 0.101.7",
5280 "sct",
5281]
5282
5283[[package]]
5284name = "rustls"
5285version = "0.23.27"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
5288dependencies = [
5289 "log",
5290 "once_cell",
5291 "ring",
5292 "rustls-pki-types",
5293 "rustls-webpki 0.103.3",
5294 "subtle",
5295 "zeroize",
5296]
5297
5298[[package]]
5299name = "rustls-native-certs"
5300version = "0.6.3"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
5303dependencies = [
5304 "openssl-probe",
5305 "rustls-pemfile 1.0.4",
5306 "schannel",
5307 "security-framework 2.11.1",
5308]
5309
5310[[package]]
5311name = "rustls-native-certs"
5312version = "0.7.3"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
5315dependencies = [
5316 "openssl-probe",
5317 "rustls-pemfile 2.2.0",
5318 "rustls-pki-types",
5319 "schannel",
5320 "security-framework 2.11.1",
5321]
5322
5323[[package]]
5324name = "rustls-native-certs"
5325version = "0.8.1"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
5328dependencies = [
5329 "openssl-probe",
5330 "rustls-pki-types",
5331 "schannel",
5332 "security-framework 3.2.0",
5333]
5334
5335[[package]]
5336name = "rustls-pemfile"
5337version = "1.0.4"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5340dependencies = [
5341 "base64 0.21.7",
5342]
5343
5344[[package]]
5345name = "rustls-pemfile"
5346version = "2.2.0"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
5349dependencies = [
5350 "rustls-pki-types",
5351]
5352
5353[[package]]
5354name = "rustls-pki-types"
5355version = "1.12.0"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
5358dependencies = [
5359 "web-time",
5360 "zeroize",
5361]
5362
5363[[package]]
5364name = "rustls-platform-verifier"
5365version = "0.5.3"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
5368dependencies = [
5369 "core-foundation 0.10.0",
5370 "core-foundation-sys",
5371 "jni",
5372 "log",
5373 "once_cell",
5374 "rustls 0.23.27",
5375 "rustls-native-certs 0.8.1",
5376 "rustls-platform-verifier-android",
5377 "rustls-webpki 0.103.3",
5378 "security-framework 3.2.0",
5379 "security-framework-sys",
5380 "webpki-root-certs",
5381 "windows-sys 0.59.0",
5382]
5383
5384[[package]]
5385name = "rustls-platform-verifier-android"
5386version = "0.1.1"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5389
5390[[package]]
5391name = "rustls-webpki"
5392version = "0.101.7"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
5395dependencies = [
5396 "ring",
5397 "untrusted",
5398]
5399
5400[[package]]
5401name = "rustls-webpki"
5402version = "0.102.8"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
5405dependencies = [
5406 "rustls-pki-types",
5407 "untrusted",
5408]
5409
5410[[package]]
5411name = "rustls-webpki"
5412version = "0.103.3"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
5415dependencies = [
5416 "ring",
5417 "rustls-pki-types",
5418 "untrusted",
5419]
5420
5421[[package]]
5422name = "rustversion"
5423version = "1.0.21"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
5426
5427[[package]]
5428name = "rusty-fork"
5429version = "0.3.0"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
5432dependencies = [
5433 "fnv",
5434 "quick-error",
5435 "tempfile",
5436 "wait-timeout",
5437]
5438
5439[[package]]
5440name = "ryu"
5441version = "1.0.20"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
5444
5445[[package]]
5446name = "same-file"
5447version = "1.0.6"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5450dependencies = [
5451 "winapi-util",
5452]
5453
5454[[package]]
5455name = "scc"
5456version = "2.4.0"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
5459dependencies = [
5460 "sdd",
5461]
5462
5463[[package]]
5464name = "schannel"
5465version = "0.1.27"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
5468dependencies = [
5469 "windows-sys 0.59.0",
5470]
5471
5472[[package]]
5473name = "scopeguard"
5474version = "1.2.0"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5477
5478[[package]]
5479name = "sct"
5480version = "0.7.1"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5483dependencies = [
5484 "ring",
5485 "untrusted",
5486]
5487
5488[[package]]
5489name = "sdd"
5490version = "3.0.10"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
5493
5494[[package]]
5495name = "seahash"
5496version = "4.1.0"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5499
5500[[package]]
5501name = "security-framework"
5502version = "2.11.1"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
5505dependencies = [
5506 "bitflags 2.9.1",
5507 "core-foundation 0.9.4",
5508 "core-foundation-sys",
5509 "libc",
5510 "security-framework-sys",
5511]
5512
5513[[package]]
5514name = "security-framework"
5515version = "3.2.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
5518dependencies = [
5519 "bitflags 2.9.1",
5520 "core-foundation 0.10.0",
5521 "core-foundation-sys",
5522 "libc",
5523 "security-framework-sys",
5524]
5525
5526[[package]]
5527name = "security-framework-sys"
5528version = "2.14.0"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
5531dependencies = [
5532 "core-foundation-sys",
5533 "libc",
5534]
5535
5536[[package]]
5537name = "semver"
5538version = "1.0.26"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
5541dependencies = [
5542 "serde",
5543]
5544
5545[[package]]
5546name = "send_wrapper"
5547version = "0.4.0"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
5550
5551[[package]]
5552name = "serde"
5553version = "1.0.219"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
5556dependencies = [
5557 "serde_derive",
5558]
5559
5560[[package]]
5561name = "serde_cbor"
5562version = "0.11.2"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
5565dependencies = [
5566 "half 1.8.3",
5567 "serde",
5568]
5569
5570[[package]]
5571name = "serde_derive"
5572version = "1.0.219"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
5575dependencies = [
5576 "proc-macro2",
5577 "quote",
5578 "syn 2.0.101",
5579]
5580
5581[[package]]
5582name = "serde_json"
5583version = "1.0.140"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
5586dependencies = [
5587 "itoa",
5588 "memchr",
5589 "ryu",
5590 "serde",
5591]
5592
5593[[package]]
5594name = "serde_nanos"
5595version = "0.1.4"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985"
5598dependencies = [
5599 "serde",
5600]
5601
5602[[package]]
5603name = "serde_repr"
5604version = "0.1.20"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
5607dependencies = [
5608 "proc-macro2",
5609 "quote",
5610 "syn 2.0.101",
5611]
5612
5613[[package]]
5614name = "serde_spanned"
5615version = "0.6.9"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
5618dependencies = [
5619 "serde",
5620]
5621
5622[[package]]
5623name = "serde_spanned"
5624version = "1.0.0"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
5627dependencies = [
5628 "serde",
5629]
5630
5631[[package]]
5632name = "serde_urlencoded"
5633version = "0.7.1"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5636dependencies = [
5637 "form_urlencoded",
5638 "itoa",
5639 "ryu",
5640 "serde",
5641]
5642
5643[[package]]
5644name = "serial_test"
5645version = "3.2.0"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
5648dependencies = [
5649 "futures",
5650 "log",
5651 "once_cell",
5652 "parking_lot",
5653 "scc",
5654 "serial_test_derive",
5655]
5656
5657[[package]]
5658name = "serial_test_derive"
5659version = "3.2.0"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
5662dependencies = [
5663 "proc-macro2",
5664 "quote",
5665 "syn 2.0.101",
5666]
5667
5668[[package]]
5669name = "sha1"
5670version = "0.10.6"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5673dependencies = [
5674 "cfg-if",
5675 "cpufeatures",
5676 "digest",
5677]
5678
5679[[package]]
5680name = "sha1_smol"
5681version = "1.0.1"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
5684
5685[[package]]
5686name = "sha2"
5687version = "0.10.9"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
5690dependencies = [
5691 "cfg-if",
5692 "cpufeatures",
5693 "digest",
5694]
5695
5696[[package]]
5697name = "sha256"
5698version = "1.6.0"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6"
5701dependencies = [
5702 "async-trait",
5703 "bytes",
5704 "hex",
5705 "sha2",
5706 "tokio",
5707]
5708
5709[[package]]
5710name = "sharded-slab"
5711version = "0.1.7"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
5714dependencies = [
5715 "lazy_static",
5716]
5717
5718[[package]]
5719name = "shlex"
5720version = "1.3.0"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5723
5724[[package]]
5725name = "signal-hook-registry"
5726version = "1.4.5"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
5729dependencies = [
5730 "libc",
5731]
5732
5733[[package]]
5734name = "signatory"
5735version = "0.27.1"
5736source = "registry+https://github.com/rust-lang/crates.io-index"
5737checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31"
5738dependencies = [
5739 "pkcs8",
5740 "rand_core 0.6.4",
5741 "signature",
5742 "zeroize",
5743]
5744
5745[[package]]
5746name = "signature"
5747version = "2.2.0"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5750dependencies = [
5751 "digest",
5752 "rand_core 0.6.4",
5753]
5754
5755[[package]]
5756name = "simdutf8"
5757version = "0.1.5"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
5760
5761[[package]]
5762name = "simple_asn1"
5763version = "0.6.3"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
5766dependencies = [
5767 "num-bigint",
5768 "num-traits",
5769 "thiserror 2.0.12",
5770 "time",
5771]
5772
5773[[package]]
5774name = "siphasher"
5775version = "1.0.1"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5778
5779[[package]]
5780name = "slab"
5781version = "0.4.9"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
5784dependencies = [
5785 "autocfg",
5786]
5787
5788[[package]]
5789name = "slotmap"
5790version = "1.0.7"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
5793dependencies = [
5794 "version_check",
5795]
5796
5797[[package]]
5798name = "smallvec"
5799version = "1.15.0"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
5802dependencies = [
5803 "serde",
5804]
5805
5806[[package]]
5807name = "socket2"
5808version = "0.5.9"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
5811dependencies = [
5812 "libc",
5813 "windows-sys 0.52.0",
5814]
5815
5816[[package]]
5817name = "soketto"
5818version = "0.8.1"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721"
5821dependencies = [
5822 "base64 0.22.1",
5823 "bytes",
5824 "futures",
5825 "httparse",
5826 "log",
5827 "rand 0.8.5",
5828 "sha1",
5829]
5830
5831[[package]]
5832name = "spin"
5833version = "0.9.8"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5836dependencies = [
5837 "lock_api",
5838]
5839
5840[[package]]
5841name = "spki"
5842version = "0.7.3"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5845dependencies = [
5846 "base64ct",
5847 "der",
5848]
5849
5850[[package]]
5851name = "sptr"
5852version = "0.3.2"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
5855
5856[[package]]
5857name = "sqlparser"
5858version = "0.53.0"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
5861dependencies = [
5862 "log",
5863]
5864
5865[[package]]
5866name = "sqlx"
5867version = "0.8.6"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
5870dependencies = [
5871 "sqlx-core",
5872 "sqlx-macros",
5873 "sqlx-mysql",
5874 "sqlx-postgres",
5875 "sqlx-sqlite",
5876]
5877
5878[[package]]
5879name = "sqlx-core"
5880version = "0.8.6"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
5883dependencies = [
5884 "base64 0.22.1",
5885 "bytes",
5886 "chrono",
5887 "crc",
5888 "crossbeam-queue",
5889 "either",
5890 "event-listener",
5891 "futures-core",
5892 "futures-intrusive",
5893 "futures-io",
5894 "futures-util",
5895 "hashbrown 0.15.3",
5896 "hashlink 0.10.0",
5897 "indexmap",
5898 "log",
5899 "memchr",
5900 "once_cell",
5901 "percent-encoding",
5902 "rustls 0.23.27",
5903 "serde",
5904 "serde_json",
5905 "sha2",
5906 "smallvec",
5907 "thiserror 2.0.12",
5908 "tokio",
5909 "tokio-stream",
5910 "tracing",
5911 "url",
5912 "webpki-roots 0.26.11",
5913]
5914
5915[[package]]
5916name = "sqlx-macros"
5917version = "0.8.6"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
5920dependencies = [
5921 "proc-macro2",
5922 "quote",
5923 "sqlx-core",
5924 "sqlx-macros-core",
5925 "syn 2.0.101",
5926]
5927
5928[[package]]
5929name = "sqlx-macros-core"
5930version = "0.8.6"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
5933dependencies = [
5934 "dotenvy",
5935 "either",
5936 "heck 0.5.0",
5937 "hex",
5938 "once_cell",
5939 "proc-macro2",
5940 "quote",
5941 "serde",
5942 "serde_json",
5943 "sha2",
5944 "sqlx-core",
5945 "sqlx-mysql",
5946 "sqlx-postgres",
5947 "sqlx-sqlite",
5948 "syn 2.0.101",
5949 "tokio",
5950 "url",
5951]
5952
5953[[package]]
5954name = "sqlx-mysql"
5955version = "0.8.6"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
5958dependencies = [
5959 "atoi",
5960 "base64 0.22.1",
5961 "bitflags 2.9.1",
5962 "byteorder",
5963 "bytes",
5964 "chrono",
5965 "crc",
5966 "digest",
5967 "dotenvy",
5968 "either",
5969 "futures-channel",
5970 "futures-core",
5971 "futures-io",
5972 "futures-util",
5973 "generic-array",
5974 "hex",
5975 "hkdf",
5976 "hmac",
5977 "itoa",
5978 "log",
5979 "md-5",
5980 "memchr",
5981 "once_cell",
5982 "percent-encoding",
5983 "rand 0.8.5",
5984 "rsa",
5985 "serde",
5986 "sha1",
5987 "sha2",
5988 "smallvec",
5989 "sqlx-core",
5990 "stringprep",
5991 "thiserror 2.0.12",
5992 "tracing",
5993 "whoami",
5994]
5995
5996[[package]]
5997name = "sqlx-postgres"
5998version = "0.8.6"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
6001dependencies = [
6002 "atoi",
6003 "base64 0.22.1",
6004 "bitflags 2.9.1",
6005 "byteorder",
6006 "chrono",
6007 "crc",
6008 "dotenvy",
6009 "etcetera",
6010 "futures-channel",
6011 "futures-core",
6012 "futures-util",
6013 "hex",
6014 "hkdf",
6015 "hmac",
6016 "home",
6017 "itoa",
6018 "log",
6019 "md-5",
6020 "memchr",
6021 "once_cell",
6022 "rand 0.8.5",
6023 "serde",
6024 "serde_json",
6025 "sha2",
6026 "smallvec",
6027 "sqlx-core",
6028 "stringprep",
6029 "thiserror 2.0.12",
6030 "tracing",
6031 "whoami",
6032]
6033
6034[[package]]
6035name = "sqlx-sqlite"
6036version = "0.8.6"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
6039dependencies = [
6040 "atoi",
6041 "chrono",
6042 "flume",
6043 "futures-channel",
6044 "futures-core",
6045 "futures-executor",
6046 "futures-intrusive",
6047 "futures-util",
6048 "libsqlite3-sys",
6049 "log",
6050 "percent-encoding",
6051 "serde",
6052 "serde_urlencoded",
6053 "sqlx-core",
6054 "thiserror 2.0.12",
6055 "tracing",
6056 "url",
6057]
6058
6059[[package]]
6060name = "stable_deref_trait"
6061version = "1.2.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6064
6065[[package]]
6066name = "stacker"
6067version = "0.1.21"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
6070dependencies = [
6071 "cc",
6072 "cfg-if",
6073 "libc",
6074 "psm",
6075 "windows-sys 0.59.0",
6076]
6077
6078[[package]]
6079name = "static_assertions"
6080version = "1.1.0"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6083
6084[[package]]
6085name = "streaming-decompression"
6086version = "0.1.2"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
6089dependencies = [
6090 "fallible-streaming-iterator",
6091]
6092
6093[[package]]
6094name = "streaming-iterator"
6095version = "0.1.9"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
6098
6099[[package]]
6100name = "strength_reduce"
6101version = "0.2.4"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6104
6105[[package]]
6106name = "stringprep"
6107version = "0.1.5"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
6110dependencies = [
6111 "unicode-bidi",
6112 "unicode-normalization",
6113 "unicode-properties",
6114]
6115
6116[[package]]
6117name = "strsim"
6118version = "0.11.1"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6121
6122[[package]]
6123name = "strum"
6124version = "0.25.0"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
6127dependencies = [
6128 "strum_macros 0.25.3",
6129]
6130
6131[[package]]
6132name = "strum_macros"
6133version = "0.25.3"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
6136dependencies = [
6137 "heck 0.4.1",
6138 "proc-macro2",
6139 "quote",
6140 "rustversion",
6141 "syn 2.0.101",
6142]
6143
6144[[package]]
6145name = "strum_macros"
6146version = "0.26.4"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
6149dependencies = [
6150 "heck 0.5.0",
6151 "proc-macro2",
6152 "quote",
6153 "rustversion",
6154 "syn 2.0.101",
6155]
6156
6157[[package]]
6158name = "subtle"
6159version = "2.6.1"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6162
6163[[package]]
6164name = "supports-color"
6165version = "2.1.0"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
6168dependencies = [
6169 "is-terminal",
6170 "is_ci",
6171]
6172
6173[[package]]
6174name = "supports-color"
6175version = "3.0.2"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
6178dependencies = [
6179 "is_ci",
6180]
6181
6182[[package]]
6183name = "symphonia"
6184version = "0.5.4"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
6187dependencies = [
6188 "lazy_static",
6189 "symphonia-bundle-flac",
6190 "symphonia-bundle-mp3",
6191 "symphonia-codec-aac",
6192 "symphonia-codec-adpcm",
6193 "symphonia-codec-alac",
6194 "symphonia-codec-pcm",
6195 "symphonia-codec-vorbis",
6196 "symphonia-core",
6197 "symphonia-format-caf",
6198 "symphonia-format-isomp4",
6199 "symphonia-format-mkv",
6200 "symphonia-format-ogg",
6201 "symphonia-format-riff",
6202 "symphonia-metadata",
6203]
6204
6205[[package]]
6206name = "symphonia-bundle-flac"
6207version = "0.5.4"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
6210dependencies = [
6211 "log",
6212 "symphonia-core",
6213 "symphonia-metadata",
6214 "symphonia-utils-xiph",
6215]
6216
6217[[package]]
6218name = "symphonia-bundle-mp3"
6219version = "0.5.4"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
6222dependencies = [
6223 "lazy_static",
6224 "log",
6225 "symphonia-core",
6226 "symphonia-metadata",
6227]
6228
6229[[package]]
6230name = "symphonia-codec-aac"
6231version = "0.5.4"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
6234dependencies = [
6235 "lazy_static",
6236 "log",
6237 "symphonia-core",
6238]
6239
6240[[package]]
6241name = "symphonia-codec-adpcm"
6242version = "0.5.4"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
6245dependencies = [
6246 "log",
6247 "symphonia-core",
6248]
6249
6250[[package]]
6251name = "symphonia-codec-alac"
6252version = "0.5.4"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "2d8a6666649a08412906476a8b0efd9b9733e241180189e9f92b09c08d0e38f3"
6255dependencies = [
6256 "log",
6257 "symphonia-core",
6258]
6259
6260[[package]]
6261name = "symphonia-codec-pcm"
6262version = "0.5.4"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
6265dependencies = [
6266 "log",
6267 "symphonia-core",
6268]
6269
6270[[package]]
6271name = "symphonia-codec-vorbis"
6272version = "0.5.4"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
6275dependencies = [
6276 "log",
6277 "symphonia-core",
6278 "symphonia-utils-xiph",
6279]
6280
6281[[package]]
6282name = "symphonia-core"
6283version = "0.5.4"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
6286dependencies = [
6287 "arrayvec",
6288 "bitflags 1.3.2",
6289 "bytemuck",
6290 "lazy_static",
6291 "log",
6292]
6293
6294[[package]]
6295name = "symphonia-format-caf"
6296version = "0.5.4"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "e43c99c696a388295a29fe71b133079f5d8b18041cf734c5459c35ad9097af50"
6299dependencies = [
6300 "log",
6301 "symphonia-core",
6302 "symphonia-metadata",
6303]
6304
6305[[package]]
6306name = "symphonia-format-isomp4"
6307version = "0.5.4"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
6310dependencies = [
6311 "encoding_rs",
6312 "log",
6313 "symphonia-core",
6314 "symphonia-metadata",
6315 "symphonia-utils-xiph",
6316]
6317
6318[[package]]
6319name = "symphonia-format-mkv"
6320version = "0.5.4"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
6323dependencies = [
6324 "lazy_static",
6325 "log",
6326 "symphonia-core",
6327 "symphonia-metadata",
6328 "symphonia-utils-xiph",
6329]
6330
6331[[package]]
6332name = "symphonia-format-ogg"
6333version = "0.5.4"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
6336dependencies = [
6337 "log",
6338 "symphonia-core",
6339 "symphonia-metadata",
6340 "symphonia-utils-xiph",
6341]
6342
6343[[package]]
6344name = "symphonia-format-riff"
6345version = "0.5.4"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
6348dependencies = [
6349 "extended",
6350 "log",
6351 "symphonia-core",
6352 "symphonia-metadata",
6353]
6354
6355[[package]]
6356name = "symphonia-metadata"
6357version = "0.5.4"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
6360dependencies = [
6361 "encoding_rs",
6362 "lazy_static",
6363 "log",
6364 "symphonia-core",
6365]
6366
6367[[package]]
6368name = "symphonia-utils-xiph"
6369version = "0.5.4"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
6372dependencies = [
6373 "symphonia-core",
6374 "symphonia-metadata",
6375]
6376
6377[[package]]
6378name = "syn"
6379version = "1.0.109"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6382dependencies = [
6383 "proc-macro2",
6384 "quote",
6385 "unicode-ident",
6386]
6387
6388[[package]]
6389name = "syn"
6390version = "2.0.101"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
6393dependencies = [
6394 "proc-macro2",
6395 "quote",
6396 "unicode-ident",
6397]
6398
6399[[package]]
6400name = "sync_wrapper"
6401version = "1.0.2"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6404dependencies = [
6405 "futures-core",
6406]
6407
6408[[package]]
6409name = "synstructure"
6410version = "0.13.2"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6413dependencies = [
6414 "proc-macro2",
6415 "quote",
6416 "syn 2.0.101",
6417]
6418
6419[[package]]
6420name = "sysctl"
6421version = "0.4.6"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
6424dependencies = [
6425 "bitflags 1.3.2",
6426 "byteorder",
6427 "libc",
6428 "thiserror 1.0.69",
6429 "walkdir",
6430]
6431
6432[[package]]
6433name = "sysinfo"
6434version = "0.33.1"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
6437dependencies = [
6438 "core-foundation-sys",
6439 "libc",
6440 "memchr",
6441 "ntapi",
6442 "windows",
6443]
6444
6445[[package]]
6446name = "sysinfo"
6447version = "0.34.2"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2"
6450dependencies = [
6451 "libc",
6452 "memchr",
6453 "ntapi",
6454 "objc2-core-foundation",
6455 "windows",
6456]
6457
6458[[package]]
6459name = "tap"
6460version = "1.0.1"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
6463
6464[[package]]
6465name = "tar"
6466version = "0.4.44"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
6469dependencies = [
6470 "filetime",
6471 "libc",
6472 "xattr",
6473]
6474
6475[[package]]
6476name = "tempfile"
6477version = "3.20.0"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
6480dependencies = [
6481 "fastrand",
6482 "getrandom 0.3.3",
6483 "once_cell",
6484 "rustix 1.0.7",
6485 "windows-sys 0.59.0",
6486]
6487
6488[[package]]
6489name = "thiserror"
6490version = "1.0.69"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6493dependencies = [
6494 "thiserror-impl 1.0.69",
6495]
6496
6497[[package]]
6498name = "thiserror"
6499version = "2.0.12"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
6502dependencies = [
6503 "thiserror-impl 2.0.12",
6504]
6505
6506[[package]]
6507name = "thiserror-impl"
6508version = "1.0.69"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6511dependencies = [
6512 "proc-macro2",
6513 "quote",
6514 "syn 2.0.101",
6515]
6516
6517[[package]]
6518name = "thiserror-impl"
6519version = "2.0.12"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
6522dependencies = [
6523 "proc-macro2",
6524 "quote",
6525 "syn 2.0.101",
6526]
6527
6528[[package]]
6529name = "thread_local"
6530version = "1.1.9"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
6533dependencies = [
6534 "cfg-if",
6535]
6536
6537[[package]]
6538name = "time"
6539version = "0.3.44"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
6542dependencies = [
6543 "deranged",
6544 "itoa",
6545 "num-conv",
6546 "powerfmt",
6547 "serde",
6548 "time-core",
6549 "time-macros",
6550]
6551
6552[[package]]
6553name = "time-core"
6554version = "0.1.6"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
6557
6558[[package]]
6559name = "time-macros"
6560version = "0.2.24"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
6563dependencies = [
6564 "num-conv",
6565 "time-core",
6566]
6567
6568[[package]]
6569name = "tiny-keccak"
6570version = "2.0.2"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
6573dependencies = [
6574 "crunchy",
6575]
6576
6577[[package]]
6578name = "tinystr"
6579version = "0.8.1"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
6582dependencies = [
6583 "displaydoc",
6584 "zerovec",
6585]
6586
6587[[package]]
6588name = "tinyvec"
6589version = "1.9.0"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
6592dependencies = [
6593 "tinyvec_macros",
6594]
6595
6596[[package]]
6597name = "tinyvec_macros"
6598version = "0.1.1"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6601
6602[[package]]
6603name = "tokio"
6604version = "1.45.1"
6605source = "registry+https://github.com/rust-lang/crates.io-index"
6606checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
6607dependencies = [
6608 "backtrace",
6609 "bytes",
6610 "libc",
6611 "mio",
6612 "parking_lot",
6613 "pin-project-lite",
6614 "signal-hook-registry",
6615 "socket2",
6616 "tokio-macros",
6617 "windows-sys 0.52.0",
6618]
6619
6620[[package]]
6621name = "tokio-macros"
6622version = "2.5.0"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
6625dependencies = [
6626 "proc-macro2",
6627 "quote",
6628 "syn 2.0.101",
6629]
6630
6631[[package]]
6632name = "tokio-postgres"
6633version = "0.7.13"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0"
6636dependencies = [
6637 "async-trait",
6638 "byteorder",
6639 "bytes",
6640 "fallible-iterator 0.2.0",
6641 "futures-channel",
6642 "futures-util",
6643 "log",
6644 "parking_lot",
6645 "percent-encoding",
6646 "phf",
6647 "pin-project-lite",
6648 "postgres-protocol",
6649 "postgres-types",
6650 "rand 0.9.2",
6651 "socket2",
6652 "tokio",
6653 "tokio-util",
6654 "whoami",
6655]
6656
6657[[package]]
6658name = "tokio-rustls"
6659version = "0.24.1"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
6662dependencies = [
6663 "rustls 0.21.12",
6664 "tokio",
6665]
6666
6667[[package]]
6668name = "tokio-rustls"
6669version = "0.26.2"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
6672dependencies = [
6673 "rustls 0.23.27",
6674 "tokio",
6675]
6676
6677[[package]]
6678name = "tokio-stream"
6679version = "0.1.17"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
6682dependencies = [
6683 "futures-core",
6684 "pin-project-lite",
6685 "tokio",
6686 "tokio-util",
6687]
6688
6689[[package]]
6690name = "tokio-tungstenite"
6691version = "0.26.2"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
6694dependencies = [
6695 "futures-util",
6696 "log",
6697 "rustls 0.23.27",
6698 "rustls-pki-types",
6699 "tokio",
6700 "tokio-rustls 0.26.2",
6701 "tungstenite",
6702 "webpki-roots 0.26.11",
6703]
6704
6705[[package]]
6706name = "tokio-util"
6707version = "0.7.15"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
6710dependencies = [
6711 "bytes",
6712 "futures-core",
6713 "futures-io",
6714 "futures-sink",
6715 "pin-project-lite",
6716 "tokio",
6717]
6718
6719[[package]]
6720name = "tokio-websockets"
6721version = "0.10.1"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "f591660438b3038dd04d16c938271c79e7e06260ad2ea2885a4861bfb238605d"
6724dependencies = [
6725 "base64 0.22.1",
6726 "bytes",
6727 "futures-core",
6728 "futures-sink",
6729 "http 1.3.1",
6730 "httparse",
6731 "rand 0.8.5",
6732 "ring",
6733 "rustls-pki-types",
6734 "tokio",
6735 "tokio-rustls 0.26.2",
6736 "tokio-util",
6737 "webpki-roots 0.26.11",
6738]
6739
6740[[package]]
6741name = "toml"
6742version = "0.8.23"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
6745dependencies = [
6746 "serde",
6747 "serde_spanned 0.6.9",
6748 "toml_datetime 0.6.11",
6749 "toml_edit",
6750]
6751
6752[[package]]
6753name = "toml"
6754version = "0.9.2"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
6757dependencies = [
6758 "indexmap",
6759 "serde",
6760 "serde_spanned 1.0.0",
6761 "toml_datetime 0.7.0",
6762 "toml_parser",
6763 "toml_writer",
6764 "winnow",
6765]
6766
6767[[package]]
6768name = "toml_datetime"
6769version = "0.6.11"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
6772dependencies = [
6773 "serde",
6774]
6775
6776[[package]]
6777name = "toml_datetime"
6778version = "0.7.0"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
6781dependencies = [
6782 "serde",
6783]
6784
6785[[package]]
6786name = "toml_edit"
6787version = "0.22.27"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
6790dependencies = [
6791 "indexmap",
6792 "serde",
6793 "serde_spanned 0.6.9",
6794 "toml_datetime 0.6.11",
6795 "toml_write",
6796 "winnow",
6797]
6798
6799[[package]]
6800name = "toml_parser"
6801version = "1.0.1"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
6804dependencies = [
6805 "winnow",
6806]
6807
6808[[package]]
6809name = "toml_write"
6810version = "0.1.2"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
6813
6814[[package]]
6815name = "toml_writer"
6816version = "1.0.2"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
6819
6820[[package]]
6821name = "tower"
6822version = "0.5.2"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
6825dependencies = [
6826 "futures-core",
6827 "futures-util",
6828 "pin-project-lite",
6829 "sync_wrapper",
6830 "tokio",
6831 "tower-layer",
6832 "tower-service",
6833]
6834
6835[[package]]
6836name = "tower-layer"
6837version = "0.3.3"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6840
6841[[package]]
6842name = "tower-service"
6843version = "0.3.3"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6846
6847[[package]]
6848name = "tracing"
6849version = "0.1.41"
6850source = "registry+https://github.com/rust-lang/crates.io-index"
6851checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
6852dependencies = [
6853 "log",
6854 "pin-project-lite",
6855 "tracing-attributes",
6856 "tracing-core",
6857]
6858
6859[[package]]
6860name = "tracing-attributes"
6861version = "0.1.28"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
6864dependencies = [
6865 "proc-macro2",
6866 "quote",
6867 "syn 2.0.101",
6868]
6869
6870[[package]]
6871name = "tracing-core"
6872version = "0.1.33"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
6875dependencies = [
6876 "once_cell",
6877 "valuable",
6878]
6879
6880[[package]]
6881name = "tracing-log"
6882version = "0.2.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
6885dependencies = [
6886 "log",
6887 "once_cell",
6888 "tracing-core",
6889]
6890
6891[[package]]
6892name = "tracing-subscriber"
6893version = "0.3.20"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
6896dependencies = [
6897 "nu-ansi-term",
6898 "sharded-slab",
6899 "smallvec",
6900 "thread_local",
6901 "tracing-core",
6902 "tracing-log",
6903]
6904
6905[[package]]
6906name = "trim-in-place"
6907version = "0.1.7"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
6910
6911[[package]]
6912name = "try-lock"
6913version = "0.2.5"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6916
6917[[package]]
6918name = "tryhard"
6919version = "0.5.1"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "9c9f0a709784e86923586cff0d872dba54cd2d2e116b3bc57587d15737cfce9d"
6922dependencies = [
6923 "futures",
6924 "pin-project-lite",
6925 "tokio",
6926]
6927
6928[[package]]
6929name = "tungstenite"
6930version = "0.26.2"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
6933dependencies = [
6934 "bytes",
6935 "data-encoding",
6936 "http 1.3.1",
6937 "httparse",
6938 "log",
6939 "rand 0.9.2",
6940 "rustls 0.23.27",
6941 "rustls-pki-types",
6942 "sha1",
6943 "thiserror 2.0.12",
6944 "utf-8",
6945]
6946
6947[[package]]
6948name = "typenum"
6949version = "1.18.0"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
6952
6953[[package]]
6954name = "unarray"
6955version = "0.1.4"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
6958
6959[[package]]
6960name = "unescape"
6961version = "0.1.0"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
6964
6965[[package]]
6966name = "unicase"
6967version = "2.8.1"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
6970
6971[[package]]
6972name = "unicode-bidi"
6973version = "0.3.18"
6974source = "registry+https://github.com/rust-lang/crates.io-index"
6975checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
6976
6977[[package]]
6978name = "unicode-ident"
6979version = "1.0.18"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
6982
6983[[package]]
6984name = "unicode-normalization"
6985version = "0.1.24"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
6988dependencies = [
6989 "tinyvec",
6990]
6991
6992[[package]]
6993name = "unicode-properties"
6994version = "0.1.3"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
6997
6998[[package]]
6999name = "unicode-reverse"
7000version = "1.0.9"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
7003dependencies = [
7004 "unicode-segmentation",
7005]
7006
7007[[package]]
7008name = "unicode-segmentation"
7009version = "1.12.0"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
7012
7013[[package]]
7014name = "unicode-width"
7015version = "0.2.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
7018
7019[[package]]
7020name = "unicode-xid"
7021version = "0.2.6"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7024
7025[[package]]
7026name = "universal-hash"
7027version = "0.5.1"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7030dependencies = [
7031 "crypto-common",
7032 "subtle",
7033]
7034
7035[[package]]
7036name = "untrusted"
7037version = "0.9.0"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7040
7041[[package]]
7042name = "url"
7043version = "2.5.4"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
7046dependencies = [
7047 "form_urlencoded",
7048 "idna",
7049 "percent-encoding",
7050]
7051
7052[[package]]
7053name = "utf-8"
7054version = "0.7.6"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7057
7058[[package]]
7059name = "utf8_iter"
7060version = "1.0.4"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7063
7064[[package]]
7065name = "utf8parse"
7066version = "0.2.2"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7069
7070[[package]]
7071name = "uuid"
7072version = "1.18.0"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
7075dependencies = [
7076 "getrandom 0.3.3",
7077 "js-sys",
7078 "wasm-bindgen",
7079]
7080
7081[[package]]
7082name = "valuable"
7083version = "0.1.1"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7086
7087[[package]]
7088name = "vcpkg"
7089version = "0.2.15"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7092
7093[[package]]
7094name = "version_check"
7095version = "0.9.5"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7098
7099[[package]]
7100name = "wait-timeout"
7101version = "0.2.1"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
7104dependencies = [
7105 "libc",
7106]
7107
7108[[package]]
7109name = "walkdir"
7110version = "2.5.0"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7113dependencies = [
7114 "same-file",
7115 "winapi-util",
7116]
7117
7118[[package]]
7119name = "want"
7120version = "0.3.1"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7123dependencies = [
7124 "try-lock",
7125]
7126
7127[[package]]
7128name = "wasi"
7129version = "0.11.0+wasi-snapshot-preview1"
7130source = "registry+https://github.com/rust-lang/crates.io-index"
7131checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7132
7133[[package]]
7134name = "wasi"
7135version = "0.14.2+wasi-0.2.4"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
7138dependencies = [
7139 "wit-bindgen-rt",
7140]
7141
7142[[package]]
7143name = "wasite"
7144version = "0.1.0"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
7147
7148[[package]]
7149name = "wasm-bindgen"
7150version = "0.2.100"
7151source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
7153dependencies = [
7154 "cfg-if",
7155 "once_cell",
7156 "rustversion",
7157 "wasm-bindgen-macro",
7158]
7159
7160[[package]]
7161name = "wasm-bindgen-backend"
7162version = "0.2.100"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
7165dependencies = [
7166 "bumpalo",
7167 "log",
7168 "proc-macro2",
7169 "quote",
7170 "syn 2.0.101",
7171 "wasm-bindgen-shared",
7172]
7173
7174[[package]]
7175name = "wasm-bindgen-futures"
7176version = "0.4.50"
7177source = "registry+https://github.com/rust-lang/crates.io-index"
7178checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
7179dependencies = [
7180 "cfg-if",
7181 "js-sys",
7182 "once_cell",
7183 "wasm-bindgen",
7184 "web-sys",
7185]
7186
7187[[package]]
7188name = "wasm-bindgen-macro"
7189version = "0.2.100"
7190source = "registry+https://github.com/rust-lang/crates.io-index"
7191checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
7192dependencies = [
7193 "quote",
7194 "wasm-bindgen-macro-support",
7195]
7196
7197[[package]]
7198name = "wasm-bindgen-macro-support"
7199version = "0.2.100"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
7202dependencies = [
7203 "proc-macro2",
7204 "quote",
7205 "syn 2.0.101",
7206 "wasm-bindgen-backend",
7207 "wasm-bindgen-shared",
7208]
7209
7210[[package]]
7211name = "wasm-bindgen-shared"
7212version = "0.2.100"
7213source = "registry+https://github.com/rust-lang/crates.io-index"
7214checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
7215dependencies = [
7216 "unicode-ident",
7217]
7218
7219[[package]]
7220name = "wasm-streams"
7221version = "0.4.2"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
7224dependencies = [
7225 "futures-util",
7226 "js-sys",
7227 "wasm-bindgen",
7228 "wasm-bindgen-futures",
7229 "web-sys",
7230]
7231
7232[[package]]
7233name = "web-sys"
7234version = "0.3.77"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
7237dependencies = [
7238 "js-sys",
7239 "wasm-bindgen",
7240]
7241
7242[[package]]
7243name = "web-time"
7244version = "1.1.0"
7245source = "registry+https://github.com/rust-lang/crates.io-index"
7246checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7247dependencies = [
7248 "js-sys",
7249 "wasm-bindgen",
7250]
7251
7252[[package]]
7253name = "webpki-root-certs"
7254version = "0.26.8"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
7257dependencies = [
7258 "rustls-pki-types",
7259]
7260
7261[[package]]
7262name = "webpki-roots"
7263version = "0.26.11"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
7266dependencies = [
7267 "webpki-roots 1.0.0",
7268]
7269
7270[[package]]
7271name = "webpki-roots"
7272version = "1.0.0"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
7275dependencies = [
7276 "rustls-pki-types",
7277]
7278
7279[[package]]
7280name = "whoami"
7281version = "1.6.0"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
7284dependencies = [
7285 "redox_syscall",
7286 "wasite",
7287 "web-sys",
7288]
7289
7290[[package]]
7291name = "winapi"
7292version = "0.3.9"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7295dependencies = [
7296 "winapi-i686-pc-windows-gnu",
7297 "winapi-x86_64-pc-windows-gnu",
7298]
7299
7300[[package]]
7301name = "winapi-i686-pc-windows-gnu"
7302version = "0.4.0"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7305
7306[[package]]
7307name = "winapi-util"
7308version = "0.1.9"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
7311dependencies = [
7312 "windows-sys 0.59.0",
7313]
7314
7315[[package]]
7316name = "winapi-x86_64-pc-windows-gnu"
7317version = "0.4.0"
7318source = "registry+https://github.com/rust-lang/crates.io-index"
7319checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7320
7321[[package]]
7322name = "windows"
7323version = "0.57.0"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
7326dependencies = [
7327 "windows-core 0.57.0",
7328 "windows-targets 0.52.6",
7329]
7330
7331[[package]]
7332name = "windows-core"
7333version = "0.57.0"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
7336dependencies = [
7337 "windows-implement 0.57.0",
7338 "windows-interface 0.57.0",
7339 "windows-result 0.1.2",
7340 "windows-targets 0.52.6",
7341]
7342
7343[[package]]
7344name = "windows-core"
7345version = "0.61.2"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
7348dependencies = [
7349 "windows-implement 0.60.0",
7350 "windows-interface 0.59.1",
7351 "windows-link",
7352 "windows-result 0.3.4",
7353 "windows-strings 0.4.2",
7354]
7355
7356[[package]]
7357name = "windows-implement"
7358version = "0.57.0"
7359source = "registry+https://github.com/rust-lang/crates.io-index"
7360checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
7361dependencies = [
7362 "proc-macro2",
7363 "quote",
7364 "syn 2.0.101",
7365]
7366
7367[[package]]
7368name = "windows-implement"
7369version = "0.60.0"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
7372dependencies = [
7373 "proc-macro2",
7374 "quote",
7375 "syn 2.0.101",
7376]
7377
7378[[package]]
7379name = "windows-interface"
7380version = "0.57.0"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
7383dependencies = [
7384 "proc-macro2",
7385 "quote",
7386 "syn 2.0.101",
7387]
7388
7389[[package]]
7390name = "windows-interface"
7391version = "0.59.1"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
7394dependencies = [
7395 "proc-macro2",
7396 "quote",
7397 "syn 2.0.101",
7398]
7399
7400[[package]]
7401name = "windows-link"
7402version = "0.1.1"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
7405
7406[[package]]
7407name = "windows-registry"
7408version = "0.4.0"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
7411dependencies = [
7412 "windows-result 0.3.4",
7413 "windows-strings 0.3.1",
7414 "windows-targets 0.53.0",
7415]
7416
7417[[package]]
7418name = "windows-result"
7419version = "0.1.2"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
7422dependencies = [
7423 "windows-targets 0.52.6",
7424]
7425
7426[[package]]
7427name = "windows-result"
7428version = "0.3.4"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
7431dependencies = [
7432 "windows-link",
7433]
7434
7435[[package]]
7436name = "windows-strings"
7437version = "0.3.1"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
7440dependencies = [
7441 "windows-link",
7442]
7443
7444[[package]]
7445name = "windows-strings"
7446version = "0.4.2"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
7449dependencies = [
7450 "windows-link",
7451]
7452
7453[[package]]
7454name = "windows-sys"
7455version = "0.45.0"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7458dependencies = [
7459 "windows-targets 0.42.2",
7460]
7461
7462[[package]]
7463name = "windows-sys"
7464version = "0.48.0"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
7467dependencies = [
7468 "windows-targets 0.48.5",
7469]
7470
7471[[package]]
7472name = "windows-sys"
7473version = "0.52.0"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7476dependencies = [
7477 "windows-targets 0.52.6",
7478]
7479
7480[[package]]
7481name = "windows-sys"
7482version = "0.59.0"
7483source = "registry+https://github.com/rust-lang/crates.io-index"
7484checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7485dependencies = [
7486 "windows-targets 0.52.6",
7487]
7488
7489[[package]]
7490name = "windows-targets"
7491version = "0.42.2"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7494dependencies = [
7495 "windows_aarch64_gnullvm 0.42.2",
7496 "windows_aarch64_msvc 0.42.2",
7497 "windows_i686_gnu 0.42.2",
7498 "windows_i686_msvc 0.42.2",
7499 "windows_x86_64_gnu 0.42.2",
7500 "windows_x86_64_gnullvm 0.42.2",
7501 "windows_x86_64_msvc 0.42.2",
7502]
7503
7504[[package]]
7505name = "windows-targets"
7506version = "0.48.5"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
7509dependencies = [
7510 "windows_aarch64_gnullvm 0.48.5",
7511 "windows_aarch64_msvc 0.48.5",
7512 "windows_i686_gnu 0.48.5",
7513 "windows_i686_msvc 0.48.5",
7514 "windows_x86_64_gnu 0.48.5",
7515 "windows_x86_64_gnullvm 0.48.5",
7516 "windows_x86_64_msvc 0.48.5",
7517]
7518
7519[[package]]
7520name = "windows-targets"
7521version = "0.52.6"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7524dependencies = [
7525 "windows_aarch64_gnullvm 0.52.6",
7526 "windows_aarch64_msvc 0.52.6",
7527 "windows_i686_gnu 0.52.6",
7528 "windows_i686_gnullvm 0.52.6",
7529 "windows_i686_msvc 0.52.6",
7530 "windows_x86_64_gnu 0.52.6",
7531 "windows_x86_64_gnullvm 0.52.6",
7532 "windows_x86_64_msvc 0.52.6",
7533]
7534
7535[[package]]
7536name = "windows-targets"
7537version = "0.53.0"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
7540dependencies = [
7541 "windows_aarch64_gnullvm 0.53.0",
7542 "windows_aarch64_msvc 0.53.0",
7543 "windows_i686_gnu 0.53.0",
7544 "windows_i686_gnullvm 0.53.0",
7545 "windows_i686_msvc 0.53.0",
7546 "windows_x86_64_gnu 0.53.0",
7547 "windows_x86_64_gnullvm 0.53.0",
7548 "windows_x86_64_msvc 0.53.0",
7549]
7550
7551[[package]]
7552name = "windows_aarch64_gnullvm"
7553version = "0.42.2"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7556
7557[[package]]
7558name = "windows_aarch64_gnullvm"
7559version = "0.48.5"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7562
7563[[package]]
7564name = "windows_aarch64_gnullvm"
7565version = "0.52.6"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7568
7569[[package]]
7570name = "windows_aarch64_gnullvm"
7571version = "0.53.0"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
7574
7575[[package]]
7576name = "windows_aarch64_msvc"
7577version = "0.42.2"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7580
7581[[package]]
7582name = "windows_aarch64_msvc"
7583version = "0.48.5"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7586
7587[[package]]
7588name = "windows_aarch64_msvc"
7589version = "0.52.6"
7590source = "registry+https://github.com/rust-lang/crates.io-index"
7591checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7592
7593[[package]]
7594name = "windows_aarch64_msvc"
7595version = "0.53.0"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
7598
7599[[package]]
7600name = "windows_i686_gnu"
7601version = "0.42.2"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7604
7605[[package]]
7606name = "windows_i686_gnu"
7607version = "0.48.5"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7610
7611[[package]]
7612name = "windows_i686_gnu"
7613version = "0.52.6"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7616
7617[[package]]
7618name = "windows_i686_gnu"
7619version = "0.53.0"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
7622
7623[[package]]
7624name = "windows_i686_gnullvm"
7625version = "0.52.6"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7628
7629[[package]]
7630name = "windows_i686_gnullvm"
7631version = "0.53.0"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
7634
7635[[package]]
7636name = "windows_i686_msvc"
7637version = "0.42.2"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7640
7641[[package]]
7642name = "windows_i686_msvc"
7643version = "0.48.5"
7644source = "registry+https://github.com/rust-lang/crates.io-index"
7645checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7646
7647[[package]]
7648name = "windows_i686_msvc"
7649version = "0.52.6"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7652
7653[[package]]
7654name = "windows_i686_msvc"
7655version = "0.53.0"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
7658
7659[[package]]
7660name = "windows_x86_64_gnu"
7661version = "0.42.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7664
7665[[package]]
7666name = "windows_x86_64_gnu"
7667version = "0.48.5"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7670
7671[[package]]
7672name = "windows_x86_64_gnu"
7673version = "0.52.6"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7676
7677[[package]]
7678name = "windows_x86_64_gnu"
7679version = "0.53.0"
7680source = "registry+https://github.com/rust-lang/crates.io-index"
7681checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
7682
7683[[package]]
7684name = "windows_x86_64_gnullvm"
7685version = "0.42.2"
7686source = "registry+https://github.com/rust-lang/crates.io-index"
7687checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
7688
7689[[package]]
7690name = "windows_x86_64_gnullvm"
7691version = "0.48.5"
7692source = "registry+https://github.com/rust-lang/crates.io-index"
7693checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7694
7695[[package]]
7696name = "windows_x86_64_gnullvm"
7697version = "0.52.6"
7698source = "registry+https://github.com/rust-lang/crates.io-index"
7699checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7700
7701[[package]]
7702name = "windows_x86_64_gnullvm"
7703version = "0.53.0"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
7706
7707[[package]]
7708name = "windows_x86_64_msvc"
7709version = "0.42.2"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
7712
7713[[package]]
7714name = "windows_x86_64_msvc"
7715version = "0.48.5"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7718
7719[[package]]
7720name = "windows_x86_64_msvc"
7721version = "0.52.6"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7724
7725[[package]]
7726name = "windows_x86_64_msvc"
7727version = "0.53.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
7730
7731[[package]]
7732name = "winnow"
7733version = "0.7.10"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
7736dependencies = [
7737 "memchr",
7738]
7739
7740[[package]]
7741name = "winreg"
7742version = "0.8.0"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
7745dependencies = [
7746 "winapi",
7747]
7748
7749[[package]]
7750name = "wit-bindgen-rt"
7751version = "0.39.0"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
7754dependencies = [
7755 "bitflags 2.9.1",
7756]
7757
7758[[package]]
7759name = "writeable"
7760version = "0.6.1"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
7763
7764[[package]]
7765name = "wyz"
7766version = "0.5.1"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
7769dependencies = [
7770 "tap",
7771]
7772
7773[[package]]
7774name = "xataid_extension"
7775version = "0.0.0"
7776dependencies = [
7777 "pgrx",
7778 "pgrx-tests",
7779 "xid",
7780]
7781
7782[[package]]
7783name = "xattr"
7784version = "1.5.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
7787dependencies = [
7788 "libc",
7789 "rustix 1.0.7",
7790]
7791
7792[[package]]
7793name = "xid"
7794version = "1.1.1"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "3752a194518cdee5d019812fb7978c51d8f0b7cfe9ace5983df1780964bb84c0"
7797dependencies = [
7798 "crc32fast",
7799 "hostname",
7800 "md5",
7801 "once_cell",
7802 "rand 0.8.5",
7803 "sysctl",
7804 "thiserror 1.0.69",
7805 "winreg",
7806]
7807
7808[[package]]
7809name = "xxhash-rust"
7810version = "0.8.15"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
7813
7814[[package]]
7815name = "yoke"
7816version = "0.8.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
7819dependencies = [
7820 "serde",
7821 "stable_deref_trait",
7822 "yoke-derive",
7823 "zerofrom",
7824]
7825
7826[[package]]
7827name = "yoke-derive"
7828version = "0.8.0"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
7831dependencies = [
7832 "proc-macro2",
7833 "quote",
7834 "syn 2.0.101",
7835 "synstructure",
7836]
7837
7838[[package]]
7839name = "zerocopy"
7840version = "0.8.25"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
7843dependencies = [
7844 "zerocopy-derive",
7845]
7846
7847[[package]]
7848name = "zerocopy-derive"
7849version = "0.8.25"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
7852dependencies = [
7853 "proc-macro2",
7854 "quote",
7855 "syn 2.0.101",
7856]
7857
7858[[package]]
7859name = "zerofrom"
7860version = "0.1.6"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
7863dependencies = [
7864 "zerofrom-derive",
7865]
7866
7867[[package]]
7868name = "zerofrom-derive"
7869version = "0.1.6"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
7872dependencies = [
7873 "proc-macro2",
7874 "quote",
7875 "syn 2.0.101",
7876 "synstructure",
7877]
7878
7879[[package]]
7880name = "zeroize"
7881version = "1.8.1"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
7884
7885[[package]]
7886name = "zerotrie"
7887version = "0.2.2"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
7890dependencies = [
7891 "displaydoc",
7892 "yoke",
7893 "zerofrom",
7894]
7895
7896[[package]]
7897name = "zerovec"
7898version = "0.11.2"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
7901dependencies = [
7902 "yoke",
7903 "zerofrom",
7904 "zerovec-derive",
7905]
7906
7907[[package]]
7908name = "zerovec-derive"
7909version = "0.11.1"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
7912dependencies = [
7913 "proc-macro2",
7914 "quote",
7915 "syn 2.0.101",
7916]
7917
7918[[package]]
7919name = "zstd"
7920version = "0.13.3"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
7923dependencies = [
7924 "zstd-safe",
7925]
7926
7927[[package]]
7928name = "zstd-safe"
7929version = "7.2.4"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
7932dependencies = [
7933 "zstd-sys",
7934]
7935
7936[[package]]
7937name = "zstd-sys"
7938version = "2.0.15+zstd.1.5.7"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
7941dependencies = [
7942 "cc",
7943 "pkg-config",
7944]