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