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