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