Server tools to backfill, tail, mirror, and verify PLC logs
0
fork

Configure Feed

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

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