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