repos
/ finance-rust master

finance-rust

mirror archived upstream

Single-binary self-hosted market watcher for stocks, ETFs, indexes, and futures: live charts, key stats, fundamentals, SEC filings, and SSE streaming.

axumdockerfinancerustself-hostedsqlitestocksvite

74.4 KB · 3075 lines Raw History
   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 4
   4
   5[[package]]
   6name = "adler2"
   7version = "2.0.1"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  10
  11[[package]]
  12name = "aho-corasick"
  13version = "1.1.4"
  14source = "registry+https://github.com/rust-lang/crates.io-index"
  15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
  16dependencies = [
  17 "memchr",
  18]
  19
  20[[package]]
  21name = "alloc-no-stdlib"
  22version = "2.0.4"
  23source = "registry+https://github.com/rust-lang/crates.io-index"
  24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  25
  26[[package]]
  27name = "alloc-stdlib"
  28version = "0.2.2"
  29source = "registry+https://github.com/rust-lang/crates.io-index"
  30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  31dependencies = [
  32 "alloc-no-stdlib",
  33]
  34
  35[[package]]
  36name = "allocator-api2"
  37version = "0.2.21"
  38source = "registry+https://github.com/rust-lang/crates.io-index"
  39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  40
  41[[package]]
  42name = "android_system_properties"
  43version = "0.1.5"
  44source = "registry+https://github.com/rust-lang/crates.io-index"
  45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  46dependencies = [
  47 "libc",
  48]
  49
  50[[package]]
  51name = "anyhow"
  52version = "1.0.102"
  53source = "registry+https://github.com/rust-lang/crates.io-index"
  54checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
  55
  56[[package]]
  57name = "async-compression"
  58version = "0.4.42"
  59source = "registry+https://github.com/rust-lang/crates.io-index"
  60checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
  61dependencies = [
  62 "compression-codecs",
  63 "compression-core",
  64 "pin-project-lite",
  65 "tokio",
  66]
  67
  68[[package]]
  69name = "async-stream"
  70version = "0.3.6"
  71source = "registry+https://github.com/rust-lang/crates.io-index"
  72checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  73dependencies = [
  74 "async-stream-impl",
  75 "futures-core",
  76 "pin-project-lite",
  77]
  78
  79[[package]]
  80name = "async-stream-impl"
  81version = "0.3.6"
  82source = "registry+https://github.com/rust-lang/crates.io-index"
  83checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  84dependencies = [
  85 "proc-macro2",
  86 "quote",
  87 "syn",
  88]
  89
  90[[package]]
  91name = "async-trait"
  92version = "0.1.89"
  93source = "registry+https://github.com/rust-lang/crates.io-index"
  94checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
  95dependencies = [
  96 "proc-macro2",
  97 "quote",
  98 "syn",
  99]
 100
 101[[package]]
 102name = "atoi"
 103version = "2.0.0"
 104source = "registry+https://github.com/rust-lang/crates.io-index"
 105checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 106dependencies = [
 107 "num-traits",
 108]
 109
 110[[package]]
 111name = "atomic-waker"
 112version = "1.1.2"
 113source = "registry+https://github.com/rust-lang/crates.io-index"
 114checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 115
 116[[package]]
 117name = "autocfg"
 118version = "1.5.0"
 119source = "registry+https://github.com/rust-lang/crates.io-index"
 120checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 121
 122[[package]]
 123name = "axum"
 124version = "0.8.9"
 125source = "registry+https://github.com/rust-lang/crates.io-index"
 126checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
 127dependencies = [
 128 "axum-core",
 129 "axum-macros",
 130 "bytes",
 131 "form_urlencoded",
 132 "futures-util",
 133 "http",
 134 "http-body",
 135 "http-body-util",
 136 "hyper",
 137 "hyper-util",
 138 "itoa",
 139 "matchit",
 140 "memchr",
 141 "mime",
 142 "percent-encoding",
 143 "pin-project-lite",
 144 "serde_core",
 145 "serde_json",
 146 "serde_path_to_error",
 147 "serde_urlencoded",
 148 "sync_wrapper",
 149 "tokio",
 150 "tower",
 151 "tower-layer",
 152 "tower-service",
 153 "tracing",
 154]
 155
 156[[package]]
 157name = "axum-core"
 158version = "0.5.6"
 159source = "registry+https://github.com/rust-lang/crates.io-index"
 160checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
 161dependencies = [
 162 "bytes",
 163 "futures-core",
 164 "http",
 165 "http-body",
 166 "http-body-util",
 167 "mime",
 168 "pin-project-lite",
 169 "sync_wrapper",
 170 "tower-layer",
 171 "tower-service",
 172 "tracing",
 173]
 174
 175[[package]]
 176name = "axum-macros"
 177version = "0.5.1"
 178source = "registry+https://github.com/rust-lang/crates.io-index"
 179checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca"
 180dependencies = [
 181 "proc-macro2",
 182 "quote",
 183 "syn",
 184]
 185
 186[[package]]
 187name = "base64"
 188version = "0.22.1"
 189source = "registry+https://github.com/rust-lang/crates.io-index"
 190checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 191
 192[[package]]
 193name = "base64ct"
 194version = "1.8.3"
 195source = "registry+https://github.com/rust-lang/crates.io-index"
 196checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
 197
 198[[package]]
 199name = "bitflags"
 200version = "2.11.1"
 201source = "registry+https://github.com/rust-lang/crates.io-index"
 202checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
 203dependencies = [
 204 "serde_core",
 205]
 206
 207[[package]]
 208name = "block-buffer"
 209version = "0.10.4"
 210source = "registry+https://github.com/rust-lang/crates.io-index"
 211checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 212dependencies = [
 213 "generic-array",
 214]
 215
 216[[package]]
 217name = "brotli"
 218version = "8.0.2"
 219source = "registry+https://github.com/rust-lang/crates.io-index"
 220checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
 221dependencies = [
 222 "alloc-no-stdlib",
 223 "alloc-stdlib",
 224 "brotli-decompressor",
 225]
 226
 227[[package]]
 228name = "brotli-decompressor"
 229version = "5.0.0"
 230source = "registry+https://github.com/rust-lang/crates.io-index"
 231checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
 232dependencies = [
 233 "alloc-no-stdlib",
 234 "alloc-stdlib",
 235]
 236
 237[[package]]
 238name = "bumpalo"
 239version = "3.20.2"
 240source = "registry+https://github.com/rust-lang/crates.io-index"
 241checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
 242
 243[[package]]
 244name = "byteorder"
 245version = "1.5.0"
 246source = "registry+https://github.com/rust-lang/crates.io-index"
 247checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 248
 249[[package]]
 250name = "bytes"
 251version = "1.11.1"
 252source = "registry+https://github.com/rust-lang/crates.io-index"
 253checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 254
 255[[package]]
 256name = "cc"
 257version = "1.2.62"
 258source = "registry+https://github.com/rust-lang/crates.io-index"
 259checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
 260dependencies = [
 261 "find-msvc-tools",
 262 "shlex",
 263]
 264
 265[[package]]
 266name = "cfg-if"
 267version = "1.0.4"
 268source = "registry+https://github.com/rust-lang/crates.io-index"
 269checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 270
 271[[package]]
 272name = "cfg_aliases"
 273version = "0.2.1"
 274source = "registry+https://github.com/rust-lang/crates.io-index"
 275checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 276
 277[[package]]
 278name = "chrono"
 279version = "0.4.44"
 280source = "registry+https://github.com/rust-lang/crates.io-index"
 281checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
 282dependencies = [
 283 "iana-time-zone",
 284 "js-sys",
 285 "num-traits",
 286 "serde",
 287 "wasm-bindgen",
 288 "windows-link",
 289]
 290
 291[[package]]
 292name = "chrono-tz"
 293version = "0.10.4"
 294source = "registry+https://github.com/rust-lang/crates.io-index"
 295checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
 296dependencies = [
 297 "chrono",
 298 "phf",
 299]
 300
 301[[package]]
 302name = "compression-codecs"
 303version = "0.4.38"
 304source = "registry+https://github.com/rust-lang/crates.io-index"
 305checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
 306dependencies = [
 307 "brotli",
 308 "compression-core",
 309 "flate2",
 310 "memchr",
 311]
 312
 313[[package]]
 314name = "compression-core"
 315version = "0.4.32"
 316source = "registry+https://github.com/rust-lang/crates.io-index"
 317checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
 318
 319[[package]]
 320name = "concurrent-queue"
 321version = "2.5.0"
 322source = "registry+https://github.com/rust-lang/crates.io-index"
 323checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 324dependencies = [
 325 "crossbeam-utils",
 326]
 327
 328[[package]]
 329name = "const-oid"
 330version = "0.9.6"
 331source = "registry+https://github.com/rust-lang/crates.io-index"
 332checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 333
 334[[package]]
 335name = "cookie"
 336version = "0.18.1"
 337source = "registry+https://github.com/rust-lang/crates.io-index"
 338checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
 339dependencies = [
 340 "percent-encoding",
 341 "time",
 342 "version_check",
 343]
 344
 345[[package]]
 346name = "cookie_store"
 347version = "0.22.1"
 348source = "registry+https://github.com/rust-lang/crates.io-index"
 349checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
 350dependencies = [
 351 "cookie",
 352 "document-features",
 353 "idna",
 354 "log",
 355 "publicsuffix",
 356 "serde",
 357 "serde_derive",
 358 "serde_json",
 359 "time",
 360 "url",
 361]
 362
 363[[package]]
 364name = "core-foundation-sys"
 365version = "0.8.7"
 366source = "registry+https://github.com/rust-lang/crates.io-index"
 367checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 368
 369[[package]]
 370name = "cpufeatures"
 371version = "0.2.17"
 372source = "registry+https://github.com/rust-lang/crates.io-index"
 373checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 374dependencies = [
 375 "libc",
 376]
 377
 378[[package]]
 379name = "crc"
 380version = "3.4.0"
 381source = "registry+https://github.com/rust-lang/crates.io-index"
 382checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
 383dependencies = [
 384 "crc-catalog",
 385]
 386
 387[[package]]
 388name = "crc-catalog"
 389version = "2.5.0"
 390source = "registry+https://github.com/rust-lang/crates.io-index"
 391checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
 392
 393[[package]]
 394name = "crc32fast"
 395version = "1.5.0"
 396source = "registry+https://github.com/rust-lang/crates.io-index"
 397checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 398dependencies = [
 399 "cfg-if",
 400]
 401
 402[[package]]
 403name = "crossbeam-queue"
 404version = "0.3.12"
 405source = "registry+https://github.com/rust-lang/crates.io-index"
 406checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 407dependencies = [
 408 "crossbeam-utils",
 409]
 410
 411[[package]]
 412name = "crossbeam-utils"
 413version = "0.8.21"
 414source = "registry+https://github.com/rust-lang/crates.io-index"
 415checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 416
 417[[package]]
 418name = "crypto-common"
 419version = "0.1.7"
 420source = "registry+https://github.com/rust-lang/crates.io-index"
 421checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
 422dependencies = [
 423 "generic-array",
 424 "typenum",
 425]
 426
 427[[package]]
 428name = "csv"
 429version = "1.4.0"
 430source = "registry+https://github.com/rust-lang/crates.io-index"
 431checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
 432dependencies = [
 433 "csv-core",
 434 "itoa",
 435 "ryu",
 436 "serde_core",
 437]
 438
 439[[package]]
 440name = "csv-core"
 441version = "0.1.13"
 442source = "registry+https://github.com/rust-lang/crates.io-index"
 443checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
 444dependencies = [
 445 "memchr",
 446]
 447
 448[[package]]
 449name = "der"
 450version = "0.7.10"
 451source = "registry+https://github.com/rust-lang/crates.io-index"
 452checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 453dependencies = [
 454 "const-oid",
 455 "pem-rfc7468",
 456 "zeroize",
 457]
 458
 459[[package]]
 460name = "deranged"
 461version = "0.5.8"
 462source = "registry+https://github.com/rust-lang/crates.io-index"
 463checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
 464dependencies = [
 465 "powerfmt",
 466]
 467
 468[[package]]
 469name = "digest"
 470version = "0.10.7"
 471source = "registry+https://github.com/rust-lang/crates.io-index"
 472checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 473dependencies = [
 474 "block-buffer",
 475 "const-oid",
 476 "crypto-common",
 477 "subtle",
 478]
 479
 480[[package]]
 481name = "displaydoc"
 482version = "0.2.5"
 483source = "registry+https://github.com/rust-lang/crates.io-index"
 484checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 485dependencies = [
 486 "proc-macro2",
 487 "quote",
 488 "syn",
 489]
 490
 491[[package]]
 492name = "document-features"
 493version = "0.2.12"
 494source = "registry+https://github.com/rust-lang/crates.io-index"
 495checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 496dependencies = [
 497 "litrs",
 498]
 499
 500[[package]]
 501name = "dotenvy"
 502version = "0.15.7"
 503source = "registry+https://github.com/rust-lang/crates.io-index"
 504checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 505
 506[[package]]
 507name = "either"
 508version = "1.16.0"
 509source = "registry+https://github.com/rust-lang/crates.io-index"
 510checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
 511dependencies = [
 512 "serde",
 513]
 514
 515[[package]]
 516name = "equivalent"
 517version = "1.0.2"
 518source = "registry+https://github.com/rust-lang/crates.io-index"
 519checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 520
 521[[package]]
 522name = "errno"
 523version = "0.3.14"
 524source = "registry+https://github.com/rust-lang/crates.io-index"
 525checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 526dependencies = [
 527 "libc",
 528 "windows-sys 0.61.2",
 529]
 530
 531[[package]]
 532name = "etcetera"
 533version = "0.8.0"
 534source = "registry+https://github.com/rust-lang/crates.io-index"
 535checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 536dependencies = [
 537 "cfg-if",
 538 "home",
 539 "windows-sys 0.48.0",
 540]
 541
 542[[package]]
 543name = "event-listener"
 544version = "5.4.1"
 545source = "registry+https://github.com/rust-lang/crates.io-index"
 546checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 547dependencies = [
 548 "concurrent-queue",
 549 "parking",
 550 "pin-project-lite",
 551]
 552
 553[[package]]
 554name = "finance"
 555version = "0.1.0"
 556dependencies = [
 557 "anyhow",
 558 "async-stream",
 559 "async-trait",
 560 "axum",
 561 "chrono",
 562 "chrono-tz",
 563 "csv",
 564 "dotenvy",
 565 "futures-util",
 566 "minijinja",
 567 "quick-xml",
 568 "reqwest",
 569 "serde",
 570 "serde_json",
 571 "sqlx",
 572 "thiserror",
 573 "tokio",
 574 "tokio-stream",
 575 "tower",
 576 "tower-http",
 577 "tracing",
 578 "tracing-subscriber",
 579 "urlencoding",
 580]
 581
 582[[package]]
 583name = "find-msvc-tools"
 584version = "0.1.9"
 585source = "registry+https://github.com/rust-lang/crates.io-index"
 586checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
 587
 588[[package]]
 589name = "flate2"
 590version = "1.1.9"
 591source = "registry+https://github.com/rust-lang/crates.io-index"
 592checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
 593dependencies = [
 594 "crc32fast",
 595 "miniz_oxide",
 596]
 597
 598[[package]]
 599name = "flume"
 600version = "0.11.1"
 601source = "registry+https://github.com/rust-lang/crates.io-index"
 602checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 603dependencies = [
 604 "futures-core",
 605 "futures-sink",
 606 "spin",
 607]
 608
 609[[package]]
 610name = "foldhash"
 611version = "0.1.5"
 612source = "registry+https://github.com/rust-lang/crates.io-index"
 613checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 614
 615[[package]]
 616name = "form_urlencoded"
 617version = "1.2.2"
 618source = "registry+https://github.com/rust-lang/crates.io-index"
 619checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 620dependencies = [
 621 "percent-encoding",
 622]
 623
 624[[package]]
 625name = "futures-channel"
 626version = "0.3.32"
 627source = "registry+https://github.com/rust-lang/crates.io-index"
 628checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 629dependencies = [
 630 "futures-core",
 631 "futures-sink",
 632]
 633
 634[[package]]
 635name = "futures-core"
 636version = "0.3.32"
 637source = "registry+https://github.com/rust-lang/crates.io-index"
 638checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 639
 640[[package]]
 641name = "futures-executor"
 642version = "0.3.32"
 643source = "registry+https://github.com/rust-lang/crates.io-index"
 644checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 645dependencies = [
 646 "futures-core",
 647 "futures-task",
 648 "futures-util",
 649]
 650
 651[[package]]
 652name = "futures-intrusive"
 653version = "0.5.0"
 654source = "registry+https://github.com/rust-lang/crates.io-index"
 655checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 656dependencies = [
 657 "futures-core",
 658 "lock_api",
 659 "parking_lot",
 660]
 661
 662[[package]]
 663name = "futures-io"
 664version = "0.3.32"
 665source = "registry+https://github.com/rust-lang/crates.io-index"
 666checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 667
 668[[package]]
 669name = "futures-macro"
 670version = "0.3.32"
 671source = "registry+https://github.com/rust-lang/crates.io-index"
 672checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 673dependencies = [
 674 "proc-macro2",
 675 "quote",
 676 "syn",
 677]
 678
 679[[package]]
 680name = "futures-sink"
 681version = "0.3.32"
 682source = "registry+https://github.com/rust-lang/crates.io-index"
 683checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 684
 685[[package]]
 686name = "futures-task"
 687version = "0.3.32"
 688source = "registry+https://github.com/rust-lang/crates.io-index"
 689checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 690
 691[[package]]
 692name = "futures-util"
 693version = "0.3.32"
 694source = "registry+https://github.com/rust-lang/crates.io-index"
 695checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 696dependencies = [
 697 "futures-core",
 698 "futures-io",
 699 "futures-macro",
 700 "futures-sink",
 701 "futures-task",
 702 "memchr",
 703 "pin-project-lite",
 704 "slab",
 705]
 706
 707[[package]]
 708name = "generic-array"
 709version = "0.14.7"
 710source = "registry+https://github.com/rust-lang/crates.io-index"
 711checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 712dependencies = [
 713 "typenum",
 714 "version_check",
 715]
 716
 717[[package]]
 718name = "getrandom"
 719version = "0.2.17"
 720source = "registry+https://github.com/rust-lang/crates.io-index"
 721checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
 722dependencies = [
 723 "cfg-if",
 724 "js-sys",
 725 "libc",
 726 "wasi",
 727 "wasm-bindgen",
 728]
 729
 730[[package]]
 731name = "getrandom"
 732version = "0.3.4"
 733source = "registry+https://github.com/rust-lang/crates.io-index"
 734checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 735dependencies = [
 736 "cfg-if",
 737 "js-sys",
 738 "libc",
 739 "r-efi",
 740 "wasip2",
 741 "wasm-bindgen",
 742]
 743
 744[[package]]
 745name = "hashbrown"
 746version = "0.15.5"
 747source = "registry+https://github.com/rust-lang/crates.io-index"
 748checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 749dependencies = [
 750 "allocator-api2",
 751 "equivalent",
 752 "foldhash",
 753]
 754
 755[[package]]
 756name = "hashbrown"
 757version = "0.17.1"
 758source = "registry+https://github.com/rust-lang/crates.io-index"
 759checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
 760
 761[[package]]
 762name = "hashlink"
 763version = "0.10.0"
 764source = "registry+https://github.com/rust-lang/crates.io-index"
 765checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 766dependencies = [
 767 "hashbrown 0.15.5",
 768]
 769
 770[[package]]
 771name = "heck"
 772version = "0.5.0"
 773source = "registry+https://github.com/rust-lang/crates.io-index"
 774checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 775
 776[[package]]
 777name = "hex"
 778version = "0.4.3"
 779source = "registry+https://github.com/rust-lang/crates.io-index"
 780checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 781
 782[[package]]
 783name = "hkdf"
 784version = "0.12.4"
 785source = "registry+https://github.com/rust-lang/crates.io-index"
 786checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 787dependencies = [
 788 "hmac",
 789]
 790
 791[[package]]
 792name = "hmac"
 793version = "0.12.1"
 794source = "registry+https://github.com/rust-lang/crates.io-index"
 795checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 796dependencies = [
 797 "digest",
 798]
 799
 800[[package]]
 801name = "home"
 802version = "0.5.12"
 803source = "registry+https://github.com/rust-lang/crates.io-index"
 804checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
 805dependencies = [
 806 "windows-sys 0.61.2",
 807]
 808
 809[[package]]
 810name = "http"
 811version = "1.4.0"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
 814dependencies = [
 815 "bytes",
 816 "itoa",
 817]
 818
 819[[package]]
 820name = "http-body"
 821version = "1.0.1"
 822source = "registry+https://github.com/rust-lang/crates.io-index"
 823checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 824dependencies = [
 825 "bytes",
 826 "http",
 827]
 828
 829[[package]]
 830name = "http-body-util"
 831version = "0.1.3"
 832source = "registry+https://github.com/rust-lang/crates.io-index"
 833checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 834dependencies = [
 835 "bytes",
 836 "futures-core",
 837 "http",
 838 "http-body",
 839 "pin-project-lite",
 840]
 841
 842[[package]]
 843name = "http-range-header"
 844version = "0.4.2"
 845source = "registry+https://github.com/rust-lang/crates.io-index"
 846checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
 847
 848[[package]]
 849name = "httparse"
 850version = "1.10.1"
 851source = "registry+https://github.com/rust-lang/crates.io-index"
 852checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 853
 854[[package]]
 855name = "httpdate"
 856version = "1.0.3"
 857source = "registry+https://github.com/rust-lang/crates.io-index"
 858checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 859
 860[[package]]
 861name = "hyper"
 862version = "1.9.0"
 863source = "registry+https://github.com/rust-lang/crates.io-index"
 864checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
 865dependencies = [
 866 "atomic-waker",
 867 "bytes",
 868 "futures-channel",
 869 "futures-core",
 870 "http",
 871 "http-body",
 872 "httparse",
 873 "httpdate",
 874 "itoa",
 875 "pin-project-lite",
 876 "smallvec",
 877 "tokio",
 878 "want",
 879]
 880
 881[[package]]
 882name = "hyper-rustls"
 883version = "0.27.9"
 884source = "registry+https://github.com/rust-lang/crates.io-index"
 885checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
 886dependencies = [
 887 "http",
 888 "hyper",
 889 "hyper-util",
 890 "rustls",
 891 "tokio",
 892 "tokio-rustls",
 893 "tower-service",
 894 "webpki-roots",
 895]
 896
 897[[package]]
 898name = "hyper-util"
 899version = "0.1.20"
 900source = "registry+https://github.com/rust-lang/crates.io-index"
 901checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
 902dependencies = [
 903 "base64",
 904 "bytes",
 905 "futures-channel",
 906 "futures-util",
 907 "http",
 908 "http-body",
 909 "hyper",
 910 "ipnet",
 911 "libc",
 912 "percent-encoding",
 913 "pin-project-lite",
 914 "socket2",
 915 "tokio",
 916 "tower-service",
 917 "tracing",
 918]
 919
 920[[package]]
 921name = "iana-time-zone"
 922version = "0.1.65"
 923source = "registry+https://github.com/rust-lang/crates.io-index"
 924checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
 925dependencies = [
 926 "android_system_properties",
 927 "core-foundation-sys",
 928 "iana-time-zone-haiku",
 929 "js-sys",
 930 "log",
 931 "wasm-bindgen",
 932 "windows-core",
 933]
 934
 935[[package]]
 936name = "iana-time-zone-haiku"
 937version = "0.1.2"
 938source = "registry+https://github.com/rust-lang/crates.io-index"
 939checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 940dependencies = [
 941 "cc",
 942]
 943
 944[[package]]
 945name = "icu_collections"
 946version = "2.2.0"
 947source = "registry+https://github.com/rust-lang/crates.io-index"
 948checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
 949dependencies = [
 950 "displaydoc",
 951 "potential_utf",
 952 "utf8_iter",
 953 "yoke",
 954 "zerofrom",
 955 "zerovec",
 956]
 957
 958[[package]]
 959name = "icu_locale_core"
 960version = "2.2.0"
 961source = "registry+https://github.com/rust-lang/crates.io-index"
 962checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
 963dependencies = [
 964 "displaydoc",
 965 "litemap",
 966 "tinystr",
 967 "writeable",
 968 "zerovec",
 969]
 970
 971[[package]]
 972name = "icu_normalizer"
 973version = "2.2.0"
 974source = "registry+https://github.com/rust-lang/crates.io-index"
 975checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
 976dependencies = [
 977 "icu_collections",
 978 "icu_normalizer_data",
 979 "icu_properties",
 980 "icu_provider",
 981 "smallvec",
 982 "zerovec",
 983]
 984
 985[[package]]
 986name = "icu_normalizer_data"
 987version = "2.2.0"
 988source = "registry+https://github.com/rust-lang/crates.io-index"
 989checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
 990
 991[[package]]
 992name = "icu_properties"
 993version = "2.2.0"
 994source = "registry+https://github.com/rust-lang/crates.io-index"
 995checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
 996dependencies = [
 997 "icu_collections",
 998 "icu_locale_core",
 999 "icu_properties_data",
1000 "icu_provider",
1001 "zerotrie",
1002 "zerovec",
1003]
1004
1005[[package]]
1006name = "icu_properties_data"
1007version = "2.2.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1010
1011[[package]]
1012name = "icu_provider"
1013version = "2.2.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1016dependencies = [
1017 "displaydoc",
1018 "icu_locale_core",
1019 "writeable",
1020 "yoke",
1021 "zerofrom",
1022 "zerotrie",
1023 "zerovec",
1024]
1025
1026[[package]]
1027name = "idna"
1028version = "1.1.0"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1031dependencies = [
1032 "idna_adapter",
1033 "smallvec",
1034 "utf8_iter",
1035]
1036
1037[[package]]
1038name = "idna_adapter"
1039version = "1.2.2"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1042dependencies = [
1043 "icu_normalizer",
1044 "icu_properties",
1045]
1046
1047[[package]]
1048name = "indexmap"
1049version = "2.14.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1052dependencies = [
1053 "equivalent",
1054 "hashbrown 0.17.1",
1055]
1056
1057[[package]]
1058name = "ipnet"
1059version = "2.12.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1062
1063[[package]]
1064name = "itoa"
1065version = "1.0.18"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1068
1069[[package]]
1070name = "js-sys"
1071version = "0.3.98"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
1074dependencies = [
1075 "cfg-if",
1076 "futures-util",
1077 "once_cell",
1078 "wasm-bindgen",
1079]
1080
1081[[package]]
1082name = "lazy_static"
1083version = "1.5.0"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1086dependencies = [
1087 "spin",
1088]
1089
1090[[package]]
1091name = "libc"
1092version = "0.2.186"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1095
1096[[package]]
1097name = "libm"
1098version = "0.2.16"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1101
1102[[package]]
1103name = "libredox"
1104version = "0.1.16"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1107dependencies = [
1108 "bitflags",
1109 "libc",
1110 "plain",
1111 "redox_syscall 0.7.5",
1112]
1113
1114[[package]]
1115name = "libsqlite3-sys"
1116version = "0.30.1"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1119dependencies = [
1120 "cc",
1121 "pkg-config",
1122 "vcpkg",
1123]
1124
1125[[package]]
1126name = "litemap"
1127version = "0.8.2"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1130
1131[[package]]
1132name = "litrs"
1133version = "1.0.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1136
1137[[package]]
1138name = "lock_api"
1139version = "0.4.14"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1142dependencies = [
1143 "scopeguard",
1144]
1145
1146[[package]]
1147name = "log"
1148version = "0.4.29"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1151
1152[[package]]
1153name = "lru-slab"
1154version = "0.1.2"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1157
1158[[package]]
1159name = "matchers"
1160version = "0.2.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1163dependencies = [
1164 "regex-automata",
1165]
1166
1167[[package]]
1168name = "matchit"
1169version = "0.8.4"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1172
1173[[package]]
1174name = "md-5"
1175version = "0.10.6"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1178dependencies = [
1179 "cfg-if",
1180 "digest",
1181]
1182
1183[[package]]
1184name = "memchr"
1185version = "2.8.0"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1188
1189[[package]]
1190name = "memo-map"
1191version = "0.3.3"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1194
1195[[package]]
1196name = "mime"
1197version = "0.3.17"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1200
1201[[package]]
1202name = "mime_guess"
1203version = "2.0.5"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1206dependencies = [
1207 "mime",
1208 "unicase",
1209]
1210
1211[[package]]
1212name = "minijinja"
1213version = "2.20.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "2929e494b2280e1e18959bb2e121da03347ae896896fdfaceaab43c88a02803f"
1216dependencies = [
1217 "memo-map",
1218 "serde",
1219 "serde_json",
1220]
1221
1222[[package]]
1223name = "miniz_oxide"
1224version = "0.8.9"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1227dependencies = [
1228 "adler2",
1229 "simd-adler32",
1230]
1231
1232[[package]]
1233name = "mio"
1234version = "1.2.0"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1237dependencies = [
1238 "libc",
1239 "wasi",
1240 "windows-sys 0.61.2",
1241]
1242
1243[[package]]
1244name = "nu-ansi-term"
1245version = "0.50.3"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1248dependencies = [
1249 "windows-sys 0.61.2",
1250]
1251
1252[[package]]
1253name = "num-bigint-dig"
1254version = "0.8.6"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1257dependencies = [
1258 "lazy_static",
1259 "libm",
1260 "num-integer",
1261 "num-iter",
1262 "num-traits",
1263 "rand 0.8.6",
1264 "smallvec",
1265 "zeroize",
1266]
1267
1268[[package]]
1269name = "num-conv"
1270version = "0.2.1"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1273
1274[[package]]
1275name = "num-integer"
1276version = "0.1.46"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1279dependencies = [
1280 "num-traits",
1281]
1282
1283[[package]]
1284name = "num-iter"
1285version = "0.1.45"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1288dependencies = [
1289 "autocfg",
1290 "num-integer",
1291 "num-traits",
1292]
1293
1294[[package]]
1295name = "num-traits"
1296version = "0.2.19"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1299dependencies = [
1300 "autocfg",
1301 "libm",
1302]
1303
1304[[package]]
1305name = "once_cell"
1306version = "1.21.4"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1309
1310[[package]]
1311name = "parking"
1312version = "2.2.1"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1315
1316[[package]]
1317name = "parking_lot"
1318version = "0.12.5"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1321dependencies = [
1322 "lock_api",
1323 "parking_lot_core",
1324]
1325
1326[[package]]
1327name = "parking_lot_core"
1328version = "0.9.12"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1331dependencies = [
1332 "cfg-if",
1333 "libc",
1334 "redox_syscall 0.5.18",
1335 "smallvec",
1336 "windows-link",
1337]
1338
1339[[package]]
1340name = "pem-rfc7468"
1341version = "0.7.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1344dependencies = [
1345 "base64ct",
1346]
1347
1348[[package]]
1349name = "percent-encoding"
1350version = "2.3.2"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1353
1354[[package]]
1355name = "phf"
1356version = "0.12.1"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
1359dependencies = [
1360 "phf_shared",
1361]
1362
1363[[package]]
1364name = "phf_shared"
1365version = "0.12.1"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
1368dependencies = [
1369 "siphasher",
1370]
1371
1372[[package]]
1373name = "pin-project-lite"
1374version = "0.2.17"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1377
1378[[package]]
1379name = "pkcs1"
1380version = "0.7.5"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1383dependencies = [
1384 "der",
1385 "pkcs8",
1386 "spki",
1387]
1388
1389[[package]]
1390name = "pkcs8"
1391version = "0.10.2"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1394dependencies = [
1395 "der",
1396 "spki",
1397]
1398
1399[[package]]
1400name = "pkg-config"
1401version = "0.3.33"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1404
1405[[package]]
1406name = "plain"
1407version = "0.2.3"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1410
1411[[package]]
1412name = "potential_utf"
1413version = "0.1.5"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1416dependencies = [
1417 "zerovec",
1418]
1419
1420[[package]]
1421name = "powerfmt"
1422version = "0.2.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1425
1426[[package]]
1427name = "ppv-lite86"
1428version = "0.2.21"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1431dependencies = [
1432 "zerocopy",
1433]
1434
1435[[package]]
1436name = "proc-macro2"
1437version = "1.0.106"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1440dependencies = [
1441 "unicode-ident",
1442]
1443
1444[[package]]
1445name = "psl-types"
1446version = "2.0.11"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
1449
1450[[package]]
1451name = "publicsuffix"
1452version = "2.3.0"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
1455dependencies = [
1456 "idna",
1457 "psl-types",
1458]
1459
1460[[package]]
1461name = "quick-xml"
1462version = "0.37.5"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
1465dependencies = [
1466 "memchr",
1467]
1468
1469[[package]]
1470name = "quinn"
1471version = "0.11.9"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1474dependencies = [
1475 "bytes",
1476 "cfg_aliases",
1477 "pin-project-lite",
1478 "quinn-proto",
1479 "quinn-udp",
1480 "rustc-hash",
1481 "rustls",
1482 "socket2",
1483 "thiserror",
1484 "tokio",
1485 "tracing",
1486 "web-time",
1487]
1488
1489[[package]]
1490name = "quinn-proto"
1491version = "0.11.14"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1494dependencies = [
1495 "bytes",
1496 "getrandom 0.3.4",
1497 "lru-slab",
1498 "rand 0.9.4",
1499 "ring",
1500 "rustc-hash",
1501 "rustls",
1502 "rustls-pki-types",
1503 "slab",
1504 "thiserror",
1505 "tinyvec",
1506 "tracing",
1507 "web-time",
1508]
1509
1510[[package]]
1511name = "quinn-udp"
1512version = "0.5.14"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1515dependencies = [
1516 "cfg_aliases",
1517 "libc",
1518 "once_cell",
1519 "socket2",
1520 "tracing",
1521 "windows-sys 0.60.2",
1522]
1523
1524[[package]]
1525name = "quote"
1526version = "1.0.45"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1529dependencies = [
1530 "proc-macro2",
1531]
1532
1533[[package]]
1534name = "r-efi"
1535version = "5.3.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1538
1539[[package]]
1540name = "rand"
1541version = "0.8.6"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1544dependencies = [
1545 "libc",
1546 "rand_chacha 0.3.1",
1547 "rand_core 0.6.4",
1548]
1549
1550[[package]]
1551name = "rand"
1552version = "0.9.4"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1555dependencies = [
1556 "rand_chacha 0.9.0",
1557 "rand_core 0.9.5",
1558]
1559
1560[[package]]
1561name = "rand_chacha"
1562version = "0.3.1"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1565dependencies = [
1566 "ppv-lite86",
1567 "rand_core 0.6.4",
1568]
1569
1570[[package]]
1571name = "rand_chacha"
1572version = "0.9.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1575dependencies = [
1576 "ppv-lite86",
1577 "rand_core 0.9.5",
1578]
1579
1580[[package]]
1581name = "rand_core"
1582version = "0.6.4"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1585dependencies = [
1586 "getrandom 0.2.17",
1587]
1588
1589[[package]]
1590name = "rand_core"
1591version = "0.9.5"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1594dependencies = [
1595 "getrandom 0.3.4",
1596]
1597
1598[[package]]
1599name = "redox_syscall"
1600version = "0.5.18"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1603dependencies = [
1604 "bitflags",
1605]
1606
1607[[package]]
1608name = "redox_syscall"
1609version = "0.7.5"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "4666a1a60d8412eab19d94f6d13dcc9cea0a5ef4fdf6a5db306537413c661b1b"
1612dependencies = [
1613 "bitflags",
1614]
1615
1616[[package]]
1617name = "regex-automata"
1618version = "0.4.14"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1621dependencies = [
1622 "aho-corasick",
1623 "memchr",
1624 "regex-syntax",
1625]
1626
1627[[package]]
1628name = "regex-syntax"
1629version = "0.8.10"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1632
1633[[package]]
1634name = "reqwest"
1635version = "0.12.28"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1638dependencies = [
1639 "base64",
1640 "bytes",
1641 "cookie",
1642 "cookie_store",
1643 "futures-core",
1644 "http",
1645 "http-body",
1646 "http-body-util",
1647 "hyper",
1648 "hyper-rustls",
1649 "hyper-util",
1650 "js-sys",
1651 "log",
1652 "percent-encoding",
1653 "pin-project-lite",
1654 "quinn",
1655 "rustls",
1656 "rustls-pki-types",
1657 "serde",
1658 "serde_json",
1659 "serde_urlencoded",
1660 "sync_wrapper",
1661 "tokio",
1662 "tokio-rustls",
1663 "tower",
1664 "tower-http",
1665 "tower-service",
1666 "url",
1667 "wasm-bindgen",
1668 "wasm-bindgen-futures",
1669 "web-sys",
1670 "webpki-roots",
1671]
1672
1673[[package]]
1674name = "ring"
1675version = "0.17.14"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1678dependencies = [
1679 "cc",
1680 "cfg-if",
1681 "getrandom 0.2.17",
1682 "libc",
1683 "untrusted",
1684 "windows-sys 0.52.0",
1685]
1686
1687[[package]]
1688name = "rsa"
1689version = "0.9.10"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
1692dependencies = [
1693 "const-oid",
1694 "digest",
1695 "num-bigint-dig",
1696 "num-integer",
1697 "num-traits",
1698 "pkcs1",
1699 "pkcs8",
1700 "rand_core 0.6.4",
1701 "signature",
1702 "spki",
1703 "subtle",
1704 "zeroize",
1705]
1706
1707[[package]]
1708name = "rustc-hash"
1709version = "2.1.2"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1712
1713[[package]]
1714name = "rustls"
1715version = "0.23.40"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
1718dependencies = [
1719 "once_cell",
1720 "ring",
1721 "rustls-pki-types",
1722 "rustls-webpki",
1723 "subtle",
1724 "zeroize",
1725]
1726
1727[[package]]
1728name = "rustls-pki-types"
1729version = "1.14.1"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1732dependencies = [
1733 "web-time",
1734 "zeroize",
1735]
1736
1737[[package]]
1738name = "rustls-webpki"
1739version = "0.103.13"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1742dependencies = [
1743 "ring",
1744 "rustls-pki-types",
1745 "untrusted",
1746]
1747
1748[[package]]
1749name = "rustversion"
1750version = "1.0.22"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1753
1754[[package]]
1755name = "ryu"
1756version = "1.0.23"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1759
1760[[package]]
1761name = "scopeguard"
1762version = "1.2.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1765
1766[[package]]
1767name = "serde"
1768version = "1.0.228"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1771dependencies = [
1772 "serde_core",
1773 "serde_derive",
1774]
1775
1776[[package]]
1777name = "serde_core"
1778version = "1.0.228"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1781dependencies = [
1782 "serde_derive",
1783]
1784
1785[[package]]
1786name = "serde_derive"
1787version = "1.0.228"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1790dependencies = [
1791 "proc-macro2",
1792 "quote",
1793 "syn",
1794]
1795
1796[[package]]
1797name = "serde_json"
1798version = "1.0.149"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1801dependencies = [
1802 "itoa",
1803 "memchr",
1804 "serde",
1805 "serde_core",
1806 "zmij",
1807]
1808
1809[[package]]
1810name = "serde_path_to_error"
1811version = "0.1.20"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1814dependencies = [
1815 "itoa",
1816 "serde",
1817 "serde_core",
1818]
1819
1820[[package]]
1821name = "serde_urlencoded"
1822version = "0.7.1"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1825dependencies = [
1826 "form_urlencoded",
1827 "itoa",
1828 "ryu",
1829 "serde",
1830]
1831
1832[[package]]
1833name = "sha1"
1834version = "0.10.6"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1837dependencies = [
1838 "cfg-if",
1839 "cpufeatures",
1840 "digest",
1841]
1842
1843[[package]]
1844name = "sha2"
1845version = "0.10.9"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1848dependencies = [
1849 "cfg-if",
1850 "cpufeatures",
1851 "digest",
1852]
1853
1854[[package]]
1855name = "sharded-slab"
1856version = "0.1.7"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1859dependencies = [
1860 "lazy_static",
1861]
1862
1863[[package]]
1864name = "shlex"
1865version = "1.3.0"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1868
1869[[package]]
1870name = "signal-hook-registry"
1871version = "1.4.8"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1874dependencies = [
1875 "errno",
1876 "libc",
1877]
1878
1879[[package]]
1880name = "signature"
1881version = "2.2.0"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1884dependencies = [
1885 "digest",
1886 "rand_core 0.6.4",
1887]
1888
1889[[package]]
1890name = "simd-adler32"
1891version = "0.3.9"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1894
1895[[package]]
1896name = "siphasher"
1897version = "1.0.3"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1900
1901[[package]]
1902name = "slab"
1903version = "0.4.12"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1906
1907[[package]]
1908name = "smallvec"
1909version = "1.15.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1912dependencies = [
1913 "serde",
1914]
1915
1916[[package]]
1917name = "socket2"
1918version = "0.6.3"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1921dependencies = [
1922 "libc",
1923 "windows-sys 0.61.2",
1924]
1925
1926[[package]]
1927name = "spin"
1928version = "0.9.8"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1931dependencies = [
1932 "lock_api",
1933]
1934
1935[[package]]
1936name = "spki"
1937version = "0.7.3"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1940dependencies = [
1941 "base64ct",
1942 "der",
1943]
1944
1945[[package]]
1946name = "sqlx"
1947version = "0.8.6"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
1950dependencies = [
1951 "sqlx-core",
1952 "sqlx-macros",
1953 "sqlx-mysql",
1954 "sqlx-postgres",
1955 "sqlx-sqlite",
1956]
1957
1958[[package]]
1959name = "sqlx-core"
1960version = "0.8.6"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
1963dependencies = [
1964 "base64",
1965 "bytes",
1966 "chrono",
1967 "crc",
1968 "crossbeam-queue",
1969 "either",
1970 "event-listener",
1971 "futures-core",
1972 "futures-intrusive",
1973 "futures-io",
1974 "futures-util",
1975 "hashbrown 0.15.5",
1976 "hashlink",
1977 "indexmap",
1978 "log",
1979 "memchr",
1980 "once_cell",
1981 "percent-encoding",
1982 "serde",
1983 "serde_json",
1984 "sha2",
1985 "smallvec",
1986 "thiserror",
1987 "tokio",
1988 "tokio-stream",
1989 "tracing",
1990 "url",
1991]
1992
1993[[package]]
1994name = "sqlx-macros"
1995version = "0.8.6"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
1998dependencies = [
1999 "proc-macro2",
2000 "quote",
2001 "sqlx-core",
2002 "sqlx-macros-core",
2003 "syn",
2004]
2005
2006[[package]]
2007name = "sqlx-macros-core"
2008version = "0.8.6"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2011dependencies = [
2012 "dotenvy",
2013 "either",
2014 "heck",
2015 "hex",
2016 "once_cell",
2017 "proc-macro2",
2018 "quote",
2019 "serde",
2020 "serde_json",
2021 "sha2",
2022 "sqlx-core",
2023 "sqlx-mysql",
2024 "sqlx-postgres",
2025 "sqlx-sqlite",
2026 "syn",
2027 "tokio",
2028 "url",
2029]
2030
2031[[package]]
2032name = "sqlx-mysql"
2033version = "0.8.6"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2036dependencies = [
2037 "atoi",
2038 "base64",
2039 "bitflags",
2040 "byteorder",
2041 "bytes",
2042 "chrono",
2043 "crc",
2044 "digest",
2045 "dotenvy",
2046 "either",
2047 "futures-channel",
2048 "futures-core",
2049 "futures-io",
2050 "futures-util",
2051 "generic-array",
2052 "hex",
2053 "hkdf",
2054 "hmac",
2055 "itoa",
2056 "log",
2057 "md-5",
2058 "memchr",
2059 "once_cell",
2060 "percent-encoding",
2061 "rand 0.8.6",
2062 "rsa",
2063 "serde",
2064 "sha1",
2065 "sha2",
2066 "smallvec",
2067 "sqlx-core",
2068 "stringprep",
2069 "thiserror",
2070 "tracing",
2071 "whoami",
2072]
2073
2074[[package]]
2075name = "sqlx-postgres"
2076version = "0.8.6"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2079dependencies = [
2080 "atoi",
2081 "base64",
2082 "bitflags",
2083 "byteorder",
2084 "chrono",
2085 "crc",
2086 "dotenvy",
2087 "etcetera",
2088 "futures-channel",
2089 "futures-core",
2090 "futures-util",
2091 "hex",
2092 "hkdf",
2093 "hmac",
2094 "home",
2095 "itoa",
2096 "log",
2097 "md-5",
2098 "memchr",
2099 "once_cell",
2100 "rand 0.8.6",
2101 "serde",
2102 "serde_json",
2103 "sha2",
2104 "smallvec",
2105 "sqlx-core",
2106 "stringprep",
2107 "thiserror",
2108 "tracing",
2109 "whoami",
2110]
2111
2112[[package]]
2113name = "sqlx-sqlite"
2114version = "0.8.6"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2117dependencies = [
2118 "atoi",
2119 "chrono",
2120 "flume",
2121 "futures-channel",
2122 "futures-core",
2123 "futures-executor",
2124 "futures-intrusive",
2125 "futures-util",
2126 "libsqlite3-sys",
2127 "log",
2128 "percent-encoding",
2129 "serde",
2130 "serde_urlencoded",
2131 "sqlx-core",
2132 "thiserror",
2133 "tracing",
2134 "url",
2135]
2136
2137[[package]]
2138name = "stable_deref_trait"
2139version = "1.2.1"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2142
2143[[package]]
2144name = "stringprep"
2145version = "0.1.5"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2148dependencies = [
2149 "unicode-bidi",
2150 "unicode-normalization",
2151 "unicode-properties",
2152]
2153
2154[[package]]
2155name = "subtle"
2156version = "2.6.1"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2159
2160[[package]]
2161name = "syn"
2162version = "2.0.117"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2165dependencies = [
2166 "proc-macro2",
2167 "quote",
2168 "unicode-ident",
2169]
2170
2171[[package]]
2172name = "sync_wrapper"
2173version = "1.0.2"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2176dependencies = [
2177 "futures-core",
2178]
2179
2180[[package]]
2181name = "synstructure"
2182version = "0.13.2"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2185dependencies = [
2186 "proc-macro2",
2187 "quote",
2188 "syn",
2189]
2190
2191[[package]]
2192name = "thiserror"
2193version = "2.0.18"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2196dependencies = [
2197 "thiserror-impl",
2198]
2199
2200[[package]]
2201name = "thiserror-impl"
2202version = "2.0.18"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2205dependencies = [
2206 "proc-macro2",
2207 "quote",
2208 "syn",
2209]
2210
2211[[package]]
2212name = "thread_local"
2213version = "1.1.9"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2216dependencies = [
2217 "cfg-if",
2218]
2219
2220[[package]]
2221name = "time"
2222version = "0.3.47"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2225dependencies = [
2226 "deranged",
2227 "itoa",
2228 "num-conv",
2229 "powerfmt",
2230 "serde_core",
2231 "time-core",
2232 "time-macros",
2233]
2234
2235[[package]]
2236name = "time-core"
2237version = "0.1.8"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2240
2241[[package]]
2242name = "time-macros"
2243version = "0.2.27"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2246dependencies = [
2247 "num-conv",
2248 "time-core",
2249]
2250
2251[[package]]
2252name = "tinystr"
2253version = "0.8.3"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2256dependencies = [
2257 "displaydoc",
2258 "zerovec",
2259]
2260
2261[[package]]
2262name = "tinyvec"
2263version = "1.11.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2266dependencies = [
2267 "tinyvec_macros",
2268]
2269
2270[[package]]
2271name = "tinyvec_macros"
2272version = "0.1.1"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2275
2276[[package]]
2277name = "tokio"
2278version = "1.52.3"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2281dependencies = [
2282 "bytes",
2283 "libc",
2284 "mio",
2285 "parking_lot",
2286 "pin-project-lite",
2287 "signal-hook-registry",
2288 "socket2",
2289 "tokio-macros",
2290 "windows-sys 0.61.2",
2291]
2292
2293[[package]]
2294name = "tokio-macros"
2295version = "2.7.0"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2298dependencies = [
2299 "proc-macro2",
2300 "quote",
2301 "syn",
2302]
2303
2304[[package]]
2305name = "tokio-rustls"
2306version = "0.26.4"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2309dependencies = [
2310 "rustls",
2311 "tokio",
2312]
2313
2314[[package]]
2315name = "tokio-stream"
2316version = "0.1.18"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2319dependencies = [
2320 "futures-core",
2321 "pin-project-lite",
2322 "tokio",
2323 "tokio-util",
2324]
2325
2326[[package]]
2327name = "tokio-util"
2328version = "0.7.18"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2331dependencies = [
2332 "bytes",
2333 "futures-core",
2334 "futures-sink",
2335 "pin-project-lite",
2336 "tokio",
2337]
2338
2339[[package]]
2340name = "tower"
2341version = "0.5.3"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2344dependencies = [
2345 "futures-core",
2346 "futures-util",
2347 "pin-project-lite",
2348 "sync_wrapper",
2349 "tokio",
2350 "tower-layer",
2351 "tower-service",
2352 "tracing",
2353]
2354
2355[[package]]
2356name = "tower-http"
2357version = "0.6.11"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2360dependencies = [
2361 "async-compression",
2362 "bitflags",
2363 "bytes",
2364 "futures-core",
2365 "futures-util",
2366 "http",
2367 "http-body",
2368 "http-body-util",
2369 "http-range-header",
2370 "httpdate",
2371 "mime",
2372 "mime_guess",
2373 "percent-encoding",
2374 "pin-project-lite",
2375 "tokio",
2376 "tokio-util",
2377 "tower",
2378 "tower-layer",
2379 "tower-service",
2380 "url",
2381]
2382
2383[[package]]
2384name = "tower-layer"
2385version = "0.3.3"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2388
2389[[package]]
2390name = "tower-service"
2391version = "0.3.3"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2394
2395[[package]]
2396name = "tracing"
2397version = "0.1.44"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2400dependencies = [
2401 "log",
2402 "pin-project-lite",
2403 "tracing-attributes",
2404 "tracing-core",
2405]
2406
2407[[package]]
2408name = "tracing-attributes"
2409version = "0.1.31"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2412dependencies = [
2413 "proc-macro2",
2414 "quote",
2415 "syn",
2416]
2417
2418[[package]]
2419name = "tracing-core"
2420version = "0.1.36"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2423dependencies = [
2424 "once_cell",
2425 "valuable",
2426]
2427
2428[[package]]
2429name = "tracing-log"
2430version = "0.2.0"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2433dependencies = [
2434 "log",
2435 "once_cell",
2436 "tracing-core",
2437]
2438
2439[[package]]
2440name = "tracing-subscriber"
2441version = "0.3.23"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2444dependencies = [
2445 "matchers",
2446 "nu-ansi-term",
2447 "once_cell",
2448 "regex-automata",
2449 "sharded-slab",
2450 "smallvec",
2451 "thread_local",
2452 "tracing",
2453 "tracing-core",
2454 "tracing-log",
2455]
2456
2457[[package]]
2458name = "try-lock"
2459version = "0.2.5"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2462
2463[[package]]
2464name = "typenum"
2465version = "1.20.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2468
2469[[package]]
2470name = "unicase"
2471version = "2.9.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2474
2475[[package]]
2476name = "unicode-bidi"
2477version = "0.3.18"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2480
2481[[package]]
2482name = "unicode-ident"
2483version = "1.0.24"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2486
2487[[package]]
2488name = "unicode-normalization"
2489version = "0.1.25"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2492dependencies = [
2493 "tinyvec",
2494]
2495
2496[[package]]
2497name = "unicode-properties"
2498version = "0.1.4"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2501
2502[[package]]
2503name = "untrusted"
2504version = "0.9.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2507
2508[[package]]
2509name = "url"
2510version = "2.5.8"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2513dependencies = [
2514 "form_urlencoded",
2515 "idna",
2516 "percent-encoding",
2517 "serde",
2518]
2519
2520[[package]]
2521name = "urlencoding"
2522version = "2.1.3"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2525
2526[[package]]
2527name = "utf8_iter"
2528version = "1.0.4"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2531
2532[[package]]
2533name = "valuable"
2534version = "0.1.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2537
2538[[package]]
2539name = "vcpkg"
2540version = "0.2.15"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2543
2544[[package]]
2545name = "version_check"
2546version = "0.9.5"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2549
2550[[package]]
2551name = "want"
2552version = "0.3.1"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2555dependencies = [
2556 "try-lock",
2557]
2558
2559[[package]]
2560name = "wasi"
2561version = "0.11.1+wasi-snapshot-preview1"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2564
2565[[package]]
2566name = "wasip2"
2567version = "1.0.3+wasi-0.2.9"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2570dependencies = [
2571 "wit-bindgen",
2572]
2573
2574[[package]]
2575name = "wasite"
2576version = "0.1.0"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2579
2580[[package]]
2581name = "wasm-bindgen"
2582version = "0.2.121"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
2585dependencies = [
2586 "cfg-if",
2587 "once_cell",
2588 "rustversion",
2589 "wasm-bindgen-macro",
2590 "wasm-bindgen-shared",
2591]
2592
2593[[package]]
2594name = "wasm-bindgen-futures"
2595version = "0.4.71"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
2598dependencies = [
2599 "js-sys",
2600 "wasm-bindgen",
2601]
2602
2603[[package]]
2604name = "wasm-bindgen-macro"
2605version = "0.2.121"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
2608dependencies = [
2609 "quote",
2610 "wasm-bindgen-macro-support",
2611]
2612
2613[[package]]
2614name = "wasm-bindgen-macro-support"
2615version = "0.2.121"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
2618dependencies = [
2619 "bumpalo",
2620 "proc-macro2",
2621 "quote",
2622 "syn",
2623 "wasm-bindgen-shared",
2624]
2625
2626[[package]]
2627name = "wasm-bindgen-shared"
2628version = "0.2.121"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
2631dependencies = [
2632 "unicode-ident",
2633]
2634
2635[[package]]
2636name = "web-sys"
2637version = "0.3.98"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
2640dependencies = [
2641 "js-sys",
2642 "wasm-bindgen",
2643]
2644
2645[[package]]
2646name = "web-time"
2647version = "1.1.0"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2650dependencies = [
2651 "js-sys",
2652 "wasm-bindgen",
2653]
2654
2655[[package]]
2656name = "webpki-roots"
2657version = "1.0.7"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
2660dependencies = [
2661 "rustls-pki-types",
2662]
2663
2664[[package]]
2665name = "whoami"
2666version = "1.6.1"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
2669dependencies = [
2670 "libredox",
2671 "wasite",
2672]
2673
2674[[package]]
2675name = "windows-core"
2676version = "0.62.2"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2679dependencies = [
2680 "windows-implement",
2681 "windows-interface",
2682 "windows-link",
2683 "windows-result",
2684 "windows-strings",
2685]
2686
2687[[package]]
2688name = "windows-implement"
2689version = "0.60.2"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2692dependencies = [
2693 "proc-macro2",
2694 "quote",
2695 "syn",
2696]
2697
2698[[package]]
2699name = "windows-interface"
2700version = "0.59.3"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2703dependencies = [
2704 "proc-macro2",
2705 "quote",
2706 "syn",
2707]
2708
2709[[package]]
2710name = "windows-link"
2711version = "0.2.1"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2714
2715[[package]]
2716name = "windows-result"
2717version = "0.4.1"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2720dependencies = [
2721 "windows-link",
2722]
2723
2724[[package]]
2725name = "windows-strings"
2726version = "0.5.1"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2729dependencies = [
2730 "windows-link",
2731]
2732
2733[[package]]
2734name = "windows-sys"
2735version = "0.48.0"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2738dependencies = [
2739 "windows-targets 0.48.5",
2740]
2741
2742[[package]]
2743name = "windows-sys"
2744version = "0.52.0"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2747dependencies = [
2748 "windows-targets 0.52.6",
2749]
2750
2751[[package]]
2752name = "windows-sys"
2753version = "0.60.2"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2756dependencies = [
2757 "windows-targets 0.53.5",
2758]
2759
2760[[package]]
2761name = "windows-sys"
2762version = "0.61.2"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2765dependencies = [
2766 "windows-link",
2767]
2768
2769[[package]]
2770name = "windows-targets"
2771version = "0.48.5"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2774dependencies = [
2775 "windows_aarch64_gnullvm 0.48.5",
2776 "windows_aarch64_msvc 0.48.5",
2777 "windows_i686_gnu 0.48.5",
2778 "windows_i686_msvc 0.48.5",
2779 "windows_x86_64_gnu 0.48.5",
2780 "windows_x86_64_gnullvm 0.48.5",
2781 "windows_x86_64_msvc 0.48.5",
2782]
2783
2784[[package]]
2785name = "windows-targets"
2786version = "0.52.6"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2789dependencies = [
2790 "windows_aarch64_gnullvm 0.52.6",
2791 "windows_aarch64_msvc 0.52.6",
2792 "windows_i686_gnu 0.52.6",
2793 "windows_i686_gnullvm 0.52.6",
2794 "windows_i686_msvc 0.52.6",
2795 "windows_x86_64_gnu 0.52.6",
2796 "windows_x86_64_gnullvm 0.52.6",
2797 "windows_x86_64_msvc 0.52.6",
2798]
2799
2800[[package]]
2801name = "windows-targets"
2802version = "0.53.5"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2805dependencies = [
2806 "windows-link",
2807 "windows_aarch64_gnullvm 0.53.1",
2808 "windows_aarch64_msvc 0.53.1",
2809 "windows_i686_gnu 0.53.1",
2810 "windows_i686_gnullvm 0.53.1",
2811 "windows_i686_msvc 0.53.1",
2812 "windows_x86_64_gnu 0.53.1",
2813 "windows_x86_64_gnullvm 0.53.1",
2814 "windows_x86_64_msvc 0.53.1",
2815]
2816
2817[[package]]
2818name = "windows_aarch64_gnullvm"
2819version = "0.48.5"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2822
2823[[package]]
2824name = "windows_aarch64_gnullvm"
2825version = "0.52.6"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2828
2829[[package]]
2830name = "windows_aarch64_gnullvm"
2831version = "0.53.1"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2834
2835[[package]]
2836name = "windows_aarch64_msvc"
2837version = "0.48.5"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2840
2841[[package]]
2842name = "windows_aarch64_msvc"
2843version = "0.52.6"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2846
2847[[package]]
2848name = "windows_aarch64_msvc"
2849version = "0.53.1"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2852
2853[[package]]
2854name = "windows_i686_gnu"
2855version = "0.48.5"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2858
2859[[package]]
2860name = "windows_i686_gnu"
2861version = "0.52.6"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2864
2865[[package]]
2866name = "windows_i686_gnu"
2867version = "0.53.1"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2870
2871[[package]]
2872name = "windows_i686_gnullvm"
2873version = "0.52.6"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2876
2877[[package]]
2878name = "windows_i686_gnullvm"
2879version = "0.53.1"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2882
2883[[package]]
2884name = "windows_i686_msvc"
2885version = "0.48.5"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2888
2889[[package]]
2890name = "windows_i686_msvc"
2891version = "0.52.6"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2894
2895[[package]]
2896name = "windows_i686_msvc"
2897version = "0.53.1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2900
2901[[package]]
2902name = "windows_x86_64_gnu"
2903version = "0.48.5"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2906
2907[[package]]
2908name = "windows_x86_64_gnu"
2909version = "0.52.6"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2912
2913[[package]]
2914name = "windows_x86_64_gnu"
2915version = "0.53.1"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2918
2919[[package]]
2920name = "windows_x86_64_gnullvm"
2921version = "0.48.5"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2924
2925[[package]]
2926name = "windows_x86_64_gnullvm"
2927version = "0.52.6"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2930
2931[[package]]
2932name = "windows_x86_64_gnullvm"
2933version = "0.53.1"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2936
2937[[package]]
2938name = "windows_x86_64_msvc"
2939version = "0.48.5"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2942
2943[[package]]
2944name = "windows_x86_64_msvc"
2945version = "0.52.6"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2948
2949[[package]]
2950name = "windows_x86_64_msvc"
2951version = "0.53.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2954
2955[[package]]
2956name = "wit-bindgen"
2957version = "0.57.1"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2960
2961[[package]]
2962name = "writeable"
2963version = "0.6.3"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2966
2967[[package]]
2968name = "yoke"
2969version = "0.8.2"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2972dependencies = [
2973 "stable_deref_trait",
2974 "yoke-derive",
2975 "zerofrom",
2976]
2977
2978[[package]]
2979name = "yoke-derive"
2980version = "0.8.2"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2983dependencies = [
2984 "proc-macro2",
2985 "quote",
2986 "syn",
2987 "synstructure",
2988]
2989
2990[[package]]
2991name = "zerocopy"
2992version = "0.8.48"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2995dependencies = [
2996 "zerocopy-derive",
2997]
2998
2999[[package]]
3000name = "zerocopy-derive"
3001version = "0.8.48"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3004dependencies = [
3005 "proc-macro2",
3006 "quote",
3007 "syn",
3008]
3009
3010[[package]]
3011name = "zerofrom"
3012version = "0.1.8"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3015dependencies = [
3016 "zerofrom-derive",
3017]
3018
3019[[package]]
3020name = "zerofrom-derive"
3021version = "0.1.7"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3024dependencies = [
3025 "proc-macro2",
3026 "quote",
3027 "syn",
3028 "synstructure",
3029]
3030
3031[[package]]
3032name = "zeroize"
3033version = "1.8.2"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3036
3037[[package]]
3038name = "zerotrie"
3039version = "0.2.4"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3042dependencies = [
3043 "displaydoc",
3044 "yoke",
3045 "zerofrom",
3046]
3047
3048[[package]]
3049name = "zerovec"
3050version = "0.11.6"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3053dependencies = [
3054 "yoke",
3055 "zerofrom",
3056 "zerovec-derive",
3057]
3058
3059[[package]]
3060name = "zerovec-derive"
3061version = "0.11.3"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3064dependencies = [
3065 "proc-macro2",
3066 "quote",
3067 "syn",
3068]
3069
3070[[package]]
3071name = "zmij"
3072version = "1.0.21"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"