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