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