Server tools to backfill, tail, mirror, and verify PLC logs
at debug 3622 lines 90 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 = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allegedly" 31version = "0.2.0" 32dependencies = [ 33 "anyhow", 34 "async-compression", 35 "chrono", 36 "clap", 37 "futures", 38 "governor", 39 "http-body-util", 40 "log", 41 "native-tls", 42 "poem", 43 "postgres-native-tls", 44 "reqwest", 45 "reqwest-middleware", 46 "reqwest-retry", 47 "rustls", 48 "serde", 49 "serde_json", 50 "thiserror 2.0.16", 51 "tokio", 52 "tokio-postgres", 53 "tokio-stream", 54 "tokio-util", 55 "tracing-subscriber", 56] 57 58[[package]] 59name = "alloc-no-stdlib" 60version = "2.0.4" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 63 64[[package]] 65name = "alloc-stdlib" 66version = "0.2.2" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 69dependencies = [ 70 "alloc-no-stdlib", 71] 72 73[[package]] 74name = "allocator-api2" 75version = "0.2.21" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 78 79[[package]] 80name = "android_system_properties" 81version = "0.1.5" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 84dependencies = [ 85 "libc", 86] 87 88[[package]] 89name = "anstream" 90version = "0.6.20" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 93dependencies = [ 94 "anstyle", 95 "anstyle-parse", 96 "anstyle-query", 97 "anstyle-wincon", 98 "colorchoice", 99 "is_terminal_polyfill", 100 "utf8parse", 101] 102 103[[package]] 104name = "anstyle" 105version = "1.0.11" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 108 109[[package]] 110name = "anstyle-parse" 111version = "0.2.7" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 114dependencies = [ 115 "utf8parse", 116] 117 118[[package]] 119name = "anstyle-query" 120version = "1.1.4" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 123dependencies = [ 124 "windows-sys 0.60.2", 125] 126 127[[package]] 128name = "anstyle-wincon" 129version = "3.0.10" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 132dependencies = [ 133 "anstyle", 134 "once_cell_polyfill", 135 "windows-sys 0.60.2", 136] 137 138[[package]] 139name = "anyhow" 140version = "1.0.99" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 143 144[[package]] 145name = "asn1-rs" 146version = "0.7.1" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" 149dependencies = [ 150 "asn1-rs-derive", 151 "asn1-rs-impl", 152 "displaydoc", 153 "nom", 154 "num-traits", 155 "rusticata-macros", 156 "thiserror 2.0.16", 157 "time", 158] 159 160[[package]] 161name = "asn1-rs-derive" 162version = "0.6.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 165dependencies = [ 166 "proc-macro2", 167 "quote", 168 "syn", 169 "synstructure", 170] 171 172[[package]] 173name = "asn1-rs-impl" 174version = "0.2.0" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 177dependencies = [ 178 "proc-macro2", 179 "quote", 180 "syn", 181] 182 183[[package]] 184name = "async-compression" 185version = "0.4.30" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23" 188dependencies = [ 189 "compression-codecs", 190 "compression-core", 191 "futures-core", 192 "futures-io", 193 "pin-project-lite", 194 "tokio", 195] 196 197[[package]] 198name = "async-trait" 199version = "0.1.89" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 202dependencies = [ 203 "proc-macro2", 204 "quote", 205 "syn", 206] 207 208[[package]] 209name = "atomic-waker" 210version = "1.1.2" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 213 214[[package]] 215name = "autocfg" 216version = "1.5.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 219 220[[package]] 221name = "aws-lc-rs" 222version = "1.14.0" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "94b8ff6c09cd57b16da53641caa860168b88c172a5ee163b0288d3d6eea12786" 225dependencies = [ 226 "aws-lc-sys", 227 "zeroize", 228] 229 230[[package]] 231name = "aws-lc-sys" 232version = "0.31.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "0e44d16778acaf6a9ec9899b92cebd65580b83f685446bf2e1f5d3d732f99dcd" 235dependencies = [ 236 "bindgen", 237 "cc", 238 "cmake", 239 "dunce", 240 "fs_extra", 241] 242 243[[package]] 244name = "backtrace" 245version = "0.3.75" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 248dependencies = [ 249 "addr2line", 250 "cfg-if", 251 "libc", 252 "miniz_oxide", 253 "object", 254 "rustc-demangle", 255 "windows-targets 0.52.6", 256] 257 258[[package]] 259name = "base64" 260version = "0.22.1" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 263 264[[package]] 265name = "bindgen" 266version = "0.72.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 269dependencies = [ 270 "bitflags 2.9.4", 271 "cexpr", 272 "clang-sys", 273 "itertools", 274 "log", 275 "prettyplease", 276 "proc-macro2", 277 "quote", 278 "regex", 279 "rustc-hash", 280 "shlex", 281 "syn", 282] 283 284[[package]] 285name = "bitflags" 286version = "1.3.2" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 289 290[[package]] 291name = "bitflags" 292version = "2.9.4" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 295 296[[package]] 297name = "block-buffer" 298version = "0.10.4" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 301dependencies = [ 302 "generic-array", 303] 304 305[[package]] 306name = "brotli" 307version = "8.0.2" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 310dependencies = [ 311 "alloc-no-stdlib", 312 "alloc-stdlib", 313 "brotli-decompressor", 314] 315 316[[package]] 317name = "brotli-decompressor" 318version = "5.0.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 321dependencies = [ 322 "alloc-no-stdlib", 323 "alloc-stdlib", 324] 325 326[[package]] 327name = "bumpalo" 328version = "3.19.0" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 331 332[[package]] 333name = "byteorder" 334version = "1.5.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 337 338[[package]] 339name = "bytes" 340version = "1.10.1" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 343 344[[package]] 345name = "cc" 346version = "1.2.37" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" 349dependencies = [ 350 "find-msvc-tools", 351 "jobserver", 352 "libc", 353 "shlex", 354] 355 356[[package]] 357name = "cexpr" 358version = "0.6.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 361dependencies = [ 362 "nom", 363] 364 365[[package]] 366name = "cfg-if" 367version = "1.0.3" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 370 371[[package]] 372name = "cfg_aliases" 373version = "0.2.1" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 376 377[[package]] 378name = "chrono" 379version = "0.4.42" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 382dependencies = [ 383 "iana-time-zone", 384 "js-sys", 385 "num-traits", 386 "serde", 387 "wasm-bindgen", 388 "windows-link 0.2.0", 389] 390 391[[package]] 392name = "clang-sys" 393version = "1.8.1" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 396dependencies = [ 397 "glob", 398 "libc", 399 "libloading", 400] 401 402[[package]] 403name = "clap" 404version = "4.5.47" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" 407dependencies = [ 408 "clap_builder", 409 "clap_derive", 410] 411 412[[package]] 413name = "clap_builder" 414version = "4.5.47" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" 417dependencies = [ 418 "anstream", 419 "anstyle", 420 "clap_lex", 421 "strsim", 422] 423 424[[package]] 425name = "clap_derive" 426version = "4.5.47" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 429dependencies = [ 430 "heck", 431 "proc-macro2", 432 "quote", 433 "syn", 434] 435 436[[package]] 437name = "clap_lex" 438version = "0.7.5" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 441 442[[package]] 443name = "cmake" 444version = "0.1.54" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 447dependencies = [ 448 "cc", 449] 450 451[[package]] 452name = "colorchoice" 453version = "1.0.4" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 456 457[[package]] 458name = "compression-codecs" 459version = "0.4.30" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64" 462dependencies = [ 463 "brotli", 464 "compression-core", 465 "flate2", 466 "memchr", 467 "zstd", 468 "zstd-safe", 469] 470 471[[package]] 472name = "compression-core" 473version = "0.4.29" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 476 477[[package]] 478name = "core-foundation" 479version = "0.9.4" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 482dependencies = [ 483 "core-foundation-sys", 484 "libc", 485] 486 487[[package]] 488name = "core-foundation" 489version = "0.10.1" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 492dependencies = [ 493 "core-foundation-sys", 494 "libc", 495] 496 497[[package]] 498name = "core-foundation-sys" 499version = "0.8.7" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 502 503[[package]] 504name = "cpufeatures" 505version = "0.2.17" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 508dependencies = [ 509 "libc", 510] 511 512[[package]] 513name = "crc32fast" 514version = "1.5.0" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 517dependencies = [ 518 "cfg-if", 519] 520 521[[package]] 522name = "crossbeam-utils" 523version = "0.8.21" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 526 527[[package]] 528name = "crypto-common" 529version = "0.1.6" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 532dependencies = [ 533 "generic-array", 534 "typenum", 535] 536 537[[package]] 538name = "dashmap" 539version = "6.1.0" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 542dependencies = [ 543 "cfg-if", 544 "crossbeam-utils", 545 "hashbrown 0.14.5", 546 "lock_api", 547 "once_cell", 548 "parking_lot_core 0.9.11", 549] 550 551[[package]] 552name = "data-encoding" 553version = "2.9.0" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 556 557[[package]] 558name = "der-parser" 559version = "10.0.0" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 562dependencies = [ 563 "asn1-rs", 564 "displaydoc", 565 "nom", 566 "num-bigint", 567 "num-traits", 568 "rusticata-macros", 569] 570 571[[package]] 572name = "deranged" 573version = "0.5.3" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" 576dependencies = [ 577 "powerfmt", 578] 579 580[[package]] 581name = "digest" 582version = "0.10.7" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 585dependencies = [ 586 "block-buffer", 587 "crypto-common", 588 "subtle", 589] 590 591[[package]] 592name = "displaydoc" 593version = "0.2.5" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 596dependencies = [ 597 "proc-macro2", 598 "quote", 599 "syn", 600] 601 602[[package]] 603name = "dunce" 604version = "1.0.5" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 607 608[[package]] 609name = "either" 610version = "1.15.0" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 613 614[[package]] 615name = "encoding_rs" 616version = "0.8.35" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 619dependencies = [ 620 "cfg-if", 621] 622 623[[package]] 624name = "equivalent" 625version = "1.0.2" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 628 629[[package]] 630name = "errno" 631version = "0.3.14" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 634dependencies = [ 635 "libc", 636 "windows-sys 0.61.0", 637] 638 639[[package]] 640name = "fallible-iterator" 641version = "0.2.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 644 645[[package]] 646name = "fastrand" 647version = "2.3.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 650 651[[package]] 652name = "find-msvc-tools" 653version = "0.1.1" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" 656 657[[package]] 658name = "flate2" 659version = "1.1.2" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 662dependencies = [ 663 "crc32fast", 664 "miniz_oxide", 665] 666 667[[package]] 668name = "fnv" 669version = "1.0.7" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 672 673[[package]] 674name = "foldhash" 675version = "0.1.5" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 678 679[[package]] 680name = "foreign-types" 681version = "0.3.2" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 684dependencies = [ 685 "foreign-types-shared", 686] 687 688[[package]] 689name = "foreign-types-shared" 690version = "0.1.1" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 693 694[[package]] 695name = "form_urlencoded" 696version = "1.2.2" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 699dependencies = [ 700 "percent-encoding", 701] 702 703[[package]] 704name = "fs_extra" 705version = "1.3.0" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 708 709[[package]] 710name = "futures" 711version = "0.3.31" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 714dependencies = [ 715 "futures-channel", 716 "futures-core", 717 "futures-executor", 718 "futures-io", 719 "futures-sink", 720 "futures-task", 721 "futures-util", 722] 723 724[[package]] 725name = "futures-channel" 726version = "0.3.31" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 729dependencies = [ 730 "futures-core", 731 "futures-sink", 732] 733 734[[package]] 735name = "futures-core" 736version = "0.3.31" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 739 740[[package]] 741name = "futures-executor" 742version = "0.3.31" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 745dependencies = [ 746 "futures-core", 747 "futures-task", 748 "futures-util", 749] 750 751[[package]] 752name = "futures-io" 753version = "0.3.31" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 756 757[[package]] 758name = "futures-macro" 759version = "0.3.31" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 762dependencies = [ 763 "proc-macro2", 764 "quote", 765 "syn", 766] 767 768[[package]] 769name = "futures-sink" 770version = "0.3.31" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 773 774[[package]] 775name = "futures-task" 776version = "0.3.31" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 779 780[[package]] 781name = "futures-timer" 782version = "3.0.3" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 785 786[[package]] 787name = "futures-util" 788version = "0.3.31" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 791dependencies = [ 792 "futures-channel", 793 "futures-core", 794 "futures-io", 795 "futures-macro", 796 "futures-sink", 797 "futures-task", 798 "memchr", 799 "pin-project-lite", 800 "pin-utils", 801 "slab", 802] 803 804[[package]] 805name = "generic-array" 806version = "0.14.7" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 809dependencies = [ 810 "typenum", 811 "version_check", 812] 813 814[[package]] 815name = "getrandom" 816version = "0.2.16" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 819dependencies = [ 820 "cfg-if", 821 "js-sys", 822 "libc", 823 "wasi 0.11.1+wasi-snapshot-preview1", 824 "wasm-bindgen", 825] 826 827[[package]] 828name = "getrandom" 829version = "0.3.3" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 832dependencies = [ 833 "cfg-if", 834 "js-sys", 835 "libc", 836 "r-efi", 837 "wasi 0.14.5+wasi-0.2.4", 838 "wasm-bindgen", 839] 840 841[[package]] 842name = "gimli" 843version = "0.31.1" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 846 847[[package]] 848name = "glob" 849version = "0.3.3" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 852 853[[package]] 854name = "governor" 855version = "0.10.1" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19" 858dependencies = [ 859 "cfg-if", 860 "dashmap", 861 "futures-sink", 862 "futures-timer", 863 "futures-util", 864 "getrandom 0.3.3", 865 "hashbrown 0.15.5", 866 "nonzero_ext", 867 "parking_lot 0.12.4", 868 "portable-atomic", 869 "quanta", 870 "rand 0.9.2", 871 "smallvec", 872 "spinning_top", 873 "web-time", 874] 875 876[[package]] 877name = "h2" 878version = "0.4.12" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 881dependencies = [ 882 "atomic-waker", 883 "bytes", 884 "fnv", 885 "futures-core", 886 "futures-sink", 887 "http", 888 "indexmap", 889 "slab", 890 "tokio", 891 "tokio-util", 892 "tracing", 893] 894 895[[package]] 896name = "hashbrown" 897version = "0.14.5" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 900 901[[package]] 902name = "hashbrown" 903version = "0.15.5" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 906dependencies = [ 907 "allocator-api2", 908 "equivalent", 909 "foldhash", 910] 911 912[[package]] 913name = "headers" 914version = "0.4.1" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" 917dependencies = [ 918 "base64", 919 "bytes", 920 "headers-core", 921 "http", 922 "httpdate", 923 "mime", 924 "sha1", 925] 926 927[[package]] 928name = "headers-core" 929version = "0.3.0" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 932dependencies = [ 933 "http", 934] 935 936[[package]] 937name = "heck" 938version = "0.5.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 941 942[[package]] 943name = "hmac" 944version = "0.12.1" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 947dependencies = [ 948 "digest", 949] 950 951[[package]] 952name = "http" 953version = "1.3.1" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 956dependencies = [ 957 "bytes", 958 "fnv", 959 "itoa", 960] 961 962[[package]] 963name = "http-body" 964version = "1.0.1" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 967dependencies = [ 968 "bytes", 969 "http", 970] 971 972[[package]] 973name = "http-body-util" 974version = "0.1.3" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 977dependencies = [ 978 "bytes", 979 "futures-core", 980 "http", 981 "http-body", 982 "pin-project-lite", 983] 984 985[[package]] 986name = "httparse" 987version = "1.10.1" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 990 991[[package]] 992name = "httpdate" 993version = "1.0.3" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 996 997[[package]] 998name = "hyper" 999version = "1.7.0" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1002dependencies = [ 1003 "atomic-waker", 1004 "bytes", 1005 "futures-channel", 1006 "futures-core", 1007 "h2", 1008 "http", 1009 "http-body", 1010 "httparse", 1011 "httpdate", 1012 "itoa", 1013 "pin-project-lite", 1014 "pin-utils", 1015 "smallvec", 1016 "tokio", 1017 "want", 1018] 1019 1020[[package]] 1021name = "hyper-rustls" 1022version = "0.27.7" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1025dependencies = [ 1026 "http", 1027 "hyper", 1028 "hyper-util", 1029 "rustls", 1030 "rustls-native-certs", 1031 "rustls-pki-types", 1032 "tokio", 1033 "tokio-rustls", 1034 "tower-service", 1035] 1036 1037[[package]] 1038name = "hyper-tls" 1039version = "0.6.0" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1042dependencies = [ 1043 "bytes", 1044 "http-body-util", 1045 "hyper", 1046 "hyper-util", 1047 "native-tls", 1048 "tokio", 1049 "tokio-native-tls", 1050 "tower-service", 1051] 1052 1053[[package]] 1054name = "hyper-util" 1055version = "0.1.16" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 1058dependencies = [ 1059 "base64", 1060 "bytes", 1061 "futures-channel", 1062 "futures-core", 1063 "futures-util", 1064 "http", 1065 "http-body", 1066 "hyper", 1067 "ipnet", 1068 "libc", 1069 "percent-encoding", 1070 "pin-project-lite", 1071 "socket2 0.6.0", 1072 "system-configuration", 1073 "tokio", 1074 "tower-service", 1075 "tracing", 1076 "windows-registry", 1077] 1078 1079[[package]] 1080name = "iana-time-zone" 1081version = "0.1.63" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1084dependencies = [ 1085 "android_system_properties", 1086 "core-foundation-sys", 1087 "iana-time-zone-haiku", 1088 "js-sys", 1089 "log", 1090 "wasm-bindgen", 1091 "windows-core", 1092] 1093 1094[[package]] 1095name = "iana-time-zone-haiku" 1096version = "0.1.2" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1099dependencies = [ 1100 "cc", 1101] 1102 1103[[package]] 1104name = "icu_collections" 1105version = "2.0.0" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1108dependencies = [ 1109 "displaydoc", 1110 "potential_utf", 1111 "yoke", 1112 "zerofrom", 1113 "zerovec", 1114] 1115 1116[[package]] 1117name = "icu_locale_core" 1118version = "2.0.0" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1121dependencies = [ 1122 "displaydoc", 1123 "litemap", 1124 "tinystr", 1125 "writeable", 1126 "zerovec", 1127] 1128 1129[[package]] 1130name = "icu_normalizer" 1131version = "2.0.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1134dependencies = [ 1135 "displaydoc", 1136 "icu_collections", 1137 "icu_normalizer_data", 1138 "icu_properties", 1139 "icu_provider", 1140 "smallvec", 1141 "zerovec", 1142] 1143 1144[[package]] 1145name = "icu_normalizer_data" 1146version = "2.0.0" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1149 1150[[package]] 1151name = "icu_properties" 1152version = "2.0.1" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1155dependencies = [ 1156 "displaydoc", 1157 "icu_collections", 1158 "icu_locale_core", 1159 "icu_properties_data", 1160 "icu_provider", 1161 "potential_utf", 1162 "zerotrie", 1163 "zerovec", 1164] 1165 1166[[package]] 1167name = "icu_properties_data" 1168version = "2.0.1" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1171 1172[[package]] 1173name = "icu_provider" 1174version = "2.0.0" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1177dependencies = [ 1178 "displaydoc", 1179 "icu_locale_core", 1180 "stable_deref_trait", 1181 "tinystr", 1182 "writeable", 1183 "yoke", 1184 "zerofrom", 1185 "zerotrie", 1186 "zerovec", 1187] 1188 1189[[package]] 1190name = "idna" 1191version = "1.1.0" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1194dependencies = [ 1195 "idna_adapter", 1196 "smallvec", 1197 "utf8_iter", 1198] 1199 1200[[package]] 1201name = "idna_adapter" 1202version = "1.2.1" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1205dependencies = [ 1206 "icu_normalizer", 1207 "icu_properties", 1208] 1209 1210[[package]] 1211name = "indexmap" 1212version = "2.11.4" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1215dependencies = [ 1216 "equivalent", 1217 "hashbrown 0.15.5", 1218] 1219 1220[[package]] 1221name = "instant" 1222version = "0.1.13" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1225dependencies = [ 1226 "cfg-if", 1227 "js-sys", 1228 "wasm-bindgen", 1229 "web-sys", 1230] 1231 1232[[package]] 1233name = "io-uring" 1234version = "0.7.10" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1237dependencies = [ 1238 "bitflags 2.9.4", 1239 "cfg-if", 1240 "libc", 1241] 1242 1243[[package]] 1244name = "ipnet" 1245version = "2.11.0" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1248 1249[[package]] 1250name = "iri-string" 1251version = "0.7.8" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1254dependencies = [ 1255 "memchr", 1256 "serde", 1257] 1258 1259[[package]] 1260name = "is_terminal_polyfill" 1261version = "1.70.1" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1264 1265[[package]] 1266name = "itertools" 1267version = "0.13.0" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1270dependencies = [ 1271 "either", 1272] 1273 1274[[package]] 1275name = "itoa" 1276version = "1.0.15" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1279 1280[[package]] 1281name = "jobserver" 1282version = "0.1.34" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1285dependencies = [ 1286 "getrandom 0.3.3", 1287 "libc", 1288] 1289 1290[[package]] 1291name = "js-sys" 1292version = "0.3.78" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" 1295dependencies = [ 1296 "once_cell", 1297 "wasm-bindgen", 1298] 1299 1300[[package]] 1301name = "lazy_static" 1302version = "1.5.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1305 1306[[package]] 1307name = "libc" 1308version = "0.2.175" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 1311 1312[[package]] 1313name = "libloading" 1314version = "0.8.9" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 1317dependencies = [ 1318 "cfg-if", 1319 "windows-link 0.2.0", 1320] 1321 1322[[package]] 1323name = "libredox" 1324version = "0.1.9" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 1327dependencies = [ 1328 "bitflags 2.9.4", 1329 "libc", 1330 "redox_syscall 0.5.17", 1331] 1332 1333[[package]] 1334name = "linux-raw-sys" 1335version = "0.11.0" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1338 1339[[package]] 1340name = "litemap" 1341version = "0.8.0" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1344 1345[[package]] 1346name = "lock_api" 1347version = "0.4.13" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1350dependencies = [ 1351 "autocfg", 1352 "scopeguard", 1353] 1354 1355[[package]] 1356name = "log" 1357version = "0.4.28" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1360 1361[[package]] 1362name = "lru-slab" 1363version = "0.1.2" 1364source = "registry+https://github.com/rust-lang/crates.io-index" 1365checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1366 1367[[package]] 1368name = "matchers" 1369version = "0.2.0" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1372dependencies = [ 1373 "regex-automata", 1374] 1375 1376[[package]] 1377name = "md-5" 1378version = "0.10.6" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1381dependencies = [ 1382 "cfg-if", 1383 "digest", 1384] 1385 1386[[package]] 1387name = "memchr" 1388version = "2.7.5" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1391 1392[[package]] 1393name = "mime" 1394version = "0.3.17" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1397 1398[[package]] 1399name = "minimal-lexical" 1400version = "0.2.1" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1403 1404[[package]] 1405name = "miniz_oxide" 1406version = "0.8.9" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1409dependencies = [ 1410 "adler2", 1411] 1412 1413[[package]] 1414name = "mio" 1415version = "1.0.4" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1418dependencies = [ 1419 "libc", 1420 "wasi 0.11.1+wasi-snapshot-preview1", 1421 "windows-sys 0.59.0", 1422] 1423 1424[[package]] 1425name = "native-tls" 1426version = "0.2.14" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1429dependencies = [ 1430 "libc", 1431 "log", 1432 "openssl", 1433 "openssl-probe", 1434 "openssl-sys", 1435 "schannel", 1436 "security-framework 2.11.1", 1437 "security-framework-sys", 1438 "tempfile", 1439] 1440 1441[[package]] 1442name = "nix" 1443version = "0.30.1" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1446dependencies = [ 1447 "bitflags 2.9.4", 1448 "cfg-if", 1449 "cfg_aliases", 1450 "libc", 1451] 1452 1453[[package]] 1454name = "nom" 1455version = "7.1.3" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1458dependencies = [ 1459 "memchr", 1460 "minimal-lexical", 1461] 1462 1463[[package]] 1464name = "nonzero_ext" 1465version = "0.3.0" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 1468 1469[[package]] 1470name = "nu-ansi-term" 1471version = "0.50.1" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 1474dependencies = [ 1475 "windows-sys 0.52.0", 1476] 1477 1478[[package]] 1479name = "num-bigint" 1480version = "0.4.6" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1483dependencies = [ 1484 "num-integer", 1485 "num-traits", 1486] 1487 1488[[package]] 1489name = "num-conv" 1490version = "0.1.0" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1493 1494[[package]] 1495name = "num-integer" 1496version = "0.1.46" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1499dependencies = [ 1500 "num-traits", 1501] 1502 1503[[package]] 1504name = "num-traits" 1505version = "0.2.19" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1508dependencies = [ 1509 "autocfg", 1510] 1511 1512[[package]] 1513name = "object" 1514version = "0.36.7" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1517dependencies = [ 1518 "memchr", 1519] 1520 1521[[package]] 1522name = "oid-registry" 1523version = "0.8.1" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 1526dependencies = [ 1527 "asn1-rs", 1528] 1529 1530[[package]] 1531name = "once_cell" 1532version = "1.21.3" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1535 1536[[package]] 1537name = "once_cell_polyfill" 1538version = "1.70.1" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1541 1542[[package]] 1543name = "openssl" 1544version = "0.10.73" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1547dependencies = [ 1548 "bitflags 2.9.4", 1549 "cfg-if", 1550 "foreign-types", 1551 "libc", 1552 "once_cell", 1553 "openssl-macros", 1554 "openssl-sys", 1555] 1556 1557[[package]] 1558name = "openssl-macros" 1559version = "0.1.1" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1562dependencies = [ 1563 "proc-macro2", 1564 "quote", 1565 "syn", 1566] 1567 1568[[package]] 1569name = "openssl-probe" 1570version = "0.1.6" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1573 1574[[package]] 1575name = "openssl-sys" 1576version = "0.9.109" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1579dependencies = [ 1580 "cc", 1581 "libc", 1582 "pkg-config", 1583 "vcpkg", 1584] 1585 1586[[package]] 1587name = "parking_lot" 1588version = "0.11.2" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1591dependencies = [ 1592 "instant", 1593 "lock_api", 1594 "parking_lot_core 0.8.6", 1595] 1596 1597[[package]] 1598name = "parking_lot" 1599version = "0.12.4" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1602dependencies = [ 1603 "lock_api", 1604 "parking_lot_core 0.9.11", 1605] 1606 1607[[package]] 1608name = "parking_lot_core" 1609version = "0.8.6" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1612dependencies = [ 1613 "cfg-if", 1614 "instant", 1615 "libc", 1616 "redox_syscall 0.2.16", 1617 "smallvec", 1618 "winapi", 1619] 1620 1621[[package]] 1622name = "parking_lot_core" 1623version = "0.9.11" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1626dependencies = [ 1627 "cfg-if", 1628 "libc", 1629 "redox_syscall 0.5.17", 1630 "smallvec", 1631 "windows-targets 0.52.6", 1632] 1633 1634[[package]] 1635name = "pem" 1636version = "3.0.5" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 1639dependencies = [ 1640 "base64", 1641 "serde", 1642] 1643 1644[[package]] 1645name = "percent-encoding" 1646version = "2.3.2" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1649 1650[[package]] 1651name = "phf" 1652version = "0.11.3" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1655dependencies = [ 1656 "phf_shared", 1657] 1658 1659[[package]] 1660name = "phf_shared" 1661version = "0.11.3" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1664dependencies = [ 1665 "siphasher", 1666] 1667 1668[[package]] 1669name = "pin-project-lite" 1670version = "0.2.16" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1673 1674[[package]] 1675name = "pin-utils" 1676version = "0.1.0" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1679 1680[[package]] 1681name = "pkg-config" 1682version = "0.3.32" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1685 1686[[package]] 1687name = "poem" 1688version = "3.1.12" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b" 1691dependencies = [ 1692 "async-compression", 1693 "base64", 1694 "bytes", 1695 "chrono", 1696 "futures-util", 1697 "headers", 1698 "http", 1699 "http-body-util", 1700 "hyper", 1701 "hyper-util", 1702 "mime", 1703 "nix", 1704 "parking_lot 0.12.4", 1705 "percent-encoding", 1706 "pin-project-lite", 1707 "poem-derive", 1708 "rcgen", 1709 "regex", 1710 "reqwest", 1711 "rfc7239", 1712 "ring", 1713 "rustls-pemfile", 1714 "serde", 1715 "serde_json", 1716 "serde_urlencoded", 1717 "smallvec", 1718 "sync_wrapper", 1719 "thiserror 2.0.16", 1720 "tokio", 1721 "tokio-rustls", 1722 "tokio-util", 1723 "tracing", 1724 "wildmatch", 1725 "x509-parser", 1726] 1727 1728[[package]] 1729name = "poem-derive" 1730version = "3.1.12" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4" 1733dependencies = [ 1734 "proc-macro-crate", 1735 "proc-macro2", 1736 "quote", 1737 "syn", 1738] 1739 1740[[package]] 1741name = "portable-atomic" 1742version = "1.11.1" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1745 1746[[package]] 1747name = "postgres-native-tls" 1748version = "0.5.1" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "a1f39498473c92f7b6820ae970382c1d83178a3454c618161cb772e8598d9f6f" 1751dependencies = [ 1752 "native-tls", 1753 "tokio", 1754 "tokio-native-tls", 1755 "tokio-postgres", 1756] 1757 1758[[package]] 1759name = "postgres-protocol" 1760version = "0.6.8" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54" 1763dependencies = [ 1764 "base64", 1765 "byteorder", 1766 "bytes", 1767 "fallible-iterator", 1768 "hmac", 1769 "md-5", 1770 "memchr", 1771 "rand 0.9.2", 1772 "sha2", 1773 "stringprep", 1774] 1775 1776[[package]] 1777name = "postgres-types" 1778version = "0.2.9" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48" 1781dependencies = [ 1782 "bytes", 1783 "chrono", 1784 "fallible-iterator", 1785 "postgres-protocol", 1786 "serde", 1787 "serde_json", 1788] 1789 1790[[package]] 1791name = "potential_utf" 1792version = "0.1.3" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1795dependencies = [ 1796 "zerovec", 1797] 1798 1799[[package]] 1800name = "powerfmt" 1801version = "0.2.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1804 1805[[package]] 1806name = "ppv-lite86" 1807version = "0.2.21" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1810dependencies = [ 1811 "zerocopy", 1812] 1813 1814[[package]] 1815name = "prettyplease" 1816version = "0.2.37" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1819dependencies = [ 1820 "proc-macro2", 1821 "syn", 1822] 1823 1824[[package]] 1825name = "proc-macro-crate" 1826version = "3.4.0" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 1829dependencies = [ 1830 "toml_edit", 1831] 1832 1833[[package]] 1834name = "proc-macro2" 1835version = "1.0.101" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1838dependencies = [ 1839 "unicode-ident", 1840] 1841 1842[[package]] 1843name = "quanta" 1844version = "0.12.6" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 1847dependencies = [ 1848 "crossbeam-utils", 1849 "libc", 1850 "once_cell", 1851 "raw-cpuid", 1852 "wasi 0.11.1+wasi-snapshot-preview1", 1853 "web-sys", 1854 "winapi", 1855] 1856 1857[[package]] 1858name = "quinn" 1859version = "0.11.9" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1862dependencies = [ 1863 "bytes", 1864 "cfg_aliases", 1865 "pin-project-lite", 1866 "quinn-proto", 1867 "quinn-udp", 1868 "rustc-hash", 1869 "rustls", 1870 "socket2 0.6.0", 1871 "thiserror 2.0.16", 1872 "tokio", 1873 "tracing", 1874 "web-time", 1875] 1876 1877[[package]] 1878name = "quinn-proto" 1879version = "0.11.13" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1882dependencies = [ 1883 "bytes", 1884 "getrandom 0.3.3", 1885 "lru-slab", 1886 "rand 0.9.2", 1887 "ring", 1888 "rustc-hash", 1889 "rustls", 1890 "rustls-pki-types", 1891 "slab", 1892 "thiserror 2.0.16", 1893 "tinyvec", 1894 "tracing", 1895 "web-time", 1896] 1897 1898[[package]] 1899name = "quinn-udp" 1900version = "0.5.14" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1903dependencies = [ 1904 "cfg_aliases", 1905 "libc", 1906 "once_cell", 1907 "socket2 0.6.0", 1908 "tracing", 1909 "windows-sys 0.60.2", 1910] 1911 1912[[package]] 1913name = "quote" 1914version = "1.0.40" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1917dependencies = [ 1918 "proc-macro2", 1919] 1920 1921[[package]] 1922name = "r-efi" 1923version = "5.3.0" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1926 1927[[package]] 1928name = "rand" 1929version = "0.8.5" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1932dependencies = [ 1933 "libc", 1934 "rand_chacha 0.3.1", 1935 "rand_core 0.6.4", 1936] 1937 1938[[package]] 1939name = "rand" 1940version = "0.9.2" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1943dependencies = [ 1944 "rand_chacha 0.9.0", 1945 "rand_core 0.9.3", 1946] 1947 1948[[package]] 1949name = "rand_chacha" 1950version = "0.3.1" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1953dependencies = [ 1954 "ppv-lite86", 1955 "rand_core 0.6.4", 1956] 1957 1958[[package]] 1959name = "rand_chacha" 1960version = "0.9.0" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1963dependencies = [ 1964 "ppv-lite86", 1965 "rand_core 0.9.3", 1966] 1967 1968[[package]] 1969name = "rand_core" 1970version = "0.6.4" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1973dependencies = [ 1974 "getrandom 0.2.16", 1975] 1976 1977[[package]] 1978name = "rand_core" 1979version = "0.9.3" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1982dependencies = [ 1983 "getrandom 0.3.3", 1984] 1985 1986[[package]] 1987name = "raw-cpuid" 1988version = "11.6.0" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 1991dependencies = [ 1992 "bitflags 2.9.4", 1993] 1994 1995[[package]] 1996name = "rcgen" 1997version = "0.12.1" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" 2000dependencies = [ 2001 "pem", 2002 "ring", 2003 "time", 2004 "yasna", 2005] 2006 2007[[package]] 2008name = "redox_syscall" 2009version = "0.2.16" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2012dependencies = [ 2013 "bitflags 1.3.2", 2014] 2015 2016[[package]] 2017name = "redox_syscall" 2018version = "0.5.17" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 2021dependencies = [ 2022 "bitflags 2.9.4", 2023] 2024 2025[[package]] 2026name = "regex" 2027version = "1.11.2" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 2030dependencies = [ 2031 "aho-corasick", 2032 "memchr", 2033 "regex-automata", 2034 "regex-syntax", 2035] 2036 2037[[package]] 2038name = "regex-automata" 2039version = "0.4.10" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" 2042dependencies = [ 2043 "aho-corasick", 2044 "memchr", 2045 "regex-syntax", 2046] 2047 2048[[package]] 2049name = "regex-syntax" 2050version = "0.8.6" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 2053 2054[[package]] 2055name = "reqwest" 2056version = "0.12.23" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 2059dependencies = [ 2060 "base64", 2061 "bytes", 2062 "encoding_rs", 2063 "futures-core", 2064 "futures-util", 2065 "h2", 2066 "http", 2067 "http-body", 2068 "http-body-util", 2069 "hyper", 2070 "hyper-rustls", 2071 "hyper-tls", 2072 "hyper-util", 2073 "js-sys", 2074 "log", 2075 "mime", 2076 "native-tls", 2077 "percent-encoding", 2078 "pin-project-lite", 2079 "quinn", 2080 "rustls", 2081 "rustls-native-certs", 2082 "rustls-pki-types", 2083 "serde", 2084 "serde_json", 2085 "serde_urlencoded", 2086 "sync_wrapper", 2087 "tokio", 2088 "tokio-native-tls", 2089 "tokio-rustls", 2090 "tokio-util", 2091 "tower", 2092 "tower-http", 2093 "tower-service", 2094 "url", 2095 "wasm-bindgen", 2096 "wasm-bindgen-futures", 2097 "wasm-streams", 2098 "web-sys", 2099] 2100 2101[[package]] 2102name = "reqwest-middleware" 2103version = "0.4.2" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2106dependencies = [ 2107 "anyhow", 2108 "async-trait", 2109 "http", 2110 "reqwest", 2111 "serde", 2112 "thiserror 1.0.69", 2113 "tower-service", 2114] 2115 2116[[package]] 2117name = "reqwest-retry" 2118version = "0.7.0" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "29c73e4195a6bfbcb174b790d9b3407ab90646976c55de58a6515da25d851178" 2121dependencies = [ 2122 "anyhow", 2123 "async-trait", 2124 "futures", 2125 "getrandom 0.2.16", 2126 "http", 2127 "hyper", 2128 "parking_lot 0.11.2", 2129 "reqwest", 2130 "reqwest-middleware", 2131 "retry-policies", 2132 "thiserror 1.0.69", 2133 "tokio", 2134 "tracing", 2135 "wasm-timer", 2136] 2137 2138[[package]] 2139name = "retry-policies" 2140version = "0.4.0" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c" 2143dependencies = [ 2144 "rand 0.8.5", 2145] 2146 2147[[package]] 2148name = "rfc7239" 2149version = "0.1.3" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f" 2152dependencies = [ 2153 "uncased", 2154] 2155 2156[[package]] 2157name = "ring" 2158version = "0.17.14" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2161dependencies = [ 2162 "cc", 2163 "cfg-if", 2164 "getrandom 0.2.16", 2165 "libc", 2166 "untrusted", 2167 "windows-sys 0.52.0", 2168] 2169 2170[[package]] 2171name = "rustc-demangle" 2172version = "0.1.26" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 2175 2176[[package]] 2177name = "rustc-hash" 2178version = "2.1.1" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2181 2182[[package]] 2183name = "rusticata-macros" 2184version = "4.1.0" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2187dependencies = [ 2188 "nom", 2189] 2190 2191[[package]] 2192name = "rustix" 2193version = "1.1.2" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2196dependencies = [ 2197 "bitflags 2.9.4", 2198 "errno", 2199 "libc", 2200 "linux-raw-sys", 2201 "windows-sys 0.61.0", 2202] 2203 2204[[package]] 2205name = "rustls" 2206version = "0.23.32" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 2209dependencies = [ 2210 "aws-lc-rs", 2211 "log", 2212 "once_cell", 2213 "ring", 2214 "rustls-pki-types", 2215 "rustls-webpki", 2216 "subtle", 2217 "zeroize", 2218] 2219 2220[[package]] 2221name = "rustls-native-certs" 2222version = "0.8.1" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 2225dependencies = [ 2226 "openssl-probe", 2227 "rustls-pki-types", 2228 "schannel", 2229 "security-framework 3.5.0", 2230] 2231 2232[[package]] 2233name = "rustls-pemfile" 2234version = "2.2.0" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2237dependencies = [ 2238 "rustls-pki-types", 2239] 2240 2241[[package]] 2242name = "rustls-pki-types" 2243version = "1.12.0" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2246dependencies = [ 2247 "web-time", 2248 "zeroize", 2249] 2250 2251[[package]] 2252name = "rustls-webpki" 2253version = "0.103.5" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "b5a37813727b78798e53c2bec3f5e8fe12a6d6f8389bf9ca7802add4c9905ad8" 2256dependencies = [ 2257 "aws-lc-rs", 2258 "ring", 2259 "rustls-pki-types", 2260 "untrusted", 2261] 2262 2263[[package]] 2264name = "rustversion" 2265version = "1.0.22" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2268 2269[[package]] 2270name = "ryu" 2271version = "1.0.20" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2274 2275[[package]] 2276name = "schannel" 2277version = "0.1.28" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2280dependencies = [ 2281 "windows-sys 0.61.0", 2282] 2283 2284[[package]] 2285name = "scopeguard" 2286version = "1.2.0" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2289 2290[[package]] 2291name = "security-framework" 2292version = "2.11.1" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2295dependencies = [ 2296 "bitflags 2.9.4", 2297 "core-foundation 0.9.4", 2298 "core-foundation-sys", 2299 "libc", 2300 "security-framework-sys", 2301] 2302 2303[[package]] 2304name = "security-framework" 2305version = "3.5.0" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "cc198e42d9b7510827939c9a15f5062a0c913f3371d765977e586d2fe6c16f4a" 2308dependencies = [ 2309 "bitflags 2.9.4", 2310 "core-foundation 0.10.1", 2311 "core-foundation-sys", 2312 "libc", 2313 "security-framework-sys", 2314] 2315 2316[[package]] 2317name = "security-framework-sys" 2318version = "2.15.0" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2321dependencies = [ 2322 "core-foundation-sys", 2323 "libc", 2324] 2325 2326[[package]] 2327name = "serde" 2328version = "1.0.226" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd" 2331dependencies = [ 2332 "serde_core", 2333 "serde_derive", 2334] 2335 2336[[package]] 2337name = "serde_core" 2338version = "1.0.226" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4" 2341dependencies = [ 2342 "serde_derive", 2343] 2344 2345[[package]] 2346name = "serde_derive" 2347version = "1.0.226" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33" 2350dependencies = [ 2351 "proc-macro2", 2352 "quote", 2353 "syn", 2354] 2355 2356[[package]] 2357name = "serde_json" 2358version = "1.0.143" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" 2361dependencies = [ 2362 "itoa", 2363 "memchr", 2364 "ryu", 2365 "serde", 2366] 2367 2368[[package]] 2369name = "serde_urlencoded" 2370version = "0.7.1" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2373dependencies = [ 2374 "form_urlencoded", 2375 "itoa", 2376 "ryu", 2377 "serde", 2378] 2379 2380[[package]] 2381name = "sha1" 2382version = "0.10.6" 2383source = "registry+https://github.com/rust-lang/crates.io-index" 2384checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2385dependencies = [ 2386 "cfg-if", 2387 "cpufeatures", 2388 "digest", 2389] 2390 2391[[package]] 2392name = "sha2" 2393version = "0.10.9" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2396dependencies = [ 2397 "cfg-if", 2398 "cpufeatures", 2399 "digest", 2400] 2401 2402[[package]] 2403name = "sharded-slab" 2404version = "0.1.7" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2407dependencies = [ 2408 "lazy_static", 2409] 2410 2411[[package]] 2412name = "shlex" 2413version = "1.3.0" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2416 2417[[package]] 2418name = "signal-hook-registry" 2419version = "1.4.6" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2422dependencies = [ 2423 "libc", 2424] 2425 2426[[package]] 2427name = "siphasher" 2428version = "1.0.1" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 2431 2432[[package]] 2433name = "slab" 2434version = "0.4.11" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2437 2438[[package]] 2439name = "smallvec" 2440version = "1.15.1" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2443 2444[[package]] 2445name = "socket2" 2446version = "0.5.10" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2449dependencies = [ 2450 "libc", 2451 "windows-sys 0.52.0", 2452] 2453 2454[[package]] 2455name = "socket2" 2456version = "0.6.0" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2459dependencies = [ 2460 "libc", 2461 "windows-sys 0.59.0", 2462] 2463 2464[[package]] 2465name = "spinning_top" 2466version = "0.3.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" 2469dependencies = [ 2470 "lock_api", 2471] 2472 2473[[package]] 2474name = "stable_deref_trait" 2475version = "1.2.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2478 2479[[package]] 2480name = "stringprep" 2481version = "0.1.5" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2484dependencies = [ 2485 "unicode-bidi", 2486 "unicode-normalization", 2487 "unicode-properties", 2488] 2489 2490[[package]] 2491name = "strsim" 2492version = "0.11.1" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2495 2496[[package]] 2497name = "subtle" 2498version = "2.6.1" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2501 2502[[package]] 2503name = "syn" 2504version = "2.0.106" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2507dependencies = [ 2508 "proc-macro2", 2509 "quote", 2510 "unicode-ident", 2511] 2512 2513[[package]] 2514name = "sync_wrapper" 2515version = "1.0.2" 2516source = "registry+https://github.com/rust-lang/crates.io-index" 2517checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2518dependencies = [ 2519 "futures-core", 2520] 2521 2522[[package]] 2523name = "synstructure" 2524version = "0.13.2" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2527dependencies = [ 2528 "proc-macro2", 2529 "quote", 2530 "syn", 2531] 2532 2533[[package]] 2534name = "system-configuration" 2535version = "0.6.1" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2538dependencies = [ 2539 "bitflags 2.9.4", 2540 "core-foundation 0.9.4", 2541 "system-configuration-sys", 2542] 2543 2544[[package]] 2545name = "system-configuration-sys" 2546version = "0.6.0" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2549dependencies = [ 2550 "core-foundation-sys", 2551 "libc", 2552] 2553 2554[[package]] 2555name = "tempfile" 2556version = "3.22.0" 2557source = "registry+https://github.com/rust-lang/crates.io-index" 2558checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" 2559dependencies = [ 2560 "fastrand", 2561 "getrandom 0.3.3", 2562 "once_cell", 2563 "rustix", 2564 "windows-sys 0.61.0", 2565] 2566 2567[[package]] 2568name = "thiserror" 2569version = "1.0.69" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2572dependencies = [ 2573 "thiserror-impl 1.0.69", 2574] 2575 2576[[package]] 2577name = "thiserror" 2578version = "2.0.16" 2579source = "registry+https://github.com/rust-lang/crates.io-index" 2580checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 2581dependencies = [ 2582 "thiserror-impl 2.0.16", 2583] 2584 2585[[package]] 2586name = "thiserror-impl" 2587version = "1.0.69" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2590dependencies = [ 2591 "proc-macro2", 2592 "quote", 2593 "syn", 2594] 2595 2596[[package]] 2597name = "thiserror-impl" 2598version = "2.0.16" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 2601dependencies = [ 2602 "proc-macro2", 2603 "quote", 2604 "syn", 2605] 2606 2607[[package]] 2608name = "thread_local" 2609version = "1.1.9" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2612dependencies = [ 2613 "cfg-if", 2614] 2615 2616[[package]] 2617name = "time" 2618version = "0.3.44" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2621dependencies = [ 2622 "deranged", 2623 "itoa", 2624 "num-conv", 2625 "powerfmt", 2626 "serde", 2627 "time-core", 2628 "time-macros", 2629] 2630 2631[[package]] 2632name = "time-core" 2633version = "0.1.6" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2636 2637[[package]] 2638name = "time-macros" 2639version = "0.2.24" 2640source = "registry+https://github.com/rust-lang/crates.io-index" 2641checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2642dependencies = [ 2643 "num-conv", 2644 "time-core", 2645] 2646 2647[[package]] 2648name = "tinystr" 2649version = "0.8.1" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2652dependencies = [ 2653 "displaydoc", 2654 "zerovec", 2655] 2656 2657[[package]] 2658name = "tinyvec" 2659version = "1.10.0" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2662dependencies = [ 2663 "tinyvec_macros", 2664] 2665 2666[[package]] 2667name = "tinyvec_macros" 2668version = "0.1.1" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2671 2672[[package]] 2673name = "tokio" 2674version = "1.47.1" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2677dependencies = [ 2678 "backtrace", 2679 "bytes", 2680 "io-uring", 2681 "libc", 2682 "mio", 2683 "parking_lot 0.12.4", 2684 "pin-project-lite", 2685 "signal-hook-registry", 2686 "slab", 2687 "socket2 0.6.0", 2688 "tokio-macros", 2689 "windows-sys 0.59.0", 2690] 2691 2692[[package]] 2693name = "tokio-macros" 2694version = "2.5.0" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2697dependencies = [ 2698 "proc-macro2", 2699 "quote", 2700 "syn", 2701] 2702 2703[[package]] 2704name = "tokio-native-tls" 2705version = "0.3.1" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2708dependencies = [ 2709 "native-tls", 2710 "tokio", 2711] 2712 2713[[package]] 2714name = "tokio-postgres" 2715version = "0.7.13" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0" 2718dependencies = [ 2719 "async-trait", 2720 "byteorder", 2721 "bytes", 2722 "fallible-iterator", 2723 "futures-channel", 2724 "futures-util", 2725 "log", 2726 "parking_lot 0.12.4", 2727 "percent-encoding", 2728 "phf", 2729 "pin-project-lite", 2730 "postgres-protocol", 2731 "postgres-types", 2732 "rand 0.9.2", 2733 "socket2 0.5.10", 2734 "tokio", 2735 "tokio-util", 2736 "whoami", 2737] 2738 2739[[package]] 2740name = "tokio-rustls" 2741version = "0.26.2" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 2744dependencies = [ 2745 "rustls", 2746 "tokio", 2747] 2748 2749[[package]] 2750name = "tokio-stream" 2751version = "0.1.17" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2754dependencies = [ 2755 "futures-core", 2756 "pin-project-lite", 2757 "tokio", 2758] 2759 2760[[package]] 2761name = "tokio-util" 2762version = "0.7.16" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2765dependencies = [ 2766 "bytes", 2767 "futures-core", 2768 "futures-io", 2769 "futures-sink", 2770 "pin-project-lite", 2771 "tokio", 2772] 2773 2774[[package]] 2775name = "toml_datetime" 2776version = "0.7.2" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" 2779dependencies = [ 2780 "serde_core", 2781] 2782 2783[[package]] 2784name = "toml_edit" 2785version = "0.23.6" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" 2788dependencies = [ 2789 "indexmap", 2790 "toml_datetime", 2791 "toml_parser", 2792 "winnow", 2793] 2794 2795[[package]] 2796name = "toml_parser" 2797version = "1.0.3" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 2800dependencies = [ 2801 "winnow", 2802] 2803 2804[[package]] 2805name = "tower" 2806version = "0.5.2" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2809dependencies = [ 2810 "futures-core", 2811 "futures-util", 2812 "pin-project-lite", 2813 "sync_wrapper", 2814 "tokio", 2815 "tower-layer", 2816 "tower-service", 2817] 2818 2819[[package]] 2820name = "tower-http" 2821version = "0.6.6" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2824dependencies = [ 2825 "bitflags 2.9.4", 2826 "bytes", 2827 "futures-util", 2828 "http", 2829 "http-body", 2830 "iri-string", 2831 "pin-project-lite", 2832 "tower", 2833 "tower-layer", 2834 "tower-service", 2835] 2836 2837[[package]] 2838name = "tower-layer" 2839version = "0.3.3" 2840source = "registry+https://github.com/rust-lang/crates.io-index" 2841checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2842 2843[[package]] 2844name = "tower-service" 2845version = "0.3.3" 2846source = "registry+https://github.com/rust-lang/crates.io-index" 2847checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2848 2849[[package]] 2850name = "tracing" 2851version = "0.1.41" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2854dependencies = [ 2855 "pin-project-lite", 2856 "tracing-attributes", 2857 "tracing-core", 2858] 2859 2860[[package]] 2861name = "tracing-attributes" 2862version = "0.1.30" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2865dependencies = [ 2866 "proc-macro2", 2867 "quote", 2868 "syn", 2869] 2870 2871[[package]] 2872name = "tracing-core" 2873version = "0.1.34" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2876dependencies = [ 2877 "once_cell", 2878 "valuable", 2879] 2880 2881[[package]] 2882name = "tracing-log" 2883version = "0.2.0" 2884source = "registry+https://github.com/rust-lang/crates.io-index" 2885checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2886dependencies = [ 2887 "log", 2888 "once_cell", 2889 "tracing-core", 2890] 2891 2892[[package]] 2893name = "tracing-subscriber" 2894version = "0.3.20" 2895source = "registry+https://github.com/rust-lang/crates.io-index" 2896checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 2897dependencies = [ 2898 "matchers", 2899 "nu-ansi-term", 2900 "once_cell", 2901 "regex-automata", 2902 "sharded-slab", 2903 "smallvec", 2904 "thread_local", 2905 "tracing", 2906 "tracing-core", 2907 "tracing-log", 2908] 2909 2910[[package]] 2911name = "try-lock" 2912version = "0.2.5" 2913source = "registry+https://github.com/rust-lang/crates.io-index" 2914checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2915 2916[[package]] 2917name = "typenum" 2918version = "1.18.0" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2921 2922[[package]] 2923name = "uncased" 2924version = "0.9.10" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 2927dependencies = [ 2928 "version_check", 2929] 2930 2931[[package]] 2932name = "unicode-bidi" 2933version = "0.3.18" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2936 2937[[package]] 2938name = "unicode-ident" 2939version = "1.0.19" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2942 2943[[package]] 2944name = "unicode-normalization" 2945version = "0.1.24" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2948dependencies = [ 2949 "tinyvec", 2950] 2951 2952[[package]] 2953name = "unicode-properties" 2954version = "0.1.3" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 2957 2958[[package]] 2959name = "untrusted" 2960version = "0.9.0" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2963 2964[[package]] 2965name = "url" 2966version = "2.5.7" 2967source = "registry+https://github.com/rust-lang/crates.io-index" 2968checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2969dependencies = [ 2970 "form_urlencoded", 2971 "idna", 2972 "percent-encoding", 2973 "serde", 2974] 2975 2976[[package]] 2977name = "utf8_iter" 2978version = "1.0.4" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2981 2982[[package]] 2983name = "utf8parse" 2984version = "0.2.2" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2987 2988[[package]] 2989name = "valuable" 2990version = "0.1.1" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2993 2994[[package]] 2995name = "vcpkg" 2996version = "0.2.15" 2997source = "registry+https://github.com/rust-lang/crates.io-index" 2998checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2999 3000[[package]] 3001name = "version_check" 3002version = "0.9.5" 3003source = "registry+https://github.com/rust-lang/crates.io-index" 3004checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3005 3006[[package]] 3007name = "want" 3008version = "0.3.1" 3009source = "registry+https://github.com/rust-lang/crates.io-index" 3010checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3011dependencies = [ 3012 "try-lock", 3013] 3014 3015[[package]] 3016name = "wasi" 3017version = "0.11.1+wasi-snapshot-preview1" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3020 3021[[package]] 3022name = "wasi" 3023version = "0.14.5+wasi-0.2.4" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "a4494f6290a82f5fe584817a676a34b9d6763e8d9d18204009fb31dceca98fd4" 3026dependencies = [ 3027 "wasip2", 3028] 3029 3030[[package]] 3031name = "wasip2" 3032version = "1.0.0+wasi-0.2.4" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24" 3035dependencies = [ 3036 "wit-bindgen", 3037] 3038 3039[[package]] 3040name = "wasite" 3041version = "0.1.0" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3044 3045[[package]] 3046name = "wasm-bindgen" 3047version = "0.2.101" 3048source = "registry+https://github.com/rust-lang/crates.io-index" 3049checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" 3050dependencies = [ 3051 "cfg-if", 3052 "once_cell", 3053 "rustversion", 3054 "wasm-bindgen-macro", 3055 "wasm-bindgen-shared", 3056] 3057 3058[[package]] 3059name = "wasm-bindgen-backend" 3060version = "0.2.101" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" 3063dependencies = [ 3064 "bumpalo", 3065 "log", 3066 "proc-macro2", 3067 "quote", 3068 "syn", 3069 "wasm-bindgen-shared", 3070] 3071 3072[[package]] 3073name = "wasm-bindgen-futures" 3074version = "0.4.51" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" 3077dependencies = [ 3078 "cfg-if", 3079 "js-sys", 3080 "once_cell", 3081 "wasm-bindgen", 3082 "web-sys", 3083] 3084 3085[[package]] 3086name = "wasm-bindgen-macro" 3087version = "0.2.101" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" 3090dependencies = [ 3091 "quote", 3092 "wasm-bindgen-macro-support", 3093] 3094 3095[[package]] 3096name = "wasm-bindgen-macro-support" 3097version = "0.2.101" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" 3100dependencies = [ 3101 "proc-macro2", 3102 "quote", 3103 "syn", 3104 "wasm-bindgen-backend", 3105 "wasm-bindgen-shared", 3106] 3107 3108[[package]] 3109name = "wasm-bindgen-shared" 3110version = "0.2.101" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" 3113dependencies = [ 3114 "unicode-ident", 3115] 3116 3117[[package]] 3118name = "wasm-streams" 3119version = "0.4.2" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3122dependencies = [ 3123 "futures-util", 3124 "js-sys", 3125 "wasm-bindgen", 3126 "wasm-bindgen-futures", 3127 "web-sys", 3128] 3129 3130[[package]] 3131name = "wasm-timer" 3132version = "0.2.5" 3133source = "registry+https://github.com/rust-lang/crates.io-index" 3134checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 3135dependencies = [ 3136 "futures", 3137 "js-sys", 3138 "parking_lot 0.11.2", 3139 "pin-utils", 3140 "wasm-bindgen", 3141 "wasm-bindgen-futures", 3142 "web-sys", 3143] 3144 3145[[package]] 3146name = "web-sys" 3147version = "0.3.78" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" 3150dependencies = [ 3151 "js-sys", 3152 "wasm-bindgen", 3153] 3154 3155[[package]] 3156name = "web-time" 3157version = "1.1.0" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3160dependencies = [ 3161 "js-sys", 3162 "wasm-bindgen", 3163] 3164 3165[[package]] 3166name = "whoami" 3167version = "1.6.1" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 3170dependencies = [ 3171 "libredox", 3172 "wasite", 3173 "web-sys", 3174] 3175 3176[[package]] 3177name = "wildmatch" 3178version = "2.5.0" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "39b7d07a236abaef6607536ccfaf19b396dbe3f5110ddb73d39f4562902ed382" 3181 3182[[package]] 3183name = "winapi" 3184version = "0.3.9" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3187dependencies = [ 3188 "winapi-i686-pc-windows-gnu", 3189 "winapi-x86_64-pc-windows-gnu", 3190] 3191 3192[[package]] 3193name = "winapi-i686-pc-windows-gnu" 3194version = "0.4.0" 3195source = "registry+https://github.com/rust-lang/crates.io-index" 3196checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3197 3198[[package]] 3199name = "winapi-x86_64-pc-windows-gnu" 3200version = "0.4.0" 3201source = "registry+https://github.com/rust-lang/crates.io-index" 3202checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3203 3204[[package]] 3205name = "windows-core" 3206version = "0.61.2" 3207source = "registry+https://github.com/rust-lang/crates.io-index" 3208checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3209dependencies = [ 3210 "windows-implement", 3211 "windows-interface", 3212 "windows-link 0.1.3", 3213 "windows-result", 3214 "windows-strings", 3215] 3216 3217[[package]] 3218name = "windows-implement" 3219version = "0.60.0" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 3222dependencies = [ 3223 "proc-macro2", 3224 "quote", 3225 "syn", 3226] 3227 3228[[package]] 3229name = "windows-interface" 3230version = "0.59.1" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 3233dependencies = [ 3234 "proc-macro2", 3235 "quote", 3236 "syn", 3237] 3238 3239[[package]] 3240name = "windows-link" 3241version = "0.1.3" 3242source = "registry+https://github.com/rust-lang/crates.io-index" 3243checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3244 3245[[package]] 3246name = "windows-link" 3247version = "0.2.0" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 3250 3251[[package]] 3252name = "windows-registry" 3253version = "0.5.3" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 3256dependencies = [ 3257 "windows-link 0.1.3", 3258 "windows-result", 3259 "windows-strings", 3260] 3261 3262[[package]] 3263name = "windows-result" 3264version = "0.3.4" 3265source = "registry+https://github.com/rust-lang/crates.io-index" 3266checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3267dependencies = [ 3268 "windows-link 0.1.3", 3269] 3270 3271[[package]] 3272name = "windows-strings" 3273version = "0.4.2" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3276dependencies = [ 3277 "windows-link 0.1.3", 3278] 3279 3280[[package]] 3281name = "windows-sys" 3282version = "0.52.0" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3285dependencies = [ 3286 "windows-targets 0.52.6", 3287] 3288 3289[[package]] 3290name = "windows-sys" 3291version = "0.59.0" 3292source = "registry+https://github.com/rust-lang/crates.io-index" 3293checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3294dependencies = [ 3295 "windows-targets 0.52.6", 3296] 3297 3298[[package]] 3299name = "windows-sys" 3300version = "0.60.2" 3301source = "registry+https://github.com/rust-lang/crates.io-index" 3302checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3303dependencies = [ 3304 "windows-targets 0.53.3", 3305] 3306 3307[[package]] 3308name = "windows-sys" 3309version = "0.61.0" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" 3312dependencies = [ 3313 "windows-link 0.2.0", 3314] 3315 3316[[package]] 3317name = "windows-targets" 3318version = "0.52.6" 3319source = "registry+https://github.com/rust-lang/crates.io-index" 3320checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3321dependencies = [ 3322 "windows_aarch64_gnullvm 0.52.6", 3323 "windows_aarch64_msvc 0.52.6", 3324 "windows_i686_gnu 0.52.6", 3325 "windows_i686_gnullvm 0.52.6", 3326 "windows_i686_msvc 0.52.6", 3327 "windows_x86_64_gnu 0.52.6", 3328 "windows_x86_64_gnullvm 0.52.6", 3329 "windows_x86_64_msvc 0.52.6", 3330] 3331 3332[[package]] 3333name = "windows-targets" 3334version = "0.53.3" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 3337dependencies = [ 3338 "windows-link 0.1.3", 3339 "windows_aarch64_gnullvm 0.53.0", 3340 "windows_aarch64_msvc 0.53.0", 3341 "windows_i686_gnu 0.53.0", 3342 "windows_i686_gnullvm 0.53.0", 3343 "windows_i686_msvc 0.53.0", 3344 "windows_x86_64_gnu 0.53.0", 3345 "windows_x86_64_gnullvm 0.53.0", 3346 "windows_x86_64_msvc 0.53.0", 3347] 3348 3349[[package]] 3350name = "windows_aarch64_gnullvm" 3351version = "0.52.6" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3354 3355[[package]] 3356name = "windows_aarch64_gnullvm" 3357version = "0.53.0" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 3360 3361[[package]] 3362name = "windows_aarch64_msvc" 3363version = "0.52.6" 3364source = "registry+https://github.com/rust-lang/crates.io-index" 3365checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3366 3367[[package]] 3368name = "windows_aarch64_msvc" 3369version = "0.53.0" 3370source = "registry+https://github.com/rust-lang/crates.io-index" 3371checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 3372 3373[[package]] 3374name = "windows_i686_gnu" 3375version = "0.52.6" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3378 3379[[package]] 3380name = "windows_i686_gnu" 3381version = "0.53.0" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 3384 3385[[package]] 3386name = "windows_i686_gnullvm" 3387version = "0.52.6" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3390 3391[[package]] 3392name = "windows_i686_gnullvm" 3393version = "0.53.0" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 3396 3397[[package]] 3398name = "windows_i686_msvc" 3399version = "0.52.6" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3402 3403[[package]] 3404name = "windows_i686_msvc" 3405version = "0.53.0" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 3408 3409[[package]] 3410name = "windows_x86_64_gnu" 3411version = "0.52.6" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3414 3415[[package]] 3416name = "windows_x86_64_gnu" 3417version = "0.53.0" 3418source = "registry+https://github.com/rust-lang/crates.io-index" 3419checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 3420 3421[[package]] 3422name = "windows_x86_64_gnullvm" 3423version = "0.52.6" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3426 3427[[package]] 3428name = "windows_x86_64_gnullvm" 3429version = "0.53.0" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 3432 3433[[package]] 3434name = "windows_x86_64_msvc" 3435version = "0.52.6" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3438 3439[[package]] 3440name = "windows_x86_64_msvc" 3441version = "0.53.0" 3442source = "registry+https://github.com/rust-lang/crates.io-index" 3443checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3444 3445[[package]] 3446name = "winnow" 3447version = "0.7.13" 3448source = "registry+https://github.com/rust-lang/crates.io-index" 3449checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 3450dependencies = [ 3451 "memchr", 3452] 3453 3454[[package]] 3455name = "wit-bindgen" 3456version = "0.45.1" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" 3459 3460[[package]] 3461name = "writeable" 3462version = "0.6.1" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3465 3466[[package]] 3467name = "x509-parser" 3468version = "0.17.0" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" 3471dependencies = [ 3472 "asn1-rs", 3473 "data-encoding", 3474 "der-parser", 3475 "lazy_static", 3476 "nom", 3477 "oid-registry", 3478 "rusticata-macros", 3479 "thiserror 2.0.16", 3480 "time", 3481] 3482 3483[[package]] 3484name = "yasna" 3485version = "0.5.2" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 3488dependencies = [ 3489 "time", 3490] 3491 3492[[package]] 3493name = "yoke" 3494version = "0.8.0" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3497dependencies = [ 3498 "serde", 3499 "stable_deref_trait", 3500 "yoke-derive", 3501 "zerofrom", 3502] 3503 3504[[package]] 3505name = "yoke-derive" 3506version = "0.8.0" 3507source = "registry+https://github.com/rust-lang/crates.io-index" 3508checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3509dependencies = [ 3510 "proc-macro2", 3511 "quote", 3512 "syn", 3513 "synstructure", 3514] 3515 3516[[package]] 3517name = "zerocopy" 3518version = "0.8.27" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 3521dependencies = [ 3522 "zerocopy-derive", 3523] 3524 3525[[package]] 3526name = "zerocopy-derive" 3527version = "0.8.27" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 3530dependencies = [ 3531 "proc-macro2", 3532 "quote", 3533 "syn", 3534] 3535 3536[[package]] 3537name = "zerofrom" 3538version = "0.1.6" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3541dependencies = [ 3542 "zerofrom-derive", 3543] 3544 3545[[package]] 3546name = "zerofrom-derive" 3547version = "0.1.6" 3548source = "registry+https://github.com/rust-lang/crates.io-index" 3549checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3550dependencies = [ 3551 "proc-macro2", 3552 "quote", 3553 "syn", 3554 "synstructure", 3555] 3556 3557[[package]] 3558name = "zeroize" 3559version = "1.8.1" 3560source = "registry+https://github.com/rust-lang/crates.io-index" 3561checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3562 3563[[package]] 3564name = "zerotrie" 3565version = "0.2.2" 3566source = "registry+https://github.com/rust-lang/crates.io-index" 3567checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3568dependencies = [ 3569 "displaydoc", 3570 "yoke", 3571 "zerofrom", 3572] 3573 3574[[package]] 3575name = "zerovec" 3576version = "0.11.4" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3579dependencies = [ 3580 "yoke", 3581 "zerofrom", 3582 "zerovec-derive", 3583] 3584 3585[[package]] 3586name = "zerovec-derive" 3587version = "0.11.1" 3588source = "registry+https://github.com/rust-lang/crates.io-index" 3589checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3590dependencies = [ 3591 "proc-macro2", 3592 "quote", 3593 "syn", 3594] 3595 3596[[package]] 3597name = "zstd" 3598version = "0.13.3" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 3601dependencies = [ 3602 "zstd-safe", 3603] 3604 3605[[package]] 3606name = "zstd-safe" 3607version = "7.2.4" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 3610dependencies = [ 3611 "zstd-sys", 3612] 3613 3614[[package]] 3615name = "zstd-sys" 3616version = "2.0.16+zstd.1.5.7" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 3619dependencies = [ 3620 "cc", 3621 "pkg-config", 3622]