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