A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
97
fork

Configure Feed

Select the types of activity you want to include in your feed.

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