Server tools to backfill, tail, mirror, and verify PLC logs
at 1ef913f4599328c14f8ff00efb228b7a1d7de3ae 4367 lines 108 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "allegedly" 22version = "0.3.3" 23dependencies = [ 24 "anyhow", 25 "async-compression", 26 "async-trait", 27 "bincode", 28 "chrono", 29 "cid", 30 "clap", 31 "criterion", 32 "data-encoding", 33 "fjall", 34 "futures", 35 "governor", 36 "http-body-util", 37 "log", 38 "native-tls", 39 "opentelemetry", 40 "opentelemetry-otlp", 41 "opentelemetry_sdk", 42 "poem", 43 "postgres-native-tls", 44 "reqwest", 45 "reqwest-middleware", 46 "reqwest-retry", 47 "rmp-serde", 48 "rustls", 49 "serde", 50 "serde_bytes", 51 "serde_json", 52 "tempfile", 53 "thiserror 2.0.18", 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 = "alloca" 80version = "0.4.0" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" 83dependencies = [ 84 "cc", 85] 86 87[[package]] 88name = "allocator-api2" 89version = "0.2.21" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 92 93[[package]] 94name = "android_system_properties" 95version = "0.1.5" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 98dependencies = [ 99 "libc", 100] 101 102[[package]] 103name = "anes" 104version = "0.1.6" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 107 108[[package]] 109name = "anstream" 110version = "0.6.21" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 113dependencies = [ 114 "anstyle", 115 "anstyle-parse", 116 "anstyle-query", 117 "anstyle-wincon", 118 "colorchoice", 119 "is_terminal_polyfill", 120 "utf8parse", 121] 122 123[[package]] 124name = "anstyle" 125version = "1.0.13" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 128 129[[package]] 130name = "anstyle-parse" 131version = "0.2.7" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 134dependencies = [ 135 "utf8parse", 136] 137 138[[package]] 139name = "anstyle-query" 140version = "1.1.5" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 143dependencies = [ 144 "windows-sys 0.61.2", 145] 146 147[[package]] 148name = "anstyle-wincon" 149version = "3.0.11" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 152dependencies = [ 153 "anstyle", 154 "once_cell_polyfill", 155 "windows-sys 0.61.2", 156] 157 158[[package]] 159name = "anyhow" 160version = "1.0.102" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 163 164[[package]] 165name = "asn1-rs" 166version = "0.7.1" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" 169dependencies = [ 170 "asn1-rs-derive", 171 "asn1-rs-impl", 172 "displaydoc", 173 "nom", 174 "num-traits", 175 "rusticata-macros", 176 "thiserror 2.0.18", 177 "time", 178] 179 180[[package]] 181name = "asn1-rs-derive" 182version = "0.6.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 185dependencies = [ 186 "proc-macro2", 187 "quote", 188 "syn", 189 "synstructure", 190] 191 192[[package]] 193name = "asn1-rs-impl" 194version = "0.2.0" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 197dependencies = [ 198 "proc-macro2", 199 "quote", 200 "syn", 201] 202 203[[package]] 204name = "async-compression" 205version = "0.4.40" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "7d67d43201f4d20c78bcda740c142ca52482d81da80681533d33bf3f0596c8e2" 208dependencies = [ 209 "compression-codecs", 210 "compression-core", 211 "futures-io", 212 "pin-project-lite", 213 "tokio", 214] 215 216[[package]] 217name = "async-trait" 218version = "0.1.89" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 221dependencies = [ 222 "proc-macro2", 223 "quote", 224 "syn", 225] 226 227[[package]] 228name = "atomic-waker" 229version = "1.1.2" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 232 233[[package]] 234name = "autocfg" 235version = "1.5.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 238 239[[package]] 240name = "aws-lc-rs" 241version = "1.16.0" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9" 244dependencies = [ 245 "aws-lc-sys", 246 "zeroize", 247] 248 249[[package]] 250name = "aws-lc-sys" 251version = "0.37.1" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549" 254dependencies = [ 255 "cc", 256 "cmake", 257 "dunce", 258 "fs_extra", 259] 260 261[[package]] 262name = "base-x" 263version = "0.2.11" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 266 267[[package]] 268name = "base256emoji" 269version = "1.0.2" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 272dependencies = [ 273 "const-str", 274 "match-lookup", 275] 276 277[[package]] 278name = "base64" 279version = "0.22.1" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 282 283[[package]] 284name = "bincode" 285version = "1.3.3" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 288dependencies = [ 289 "serde", 290] 291 292[[package]] 293name = "bitflags" 294version = "1.3.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 297 298[[package]] 299name = "bitflags" 300version = "2.11.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 303 304[[package]] 305name = "block-buffer" 306version = "0.10.4" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 309dependencies = [ 310 "generic-array", 311] 312 313[[package]] 314name = "brotli" 315version = "8.0.2" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 318dependencies = [ 319 "alloc-no-stdlib", 320 "alloc-stdlib", 321 "brotli-decompressor", 322] 323 324[[package]] 325name = "brotli-decompressor" 326version = "5.0.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 329dependencies = [ 330 "alloc-no-stdlib", 331 "alloc-stdlib", 332] 333 334[[package]] 335name = "bumpalo" 336version = "3.20.2" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 339 340[[package]] 341name = "byteorder" 342version = "1.5.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 345 346[[package]] 347name = "byteorder-lite" 348version = "0.1.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 351 352[[package]] 353name = "bytes" 354version = "1.11.1" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 357 358[[package]] 359name = "byteview" 360version = "0.10.1" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9" 363 364[[package]] 365name = "cast" 366version = "0.3.0" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 369 370[[package]] 371name = "cc" 372version = "1.2.56" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 375dependencies = [ 376 "find-msvc-tools", 377 "jobserver", 378 "libc", 379 "shlex", 380] 381 382[[package]] 383name = "cfg-if" 384version = "1.0.4" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 387 388[[package]] 389name = "cfg_aliases" 390version = "0.2.1" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 393 394[[package]] 395name = "chrono" 396version = "0.4.43" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 399dependencies = [ 400 "iana-time-zone", 401 "js-sys", 402 "num-traits", 403 "serde", 404 "wasm-bindgen", 405 "windows-link", 406] 407 408[[package]] 409name = "ciborium" 410version = "0.2.2" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 413dependencies = [ 414 "ciborium-io", 415 "ciborium-ll", 416 "serde", 417] 418 419[[package]] 420name = "ciborium-io" 421version = "0.2.2" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 424 425[[package]] 426name = "ciborium-ll" 427version = "0.2.2" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 430dependencies = [ 431 "ciborium-io", 432 "half", 433] 434 435[[package]] 436name = "cid" 437version = "0.11.1" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 440dependencies = [ 441 "core2", 442 "multibase", 443 "multihash", 444 "unsigned-varint", 445] 446 447[[package]] 448name = "clap" 449version = "4.5.60" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 452dependencies = [ 453 "clap_builder", 454 "clap_derive", 455] 456 457[[package]] 458name = "clap_builder" 459version = "4.5.60" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 462dependencies = [ 463 "anstream", 464 "anstyle", 465 "clap_lex", 466 "strsim", 467] 468 469[[package]] 470name = "clap_derive" 471version = "4.5.55" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 474dependencies = [ 475 "heck", 476 "proc-macro2", 477 "quote", 478 "syn", 479] 480 481[[package]] 482name = "clap_lex" 483version = "1.0.0" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 486 487[[package]] 488name = "cmake" 489version = "0.1.57" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 492dependencies = [ 493 "cc", 494] 495 496[[package]] 497name = "colorchoice" 498version = "1.0.4" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 501 502[[package]] 503name = "compare" 504version = "0.0.6" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7" 507 508[[package]] 509name = "compression-codecs" 510version = "0.4.37" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" 513dependencies = [ 514 "brotli", 515 "compression-core", 516 "flate2", 517 "memchr", 518 "zstd", 519 "zstd-safe", 520] 521 522[[package]] 523name = "compression-core" 524version = "0.4.31" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 527 528[[package]] 529name = "const-str" 530version = "0.4.3" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 533 534[[package]] 535name = "core-foundation" 536version = "0.9.4" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 539dependencies = [ 540 "core-foundation-sys", 541 "libc", 542] 543 544[[package]] 545name = "core-foundation" 546version = "0.10.1" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 549dependencies = [ 550 "core-foundation-sys", 551 "libc", 552] 553 554[[package]] 555name = "core-foundation-sys" 556version = "0.8.7" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 559 560[[package]] 561name = "core2" 562version = "0.4.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 565dependencies = [ 566 "memchr", 567] 568 569[[package]] 570name = "cpufeatures" 571version = "0.2.17" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 574dependencies = [ 575 "libc", 576] 577 578[[package]] 579name = "crc32fast" 580version = "1.5.0" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 583dependencies = [ 584 "cfg-if", 585] 586 587[[package]] 588name = "criterion" 589version = "0.8.2" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" 592dependencies = [ 593 "alloca", 594 "anes", 595 "cast", 596 "ciborium", 597 "clap", 598 "criterion-plot", 599 "itertools 0.13.0", 600 "num-traits", 601 "oorandom", 602 "page_size", 603 "plotters", 604 "rayon", 605 "regex", 606 "serde", 607 "serde_json", 608 "tinytemplate", 609 "walkdir", 610] 611 612[[package]] 613name = "criterion-plot" 614version = "0.8.2" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" 617dependencies = [ 618 "cast", 619 "itertools 0.13.0", 620] 621 622[[package]] 623name = "crossbeam-deque" 624version = "0.8.6" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 627dependencies = [ 628 "crossbeam-epoch", 629 "crossbeam-utils", 630] 631 632[[package]] 633name = "crossbeam-epoch" 634version = "0.9.18" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 637dependencies = [ 638 "crossbeam-utils", 639] 640 641[[package]] 642name = "crossbeam-skiplist" 643version = "0.1.3" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" 646dependencies = [ 647 "crossbeam-epoch", 648 "crossbeam-utils", 649] 650 651[[package]] 652name = "crossbeam-utils" 653version = "0.8.21" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 656 657[[package]] 658name = "crunchy" 659version = "0.2.4" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 662 663[[package]] 664name = "crypto-common" 665version = "0.1.7" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 668dependencies = [ 669 "generic-array", 670 "typenum", 671] 672 673[[package]] 674name = "dashmap" 675version = "6.1.0" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 678dependencies = [ 679 "cfg-if", 680 "crossbeam-utils", 681 "hashbrown 0.14.5", 682 "lock_api", 683 "once_cell", 684 "parking_lot_core 0.9.12", 685] 686 687[[package]] 688name = "data-encoding" 689version = "2.10.0" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 692 693[[package]] 694name = "data-encoding-macro" 695version = "0.1.19" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 698dependencies = [ 699 "data-encoding", 700 "data-encoding-macro-internal", 701] 702 703[[package]] 704name = "data-encoding-macro-internal" 705version = "0.1.17" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 708dependencies = [ 709 "data-encoding", 710 "syn", 711] 712 713[[package]] 714name = "der-parser" 715version = "10.0.0" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 718dependencies = [ 719 "asn1-rs", 720 "displaydoc", 721 "nom", 722 "num-bigint", 723 "num-traits", 724 "rusticata-macros", 725] 726 727[[package]] 728name = "deranged" 729version = "0.5.6" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" 732dependencies = [ 733 "powerfmt", 734] 735 736[[package]] 737name = "digest" 738version = "0.10.7" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 741dependencies = [ 742 "block-buffer", 743 "crypto-common", 744 "subtle", 745] 746 747[[package]] 748name = "displaydoc" 749version = "0.2.5" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 752dependencies = [ 753 "proc-macro2", 754 "quote", 755 "syn", 756] 757 758[[package]] 759name = "dunce" 760version = "1.0.5" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 763 764[[package]] 765name = "either" 766version = "1.15.0" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 769 770[[package]] 771name = "encoding_rs" 772version = "0.8.35" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 775dependencies = [ 776 "cfg-if", 777] 778 779[[package]] 780name = "enum_dispatch" 781version = "0.3.13" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 784dependencies = [ 785 "once_cell", 786 "proc-macro2", 787 "quote", 788 "syn", 789] 790 791[[package]] 792name = "equivalent" 793version = "1.0.2" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 796 797[[package]] 798name = "errno" 799version = "0.3.14" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 802dependencies = [ 803 "libc", 804 "windows-sys 0.61.2", 805] 806 807[[package]] 808name = "fallible-iterator" 809version = "0.2.0" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 812 813[[package]] 814name = "fastrand" 815version = "2.3.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 818 819[[package]] 820name = "find-msvc-tools" 821version = "0.1.9" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 824 825[[package]] 826name = "fjall" 827version = "3.0.2" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "5a2799b4198427a08c774838e44d0b77f677208f19a1927671cd2cd36bb30d69" 830dependencies = [ 831 "byteorder-lite", 832 "byteview", 833 "dashmap", 834 "flume", 835 "log", 836 "lsm-tree", 837 "lz4_flex", 838 "tempfile", 839 "xxhash-rust", 840] 841 842[[package]] 843name = "flate2" 844version = "1.1.9" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 847dependencies = [ 848 "crc32fast", 849 "miniz_oxide", 850] 851 852[[package]] 853name = "flume" 854version = "0.12.0" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be" 857dependencies = [ 858 "spin", 859] 860 861[[package]] 862name = "fnv" 863version = "1.0.7" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 866 867[[package]] 868name = "foldhash" 869version = "0.1.5" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 872 873[[package]] 874name = "foldhash" 875version = "0.2.0" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 878 879[[package]] 880name = "foreign-types" 881version = "0.3.2" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 884dependencies = [ 885 "foreign-types-shared", 886] 887 888[[package]] 889name = "foreign-types-shared" 890version = "0.1.1" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 893 894[[package]] 895name = "form_urlencoded" 896version = "1.2.2" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 899dependencies = [ 900 "percent-encoding", 901] 902 903[[package]] 904name = "fs_extra" 905version = "1.3.0" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 908 909[[package]] 910name = "futures" 911version = "0.3.32" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 914dependencies = [ 915 "futures-channel", 916 "futures-core", 917 "futures-executor", 918 "futures-io", 919 "futures-sink", 920 "futures-task", 921 "futures-util", 922] 923 924[[package]] 925name = "futures-channel" 926version = "0.3.32" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 929dependencies = [ 930 "futures-core", 931 "futures-sink", 932] 933 934[[package]] 935name = "futures-core" 936version = "0.3.32" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 939 940[[package]] 941name = "futures-executor" 942version = "0.3.32" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 945dependencies = [ 946 "futures-core", 947 "futures-task", 948 "futures-util", 949] 950 951[[package]] 952name = "futures-io" 953version = "0.3.32" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 956 957[[package]] 958name = "futures-macro" 959version = "0.3.32" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 962dependencies = [ 963 "proc-macro2", 964 "quote", 965 "syn", 966] 967 968[[package]] 969name = "futures-sink" 970version = "0.3.32" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 973 974[[package]] 975name = "futures-task" 976version = "0.3.32" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 979 980[[package]] 981name = "futures-timer" 982version = "3.0.3" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 985 986[[package]] 987name = "futures-util" 988version = "0.3.32" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 991dependencies = [ 992 "futures-channel", 993 "futures-core", 994 "futures-io", 995 "futures-macro", 996 "futures-sink", 997 "futures-task", 998 "memchr", 999 "pin-project-lite", 1000 "slab", 1001] 1002 1003[[package]] 1004name = "generic-array" 1005version = "0.14.7" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1008dependencies = [ 1009 "typenum", 1010 "version_check", 1011] 1012 1013[[package]] 1014name = "getrandom" 1015version = "0.2.17" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1018dependencies = [ 1019 "cfg-if", 1020 "js-sys", 1021 "libc", 1022 "wasi 0.11.1+wasi-snapshot-preview1", 1023 "wasm-bindgen", 1024] 1025 1026[[package]] 1027name = "getrandom" 1028version = "0.3.4" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1031dependencies = [ 1032 "cfg-if", 1033 "js-sys", 1034 "libc", 1035 "r-efi", 1036 "wasip2", 1037 "wasm-bindgen", 1038] 1039 1040[[package]] 1041name = "getrandom" 1042version = "0.4.1" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 1045dependencies = [ 1046 "cfg-if", 1047 "libc", 1048 "r-efi", 1049 "wasip2", 1050 "wasip3", 1051] 1052 1053[[package]] 1054name = "governor" 1055version = "0.10.4" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" 1058dependencies = [ 1059 "cfg-if", 1060 "dashmap", 1061 "futures-sink", 1062 "futures-timer", 1063 "futures-util", 1064 "getrandom 0.3.4", 1065 "hashbrown 0.16.1", 1066 "nonzero_ext", 1067 "parking_lot 0.12.5", 1068 "portable-atomic", 1069 "quanta", 1070 "rand 0.9.2", 1071 "smallvec", 1072 "spinning_top", 1073 "web-time", 1074] 1075 1076[[package]] 1077name = "h2" 1078version = "0.4.13" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1081dependencies = [ 1082 "atomic-waker", 1083 "bytes", 1084 "fnv", 1085 "futures-core", 1086 "futures-sink", 1087 "http", 1088 "indexmap", 1089 "slab", 1090 "tokio", 1091 "tokio-util", 1092 "tracing", 1093] 1094 1095[[package]] 1096name = "half" 1097version = "2.7.1" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1100dependencies = [ 1101 "cfg-if", 1102 "crunchy", 1103 "zerocopy", 1104] 1105 1106[[package]] 1107name = "hashbrown" 1108version = "0.14.5" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1111 1112[[package]] 1113name = "hashbrown" 1114version = "0.15.5" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1117dependencies = [ 1118 "foldhash 0.1.5", 1119] 1120 1121[[package]] 1122name = "hashbrown" 1123version = "0.16.1" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1126dependencies = [ 1127 "allocator-api2", 1128 "equivalent", 1129 "foldhash 0.2.0", 1130] 1131 1132[[package]] 1133name = "headers" 1134version = "0.4.1" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" 1137dependencies = [ 1138 "base64", 1139 "bytes", 1140 "headers-core", 1141 "http", 1142 "httpdate", 1143 "mime", 1144 "sha1", 1145] 1146 1147[[package]] 1148name = "headers-core" 1149version = "0.3.0" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 1152dependencies = [ 1153 "http", 1154] 1155 1156[[package]] 1157name = "heck" 1158version = "0.5.0" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1161 1162[[package]] 1163name = "hmac" 1164version = "0.12.1" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1167dependencies = [ 1168 "digest", 1169] 1170 1171[[package]] 1172name = "http" 1173version = "1.4.0" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1176dependencies = [ 1177 "bytes", 1178 "itoa", 1179] 1180 1181[[package]] 1182name = "http-body" 1183version = "1.0.1" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1186dependencies = [ 1187 "bytes", 1188 "http", 1189] 1190 1191[[package]] 1192name = "http-body-util" 1193version = "0.1.3" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1196dependencies = [ 1197 "bytes", 1198 "futures-core", 1199 "http", 1200 "http-body", 1201 "pin-project-lite", 1202] 1203 1204[[package]] 1205name = "httparse" 1206version = "1.10.1" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1209 1210[[package]] 1211name = "httpdate" 1212version = "1.0.3" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1215 1216[[package]] 1217name = "hyper" 1218version = "1.8.1" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1221dependencies = [ 1222 "atomic-waker", 1223 "bytes", 1224 "futures-channel", 1225 "futures-core", 1226 "h2", 1227 "http", 1228 "http-body", 1229 "httparse", 1230 "httpdate", 1231 "itoa", 1232 "pin-project-lite", 1233 "pin-utils", 1234 "smallvec", 1235 "tokio", 1236 "want", 1237] 1238 1239[[package]] 1240name = "hyper-rustls" 1241version = "0.27.7" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1244dependencies = [ 1245 "http", 1246 "hyper", 1247 "hyper-util", 1248 "rustls", 1249 "rustls-native-certs", 1250 "rustls-pki-types", 1251 "tokio", 1252 "tokio-rustls", 1253 "tower-service", 1254] 1255 1256[[package]] 1257name = "hyper-tls" 1258version = "0.6.0" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1261dependencies = [ 1262 "bytes", 1263 "http-body-util", 1264 "hyper", 1265 "hyper-util", 1266 "native-tls", 1267 "tokio", 1268 "tokio-native-tls", 1269 "tower-service", 1270] 1271 1272[[package]] 1273name = "hyper-util" 1274version = "0.1.20" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1277dependencies = [ 1278 "base64", 1279 "bytes", 1280 "futures-channel", 1281 "futures-util", 1282 "http", 1283 "http-body", 1284 "hyper", 1285 "ipnet", 1286 "libc", 1287 "percent-encoding", 1288 "pin-project-lite", 1289 "socket2", 1290 "system-configuration", 1291 "tokio", 1292 "tower-service", 1293 "tracing", 1294 "windows-registry", 1295] 1296 1297[[package]] 1298name = "iana-time-zone" 1299version = "0.1.65" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1302dependencies = [ 1303 "android_system_properties", 1304 "core-foundation-sys", 1305 "iana-time-zone-haiku", 1306 "js-sys", 1307 "log", 1308 "wasm-bindgen", 1309 "windows-core", 1310] 1311 1312[[package]] 1313name = "iana-time-zone-haiku" 1314version = "0.1.2" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1317dependencies = [ 1318 "cc", 1319] 1320 1321[[package]] 1322name = "icu_collections" 1323version = "2.1.1" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1326dependencies = [ 1327 "displaydoc", 1328 "potential_utf", 1329 "yoke", 1330 "zerofrom", 1331 "zerovec", 1332] 1333 1334[[package]] 1335name = "icu_locale_core" 1336version = "2.1.1" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1339dependencies = [ 1340 "displaydoc", 1341 "litemap", 1342 "tinystr", 1343 "writeable", 1344 "zerovec", 1345] 1346 1347[[package]] 1348name = "icu_normalizer" 1349version = "2.1.1" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1352dependencies = [ 1353 "icu_collections", 1354 "icu_normalizer_data", 1355 "icu_properties", 1356 "icu_provider", 1357 "smallvec", 1358 "zerovec", 1359] 1360 1361[[package]] 1362name = "icu_normalizer_data" 1363version = "2.1.1" 1364source = "registry+https://github.com/rust-lang/crates.io-index" 1365checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1366 1367[[package]] 1368name = "icu_properties" 1369version = "2.1.2" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1372dependencies = [ 1373 "icu_collections", 1374 "icu_locale_core", 1375 "icu_properties_data", 1376 "icu_provider", 1377 "zerotrie", 1378 "zerovec", 1379] 1380 1381[[package]] 1382name = "icu_properties_data" 1383version = "2.1.2" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1386 1387[[package]] 1388name = "icu_provider" 1389version = "2.1.1" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1392dependencies = [ 1393 "displaydoc", 1394 "icu_locale_core", 1395 "writeable", 1396 "yoke", 1397 "zerofrom", 1398 "zerotrie", 1399 "zerovec", 1400] 1401 1402[[package]] 1403name = "id-arena" 1404version = "2.3.0" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1407 1408[[package]] 1409name = "idna" 1410version = "1.1.0" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1413dependencies = [ 1414 "idna_adapter", 1415 "smallvec", 1416 "utf8_iter", 1417] 1418 1419[[package]] 1420name = "idna_adapter" 1421version = "1.2.1" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1424dependencies = [ 1425 "icu_normalizer", 1426 "icu_properties", 1427] 1428 1429[[package]] 1430name = "indexmap" 1431version = "2.13.0" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1434dependencies = [ 1435 "equivalent", 1436 "hashbrown 0.16.1", 1437 "serde", 1438 "serde_core", 1439] 1440 1441[[package]] 1442name = "instant" 1443version = "0.1.13" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1446dependencies = [ 1447 "cfg-if", 1448 "js-sys", 1449 "wasm-bindgen", 1450 "web-sys", 1451] 1452 1453[[package]] 1454name = "interval-heap" 1455version = "0.0.5" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6" 1458dependencies = [ 1459 "compare", 1460] 1461 1462[[package]] 1463name = "ipnet" 1464version = "2.11.0" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1467 1468[[package]] 1469name = "iri-string" 1470version = "0.7.10" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1473dependencies = [ 1474 "memchr", 1475 "serde", 1476] 1477 1478[[package]] 1479name = "is_terminal_polyfill" 1480version = "1.70.2" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1483 1484[[package]] 1485name = "itertools" 1486version = "0.13.0" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1489dependencies = [ 1490 "either", 1491] 1492 1493[[package]] 1494name = "itertools" 1495version = "0.14.0" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1498dependencies = [ 1499 "either", 1500] 1501 1502[[package]] 1503name = "itoa" 1504version = "1.0.17" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1507 1508[[package]] 1509name = "jobserver" 1510version = "0.1.34" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1513dependencies = [ 1514 "getrandom 0.3.4", 1515 "libc", 1516] 1517 1518[[package]] 1519name = "js-sys" 1520version = "0.3.86" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "d36139f1c97c42c0c86a411910b04e48d4939a0376e6e0f989420cbdee0120e5" 1523dependencies = [ 1524 "once_cell", 1525 "wasm-bindgen", 1526] 1527 1528[[package]] 1529name = "lazy_static" 1530version = "1.5.0" 1531source = "registry+https://github.com/rust-lang/crates.io-index" 1532checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1533 1534[[package]] 1535name = "leb128fmt" 1536version = "0.1.0" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1539 1540[[package]] 1541name = "libc" 1542version = "0.2.182" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1545 1546[[package]] 1547name = "libredox" 1548version = "0.1.12" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 1551dependencies = [ 1552 "bitflags 2.11.0", 1553 "libc", 1554] 1555 1556[[package]] 1557name = "linux-raw-sys" 1558version = "0.11.0" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1561 1562[[package]] 1563name = "litemap" 1564version = "0.8.1" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1567 1568[[package]] 1569name = "lock_api" 1570version = "0.4.14" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1573dependencies = [ 1574 "scopeguard", 1575] 1576 1577[[package]] 1578name = "log" 1579version = "0.4.29" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1582 1583[[package]] 1584name = "lru-slab" 1585version = "0.1.2" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1588 1589[[package]] 1590name = "lsm-tree" 1591version = "3.0.2" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "86e8d0b8e0cf2531a437788ce94d95570dbaabfe9888db20022c2d5ccec9b221" 1594dependencies = [ 1595 "byteorder-lite", 1596 "byteview", 1597 "crossbeam-skiplist", 1598 "enum_dispatch", 1599 "interval-heap", 1600 "log", 1601 "lz4_flex", 1602 "quick_cache", 1603 "rustc-hash", 1604 "self_cell", 1605 "sfa", 1606 "tempfile", 1607 "varint-rs", 1608 "xxhash-rust", 1609] 1610 1611[[package]] 1612name = "lz4_flex" 1613version = "0.11.5" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" 1616dependencies = [ 1617 "twox-hash", 1618] 1619 1620[[package]] 1621name = "match-lookup" 1622version = "0.1.2" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 1625dependencies = [ 1626 "proc-macro2", 1627 "quote", 1628 "syn", 1629] 1630 1631[[package]] 1632name = "matchers" 1633version = "0.2.0" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1636dependencies = [ 1637 "regex-automata", 1638] 1639 1640[[package]] 1641name = "md-5" 1642version = "0.10.6" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1645dependencies = [ 1646 "cfg-if", 1647 "digest", 1648] 1649 1650[[package]] 1651name = "memchr" 1652version = "2.8.0" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1655 1656[[package]] 1657name = "mime" 1658version = "0.3.17" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1661 1662[[package]] 1663name = "minimal-lexical" 1664version = "0.2.1" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1667 1668[[package]] 1669name = "miniz_oxide" 1670version = "0.8.9" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1673dependencies = [ 1674 "adler2", 1675 "simd-adler32", 1676] 1677 1678[[package]] 1679name = "mio" 1680version = "1.1.1" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1683dependencies = [ 1684 "libc", 1685 "wasi 0.11.1+wasi-snapshot-preview1", 1686 "windows-sys 0.61.2", 1687] 1688 1689[[package]] 1690name = "multibase" 1691version = "0.9.2" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1694dependencies = [ 1695 "base-x", 1696 "base256emoji", 1697 "data-encoding", 1698 "data-encoding-macro", 1699] 1700 1701[[package]] 1702name = "multihash" 1703version = "0.19.3" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1706dependencies = [ 1707 "core2", 1708 "unsigned-varint", 1709] 1710 1711[[package]] 1712name = "native-tls" 1713version = "0.2.18" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 1716dependencies = [ 1717 "libc", 1718 "log", 1719 "openssl", 1720 "openssl-probe", 1721 "openssl-sys", 1722 "schannel", 1723 "security-framework", 1724 "security-framework-sys", 1725 "tempfile", 1726] 1727 1728[[package]] 1729name = "nix" 1730version = "0.30.1" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1733dependencies = [ 1734 "bitflags 2.11.0", 1735 "cfg-if", 1736 "cfg_aliases", 1737 "libc", 1738] 1739 1740[[package]] 1741name = "nom" 1742version = "7.1.3" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1745dependencies = [ 1746 "memchr", 1747 "minimal-lexical", 1748] 1749 1750[[package]] 1751name = "nonzero_ext" 1752version = "0.3.0" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 1755 1756[[package]] 1757name = "nu-ansi-term" 1758version = "0.50.3" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1761dependencies = [ 1762 "windows-sys 0.61.2", 1763] 1764 1765[[package]] 1766name = "num-bigint" 1767version = "0.4.6" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1770dependencies = [ 1771 "num-integer", 1772 "num-traits", 1773] 1774 1775[[package]] 1776name = "num-conv" 1777version = "0.2.0" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 1780 1781[[package]] 1782name = "num-integer" 1783version = "0.1.46" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1786dependencies = [ 1787 "num-traits", 1788] 1789 1790[[package]] 1791name = "num-traits" 1792version = "0.2.19" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1795dependencies = [ 1796 "autocfg", 1797] 1798 1799[[package]] 1800name = "objc2-core-foundation" 1801version = "0.3.2" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 1804dependencies = [ 1805 "bitflags 2.11.0", 1806] 1807 1808[[package]] 1809name = "objc2-system-configuration" 1810version = "0.3.2" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396" 1813dependencies = [ 1814 "objc2-core-foundation", 1815] 1816 1817[[package]] 1818name = "oid-registry" 1819version = "0.8.1" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 1822dependencies = [ 1823 "asn1-rs", 1824] 1825 1826[[package]] 1827name = "once_cell" 1828version = "1.21.3" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1831 1832[[package]] 1833name = "once_cell_polyfill" 1834version = "1.70.2" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1837 1838[[package]] 1839name = "oorandom" 1840version = "11.1.5" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 1843 1844[[package]] 1845name = "openssl" 1846version = "0.10.75" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1849dependencies = [ 1850 "bitflags 2.11.0", 1851 "cfg-if", 1852 "foreign-types", 1853 "libc", 1854 "once_cell", 1855 "openssl-macros", 1856 "openssl-sys", 1857] 1858 1859[[package]] 1860name = "openssl-macros" 1861version = "0.1.1" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1864dependencies = [ 1865 "proc-macro2", 1866 "quote", 1867 "syn", 1868] 1869 1870[[package]] 1871name = "openssl-probe" 1872version = "0.2.1" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1875 1876[[package]] 1877name = "openssl-sys" 1878version = "0.9.111" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1881dependencies = [ 1882 "cc", 1883 "libc", 1884 "pkg-config", 1885 "vcpkg", 1886] 1887 1888[[package]] 1889name = "opentelemetry" 1890version = "0.30.0" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6" 1893dependencies = [ 1894 "futures-core", 1895 "futures-sink", 1896 "js-sys", 1897 "pin-project-lite", 1898 "thiserror 2.0.18", 1899 "tracing", 1900] 1901 1902[[package]] 1903name = "opentelemetry-http" 1904version = "0.30.0" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d" 1907dependencies = [ 1908 "async-trait", 1909 "bytes", 1910 "http", 1911 "opentelemetry", 1912 "reqwest", 1913] 1914 1915[[package]] 1916name = "opentelemetry-otlp" 1917version = "0.30.0" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b" 1920dependencies = [ 1921 "http", 1922 "opentelemetry", 1923 "opentelemetry-http", 1924 "opentelemetry-proto", 1925 "opentelemetry_sdk", 1926 "prost", 1927 "reqwest", 1928 "thiserror 2.0.18", 1929 "tracing", 1930] 1931 1932[[package]] 1933name = "opentelemetry-proto" 1934version = "0.30.0" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc" 1937dependencies = [ 1938 "opentelemetry", 1939 "opentelemetry_sdk", 1940 "prost", 1941 "tonic", 1942] 1943 1944[[package]] 1945name = "opentelemetry_sdk" 1946version = "0.30.0" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b" 1949dependencies = [ 1950 "futures-channel", 1951 "futures-executor", 1952 "futures-util", 1953 "opentelemetry", 1954 "percent-encoding", 1955 "rand 0.9.2", 1956 "serde_json", 1957 "thiserror 2.0.18", 1958 "tokio", 1959 "tokio-stream", 1960] 1961 1962[[package]] 1963name = "page_size" 1964version = "0.6.0" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" 1967dependencies = [ 1968 "libc", 1969 "winapi", 1970] 1971 1972[[package]] 1973name = "parking_lot" 1974version = "0.11.2" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1977dependencies = [ 1978 "instant", 1979 "lock_api", 1980 "parking_lot_core 0.8.6", 1981] 1982 1983[[package]] 1984name = "parking_lot" 1985version = "0.12.5" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1988dependencies = [ 1989 "lock_api", 1990 "parking_lot_core 0.9.12", 1991] 1992 1993[[package]] 1994name = "parking_lot_core" 1995version = "0.8.6" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1998dependencies = [ 1999 "cfg-if", 2000 "instant", 2001 "libc", 2002 "redox_syscall 0.2.16", 2003 "smallvec", 2004 "winapi", 2005] 2006 2007[[package]] 2008name = "parking_lot_core" 2009version = "0.9.12" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2012dependencies = [ 2013 "cfg-if", 2014 "libc", 2015 "redox_syscall 0.5.18", 2016 "smallvec", 2017 "windows-link", 2018] 2019 2020[[package]] 2021name = "pem" 2022version = "3.0.6" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 2025dependencies = [ 2026 "base64", 2027 "serde_core", 2028] 2029 2030[[package]] 2031name = "percent-encoding" 2032version = "2.3.2" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2035 2036[[package]] 2037name = "phf" 2038version = "0.13.1" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 2041dependencies = [ 2042 "phf_shared", 2043 "serde", 2044] 2045 2046[[package]] 2047name = "phf_shared" 2048version = "0.13.1" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 2051dependencies = [ 2052 "siphasher", 2053] 2054 2055[[package]] 2056name = "pin-project" 2057version = "1.1.10" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2060dependencies = [ 2061 "pin-project-internal", 2062] 2063 2064[[package]] 2065name = "pin-project-internal" 2066version = "1.1.10" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2069dependencies = [ 2070 "proc-macro2", 2071 "quote", 2072 "syn", 2073] 2074 2075[[package]] 2076name = "pin-project-lite" 2077version = "0.2.16" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2080 2081[[package]] 2082name = "pin-utils" 2083version = "0.1.0" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2086 2087[[package]] 2088name = "pkg-config" 2089version = "0.3.32" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2092 2093[[package]] 2094name = "plotters" 2095version = "0.3.7" 2096source = "registry+https://github.com/rust-lang/crates.io-index" 2097checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 2098dependencies = [ 2099 "num-traits", 2100 "plotters-backend", 2101 "plotters-svg", 2102 "wasm-bindgen", 2103 "web-sys", 2104] 2105 2106[[package]] 2107name = "plotters-backend" 2108version = "0.3.7" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 2111 2112[[package]] 2113name = "plotters-svg" 2114version = "0.3.7" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 2117dependencies = [ 2118 "plotters-backend", 2119] 2120 2121[[package]] 2122name = "poem" 2123version = "3.1.12" 2124source = "registry+https://github.com/rust-lang/crates.io-index" 2125checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b" 2126dependencies = [ 2127 "async-compression", 2128 "base64", 2129 "bytes", 2130 "chrono", 2131 "futures-util", 2132 "headers", 2133 "http", 2134 "http-body-util", 2135 "hyper", 2136 "hyper-util", 2137 "mime", 2138 "nix", 2139 "parking_lot 0.12.5", 2140 "percent-encoding", 2141 "pin-project-lite", 2142 "poem-derive", 2143 "rcgen", 2144 "regex", 2145 "reqwest", 2146 "rfc7239", 2147 "ring", 2148 "rustls-pemfile", 2149 "serde", 2150 "serde_json", 2151 "serde_urlencoded", 2152 "smallvec", 2153 "sync_wrapper", 2154 "thiserror 2.0.18", 2155 "tokio", 2156 "tokio-rustls", 2157 "tokio-util", 2158 "tracing", 2159 "wildmatch", 2160 "x509-parser", 2161] 2162 2163[[package]] 2164name = "poem-derive" 2165version = "3.1.12" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4" 2168dependencies = [ 2169 "proc-macro-crate", 2170 "proc-macro2", 2171 "quote", 2172 "syn", 2173] 2174 2175[[package]] 2176name = "portable-atomic" 2177version = "1.13.1" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2180 2181[[package]] 2182name = "postgres-native-tls" 2183version = "0.5.2" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "ac73153d92e4bde922bd6f1dfba7f1ab8132266c031153b55e20a1521cd36d49" 2186dependencies = [ 2187 "native-tls", 2188 "tokio", 2189 "tokio-native-tls", 2190 "tokio-postgres", 2191] 2192 2193[[package]] 2194name = "postgres-protocol" 2195version = "0.6.10" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "3ee9dd5fe15055d2b6806f4736aa0c9637217074e224bbec46d4041b91bb9491" 2198dependencies = [ 2199 "base64", 2200 "byteorder", 2201 "bytes", 2202 "fallible-iterator", 2203 "hmac", 2204 "md-5", 2205 "memchr", 2206 "rand 0.9.2", 2207 "sha2", 2208 "stringprep", 2209] 2210 2211[[package]] 2212name = "postgres-types" 2213version = "0.2.12" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "54b858f82211e84682fecd373f68e1ceae642d8d751a1ebd13f33de6257b3e20" 2216dependencies = [ 2217 "bytes", 2218 "chrono", 2219 "fallible-iterator", 2220 "postgres-protocol", 2221 "serde_core", 2222 "serde_json", 2223] 2224 2225[[package]] 2226name = "potential_utf" 2227version = "0.1.4" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2230dependencies = [ 2231 "zerovec", 2232] 2233 2234[[package]] 2235name = "powerfmt" 2236version = "0.2.0" 2237source = "registry+https://github.com/rust-lang/crates.io-index" 2238checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2239 2240[[package]] 2241name = "ppv-lite86" 2242version = "0.2.21" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2245dependencies = [ 2246 "zerocopy", 2247] 2248 2249[[package]] 2250name = "prettyplease" 2251version = "0.2.37" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2254dependencies = [ 2255 "proc-macro2", 2256 "syn", 2257] 2258 2259[[package]] 2260name = "proc-macro-crate" 2261version = "3.4.0" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 2264dependencies = [ 2265 "toml_edit", 2266] 2267 2268[[package]] 2269name = "proc-macro2" 2270version = "1.0.106" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2273dependencies = [ 2274 "unicode-ident", 2275] 2276 2277[[package]] 2278name = "prost" 2279version = "0.13.5" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 2282dependencies = [ 2283 "bytes", 2284 "prost-derive", 2285] 2286 2287[[package]] 2288name = "prost-derive" 2289version = "0.13.5" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 2292dependencies = [ 2293 "anyhow", 2294 "itertools 0.14.0", 2295 "proc-macro2", 2296 "quote", 2297 "syn", 2298] 2299 2300[[package]] 2301name = "quanta" 2302version = "0.12.6" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 2305dependencies = [ 2306 "crossbeam-utils", 2307 "libc", 2308 "once_cell", 2309 "raw-cpuid", 2310 "wasi 0.11.1+wasi-snapshot-preview1", 2311 "web-sys", 2312 "winapi", 2313] 2314 2315[[package]] 2316name = "quick_cache" 2317version = "0.6.18" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3" 2320dependencies = [ 2321 "equivalent", 2322 "hashbrown 0.16.1", 2323] 2324 2325[[package]] 2326name = "quinn" 2327version = "0.11.9" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2330dependencies = [ 2331 "bytes", 2332 "cfg_aliases", 2333 "pin-project-lite", 2334 "quinn-proto", 2335 "quinn-udp", 2336 "rustc-hash", 2337 "rustls", 2338 "socket2", 2339 "thiserror 2.0.18", 2340 "tokio", 2341 "tracing", 2342 "web-time", 2343] 2344 2345[[package]] 2346name = "quinn-proto" 2347version = "0.11.13" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2350dependencies = [ 2351 "bytes", 2352 "getrandom 0.3.4", 2353 "lru-slab", 2354 "rand 0.9.2", 2355 "ring", 2356 "rustc-hash", 2357 "rustls", 2358 "rustls-pki-types", 2359 "slab", 2360 "thiserror 2.0.18", 2361 "tinyvec", 2362 "tracing", 2363 "web-time", 2364] 2365 2366[[package]] 2367name = "quinn-udp" 2368version = "0.5.14" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2371dependencies = [ 2372 "cfg_aliases", 2373 "libc", 2374 "once_cell", 2375 "socket2", 2376 "tracing", 2377 "windows-sys 0.60.2", 2378] 2379 2380[[package]] 2381name = "quote" 2382version = "1.0.44" 2383source = "registry+https://github.com/rust-lang/crates.io-index" 2384checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 2385dependencies = [ 2386 "proc-macro2", 2387] 2388 2389[[package]] 2390name = "r-efi" 2391version = "5.3.0" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2394 2395[[package]] 2396name = "rand" 2397version = "0.8.5" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2400dependencies = [ 2401 "libc", 2402 "rand_chacha 0.3.1", 2403 "rand_core 0.6.4", 2404] 2405 2406[[package]] 2407name = "rand" 2408version = "0.9.2" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2411dependencies = [ 2412 "rand_chacha 0.9.0", 2413 "rand_core 0.9.5", 2414] 2415 2416[[package]] 2417name = "rand_chacha" 2418version = "0.3.1" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2421dependencies = [ 2422 "ppv-lite86", 2423 "rand_core 0.6.4", 2424] 2425 2426[[package]] 2427name = "rand_chacha" 2428version = "0.9.0" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2431dependencies = [ 2432 "ppv-lite86", 2433 "rand_core 0.9.5", 2434] 2435 2436[[package]] 2437name = "rand_core" 2438version = "0.6.4" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2441dependencies = [ 2442 "getrandom 0.2.17", 2443] 2444 2445[[package]] 2446name = "rand_core" 2447version = "0.9.5" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2450dependencies = [ 2451 "getrandom 0.3.4", 2452] 2453 2454[[package]] 2455name = "raw-cpuid" 2456version = "11.6.0" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 2459dependencies = [ 2460 "bitflags 2.11.0", 2461] 2462 2463[[package]] 2464name = "rayon" 2465version = "1.11.0" 2466source = "registry+https://github.com/rust-lang/crates.io-index" 2467checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 2468dependencies = [ 2469 "either", 2470 "rayon-core", 2471] 2472 2473[[package]] 2474name = "rayon-core" 2475version = "1.13.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 2478dependencies = [ 2479 "crossbeam-deque", 2480 "crossbeam-utils", 2481] 2482 2483[[package]] 2484name = "rcgen" 2485version = "0.12.1" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" 2488dependencies = [ 2489 "pem", 2490 "ring", 2491 "time", 2492 "yasna", 2493] 2494 2495[[package]] 2496name = "redox_syscall" 2497version = "0.2.16" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2500dependencies = [ 2501 "bitflags 1.3.2", 2502] 2503 2504[[package]] 2505name = "redox_syscall" 2506version = "0.5.18" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2509dependencies = [ 2510 "bitflags 2.11.0", 2511] 2512 2513[[package]] 2514name = "regex" 2515version = "1.12.3" 2516source = "registry+https://github.com/rust-lang/crates.io-index" 2517checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2518dependencies = [ 2519 "aho-corasick", 2520 "memchr", 2521 "regex-automata", 2522 "regex-syntax", 2523] 2524 2525[[package]] 2526name = "regex-automata" 2527version = "0.4.14" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2530dependencies = [ 2531 "aho-corasick", 2532 "memchr", 2533 "regex-syntax", 2534] 2535 2536[[package]] 2537name = "regex-syntax" 2538version = "0.8.9" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 2541 2542[[package]] 2543name = "reqwest" 2544version = "0.12.28" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2547dependencies = [ 2548 "base64", 2549 "bytes", 2550 "encoding_rs", 2551 "futures-channel", 2552 "futures-core", 2553 "futures-util", 2554 "h2", 2555 "http", 2556 "http-body", 2557 "http-body-util", 2558 "hyper", 2559 "hyper-rustls", 2560 "hyper-tls", 2561 "hyper-util", 2562 "js-sys", 2563 "log", 2564 "mime", 2565 "native-tls", 2566 "percent-encoding", 2567 "pin-project-lite", 2568 "quinn", 2569 "rustls", 2570 "rustls-native-certs", 2571 "rustls-pki-types", 2572 "serde", 2573 "serde_json", 2574 "serde_urlencoded", 2575 "sync_wrapper", 2576 "tokio", 2577 "tokio-native-tls", 2578 "tokio-rustls", 2579 "tokio-util", 2580 "tower", 2581 "tower-http", 2582 "tower-service", 2583 "url", 2584 "wasm-bindgen", 2585 "wasm-bindgen-futures", 2586 "wasm-streams", 2587 "web-sys", 2588] 2589 2590[[package]] 2591name = "reqwest-middleware" 2592version = "0.4.2" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2595dependencies = [ 2596 "anyhow", 2597 "async-trait", 2598 "http", 2599 "reqwest", 2600 "serde", 2601 "thiserror 1.0.69", 2602 "tower-service", 2603] 2604 2605[[package]] 2606name = "reqwest-retry" 2607version = "0.7.0" 2608source = "registry+https://github.com/rust-lang/crates.io-index" 2609checksum = "29c73e4195a6bfbcb174b790d9b3407ab90646976c55de58a6515da25d851178" 2610dependencies = [ 2611 "anyhow", 2612 "async-trait", 2613 "futures", 2614 "getrandom 0.2.17", 2615 "http", 2616 "hyper", 2617 "parking_lot 0.11.2", 2618 "reqwest", 2619 "reqwest-middleware", 2620 "retry-policies", 2621 "thiserror 1.0.69", 2622 "tokio", 2623 "tracing", 2624 "wasm-timer", 2625] 2626 2627[[package]] 2628name = "retry-policies" 2629version = "0.4.0" 2630source = "registry+https://github.com/rust-lang/crates.io-index" 2631checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c" 2632dependencies = [ 2633 "rand 0.8.5", 2634] 2635 2636[[package]] 2637name = "rfc7239" 2638version = "0.1.3" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f" 2641dependencies = [ 2642 "uncased", 2643] 2644 2645[[package]] 2646name = "ring" 2647version = "0.17.14" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2650dependencies = [ 2651 "cc", 2652 "cfg-if", 2653 "getrandom 0.2.17", 2654 "libc", 2655 "untrusted", 2656 "windows-sys 0.52.0", 2657] 2658 2659[[package]] 2660name = "rmp" 2661version = "0.8.15" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" 2664dependencies = [ 2665 "num-traits", 2666] 2667 2668[[package]] 2669name = "rmp-serde" 2670version = "1.3.1" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" 2673dependencies = [ 2674 "rmp", 2675 "serde", 2676] 2677 2678[[package]] 2679name = "rustc-hash" 2680version = "2.1.1" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2683 2684[[package]] 2685name = "rusticata-macros" 2686version = "4.1.0" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2689dependencies = [ 2690 "nom", 2691] 2692 2693[[package]] 2694name = "rustix" 2695version = "1.1.3" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 2698dependencies = [ 2699 "bitflags 2.11.0", 2700 "errno", 2701 "libc", 2702 "linux-raw-sys", 2703 "windows-sys 0.61.2", 2704] 2705 2706[[package]] 2707name = "rustls" 2708version = "0.23.36" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 2711dependencies = [ 2712 "aws-lc-rs", 2713 "log", 2714 "once_cell", 2715 "ring", 2716 "rustls-pki-types", 2717 "rustls-webpki", 2718 "subtle", 2719 "zeroize", 2720] 2721 2722[[package]] 2723name = "rustls-native-certs" 2724version = "0.8.3" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 2727dependencies = [ 2728 "openssl-probe", 2729 "rustls-pki-types", 2730 "schannel", 2731 "security-framework", 2732] 2733 2734[[package]] 2735name = "rustls-pemfile" 2736version = "2.2.0" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2739dependencies = [ 2740 "rustls-pki-types", 2741] 2742 2743[[package]] 2744name = "rustls-pki-types" 2745version = "1.14.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 2748dependencies = [ 2749 "web-time", 2750 "zeroize", 2751] 2752 2753[[package]] 2754name = "rustls-webpki" 2755version = "0.103.9" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 2758dependencies = [ 2759 "aws-lc-rs", 2760 "ring", 2761 "rustls-pki-types", 2762 "untrusted", 2763] 2764 2765[[package]] 2766name = "rustversion" 2767version = "1.0.22" 2768source = "registry+https://github.com/rust-lang/crates.io-index" 2769checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2770 2771[[package]] 2772name = "ryu" 2773version = "1.0.23" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2776 2777[[package]] 2778name = "same-file" 2779version = "1.0.6" 2780source = "registry+https://github.com/rust-lang/crates.io-index" 2781checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2782dependencies = [ 2783 "winapi-util", 2784] 2785 2786[[package]] 2787name = "schannel" 2788version = "0.1.28" 2789source = "registry+https://github.com/rust-lang/crates.io-index" 2790checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2791dependencies = [ 2792 "windows-sys 0.61.2", 2793] 2794 2795[[package]] 2796name = "scopeguard" 2797version = "1.2.0" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2800 2801[[package]] 2802name = "security-framework" 2803version = "3.7.0" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 2806dependencies = [ 2807 "bitflags 2.11.0", 2808 "core-foundation 0.10.1", 2809 "core-foundation-sys", 2810 "libc", 2811 "security-framework-sys", 2812] 2813 2814[[package]] 2815name = "security-framework-sys" 2816version = "2.17.0" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 2819dependencies = [ 2820 "core-foundation-sys", 2821 "libc", 2822] 2823 2824[[package]] 2825name = "self_cell" 2826version = "1.2.2" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 2829 2830[[package]] 2831name = "semver" 2832version = "1.0.27" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2835 2836[[package]] 2837name = "serde" 2838version = "1.0.228" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2841dependencies = [ 2842 "serde_core", 2843 "serde_derive", 2844] 2845 2846[[package]] 2847name = "serde_bytes" 2848version = "0.11.19" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2851dependencies = [ 2852 "serde", 2853 "serde_core", 2854] 2855 2856[[package]] 2857name = "serde_core" 2858version = "1.0.228" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2861dependencies = [ 2862 "serde_derive", 2863] 2864 2865[[package]] 2866name = "serde_derive" 2867version = "1.0.228" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2870dependencies = [ 2871 "proc-macro2", 2872 "quote", 2873 "syn", 2874] 2875 2876[[package]] 2877name = "serde_json" 2878version = "1.0.149" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2881dependencies = [ 2882 "itoa", 2883 "memchr", 2884 "serde", 2885 "serde_core", 2886 "zmij", 2887] 2888 2889[[package]] 2890name = "serde_urlencoded" 2891version = "0.7.1" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2894dependencies = [ 2895 "form_urlencoded", 2896 "itoa", 2897 "ryu", 2898 "serde", 2899] 2900 2901[[package]] 2902name = "sfa" 2903version = "1.0.0" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175" 2906dependencies = [ 2907 "byteorder-lite", 2908 "log", 2909 "xxhash-rust", 2910] 2911 2912[[package]] 2913name = "sha1" 2914version = "0.10.6" 2915source = "registry+https://github.com/rust-lang/crates.io-index" 2916checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2917dependencies = [ 2918 "cfg-if", 2919 "cpufeatures", 2920 "digest", 2921] 2922 2923[[package]] 2924name = "sha2" 2925version = "0.10.9" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2928dependencies = [ 2929 "cfg-if", 2930 "cpufeatures", 2931 "digest", 2932] 2933 2934[[package]] 2935name = "sharded-slab" 2936version = "0.1.7" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2939dependencies = [ 2940 "lazy_static", 2941] 2942 2943[[package]] 2944name = "shlex" 2945version = "1.3.0" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2948 2949[[package]] 2950name = "signal-hook-registry" 2951version = "1.4.8" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2954dependencies = [ 2955 "errno", 2956 "libc", 2957] 2958 2959[[package]] 2960name = "simd-adler32" 2961version = "0.3.8" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 2964 2965[[package]] 2966name = "siphasher" 2967version = "1.0.2" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 2970 2971[[package]] 2972name = "slab" 2973version = "0.4.12" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2976 2977[[package]] 2978name = "smallvec" 2979version = "1.15.1" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2982 2983[[package]] 2984name = "socket2" 2985version = "0.6.2" 2986source = "registry+https://github.com/rust-lang/crates.io-index" 2987checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 2988dependencies = [ 2989 "libc", 2990 "windows-sys 0.60.2", 2991] 2992 2993[[package]] 2994name = "spin" 2995version = "0.9.8" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2998dependencies = [ 2999 "lock_api", 3000] 3001 3002[[package]] 3003name = "spinning_top" 3004version = "0.3.0" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" 3007dependencies = [ 3008 "lock_api", 3009] 3010 3011[[package]] 3012name = "stable_deref_trait" 3013version = "1.2.1" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3016 3017[[package]] 3018name = "stringprep" 3019version = "0.1.5" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3022dependencies = [ 3023 "unicode-bidi", 3024 "unicode-normalization", 3025 "unicode-properties", 3026] 3027 3028[[package]] 3029name = "strsim" 3030version = "0.11.1" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3033 3034[[package]] 3035name = "subtle" 3036version = "2.6.1" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3039 3040[[package]] 3041name = "syn" 3042version = "2.0.117" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3045dependencies = [ 3046 "proc-macro2", 3047 "quote", 3048 "unicode-ident", 3049] 3050 3051[[package]] 3052name = "sync_wrapper" 3053version = "1.0.2" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3056dependencies = [ 3057 "futures-core", 3058] 3059 3060[[package]] 3061name = "synstructure" 3062version = "0.13.2" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3065dependencies = [ 3066 "proc-macro2", 3067 "quote", 3068 "syn", 3069] 3070 3071[[package]] 3072name = "system-configuration" 3073version = "0.7.0" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 3076dependencies = [ 3077 "bitflags 2.11.0", 3078 "core-foundation 0.9.4", 3079 "system-configuration-sys", 3080] 3081 3082[[package]] 3083name = "system-configuration-sys" 3084version = "0.6.0" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3087dependencies = [ 3088 "core-foundation-sys", 3089 "libc", 3090] 3091 3092[[package]] 3093name = "tempfile" 3094version = "3.25.0" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" 3097dependencies = [ 3098 "fastrand", 3099 "getrandom 0.4.1", 3100 "once_cell", 3101 "rustix", 3102 "windows-sys 0.61.2", 3103] 3104 3105[[package]] 3106name = "thiserror" 3107version = "1.0.69" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3110dependencies = [ 3111 "thiserror-impl 1.0.69", 3112] 3113 3114[[package]] 3115name = "thiserror" 3116version = "2.0.18" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3119dependencies = [ 3120 "thiserror-impl 2.0.18", 3121] 3122 3123[[package]] 3124name = "thiserror-impl" 3125version = "1.0.69" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3128dependencies = [ 3129 "proc-macro2", 3130 "quote", 3131 "syn", 3132] 3133 3134[[package]] 3135name = "thiserror-impl" 3136version = "2.0.18" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3139dependencies = [ 3140 "proc-macro2", 3141 "quote", 3142 "syn", 3143] 3144 3145[[package]] 3146name = "thread_local" 3147version = "1.1.9" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3150dependencies = [ 3151 "cfg-if", 3152] 3153 3154[[package]] 3155name = "time" 3156version = "0.3.47" 3157source = "registry+https://github.com/rust-lang/crates.io-index" 3158checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3159dependencies = [ 3160 "deranged", 3161 "itoa", 3162 "num-conv", 3163 "powerfmt", 3164 "serde_core", 3165 "time-core", 3166 "time-macros", 3167] 3168 3169[[package]] 3170name = "time-core" 3171version = "0.1.8" 3172source = "registry+https://github.com/rust-lang/crates.io-index" 3173checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3174 3175[[package]] 3176name = "time-macros" 3177version = "0.2.27" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3180dependencies = [ 3181 "num-conv", 3182 "time-core", 3183] 3184 3185[[package]] 3186name = "tinystr" 3187version = "0.8.2" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 3190dependencies = [ 3191 "displaydoc", 3192 "zerovec", 3193] 3194 3195[[package]] 3196name = "tinytemplate" 3197version = "1.2.1" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 3200dependencies = [ 3201 "serde", 3202 "serde_json", 3203] 3204 3205[[package]] 3206name = "tinyvec" 3207version = "1.10.0" 3208source = "registry+https://github.com/rust-lang/crates.io-index" 3209checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3210dependencies = [ 3211 "tinyvec_macros", 3212] 3213 3214[[package]] 3215name = "tinyvec_macros" 3216version = "0.1.1" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3219 3220[[package]] 3221name = "tokio" 3222version = "1.49.0" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 3225dependencies = [ 3226 "bytes", 3227 "libc", 3228 "mio", 3229 "parking_lot 0.12.5", 3230 "pin-project-lite", 3231 "signal-hook-registry", 3232 "socket2", 3233 "tokio-macros", 3234 "windows-sys 0.61.2", 3235] 3236 3237[[package]] 3238name = "tokio-macros" 3239version = "2.6.0" 3240source = "registry+https://github.com/rust-lang/crates.io-index" 3241checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 3242dependencies = [ 3243 "proc-macro2", 3244 "quote", 3245 "syn", 3246] 3247 3248[[package]] 3249name = "tokio-native-tls" 3250version = "0.3.1" 3251source = "registry+https://github.com/rust-lang/crates.io-index" 3252checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3253dependencies = [ 3254 "native-tls", 3255 "tokio", 3256] 3257 3258[[package]] 3259name = "tokio-postgres" 3260version = "0.7.16" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "dcea47c8f71744367793f16c2db1f11cb859d28f436bdb4ca9193eb1f787ee42" 3263dependencies = [ 3264 "async-trait", 3265 "byteorder", 3266 "bytes", 3267 "fallible-iterator", 3268 "futures-channel", 3269 "futures-util", 3270 "log", 3271 "parking_lot 0.12.5", 3272 "percent-encoding", 3273 "phf", 3274 "pin-project-lite", 3275 "postgres-protocol", 3276 "postgres-types", 3277 "rand 0.9.2", 3278 "socket2", 3279 "tokio", 3280 "tokio-util", 3281 "whoami", 3282] 3283 3284[[package]] 3285name = "tokio-rustls" 3286version = "0.26.4" 3287source = "registry+https://github.com/rust-lang/crates.io-index" 3288checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3289dependencies = [ 3290 "rustls", 3291 "tokio", 3292] 3293 3294[[package]] 3295name = "tokio-stream" 3296version = "0.1.18" 3297source = "registry+https://github.com/rust-lang/crates.io-index" 3298checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 3299dependencies = [ 3300 "futures-core", 3301 "pin-project-lite", 3302 "tokio", 3303] 3304 3305[[package]] 3306name = "tokio-util" 3307version = "0.7.18" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3310dependencies = [ 3311 "bytes", 3312 "futures-core", 3313 "futures-io", 3314 "futures-sink", 3315 "pin-project-lite", 3316 "tokio", 3317] 3318 3319[[package]] 3320name = "toml_datetime" 3321version = "0.7.5+spec-1.1.0" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3324dependencies = [ 3325 "serde_core", 3326] 3327 3328[[package]] 3329name = "toml_edit" 3330version = "0.23.10+spec-1.0.0" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 3333dependencies = [ 3334 "indexmap", 3335 "toml_datetime", 3336 "toml_parser", 3337 "winnow", 3338] 3339 3340[[package]] 3341name = "toml_parser" 3342version = "1.0.9+spec-1.1.0" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 3345dependencies = [ 3346 "winnow", 3347] 3348 3349[[package]] 3350name = "tonic" 3351version = "0.13.1" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" 3354dependencies = [ 3355 "async-trait", 3356 "base64", 3357 "bytes", 3358 "http", 3359 "http-body", 3360 "http-body-util", 3361 "percent-encoding", 3362 "pin-project", 3363 "prost", 3364 "tokio-stream", 3365 "tower-layer", 3366 "tower-service", 3367 "tracing", 3368] 3369 3370[[package]] 3371name = "tower" 3372version = "0.5.3" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3375dependencies = [ 3376 "futures-core", 3377 "futures-util", 3378 "pin-project-lite", 3379 "sync_wrapper", 3380 "tokio", 3381 "tower-layer", 3382 "tower-service", 3383] 3384 3385[[package]] 3386name = "tower-http" 3387version = "0.6.8" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3390dependencies = [ 3391 "async-compression", 3392 "bitflags 2.11.0", 3393 "bytes", 3394 "futures-core", 3395 "futures-util", 3396 "http", 3397 "http-body", 3398 "http-body-util", 3399 "iri-string", 3400 "pin-project-lite", 3401 "tokio", 3402 "tokio-util", 3403 "tower", 3404 "tower-layer", 3405 "tower-service", 3406] 3407 3408[[package]] 3409name = "tower-layer" 3410version = "0.3.3" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3413 3414[[package]] 3415name = "tower-service" 3416version = "0.3.3" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3419 3420[[package]] 3421name = "tracing" 3422version = "0.1.44" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3425dependencies = [ 3426 "pin-project-lite", 3427 "tracing-attributes", 3428 "tracing-core", 3429] 3430 3431[[package]] 3432name = "tracing-attributes" 3433version = "0.1.31" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3436dependencies = [ 3437 "proc-macro2", 3438 "quote", 3439 "syn", 3440] 3441 3442[[package]] 3443name = "tracing-core" 3444version = "0.1.36" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3447dependencies = [ 3448 "once_cell", 3449 "valuable", 3450] 3451 3452[[package]] 3453name = "tracing-log" 3454version = "0.2.0" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3457dependencies = [ 3458 "log", 3459 "once_cell", 3460 "tracing-core", 3461] 3462 3463[[package]] 3464name = "tracing-opentelemetry" 3465version = "0.31.0" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "ddcf5959f39507d0d04d6413119c04f33b623f4f951ebcbdddddfad2d0623a9c" 3468dependencies = [ 3469 "js-sys", 3470 "once_cell", 3471 "opentelemetry", 3472 "opentelemetry_sdk", 3473 "smallvec", 3474 "tracing", 3475 "tracing-core", 3476 "tracing-log", 3477 "tracing-subscriber", 3478 "web-time", 3479] 3480 3481[[package]] 3482name = "tracing-subscriber" 3483version = "0.3.22" 3484source = "registry+https://github.com/rust-lang/crates.io-index" 3485checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 3486dependencies = [ 3487 "matchers", 3488 "nu-ansi-term", 3489 "once_cell", 3490 "regex-automata", 3491 "sharded-slab", 3492 "smallvec", 3493 "thread_local", 3494 "tracing", 3495 "tracing-core", 3496 "tracing-log", 3497] 3498 3499[[package]] 3500name = "try-lock" 3501version = "0.2.5" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3504 3505[[package]] 3506name = "twox-hash" 3507version = "2.1.2" 3508source = "registry+https://github.com/rust-lang/crates.io-index" 3509checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 3510 3511[[package]] 3512name = "typenum" 3513version = "1.19.0" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3516 3517[[package]] 3518name = "uncased" 3519version = "0.9.10" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 3522dependencies = [ 3523 "version_check", 3524] 3525 3526[[package]] 3527name = "unicode-bidi" 3528version = "0.3.18" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3531 3532[[package]] 3533name = "unicode-ident" 3534version = "1.0.24" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 3537 3538[[package]] 3539name = "unicode-normalization" 3540version = "0.1.25" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 3543dependencies = [ 3544 "tinyvec", 3545] 3546 3547[[package]] 3548name = "unicode-properties" 3549version = "0.1.4" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 3552 3553[[package]] 3554name = "unicode-xid" 3555version = "0.2.6" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 3558 3559[[package]] 3560name = "unsigned-varint" 3561version = "0.8.0" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3564 3565[[package]] 3566name = "untrusted" 3567version = "0.9.0" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3570 3571[[package]] 3572name = "url" 3573version = "2.5.8" 3574source = "registry+https://github.com/rust-lang/crates.io-index" 3575checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 3576dependencies = [ 3577 "form_urlencoded", 3578 "idna", 3579 "percent-encoding", 3580 "serde", 3581] 3582 3583[[package]] 3584name = "utf8_iter" 3585version = "1.0.4" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3588 3589[[package]] 3590name = "utf8parse" 3591version = "0.2.2" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3594 3595[[package]] 3596name = "valuable" 3597version = "0.1.1" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3600 3601[[package]] 3602name = "varint-rs" 3603version = "2.2.0" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 3606 3607[[package]] 3608name = "vcpkg" 3609version = "0.2.15" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3612 3613[[package]] 3614name = "version_check" 3615version = "0.9.5" 3616source = "registry+https://github.com/rust-lang/crates.io-index" 3617checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3618 3619[[package]] 3620name = "walkdir" 3621version = "2.5.0" 3622source = "registry+https://github.com/rust-lang/crates.io-index" 3623checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3624dependencies = [ 3625 "same-file", 3626 "winapi-util", 3627] 3628 3629[[package]] 3630name = "want" 3631version = "0.3.1" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3634dependencies = [ 3635 "try-lock", 3636] 3637 3638[[package]] 3639name = "wasi" 3640version = "0.11.1+wasi-snapshot-preview1" 3641source = "registry+https://github.com/rust-lang/crates.io-index" 3642checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3643 3644[[package]] 3645name = "wasi" 3646version = "0.14.7+wasi-0.2.4" 3647source = "registry+https://github.com/rust-lang/crates.io-index" 3648checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 3649dependencies = [ 3650 "wasip2", 3651] 3652 3653[[package]] 3654name = "wasip2" 3655version = "1.0.2+wasi-0.2.9" 3656source = "registry+https://github.com/rust-lang/crates.io-index" 3657checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 3658dependencies = [ 3659 "wit-bindgen", 3660] 3661 3662[[package]] 3663name = "wasip3" 3664version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 3665source = "registry+https://github.com/rust-lang/crates.io-index" 3666checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 3667dependencies = [ 3668 "wit-bindgen", 3669] 3670 3671[[package]] 3672name = "wasite" 3673version = "1.0.2" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42" 3676dependencies = [ 3677 "wasi 0.14.7+wasi-0.2.4", 3678] 3679 3680[[package]] 3681name = "wasm-bindgen" 3682version = "0.2.109" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "9ff9c7baef35ac3c0e17d8bfc9ad75eb62f85a2f02bccc906699dadb0aa9c622" 3685dependencies = [ 3686 "cfg-if", 3687 "once_cell", 3688 "rustversion", 3689 "wasm-bindgen-macro", 3690 "wasm-bindgen-shared", 3691] 3692 3693[[package]] 3694name = "wasm-bindgen-futures" 3695version = "0.4.59" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "d24699cd39db9966cf6e2ef10d2f72779c961ad905911f395ea201c3ec9f545d" 3698dependencies = [ 3699 "cfg-if", 3700 "futures-util", 3701 "js-sys", 3702 "once_cell", 3703 "wasm-bindgen", 3704 "web-sys", 3705] 3706 3707[[package]] 3708name = "wasm-bindgen-macro" 3709version = "0.2.109" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "39455e84ad887a0bbc93c116d72403f1bb0a39e37dd6f235a43e2128a0c7f1fd" 3712dependencies = [ 3713 "quote", 3714 "wasm-bindgen-macro-support", 3715] 3716 3717[[package]] 3718name = "wasm-bindgen-macro-support" 3719version = "0.2.109" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "dff4761f60b0b51fd13fec8764167b7bbcc34498ce3e52805fe1db6f2d56b6d6" 3722dependencies = [ 3723 "bumpalo", 3724 "proc-macro2", 3725 "quote", 3726 "syn", 3727 "wasm-bindgen-shared", 3728] 3729 3730[[package]] 3731name = "wasm-bindgen-shared" 3732version = "0.2.109" 3733source = "registry+https://github.com/rust-lang/crates.io-index" 3734checksum = "bc6a171c53d98021a93a474c4a4579d76ba97f9517d871bc12e27640f218b6dd" 3735dependencies = [ 3736 "unicode-ident", 3737] 3738 3739[[package]] 3740name = "wasm-encoder" 3741version = "0.244.0" 3742source = "registry+https://github.com/rust-lang/crates.io-index" 3743checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 3744dependencies = [ 3745 "leb128fmt", 3746 "wasmparser", 3747] 3748 3749[[package]] 3750name = "wasm-metadata" 3751version = "0.244.0" 3752source = "registry+https://github.com/rust-lang/crates.io-index" 3753checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 3754dependencies = [ 3755 "anyhow", 3756 "indexmap", 3757 "wasm-encoder", 3758 "wasmparser", 3759] 3760 3761[[package]] 3762name = "wasm-streams" 3763version = "0.4.2" 3764source = "registry+https://github.com/rust-lang/crates.io-index" 3765checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3766dependencies = [ 3767 "futures-util", 3768 "js-sys", 3769 "wasm-bindgen", 3770 "wasm-bindgen-futures", 3771 "web-sys", 3772] 3773 3774[[package]] 3775name = "wasm-timer" 3776version = "0.2.5" 3777source = "registry+https://github.com/rust-lang/crates.io-index" 3778checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 3779dependencies = [ 3780 "futures", 3781 "js-sys", 3782 "parking_lot 0.11.2", 3783 "pin-utils", 3784 "wasm-bindgen", 3785 "wasm-bindgen-futures", 3786 "web-sys", 3787] 3788 3789[[package]] 3790name = "wasmparser" 3791version = "0.244.0" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 3794dependencies = [ 3795 "bitflags 2.11.0", 3796 "hashbrown 0.15.5", 3797 "indexmap", 3798 "semver", 3799] 3800 3801[[package]] 3802name = "web-sys" 3803version = "0.3.86" 3804source = "registry+https://github.com/rust-lang/crates.io-index" 3805checksum = "668fa5d00434e890a452ab060d24e3904d1be93f7bb01b70e5603baa2b8ab23b" 3806dependencies = [ 3807 "js-sys", 3808 "wasm-bindgen", 3809] 3810 3811[[package]] 3812name = "web-time" 3813version = "1.1.0" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3816dependencies = [ 3817 "js-sys", 3818 "wasm-bindgen", 3819] 3820 3821[[package]] 3822name = "whoami" 3823version = "2.1.1" 3824source = "registry+https://github.com/rust-lang/crates.io-index" 3825checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d" 3826dependencies = [ 3827 "libc", 3828 "libredox", 3829 "objc2-system-configuration", 3830 "wasite", 3831 "web-sys", 3832] 3833 3834[[package]] 3835name = "wildmatch" 3836version = "2.6.1" 3837source = "registry+https://github.com/rust-lang/crates.io-index" 3838checksum = "29333c3ea1ba8b17211763463ff24ee84e41c78224c16b001cd907e663a38c68" 3839 3840[[package]] 3841name = "winapi" 3842version = "0.3.9" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3845dependencies = [ 3846 "winapi-i686-pc-windows-gnu", 3847 "winapi-x86_64-pc-windows-gnu", 3848] 3849 3850[[package]] 3851name = "winapi-i686-pc-windows-gnu" 3852version = "0.4.0" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3855 3856[[package]] 3857name = "winapi-util" 3858version = "0.1.11" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3861dependencies = [ 3862 "windows-sys 0.61.2", 3863] 3864 3865[[package]] 3866name = "winapi-x86_64-pc-windows-gnu" 3867version = "0.4.0" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3870 3871[[package]] 3872name = "windows-core" 3873version = "0.62.2" 3874source = "registry+https://github.com/rust-lang/crates.io-index" 3875checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 3876dependencies = [ 3877 "windows-implement", 3878 "windows-interface", 3879 "windows-link", 3880 "windows-result", 3881 "windows-strings", 3882] 3883 3884[[package]] 3885name = "windows-implement" 3886version = "0.60.2" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 3889dependencies = [ 3890 "proc-macro2", 3891 "quote", 3892 "syn", 3893] 3894 3895[[package]] 3896name = "windows-interface" 3897version = "0.59.3" 3898source = "registry+https://github.com/rust-lang/crates.io-index" 3899checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3900dependencies = [ 3901 "proc-macro2", 3902 "quote", 3903 "syn", 3904] 3905 3906[[package]] 3907name = "windows-link" 3908version = "0.2.1" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3911 3912[[package]] 3913name = "windows-registry" 3914version = "0.6.1" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3917dependencies = [ 3918 "windows-link", 3919 "windows-result", 3920 "windows-strings", 3921] 3922 3923[[package]] 3924name = "windows-result" 3925version = "0.4.1" 3926source = "registry+https://github.com/rust-lang/crates.io-index" 3927checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3928dependencies = [ 3929 "windows-link", 3930] 3931 3932[[package]] 3933name = "windows-strings" 3934version = "0.5.1" 3935source = "registry+https://github.com/rust-lang/crates.io-index" 3936checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3937dependencies = [ 3938 "windows-link", 3939] 3940 3941[[package]] 3942name = "windows-sys" 3943version = "0.52.0" 3944source = "registry+https://github.com/rust-lang/crates.io-index" 3945checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3946dependencies = [ 3947 "windows-targets 0.52.6", 3948] 3949 3950[[package]] 3951name = "windows-sys" 3952version = "0.60.2" 3953source = "registry+https://github.com/rust-lang/crates.io-index" 3954checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3955dependencies = [ 3956 "windows-targets 0.53.5", 3957] 3958 3959[[package]] 3960name = "windows-sys" 3961version = "0.61.2" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3964dependencies = [ 3965 "windows-link", 3966] 3967 3968[[package]] 3969name = "windows-targets" 3970version = "0.52.6" 3971source = "registry+https://github.com/rust-lang/crates.io-index" 3972checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3973dependencies = [ 3974 "windows_aarch64_gnullvm 0.52.6", 3975 "windows_aarch64_msvc 0.52.6", 3976 "windows_i686_gnu 0.52.6", 3977 "windows_i686_gnullvm 0.52.6", 3978 "windows_i686_msvc 0.52.6", 3979 "windows_x86_64_gnu 0.52.6", 3980 "windows_x86_64_gnullvm 0.52.6", 3981 "windows_x86_64_msvc 0.52.6", 3982] 3983 3984[[package]] 3985name = "windows-targets" 3986version = "0.53.5" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3989dependencies = [ 3990 "windows-link", 3991 "windows_aarch64_gnullvm 0.53.1", 3992 "windows_aarch64_msvc 0.53.1", 3993 "windows_i686_gnu 0.53.1", 3994 "windows_i686_gnullvm 0.53.1", 3995 "windows_i686_msvc 0.53.1", 3996 "windows_x86_64_gnu 0.53.1", 3997 "windows_x86_64_gnullvm 0.53.1", 3998 "windows_x86_64_msvc 0.53.1", 3999] 4000 4001[[package]] 4002name = "windows_aarch64_gnullvm" 4003version = "0.52.6" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4006 4007[[package]] 4008name = "windows_aarch64_gnullvm" 4009version = "0.53.1" 4010source = "registry+https://github.com/rust-lang/crates.io-index" 4011checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4012 4013[[package]] 4014name = "windows_aarch64_msvc" 4015version = "0.52.6" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4018 4019[[package]] 4020name = "windows_aarch64_msvc" 4021version = "0.53.1" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4024 4025[[package]] 4026name = "windows_i686_gnu" 4027version = "0.52.6" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4030 4031[[package]] 4032name = "windows_i686_gnu" 4033version = "0.53.1" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4036 4037[[package]] 4038name = "windows_i686_gnullvm" 4039version = "0.52.6" 4040source = "registry+https://github.com/rust-lang/crates.io-index" 4041checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4042 4043[[package]] 4044name = "windows_i686_gnullvm" 4045version = "0.53.1" 4046source = "registry+https://github.com/rust-lang/crates.io-index" 4047checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4048 4049[[package]] 4050name = "windows_i686_msvc" 4051version = "0.52.6" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4054 4055[[package]] 4056name = "windows_i686_msvc" 4057version = "0.53.1" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4060 4061[[package]] 4062name = "windows_x86_64_gnu" 4063version = "0.52.6" 4064source = "registry+https://github.com/rust-lang/crates.io-index" 4065checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4066 4067[[package]] 4068name = "windows_x86_64_gnu" 4069version = "0.53.1" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4072 4073[[package]] 4074name = "windows_x86_64_gnullvm" 4075version = "0.52.6" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4078 4079[[package]] 4080name = "windows_x86_64_gnullvm" 4081version = "0.53.1" 4082source = "registry+https://github.com/rust-lang/crates.io-index" 4083checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4084 4085[[package]] 4086name = "windows_x86_64_msvc" 4087version = "0.52.6" 4088source = "registry+https://github.com/rust-lang/crates.io-index" 4089checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4090 4091[[package]] 4092name = "windows_x86_64_msvc" 4093version = "0.53.1" 4094source = "registry+https://github.com/rust-lang/crates.io-index" 4095checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4096 4097[[package]] 4098name = "winnow" 4099version = "0.7.14" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 4102dependencies = [ 4103 "memchr", 4104] 4105 4106[[package]] 4107name = "wit-bindgen" 4108version = "0.51.0" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4111dependencies = [ 4112 "wit-bindgen-rust-macro", 4113] 4114 4115[[package]] 4116name = "wit-bindgen-core" 4117version = "0.51.0" 4118source = "registry+https://github.com/rust-lang/crates.io-index" 4119checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4120dependencies = [ 4121 "anyhow", 4122 "heck", 4123 "wit-parser", 4124] 4125 4126[[package]] 4127name = "wit-bindgen-rust" 4128version = "0.51.0" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4131dependencies = [ 4132 "anyhow", 4133 "heck", 4134 "indexmap", 4135 "prettyplease", 4136 "syn", 4137 "wasm-metadata", 4138 "wit-bindgen-core", 4139 "wit-component", 4140] 4141 4142[[package]] 4143name = "wit-bindgen-rust-macro" 4144version = "0.51.0" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4147dependencies = [ 4148 "anyhow", 4149 "prettyplease", 4150 "proc-macro2", 4151 "quote", 4152 "syn", 4153 "wit-bindgen-core", 4154 "wit-bindgen-rust", 4155] 4156 4157[[package]] 4158name = "wit-component" 4159version = "0.244.0" 4160source = "registry+https://github.com/rust-lang/crates.io-index" 4161checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4162dependencies = [ 4163 "anyhow", 4164 "bitflags 2.11.0", 4165 "indexmap", 4166 "log", 4167 "serde", 4168 "serde_derive", 4169 "serde_json", 4170 "wasm-encoder", 4171 "wasm-metadata", 4172 "wasmparser", 4173 "wit-parser", 4174] 4175 4176[[package]] 4177name = "wit-parser" 4178version = "0.244.0" 4179source = "registry+https://github.com/rust-lang/crates.io-index" 4180checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4181dependencies = [ 4182 "anyhow", 4183 "id-arena", 4184 "indexmap", 4185 "log", 4186 "semver", 4187 "serde", 4188 "serde_derive", 4189 "serde_json", 4190 "unicode-xid", 4191 "wasmparser", 4192] 4193 4194[[package]] 4195name = "writeable" 4196version = "0.6.2" 4197source = "registry+https://github.com/rust-lang/crates.io-index" 4198checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 4199 4200[[package]] 4201name = "x509-parser" 4202version = "0.17.0" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" 4205dependencies = [ 4206 "asn1-rs", 4207 "data-encoding", 4208 "der-parser", 4209 "lazy_static", 4210 "nom", 4211 "oid-registry", 4212 "rusticata-macros", 4213 "thiserror 2.0.18", 4214 "time", 4215] 4216 4217[[package]] 4218name = "xxhash-rust" 4219version = "0.8.15" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 4222 4223[[package]] 4224name = "yasna" 4225version = "0.5.2" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4228dependencies = [ 4229 "time", 4230] 4231 4232[[package]] 4233name = "yoke" 4234version = "0.8.1" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 4237dependencies = [ 4238 "stable_deref_trait", 4239 "yoke-derive", 4240 "zerofrom", 4241] 4242 4243[[package]] 4244name = "yoke-derive" 4245version = "0.8.1" 4246source = "registry+https://github.com/rust-lang/crates.io-index" 4247checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 4248dependencies = [ 4249 "proc-macro2", 4250 "quote", 4251 "syn", 4252 "synstructure", 4253] 4254 4255[[package]] 4256name = "zerocopy" 4257version = "0.8.39" 4258source = "registry+https://github.com/rust-lang/crates.io-index" 4259checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 4260dependencies = [ 4261 "zerocopy-derive", 4262] 4263 4264[[package]] 4265name = "zerocopy-derive" 4266version = "0.8.39" 4267source = "registry+https://github.com/rust-lang/crates.io-index" 4268checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 4269dependencies = [ 4270 "proc-macro2", 4271 "quote", 4272 "syn", 4273] 4274 4275[[package]] 4276name = "zerofrom" 4277version = "0.1.6" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4280dependencies = [ 4281 "zerofrom-derive", 4282] 4283 4284[[package]] 4285name = "zerofrom-derive" 4286version = "0.1.6" 4287source = "registry+https://github.com/rust-lang/crates.io-index" 4288checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4289dependencies = [ 4290 "proc-macro2", 4291 "quote", 4292 "syn", 4293 "synstructure", 4294] 4295 4296[[package]] 4297name = "zeroize" 4298version = "1.8.2" 4299source = "registry+https://github.com/rust-lang/crates.io-index" 4300checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4301 4302[[package]] 4303name = "zerotrie" 4304version = "0.2.3" 4305source = "registry+https://github.com/rust-lang/crates.io-index" 4306checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 4307dependencies = [ 4308 "displaydoc", 4309 "yoke", 4310 "zerofrom", 4311] 4312 4313[[package]] 4314name = "zerovec" 4315version = "0.11.5" 4316source = "registry+https://github.com/rust-lang/crates.io-index" 4317checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 4318dependencies = [ 4319 "yoke", 4320 "zerofrom", 4321 "zerovec-derive", 4322] 4323 4324[[package]] 4325name = "zerovec-derive" 4326version = "0.11.2" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 4329dependencies = [ 4330 "proc-macro2", 4331 "quote", 4332 "syn", 4333] 4334 4335[[package]] 4336name = "zmij" 4337version = "1.0.21" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 4340 4341[[package]] 4342name = "zstd" 4343version = "0.13.3" 4344source = "registry+https://github.com/rust-lang/crates.io-index" 4345checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4346dependencies = [ 4347 "zstd-safe", 4348] 4349 4350[[package]] 4351name = "zstd-safe" 4352version = "7.2.4" 4353source = "registry+https://github.com/rust-lang/crates.io-index" 4354checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4355dependencies = [ 4356 "zstd-sys", 4357] 4358 4359[[package]] 4360name = "zstd-sys" 4361version = "2.0.16+zstd.1.5.7" 4362source = "registry+https://github.com/rust-lang/crates.io-index" 4363checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4364dependencies = [ 4365 "cc", 4366 "pkg-config", 4367]