This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-edge / fuzz / Cargo.lock
114 kB 4654 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.4" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "allocator-api2" 37version = "0.2.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.102" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 55 56[[package]] 57name = "arbitrary" 58version = "1.4.2" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 61 62[[package]] 63name = "arc-swap" 64version = "1.9.1" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" 67dependencies = [ 68 "rustversion", 69] 70 71[[package]] 72name = "asn1-rs" 73version = "0.6.2" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 76dependencies = [ 77 "asn1-rs-derive 0.5.1", 78 "asn1-rs-impl", 79 "displaydoc", 80 "nom", 81 "num-traits", 82 "rusticata-macros", 83 "thiserror 1.0.69", 84 "time", 85] 86 87[[package]] 88name = "asn1-rs" 89version = "0.7.2" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8" 92dependencies = [ 93 "asn1-rs-derive 0.6.0", 94 "asn1-rs-impl", 95 "displaydoc", 96 "nom", 97 "num-traits", 98 "rusticata-macros", 99 "thiserror 2.0.18", 100 "time", 101] 102 103[[package]] 104name = "asn1-rs-derive" 105version = "0.5.1" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 108dependencies = [ 109 "proc-macro2", 110 "quote", 111 "syn", 112 "synstructure", 113] 114 115[[package]] 116name = "asn1-rs-derive" 117version = "0.6.0" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 120dependencies = [ 121 "proc-macro2", 122 "quote", 123 "syn", 124 "synstructure", 125] 126 127[[package]] 128name = "asn1-rs-impl" 129version = "0.2.0" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 132dependencies = [ 133 "proc-macro2", 134 "quote", 135 "syn", 136] 137 138[[package]] 139name = "async-channel" 140version = "2.5.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 143dependencies = [ 144 "concurrent-queue", 145 "event-listener-strategy", 146 "futures-core", 147 "pin-project-lite", 148] 149 150[[package]] 151name = "async-compression" 152version = "0.4.42" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 155dependencies = [ 156 "compression-codecs", 157 "compression-core", 158 "pin-project-lite", 159 "tokio", 160] 161 162[[package]] 163name = "async-http-codec" 164version = "0.8.0" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" 167dependencies = [ 168 "anyhow", 169 "futures", 170 "http", 171 "httparse", 172 "log", 173] 174 175[[package]] 176name = "async-io" 177version = "2.6.0" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 180dependencies = [ 181 "autocfg", 182 "cfg-if", 183 "concurrent-queue", 184 "futures-io", 185 "futures-lite", 186 "parking", 187 "polling", 188 "rustix", 189 "slab", 190 "windows-sys 0.61.2", 191] 192 193[[package]] 194name = "async-net" 195version = "2.0.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 198dependencies = [ 199 "async-io", 200 "blocking", 201 "futures-lite", 202] 203 204[[package]] 205name = "async-task" 206version = "4.7.1" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 209 210[[package]] 211name = "async-trait" 212version = "0.1.89" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 215dependencies = [ 216 "proc-macro2", 217 "quote", 218 "syn", 219] 220 221[[package]] 222name = "async-web-client" 223version = "0.6.3" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b" 226dependencies = [ 227 "async-http-codec", 228 "async-net", 229 "futures", 230 "futures-rustls", 231 "http", 232 "lazy_static", 233 "log", 234 "rustls-pki-types", 235 "serde", 236 "thiserror 1.0.69", 237 "webpki-roots 0.26.11", 238] 239 240[[package]] 241name = "atomic-polyfill" 242version = "1.0.3" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 245dependencies = [ 246 "critical-section", 247] 248 249[[package]] 250name = "atomic-waker" 251version = "1.1.2" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 254 255[[package]] 256name = "autocfg" 257version = "1.5.1" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 260 261[[package]] 262name = "aws-lc-rs" 263version = "1.17.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" 266dependencies = [ 267 "aws-lc-sys", 268 "zeroize", 269] 270 271[[package]] 272name = "aws-lc-sys" 273version = "0.41.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" 276dependencies = [ 277 "cc", 278 "cmake", 279 "dunce", 280 "fs_extra", 281] 282 283[[package]] 284name = "axum" 285version = "0.8.9" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 288dependencies = [ 289 "axum-core", 290 "bytes", 291 "form_urlencoded", 292 "futures-util", 293 "http", 294 "http-body", 295 "http-body-util", 296 "hyper", 297 "hyper-util", 298 "itoa", 299 "matchit", 300 "memchr", 301 "mime", 302 "percent-encoding", 303 "pin-project-lite", 304 "serde_core", 305 "serde_json", 306 "serde_path_to_error", 307 "serde_urlencoded", 308 "sync_wrapper", 309 "tokio", 310 "tower", 311 "tower-layer", 312 "tower-service", 313 "tracing", 314] 315 316[[package]] 317name = "axum-core" 318version = "0.5.6" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 321dependencies = [ 322 "bytes", 323 "futures-core", 324 "http", 325 "http-body", 326 "http-body-util", 327 "mime", 328 "pin-project-lite", 329 "sync_wrapper", 330 "tower-layer", 331 "tower-service", 332 "tracing", 333] 334 335[[package]] 336name = "base-x" 337version = "0.2.11" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 340 341[[package]] 342name = "base16ct" 343version = "0.2.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 346 347[[package]] 348name = "base256emoji" 349version = "1.0.2" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 352dependencies = [ 353 "const-str", 354 "match-lookup", 355] 356 357[[package]] 358name = "base45" 359version = "3.2.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03" 362 363[[package]] 364name = "base64" 365version = "0.22.1" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 368 369[[package]] 370name = "base64ct" 371version = "1.8.3" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 374 375[[package]] 376name = "bitflags" 377version = "2.13.0" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 380 381[[package]] 382name = "block-buffer" 383version = "0.10.4" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 386dependencies = [ 387 "generic-array", 388] 389 390[[package]] 391name = "block-buffer" 392version = "0.12.1" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" 395dependencies = [ 396 "hybrid-array", 397] 398 399[[package]] 400name = "blocking" 401version = "1.6.2" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 404dependencies = [ 405 "async-channel", 406 "async-task", 407 "futures-io", 408 "futures-lite", 409 "piper", 410] 411 412[[package]] 413name = "bon" 414version = "3.9.3" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" 417dependencies = [ 418 "bon-macros", 419 "rustversion", 420] 421 422[[package]] 423name = "bon-macros" 424version = "3.9.3" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" 427dependencies = [ 428 "darling", 429 "ident_case", 430 "prettyplease", 431 "proc-macro2", 432 "quote", 433 "rustversion", 434 "syn", 435] 436 437[[package]] 438name = "borrow-or-share" 439version = "0.2.4" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" 442 443[[package]] 444name = "borsh" 445version = "1.7.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145" 448dependencies = [ 449 "bytes", 450 "cfg_aliases", 451] 452 453[[package]] 454name = "brotli" 455version = "8.0.4" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" 458dependencies = [ 459 "alloc-no-stdlib", 460 "alloc-stdlib", 461 "brotli-decompressor", 462] 463 464[[package]] 465name = "brotli-decompressor" 466version = "5.0.3" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" 469dependencies = [ 470 "alloc-no-stdlib", 471 "alloc-stdlib", 472] 473 474[[package]] 475name = "bs58" 476version = "0.5.1" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" 479dependencies = [ 480 "tinyvec", 481] 482 483[[package]] 484name = "bumpalo" 485version = "3.20.3" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 488 489[[package]] 490name = "byteorder" 491version = "1.5.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 494 495[[package]] 496name = "bytes" 497version = "1.12.0" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" 500dependencies = [ 501 "serde", 502] 503 504[[package]] 505name = "cbor4ii" 506version = "0.2.14" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 509dependencies = [ 510 "serde", 511] 512 513[[package]] 514name = "cc" 515version = "1.2.65" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" 518dependencies = [ 519 "find-msvc-tools", 520 "jobserver", 521 "libc", 522 "shlex", 523] 524 525[[package]] 526name = "cfg-if" 527version = "1.0.4" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 530 531[[package]] 532name = "cfg_aliases" 533version = "0.2.1" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 536 537[[package]] 538name = "chrono" 539version = "0.4.45" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 542dependencies = [ 543 "iana-time-zone", 544 "js-sys", 545 "num-traits", 546 "serde", 547 "wasm-bindgen", 548 "windows-link", 549] 550 551[[package]] 552name = "ciborium" 553version = "0.2.2" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 556dependencies = [ 557 "ciborium-io", 558 "ciborium-ll", 559 "serde", 560] 561 562[[package]] 563name = "ciborium-io" 564version = "0.2.2" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 567 568[[package]] 569name = "ciborium-ll" 570version = "0.2.2" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 573dependencies = [ 574 "ciborium-io", 575 "half", 576] 577 578[[package]] 579name = "cid" 580version = "0.11.3" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 583dependencies = [ 584 "multibase", 585 "multihash", 586 "serde", 587 "serde_bytes", 588 "unsigned-varint 0.8.0", 589] 590 591[[package]] 592name = "cmake" 593version = "0.1.58" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 596dependencies = [ 597 "cc", 598] 599 600[[package]] 601name = "cobs" 602version = "0.3.0" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 605dependencies = [ 606 "thiserror 2.0.18", 607] 608 609[[package]] 610name = "compression-codecs" 611version = "0.4.38" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 614dependencies = [ 615 "brotli", 616 "compression-core", 617 "flate2", 618 "memchr", 619 "zstd", 620 "zstd-safe", 621] 622 623[[package]] 624name = "compression-core" 625version = "0.4.32" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 628 629[[package]] 630name = "concurrent-queue" 631version = "2.5.0" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 634dependencies = [ 635 "crossbeam-utils", 636] 637 638[[package]] 639name = "const-oid" 640version = "0.9.6" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 643 644[[package]] 645name = "const-oid" 646version = "0.10.2" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 649 650[[package]] 651name = "const-str" 652version = "0.4.3" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 655 656[[package]] 657name = "cordyceps" 658version = "0.3.4" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 661dependencies = [ 662 "loom", 663 "tracing", 664] 665 666[[package]] 667name = "core-foundation" 668version = "0.9.4" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 671dependencies = [ 672 "core-foundation-sys", 673 "libc", 674] 675 676[[package]] 677name = "core-foundation" 678version = "0.10.1" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 681dependencies = [ 682 "core-foundation-sys", 683 "libc", 684] 685 686[[package]] 687name = "core-foundation-sys" 688version = "0.8.7" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 691 692[[package]] 693name = "cpufeatures" 694version = "0.2.17" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 697dependencies = [ 698 "libc", 699] 700 701[[package]] 702name = "cpufeatures" 703version = "0.3.0" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 706dependencies = [ 707 "libc", 708] 709 710[[package]] 711name = "crc32fast" 712version = "1.5.0" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 715dependencies = [ 716 "cfg-if", 717] 718 719[[package]] 720name = "critical-section" 721version = "1.2.0" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 724 725[[package]] 726name = "crossbeam-utils" 727version = "0.8.21" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 730 731[[package]] 732name = "crunchy" 733version = "0.2.4" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 736 737[[package]] 738name = "crypto-bigint" 739version = "0.5.5" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 742dependencies = [ 743 "generic-array", 744 "rand_core 0.6.4", 745 "subtle", 746 "zeroize", 747] 748 749[[package]] 750name = "crypto-common" 751version = "0.1.6" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 754dependencies = [ 755 "generic-array", 756 "typenum", 757] 758 759[[package]] 760name = "crypto-common" 761version = "0.2.2" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" 764dependencies = [ 765 "hybrid-array", 766] 767 768[[package]] 769name = "curve25519-dalek" 770version = "4.1.3" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 773dependencies = [ 774 "cfg-if", 775 "cpufeatures 0.2.17", 776 "curve25519-dalek-derive", 777 "digest 0.10.7", 778 "fiat-crypto", 779 "rustc_version", 780 "subtle", 781 "zeroize", 782] 783 784[[package]] 785name = "curve25519-dalek-derive" 786version = "0.1.1" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 789dependencies = [ 790 "proc-macro2", 791 "quote", 792 "syn", 793] 794 795[[package]] 796name = "darling" 797version = "0.23.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 800dependencies = [ 801 "darling_core", 802 "darling_macro", 803] 804 805[[package]] 806name = "darling_core" 807version = "0.23.0" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 810dependencies = [ 811 "ident_case", 812 "proc-macro2", 813 "quote", 814 "strsim", 815 "syn", 816] 817 818[[package]] 819name = "darling_macro" 820version = "0.23.0" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 823dependencies = [ 824 "darling_core", 825 "quote", 826 "syn", 827] 828 829[[package]] 830name = "dashmap" 831version = "6.2.1" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" 834dependencies = [ 835 "cfg-if", 836 "crossbeam-utils", 837 "hashbrown 0.14.5", 838 "lock_api", 839 "once_cell", 840 "parking_lot_core", 841] 842 843[[package]] 844name = "data-encoding" 845version = "2.11.0" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 848 849[[package]] 850name = "data-encoding-macro" 851version = "0.1.20" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 854dependencies = [ 855 "data-encoding", 856 "data-encoding-macro-internal", 857] 858 859[[package]] 860name = "data-encoding-macro-internal" 861version = "0.1.18" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 864dependencies = [ 865 "data-encoding", 866 "syn", 867] 868 869[[package]] 870name = "der" 871version = "0.7.10" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 874dependencies = [ 875 "const-oid 0.9.6", 876 "pem-rfc7468", 877 "zeroize", 878] 879 880[[package]] 881name = "der-parser" 882version = "9.0.0" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 885dependencies = [ 886 "asn1-rs 0.6.2", 887 "displaydoc", 888 "nom", 889 "num-bigint", 890 "num-traits", 891 "rusticata-macros", 892] 893 894[[package]] 895name = "der-parser" 896version = "10.0.0" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 899dependencies = [ 900 "asn1-rs 0.7.2", 901 "displaydoc", 902 "nom", 903 "num-bigint", 904 "num-traits", 905 "rusticata-macros", 906] 907 908[[package]] 909name = "deranged" 910version = "0.5.8" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 913 914[[package]] 915name = "derive_more" 916version = "1.0.0" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 919dependencies = [ 920 "derive_more-impl", 921] 922 923[[package]] 924name = "derive_more-impl" 925version = "1.0.0" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 928dependencies = [ 929 "proc-macro2", 930 "quote", 931 "syn", 932 "unicode-xid", 933] 934 935[[package]] 936name = "diatomic-waker" 937version = "0.2.3" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 940 941[[package]] 942name = "digest" 943version = "0.10.7" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 946dependencies = [ 947 "block-buffer 0.10.4", 948 "const-oid 0.9.6", 949 "crypto-common 0.1.6", 950 "subtle", 951] 952 953[[package]] 954name = "digest" 955version = "0.11.3" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" 958dependencies = [ 959 "block-buffer 0.12.1", 960 "const-oid 0.10.2", 961 "crypto-common 0.2.2", 962] 963 964[[package]] 965name = "displaydoc" 966version = "0.2.6" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 969dependencies = [ 970 "proc-macro2", 971 "quote", 972 "syn", 973] 974 975[[package]] 976name = "dunce" 977version = "1.0.5" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 980 981[[package]] 982name = "ecdsa" 983version = "0.16.9" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 986dependencies = [ 987 "der", 988 "digest 0.10.7", 989 "elliptic-curve", 990 "rfc6979", 991 "signature", 992 "spki", 993] 994 995[[package]] 996name = "ed25519" 997version = "2.2.3" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1000dependencies = [ 1001 "pkcs8", 1002 "signature", 1003] 1004 1005[[package]] 1006name = "ed25519-dalek" 1007version = "2.2.0" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1010dependencies = [ 1011 "curve25519-dalek", 1012 "ed25519", 1013 "rand_core 0.6.4", 1014 "serde", 1015 "sha2 0.10.9", 1016 "subtle", 1017 "zeroize", 1018] 1019 1020[[package]] 1021name = "elliptic-curve" 1022version = "0.13.8" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1025dependencies = [ 1026 "base16ct", 1027 "crypto-bigint", 1028 "digest 0.10.7", 1029 "ff", 1030 "generic-array", 1031 "group", 1032 "pem-rfc7468", 1033 "pkcs8", 1034 "rand_core 0.6.4", 1035 "sec1", 1036 "subtle", 1037 "zeroize", 1038] 1039 1040[[package]] 1041name = "embedded-io" 1042version = "0.4.0" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1045 1046[[package]] 1047name = "embedded-io" 1048version = "0.6.1" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 1051 1052[[package]] 1053name = "encoding_rs" 1054version = "0.8.35" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1057dependencies = [ 1058 "cfg-if", 1059] 1060 1061[[package]] 1062name = "equivalent" 1063version = "1.0.2" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1066 1067[[package]] 1068name = "errno" 1069version = "0.3.14" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1072dependencies = [ 1073 "libc", 1074 "windows-sys 0.61.2", 1075] 1076 1077[[package]] 1078name = "event-listener" 1079version = "5.4.1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1082dependencies = [ 1083 "concurrent-queue", 1084 "parking", 1085 "pin-project-lite", 1086] 1087 1088[[package]] 1089name = "event-listener-strategy" 1090version = "0.5.4" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1093dependencies = [ 1094 "event-listener", 1095 "pin-project-lite", 1096] 1097 1098[[package]] 1099name = "faster-hex" 1100version = "0.10.0" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 1103dependencies = [ 1104 "heapless 0.8.0", 1105 "serde", 1106] 1107 1108[[package]] 1109name = "fastrand" 1110version = "2.4.1" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1113 1114[[package]] 1115name = "ff" 1116version = "0.13.1" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1119dependencies = [ 1120 "rand_core 0.6.4", 1121 "subtle", 1122] 1123 1124[[package]] 1125name = "fiat-crypto" 1126version = "0.2.9" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1129 1130[[package]] 1131name = "find-msvc-tools" 1132version = "0.1.9" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1135 1136[[package]] 1137name = "flate2" 1138version = "1.1.9" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1141dependencies = [ 1142 "crc32fast", 1143 "miniz_oxide", 1144] 1145 1146[[package]] 1147name = "fluent-uri" 1148version = "0.4.1" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" 1151dependencies = [ 1152 "borrow-or-share", 1153 "ref-cast", 1154 "serde", 1155] 1156 1157[[package]] 1158name = "fnv" 1159version = "1.0.7" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1162 1163[[package]] 1164name = "foldhash" 1165version = "0.1.5" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1168 1169[[package]] 1170name = "foldhash" 1171version = "0.2.0" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1174 1175[[package]] 1176name = "form_urlencoded" 1177version = "1.2.2" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1180dependencies = [ 1181 "percent-encoding", 1182] 1183 1184[[package]] 1185name = "forwarded-header-value" 1186version = "0.1.1" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" 1189dependencies = [ 1190 "nonempty", 1191 "thiserror 1.0.69", 1192] 1193 1194[[package]] 1195name = "fs_extra" 1196version = "1.3.0" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1199 1200[[package]] 1201name = "futures" 1202version = "0.3.32" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1205dependencies = [ 1206 "futures-channel", 1207 "futures-core", 1208 "futures-executor", 1209 "futures-io", 1210 "futures-sink", 1211 "futures-task", 1212 "futures-util", 1213] 1214 1215[[package]] 1216name = "futures-buffered" 1217version = "0.2.13" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 1220dependencies = [ 1221 "cordyceps", 1222 "diatomic-waker", 1223 "futures-core", 1224 "pin-project-lite", 1225 "spin 0.10.0", 1226] 1227 1228[[package]] 1229name = "futures-channel" 1230version = "0.3.32" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1233dependencies = [ 1234 "futures-core", 1235 "futures-sink", 1236] 1237 1238[[package]] 1239name = "futures-core" 1240version = "0.3.32" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1243 1244[[package]] 1245name = "futures-executor" 1246version = "0.3.32" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1249dependencies = [ 1250 "futures-core", 1251 "futures-task", 1252 "futures-util", 1253] 1254 1255[[package]] 1256name = "futures-io" 1257version = "0.3.32" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1260 1261[[package]] 1262name = "futures-lite" 1263version = "2.6.1" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1266dependencies = [ 1267 "fastrand", 1268 "futures-core", 1269 "futures-io", 1270 "parking", 1271 "pin-project-lite", 1272] 1273 1274[[package]] 1275name = "futures-macro" 1276version = "0.3.32" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1279dependencies = [ 1280 "proc-macro2", 1281 "quote", 1282 "syn", 1283] 1284 1285[[package]] 1286name = "futures-rustls" 1287version = "0.26.0" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" 1290dependencies = [ 1291 "futures-io", 1292 "rustls", 1293 "rustls-pki-types", 1294] 1295 1296[[package]] 1297name = "futures-sink" 1298version = "0.3.32" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1301 1302[[package]] 1303name = "futures-task" 1304version = "0.3.32" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1307 1308[[package]] 1309name = "futures-timer" 1310version = "3.0.4" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" 1313 1314[[package]] 1315name = "futures-util" 1316version = "0.3.32" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1319dependencies = [ 1320 "futures-channel", 1321 "futures-core", 1322 "futures-io", 1323 "futures-macro", 1324 "futures-sink", 1325 "futures-task", 1326 "memchr", 1327 "pin-project-lite", 1328 "slab", 1329] 1330 1331[[package]] 1332name = "generator" 1333version = "0.8.9" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" 1336dependencies = [ 1337 "cc", 1338 "cfg-if", 1339 "libc", 1340 "log", 1341 "rustversion", 1342 "windows-link", 1343 "windows-result", 1344] 1345 1346[[package]] 1347name = "generic-array" 1348version = "0.14.9" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1351dependencies = [ 1352 "typenum", 1353 "version_check", 1354 "zeroize", 1355] 1356 1357[[package]] 1358name = "getrandom" 1359version = "0.2.17" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1362dependencies = [ 1363 "cfg-if", 1364 "js-sys", 1365 "libc", 1366 "wasi", 1367 "wasm-bindgen", 1368] 1369 1370[[package]] 1371name = "getrandom" 1372version = "0.3.4" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1375dependencies = [ 1376 "cfg-if", 1377 "js-sys", 1378 "libc", 1379 "r-efi", 1380 "wasip2", 1381 "wasm-bindgen", 1382] 1383 1384[[package]] 1385name = "gix-features" 1386version = "0.48.1" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc" 1389dependencies = [ 1390 "gix-trace", 1391 "libc", 1392 "prodash", 1393] 1394 1395[[package]] 1396name = "gix-hash" 1397version = "0.25.1" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce" 1400dependencies = [ 1401 "faster-hex", 1402 "gix-features", 1403 "sha1-checked", 1404 "sha2 0.11.0", 1405 "thiserror 2.0.18", 1406] 1407 1408[[package]] 1409name = "gix-trace" 1410version = "0.1.20" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678" 1413 1414[[package]] 1415name = "governor" 1416version = "0.10.4" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" 1419dependencies = [ 1420 "cfg-if", 1421 "dashmap", 1422 "futures-sink", 1423 "futures-timer", 1424 "futures-util", 1425 "getrandom 0.3.4", 1426 "hashbrown 0.16.1", 1427 "nonzero_ext", 1428 "parking_lot", 1429 "portable-atomic", 1430 "quanta", 1431 "rand 0.9.4", 1432 "smallvec", 1433 "spinning_top", 1434 "web-time", 1435] 1436 1437[[package]] 1438name = "group" 1439version = "0.13.0" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1442dependencies = [ 1443 "ff", 1444 "rand_core 0.6.4", 1445 "subtle", 1446] 1447 1448[[package]] 1449name = "h2" 1450version = "0.4.15" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" 1453dependencies = [ 1454 "atomic-waker", 1455 "bytes", 1456 "fnv", 1457 "futures-core", 1458 "futures-sink", 1459 "http", 1460 "indexmap", 1461 "slab", 1462 "tokio", 1463 "tokio-util", 1464 "tracing", 1465] 1466 1467[[package]] 1468name = "h3" 1469version = "0.0.8" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be" 1472dependencies = [ 1473 "bytes", 1474 "fastrand", 1475 "futures-util", 1476 "http", 1477 "pin-project-lite", 1478 "tokio", 1479] 1480 1481[[package]] 1482name = "h3-quinn" 1483version = "0.0.10" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4" 1486dependencies = [ 1487 "bytes", 1488 "futures", 1489 "h3", 1490 "quinn", 1491 "tokio", 1492 "tokio-util", 1493] 1494 1495[[package]] 1496name = "half" 1497version = "2.7.1" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1500dependencies = [ 1501 "cfg-if", 1502 "crunchy", 1503 "zerocopy", 1504] 1505 1506[[package]] 1507name = "hash32" 1508version = "0.2.1" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1511dependencies = [ 1512 "byteorder", 1513] 1514 1515[[package]] 1516name = "hash32" 1517version = "0.3.1" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1520dependencies = [ 1521 "byteorder", 1522] 1523 1524[[package]] 1525name = "hashbrown" 1526version = "0.14.5" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1529 1530[[package]] 1531name = "hashbrown" 1532version = "0.15.5" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1535dependencies = [ 1536 "allocator-api2", 1537 "equivalent", 1538 "foldhash 0.1.5", 1539] 1540 1541[[package]] 1542name = "hashbrown" 1543version = "0.16.1" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1546dependencies = [ 1547 "allocator-api2", 1548 "equivalent", 1549 "foldhash 0.2.0", 1550] 1551 1552[[package]] 1553name = "hashbrown" 1554version = "0.17.1" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 1557 1558[[package]] 1559name = "heapless" 1560version = "0.7.17" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1563dependencies = [ 1564 "atomic-polyfill", 1565 "hash32 0.2.1", 1566 "rustc_version", 1567 "serde", 1568 "spin 0.9.8", 1569 "stable_deref_trait", 1570] 1571 1572[[package]] 1573name = "heapless" 1574version = "0.8.0" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 1577dependencies = [ 1578 "hash32 0.3.1", 1579 "stable_deref_trait", 1580] 1581 1582[[package]] 1583name = "heck" 1584version = "0.5.0" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1587 1588[[package]] 1589name = "hermit-abi" 1590version = "0.5.2" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1593 1594[[package]] 1595name = "hex" 1596version = "0.4.3" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1599 1600[[package]] 1601name = "hmac" 1602version = "0.12.1" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1605dependencies = [ 1606 "digest 0.10.7", 1607] 1608 1609[[package]] 1610name = "http" 1611version = "1.4.2" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 1614dependencies = [ 1615 "bytes", 1616 "itoa", 1617] 1618 1619[[package]] 1620name = "http-body" 1621version = "1.0.1" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1624dependencies = [ 1625 "bytes", 1626 "http", 1627] 1628 1629[[package]] 1630name = "http-body-util" 1631version = "0.1.3" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1634dependencies = [ 1635 "bytes", 1636 "futures-core", 1637 "http", 1638 "http-body", 1639 "pin-project-lite", 1640] 1641 1642[[package]] 1643name = "httparse" 1644version = "1.10.1" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1647 1648[[package]] 1649name = "httpdate" 1650version = "1.0.3" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1653 1654[[package]] 1655name = "hybrid-array" 1656version = "0.4.12" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" 1659dependencies = [ 1660 "typenum", 1661] 1662 1663[[package]] 1664name = "hyper" 1665version = "1.10.1" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 1668dependencies = [ 1669 "atomic-waker", 1670 "bytes", 1671 "futures-channel", 1672 "futures-core", 1673 "h2", 1674 "http", 1675 "http-body", 1676 "httparse", 1677 "httpdate", 1678 "itoa", 1679 "pin-project-lite", 1680 "smallvec", 1681 "tokio", 1682 "want", 1683] 1684 1685[[package]] 1686name = "hyper-rustls" 1687version = "0.27.9" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 1690dependencies = [ 1691 "http", 1692 "hyper", 1693 "hyper-util", 1694 "rustls", 1695 "tokio", 1696 "tokio-rustls", 1697 "tower-service", 1698 "webpki-roots 1.0.8", 1699] 1700 1701[[package]] 1702name = "hyper-util" 1703version = "0.1.20" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1706dependencies = [ 1707 "base64", 1708 "bytes", 1709 "futures-channel", 1710 "futures-util", 1711 "http", 1712 "http-body", 1713 "hyper", 1714 "ipnet", 1715 "libc", 1716 "percent-encoding", 1717 "pin-project-lite", 1718 "socket2", 1719 "system-configuration", 1720 "tokio", 1721 "tower-service", 1722 "tracing", 1723 "windows-registry", 1724] 1725 1726[[package]] 1727name = "iana-time-zone" 1728version = "0.1.65" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1731dependencies = [ 1732 "android_system_properties", 1733 "core-foundation-sys", 1734 "iana-time-zone-haiku", 1735 "js-sys", 1736 "log", 1737 "wasm-bindgen", 1738 "windows-core", 1739] 1740 1741[[package]] 1742name = "iana-time-zone-haiku" 1743version = "0.1.2" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1746dependencies = [ 1747 "cc", 1748] 1749 1750[[package]] 1751name = "icu_collections" 1752version = "2.2.0" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1755dependencies = [ 1756 "displaydoc", 1757 "potential_utf", 1758 "utf8_iter", 1759 "yoke", 1760 "zerofrom", 1761 "zerovec", 1762] 1763 1764[[package]] 1765name = "icu_locale_core" 1766version = "2.2.0" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1769dependencies = [ 1770 "displaydoc", 1771 "litemap", 1772 "tinystr", 1773 "writeable", 1774 "zerovec", 1775] 1776 1777[[package]] 1778name = "icu_normalizer" 1779version = "2.2.0" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1782dependencies = [ 1783 "icu_collections", 1784 "icu_normalizer_data", 1785 "icu_properties", 1786 "icu_provider", 1787 "smallvec", 1788 "zerovec", 1789] 1790 1791[[package]] 1792name = "icu_normalizer_data" 1793version = "2.2.0" 1794source = "registry+https://github.com/rust-lang/crates.io-index" 1795checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1796 1797[[package]] 1798name = "icu_properties" 1799version = "2.2.0" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1802dependencies = [ 1803 "icu_collections", 1804 "icu_locale_core", 1805 "icu_properties_data", 1806 "icu_provider", 1807 "zerotrie", 1808 "zerovec", 1809] 1810 1811[[package]] 1812name = "icu_properties_data" 1813version = "2.2.0" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1816 1817[[package]] 1818name = "icu_provider" 1819version = "2.2.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1822dependencies = [ 1823 "displaydoc", 1824 "icu_locale_core", 1825 "writeable", 1826 "yoke", 1827 "zerofrom", 1828 "zerotrie", 1829 "zerovec", 1830] 1831 1832[[package]] 1833name = "ident_case" 1834version = "1.0.1" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1837 1838[[package]] 1839name = "idna" 1840version = "1.1.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1843dependencies = [ 1844 "idna_adapter", 1845 "smallvec", 1846 "utf8_iter", 1847] 1848 1849[[package]] 1850name = "idna_adapter" 1851version = "1.2.2" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 1854dependencies = [ 1855 "icu_normalizer", 1856 "icu_properties", 1857] 1858 1859[[package]] 1860name = "indexmap" 1861version = "2.14.0" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1864dependencies = [ 1865 "equivalent", 1866 "hashbrown 0.17.1", 1867] 1868 1869[[package]] 1870name = "inventory" 1871version = "0.3.24" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 1874dependencies = [ 1875 "rustversion", 1876] 1877 1878[[package]] 1879name = "ipld-core" 1880version = "0.4.3" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 1883dependencies = [ 1884 "cid", 1885 "serde", 1886 "serde_bytes", 1887] 1888 1889[[package]] 1890name = "ipnet" 1891version = "2.12.0" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1894 1895[[package]] 1896name = "iroh-car" 1897version = "0.5.1" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 1900dependencies = [ 1901 "anyhow", 1902 "cid", 1903 "futures", 1904 "serde", 1905 "serde_ipld_dagcbor", 1906 "thiserror 1.0.69", 1907 "tokio", 1908 "unsigned-varint 0.7.2", 1909] 1910 1911[[package]] 1912name = "itoa" 1913version = "1.0.18" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1916 1917[[package]] 1918name = "jacquard-api" 1919version = "0.12.1" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "b5c803a3c097e3ef8aea63747b4fe3fc9e339cd18272dd0366b1d10dd90d5c3f" 1922dependencies = [ 1923 "jacquard-common", 1924 "jacquard-derive", 1925 "jacquard-lexicon", 1926 "miette", 1927 "serde", 1928 "thiserror 2.0.18", 1929] 1930 1931[[package]] 1932name = "jacquard-common" 1933version = "0.12.1" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "fec8b6661e6fcfb4d8b9eb1132503be71bc3e3c6f6ff15fa5500ec62655f6da7" 1936dependencies = [ 1937 "base64", 1938 "bon", 1939 "bytes", 1940 "chrono", 1941 "ciborium", 1942 "ciborium-io", 1943 "cid", 1944 "ed25519-dalek", 1945 "fluent-uri", 1946 "futures", 1947 "getrandom 0.2.17", 1948 "getrandom 0.3.4", 1949 "hashbrown 0.15.5", 1950 "http", 1951 "ipld-core", 1952 "k256", 1953 "maitake-sync", 1954 "miette", 1955 "multibase", 1956 "multihash", 1957 "n0-future", 1958 "oxilangtag", 1959 "p256", 1960 "phf", 1961 "postcard", 1962 "rand 0.9.4", 1963 "regex", 1964 "regex-automata", 1965 "regex-lite", 1966 "reqwest", 1967 "rustversion", 1968 "serde", 1969 "serde_bytes", 1970 "serde_html_form", 1971 "serde_ipld_dagcbor", 1972 "serde_json", 1973 "signature", 1974 "smol_str", 1975 "spin 0.10.0", 1976 "thiserror 2.0.18", 1977 "tokio", 1978 "tokio-tungstenite-wasm", 1979 "tokio-util", 1980 "trait-variant", 1981 "unicode-segmentation", 1982] 1983 1984[[package]] 1985name = "jacquard-derive" 1986version = "0.12.1" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "e41b82a9a72c0d2b907a5e0734e0692615e717cda903502c6c034ae6f3ddddf7" 1989dependencies = [ 1990 "heck", 1991 "jacquard-lexicon", 1992 "proc-macro2", 1993 "quote", 1994 "syn", 1995] 1996 1997[[package]] 1998name = "jacquard-lexicon" 1999version = "0.12.1" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "160049c269e3d7ec56f130736d25d61953fc6216da660c8b5e102f6b052dd3a1" 2002dependencies = [ 2003 "cid", 2004 "dashmap", 2005 "heck", 2006 "inventory", 2007 "jacquard-common", 2008 "miette", 2009 "multihash", 2010 "prettyplease", 2011 "proc-macro2", 2012 "quote", 2013 "serde", 2014 "serde_ipld_dagcbor", 2015 "serde_json", 2016 "serde_path_to_error", 2017 "serde_repr", 2018 "serde_with", 2019 "sha2 0.10.9", 2020 "syn", 2021 "thiserror 2.0.18", 2022 "unicode-segmentation", 2023] 2024 2025[[package]] 2026name = "jacquard-repo" 2027version = "0.12.1" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "98986367bb78dadaa0f2f07196bab357786c0e3670d8311b350585b91f84d6eb" 2030dependencies = [ 2031 "bytes", 2032 "cid", 2033 "ed25519-dalek", 2034 "iroh-car", 2035 "jacquard-api", 2036 "jacquard-common", 2037 "jacquard-derive", 2038 "k256", 2039 "miette", 2040 "multihash", 2041 "n0-future", 2042 "p256", 2043 "serde", 2044 "serde_bytes", 2045 "serde_ipld_dagcbor", 2046 "sha2 0.10.9", 2047 "smol_str", 2048 "thiserror 2.0.18", 2049 "tokio", 2050 "trait-variant", 2051] 2052 2053[[package]] 2054name = "jobserver" 2055version = "0.1.34" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2058dependencies = [ 2059 "getrandom 0.3.4", 2060 "libc", 2061] 2062 2063[[package]] 2064name = "js-sys" 2065version = "0.3.102" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" 2068dependencies = [ 2069 "cfg-if", 2070 "futures-util", 2071 "wasm-bindgen", 2072] 2073 2074[[package]] 2075name = "k256" 2076version = "0.13.4" 2077source = "registry+https://github.com/rust-lang/crates.io-index" 2078checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2079dependencies = [ 2080 "cfg-if", 2081 "ecdsa", 2082 "elliptic-curve", 2083 "once_cell", 2084 "sha2 0.10.9", 2085 "signature", 2086] 2087 2088[[package]] 2089name = "knot-edge" 2090version = "0.1.0" 2091dependencies = [ 2092 "arc-swap", 2093 "async-trait", 2094 "axum", 2095 "base64", 2096 "bytes", 2097 "futures", 2098 "governor", 2099 "h3", 2100 "h3-quinn", 2101 "http", 2102 "http-body", 2103 "hyper", 2104 "hyper-util", 2105 "knot-types", 2106 "quinn", 2107 "rustls", 2108 "rustls-acme", 2109 "rustls-pemfile", 2110 "sha2 0.11.0", 2111 "thiserror 2.0.18", 2112 "tokio", 2113 "tokio-rustls", 2114 "tokio-util", 2115 "tower", 2116 "tower-http 0.7.0", 2117 "tower_governor", 2118 "tracing", 2119 "x509-parser 0.18.1", 2120] 2121 2122[[package]] 2123name = "knot-edge-fuzz" 2124version = "0.0.0" 2125dependencies = [ 2126 "knot-edge", 2127 "libfuzzer-sys", 2128] 2129 2130[[package]] 2131name = "knot-types" 2132version = "0.1.0" 2133dependencies = [ 2134 "anyhow", 2135 "bytes", 2136 "chrono", 2137 "cid", 2138 "gix-hash", 2139 "http", 2140 "jacquard-common", 2141 "jacquard-derive", 2142 "jacquard-lexicon", 2143 "jacquard-repo", 2144 "miette", 2145 "serde", 2146 "serde_json", 2147 "thiserror 2.0.18", 2148 "walkdir", 2149] 2150 2151[[package]] 2152name = "lazy_static" 2153version = "1.5.0" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2156 2157[[package]] 2158name = "libc" 2159version = "0.2.186" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 2162 2163[[package]] 2164name = "libfuzzer-sys" 2165version = "0.4.13" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" 2168dependencies = [ 2169 "arbitrary", 2170 "cc", 2171] 2172 2173[[package]] 2174name = "linux-raw-sys" 2175version = "0.12.1" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2178 2179[[package]] 2180name = "litemap" 2181version = "0.8.2" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 2184 2185[[package]] 2186name = "lock_api" 2187version = "0.4.14" 2188source = "registry+https://github.com/rust-lang/crates.io-index" 2189checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2190dependencies = [ 2191 "scopeguard", 2192] 2193 2194[[package]] 2195name = "log" 2196version = "0.4.33" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 2199 2200[[package]] 2201name = "loom" 2202version = "0.7.2" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2205dependencies = [ 2206 "cfg-if", 2207 "generator", 2208 "scoped-tls", 2209 "tracing", 2210 "tracing-subscriber", 2211] 2212 2213[[package]] 2214name = "lru-slab" 2215version = "0.1.2" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2218 2219[[package]] 2220name = "maitake-sync" 2221version = "0.1.2" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5" 2224dependencies = [ 2225 "cordyceps", 2226 "loom", 2227 "mycelium-bitfield", 2228 "pin-project", 2229 "portable-atomic", 2230] 2231 2232[[package]] 2233name = "match-lookup" 2234version = "0.1.2" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 2237dependencies = [ 2238 "proc-macro2", 2239 "quote", 2240 "syn", 2241] 2242 2243[[package]] 2244name = "matchers" 2245version = "0.2.0" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2248dependencies = [ 2249 "regex-automata", 2250] 2251 2252[[package]] 2253name = "matchit" 2254version = "0.8.4" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2257 2258[[package]] 2259name = "memchr" 2260version = "2.8.2" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" 2263 2264[[package]] 2265name = "miette" 2266version = "7.6.0" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2269dependencies = [ 2270 "cfg-if", 2271 "miette-derive", 2272 "unicode-width", 2273] 2274 2275[[package]] 2276name = "miette-derive" 2277version = "7.6.0" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2280dependencies = [ 2281 "proc-macro2", 2282 "quote", 2283 "syn", 2284] 2285 2286[[package]] 2287name = "mime" 2288version = "0.3.17" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2291 2292[[package]] 2293name = "minimal-lexical" 2294version = "0.2.1" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2297 2298[[package]] 2299name = "miniz_oxide" 2300version = "0.8.9" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2303dependencies = [ 2304 "adler2", 2305 "simd-adler32", 2306] 2307 2308[[package]] 2309name = "mio" 2310version = "1.2.1" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 2313dependencies = [ 2314 "libc", 2315 "wasi", 2316 "windows-sys 0.61.2", 2317] 2318 2319[[package]] 2320name = "multibase" 2321version = "0.9.3" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6" 2324dependencies = [ 2325 "base-x", 2326 "base256emoji", 2327 "base45", 2328 "data-encoding", 2329 "data-encoding-macro", 2330] 2331 2332[[package]] 2333name = "multihash" 2334version = "0.19.5" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 2337dependencies = [ 2338 "serde", 2339 "unsigned-varint 0.8.0", 2340] 2341 2342[[package]] 2343name = "mycelium-bitfield" 2344version = "0.1.5" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" 2347 2348[[package]] 2349name = "n0-future" 2350version = "0.1.3" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 2353dependencies = [ 2354 "cfg_aliases", 2355 "derive_more", 2356 "futures-buffered", 2357 "futures-lite", 2358 "futures-util", 2359 "js-sys", 2360 "pin-project", 2361 "send_wrapper", 2362 "tokio", 2363 "tokio-util", 2364 "wasm-bindgen", 2365 "wasm-bindgen-futures", 2366 "web-time", 2367] 2368 2369[[package]] 2370name = "nom" 2371version = "7.1.3" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2374dependencies = [ 2375 "memchr", 2376 "minimal-lexical", 2377] 2378 2379[[package]] 2380name = "nonempty" 2381version = "0.7.0" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" 2384 2385[[package]] 2386name = "nonzero_ext" 2387version = "0.3.0" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 2390 2391[[package]] 2392name = "nu-ansi-term" 2393version = "0.50.3" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2396dependencies = [ 2397 "windows-sys 0.61.2", 2398] 2399 2400[[package]] 2401name = "num-bigint" 2402version = "0.4.6" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2405dependencies = [ 2406 "num-integer", 2407 "num-traits", 2408] 2409 2410[[package]] 2411name = "num-conv" 2412version = "0.2.2" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" 2415 2416[[package]] 2417name = "num-integer" 2418version = "0.1.46" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2421dependencies = [ 2422 "num-traits", 2423] 2424 2425[[package]] 2426name = "num-traits" 2427version = "0.2.19" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2430dependencies = [ 2431 "autocfg", 2432] 2433 2434[[package]] 2435name = "oid-registry" 2436version = "0.7.1" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 2439dependencies = [ 2440 "asn1-rs 0.6.2", 2441] 2442 2443[[package]] 2444name = "oid-registry" 2445version = "0.8.1" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 2448dependencies = [ 2449 "asn1-rs 0.7.2", 2450] 2451 2452[[package]] 2453name = "once_cell" 2454version = "1.21.4" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2457 2458[[package]] 2459name = "openssl-probe" 2460version = "0.2.1" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2463 2464[[package]] 2465name = "oxilangtag" 2466version = "0.1.6" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f" 2469dependencies = [ 2470 "serde", 2471] 2472 2473[[package]] 2474name = "p256" 2475version = "0.13.2" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2478dependencies = [ 2479 "ecdsa", 2480 "elliptic-curve", 2481 "primeorder", 2482 "sha2 0.10.9", 2483] 2484 2485[[package]] 2486name = "parking" 2487version = "2.2.1" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2490 2491[[package]] 2492name = "parking_lot" 2493version = "0.12.5" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2496dependencies = [ 2497 "lock_api", 2498 "parking_lot_core", 2499] 2500 2501[[package]] 2502name = "parking_lot_core" 2503version = "0.9.12" 2504source = "registry+https://github.com/rust-lang/crates.io-index" 2505checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2506dependencies = [ 2507 "cfg-if", 2508 "libc", 2509 "redox_syscall", 2510 "smallvec", 2511 "windows-link", 2512] 2513 2514[[package]] 2515name = "pem" 2516version = "3.0.6" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 2519dependencies = [ 2520 "base64", 2521 "serde_core", 2522] 2523 2524[[package]] 2525name = "pem-rfc7468" 2526version = "0.7.0" 2527source = "registry+https://github.com/rust-lang/crates.io-index" 2528checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2529dependencies = [ 2530 "base64ct", 2531] 2532 2533[[package]] 2534name = "percent-encoding" 2535version = "2.3.2" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2538 2539[[package]] 2540name = "phf" 2541version = "0.11.3" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2544dependencies = [ 2545 "phf_macros", 2546 "phf_shared", 2547] 2548 2549[[package]] 2550name = "phf_generator" 2551version = "0.11.3" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2554dependencies = [ 2555 "phf_shared", 2556 "rand 0.8.6", 2557] 2558 2559[[package]] 2560name = "phf_macros" 2561version = "0.11.3" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2564dependencies = [ 2565 "phf_generator", 2566 "phf_shared", 2567 "proc-macro2", 2568 "quote", 2569 "syn", 2570] 2571 2572[[package]] 2573name = "phf_shared" 2574version = "0.11.3" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2577dependencies = [ 2578 "siphasher", 2579] 2580 2581[[package]] 2582name = "pin-project" 2583version = "1.1.13" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" 2586dependencies = [ 2587 "pin-project-internal", 2588] 2589 2590[[package]] 2591name = "pin-project-internal" 2592version = "1.1.13" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" 2595dependencies = [ 2596 "proc-macro2", 2597 "quote", 2598 "syn", 2599] 2600 2601[[package]] 2602name = "pin-project-lite" 2603version = "0.2.17" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2606 2607[[package]] 2608name = "piper" 2609version = "0.2.5" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 2612dependencies = [ 2613 "atomic-waker", 2614 "fastrand", 2615 "futures-io", 2616] 2617 2618[[package]] 2619name = "pkcs8" 2620version = "0.10.2" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2623dependencies = [ 2624 "der", 2625 "spki", 2626] 2627 2628[[package]] 2629name = "pkg-config" 2630version = "0.3.33" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2633 2634[[package]] 2635name = "polling" 2636version = "3.11.0" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 2639dependencies = [ 2640 "cfg-if", 2641 "concurrent-queue", 2642 "hermit-abi", 2643 "pin-project-lite", 2644 "rustix", 2645 "windows-sys 0.61.2", 2646] 2647 2648[[package]] 2649name = "portable-atomic" 2650version = "1.13.1" 2651source = "registry+https://github.com/rust-lang/crates.io-index" 2652checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2653 2654[[package]] 2655name = "postcard" 2656version = "1.1.3" 2657source = "registry+https://github.com/rust-lang/crates.io-index" 2658checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 2659dependencies = [ 2660 "cobs", 2661 "embedded-io 0.4.0", 2662 "embedded-io 0.6.1", 2663 "heapless 0.7.17", 2664 "serde", 2665] 2666 2667[[package]] 2668name = "potential_utf" 2669version = "0.1.5" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 2672dependencies = [ 2673 "zerovec", 2674] 2675 2676[[package]] 2677name = "powerfmt" 2678version = "0.2.0" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2681 2682[[package]] 2683name = "ppv-lite86" 2684version = "0.2.21" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2687dependencies = [ 2688 "zerocopy", 2689] 2690 2691[[package]] 2692name = "prettyplease" 2693version = "0.2.37" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2696dependencies = [ 2697 "proc-macro2", 2698 "syn", 2699] 2700 2701[[package]] 2702name = "primeorder" 2703version = "0.13.6" 2704source = "registry+https://github.com/rust-lang/crates.io-index" 2705checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2706dependencies = [ 2707 "elliptic-curve", 2708] 2709 2710[[package]] 2711name = "proc-macro2" 2712version = "1.0.106" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2715dependencies = [ 2716 "unicode-ident", 2717] 2718 2719[[package]] 2720name = "prodash" 2721version = "31.0.0" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c" 2724dependencies = [ 2725 "parking_lot", 2726] 2727 2728[[package]] 2729name = "quanta" 2730version = "0.12.6" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 2733dependencies = [ 2734 "crossbeam-utils", 2735 "libc", 2736 "once_cell", 2737 "raw-cpuid", 2738 "wasi", 2739 "web-sys", 2740 "winapi", 2741] 2742 2743[[package]] 2744name = "quinn" 2745version = "0.11.9" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2748dependencies = [ 2749 "bytes", 2750 "cfg_aliases", 2751 "futures-io", 2752 "pin-project-lite", 2753 "quinn-proto", 2754 "quinn-udp", 2755 "rustc-hash", 2756 "rustls", 2757 "socket2", 2758 "thiserror 2.0.18", 2759 "tokio", 2760 "tracing", 2761 "web-time", 2762] 2763 2764[[package]] 2765name = "quinn-proto" 2766version = "0.11.14" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 2769dependencies = [ 2770 "aws-lc-rs", 2771 "bytes", 2772 "getrandom 0.3.4", 2773 "lru-slab", 2774 "rand 0.9.4", 2775 "ring", 2776 "rustc-hash", 2777 "rustls", 2778 "rustls-pki-types", 2779 "slab", 2780 "thiserror 2.0.18", 2781 "tinyvec", 2782 "tracing", 2783 "web-time", 2784] 2785 2786[[package]] 2787name = "quinn-udp" 2788version = "0.5.14" 2789source = "registry+https://github.com/rust-lang/crates.io-index" 2790checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2791dependencies = [ 2792 "cfg_aliases", 2793 "libc", 2794 "once_cell", 2795 "socket2", 2796 "tracing", 2797 "windows-sys 0.60.2", 2798] 2799 2800[[package]] 2801name = "quote" 2802version = "1.0.45" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 2805dependencies = [ 2806 "proc-macro2", 2807] 2808 2809[[package]] 2810name = "r-efi" 2811version = "5.3.0" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2814 2815[[package]] 2816name = "rand" 2817version = "0.8.6" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 2820dependencies = [ 2821 "libc", 2822 "rand_chacha 0.3.1", 2823 "rand_core 0.6.4", 2824] 2825 2826[[package]] 2827name = "rand" 2828version = "0.9.4" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 2831dependencies = [ 2832 "rand_chacha 0.9.0", 2833 "rand_core 0.9.5", 2834] 2835 2836[[package]] 2837name = "rand_chacha" 2838version = "0.3.1" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2841dependencies = [ 2842 "ppv-lite86", 2843 "rand_core 0.6.4", 2844] 2845 2846[[package]] 2847name = "rand_chacha" 2848version = "0.9.0" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2851dependencies = [ 2852 "ppv-lite86", 2853 "rand_core 0.9.5", 2854] 2855 2856[[package]] 2857name = "rand_core" 2858version = "0.6.4" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2861dependencies = [ 2862 "getrandom 0.2.17", 2863] 2864 2865[[package]] 2866name = "rand_core" 2867version = "0.9.5" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2870dependencies = [ 2871 "getrandom 0.3.4", 2872] 2873 2874[[package]] 2875name = "raw-cpuid" 2876version = "11.6.0" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 2879dependencies = [ 2880 "bitflags", 2881] 2882 2883[[package]] 2884name = "rcgen" 2885version = "0.13.2" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" 2888dependencies = [ 2889 "aws-lc-rs", 2890 "pem", 2891 "rustls-pki-types", 2892 "time", 2893 "yasna", 2894] 2895 2896[[package]] 2897name = "redox_syscall" 2898version = "0.5.18" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2901dependencies = [ 2902 "bitflags", 2903] 2904 2905[[package]] 2906name = "ref-cast" 2907version = "1.0.25" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 2910dependencies = [ 2911 "ref-cast-impl", 2912] 2913 2914[[package]] 2915name = "ref-cast-impl" 2916version = "1.0.25" 2917source = "registry+https://github.com/rust-lang/crates.io-index" 2918checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 2919dependencies = [ 2920 "proc-macro2", 2921 "quote", 2922 "syn", 2923] 2924 2925[[package]] 2926name = "regex" 2927version = "1.12.4" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" 2930dependencies = [ 2931 "aho-corasick", 2932 "memchr", 2933 "regex-automata", 2934 "regex-syntax", 2935] 2936 2937[[package]] 2938name = "regex-automata" 2939version = "0.4.14" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2942dependencies = [ 2943 "aho-corasick", 2944 "memchr", 2945 "regex-syntax", 2946] 2947 2948[[package]] 2949name = "regex-lite" 2950version = "0.1.9" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 2953 2954[[package]] 2955name = "regex-syntax" 2956version = "0.8.11" 2957source = "registry+https://github.com/rust-lang/crates.io-index" 2958checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 2959 2960[[package]] 2961name = "reqwest" 2962version = "0.12.28" 2963source = "registry+https://github.com/rust-lang/crates.io-index" 2964checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2965dependencies = [ 2966 "base64", 2967 "bytes", 2968 "encoding_rs", 2969 "futures-core", 2970 "futures-util", 2971 "h2", 2972 "http", 2973 "http-body", 2974 "http-body-util", 2975 "hyper", 2976 "hyper-rustls", 2977 "hyper-util", 2978 "js-sys", 2979 "log", 2980 "mime", 2981 "percent-encoding", 2982 "pin-project-lite", 2983 "quinn", 2984 "rustls", 2985 "rustls-pki-types", 2986 "serde", 2987 "serde_json", 2988 "serde_urlencoded", 2989 "sync_wrapper", 2990 "tokio", 2991 "tokio-rustls", 2992 "tokio-util", 2993 "tower", 2994 "tower-http 0.6.11", 2995 "tower-service", 2996 "url", 2997 "wasm-bindgen", 2998 "wasm-bindgen-futures", 2999 "wasm-streams", 3000 "web-sys", 3001 "webpki-roots 1.0.8", 3002] 3003 3004[[package]] 3005name = "rfc6979" 3006version = "0.4.0" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3009dependencies = [ 3010 "hmac", 3011 "subtle", 3012] 3013 3014[[package]] 3015name = "ring" 3016version = "0.17.14" 3017source = "registry+https://github.com/rust-lang/crates.io-index" 3018checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3019dependencies = [ 3020 "cc", 3021 "cfg-if", 3022 "getrandom 0.2.17", 3023 "libc", 3024 "untrusted", 3025 "windows-sys 0.52.0", 3026] 3027 3028[[package]] 3029name = "rustc-hash" 3030version = "2.1.2" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 3033 3034[[package]] 3035name = "rustc_version" 3036version = "0.4.1" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3039dependencies = [ 3040 "semver", 3041] 3042 3043[[package]] 3044name = "rusticata-macros" 3045version = "4.1.0" 3046source = "registry+https://github.com/rust-lang/crates.io-index" 3047checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 3048dependencies = [ 3049 "nom", 3050] 3051 3052[[package]] 3053name = "rustix" 3054version = "1.1.4" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3057dependencies = [ 3058 "bitflags", 3059 "errno", 3060 "libc", 3061 "linux-raw-sys", 3062 "windows-sys 0.61.2", 3063] 3064 3065[[package]] 3066name = "rustls" 3067version = "0.23.40" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 3070dependencies = [ 3071 "aws-lc-rs", 3072 "log", 3073 "once_cell", 3074 "ring", 3075 "rustls-pki-types", 3076 "rustls-webpki", 3077 "subtle", 3078 "zeroize", 3079] 3080 3081[[package]] 3082name = "rustls-acme" 3083version = "0.15.3" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "b9c70a17ecb067d5067565a16a2e0f26a4a2ea0924f49739d558c45186facc75" 3086dependencies = [ 3087 "async-io", 3088 "async-trait", 3089 "async-web-client", 3090 "aws-lc-rs", 3091 "base64", 3092 "blocking", 3093 "chrono", 3094 "futures", 3095 "futures-rustls", 3096 "http", 3097 "log", 3098 "pem", 3099 "rcgen", 3100 "serde", 3101 "serde_json", 3102 "thiserror 2.0.18", 3103 "webpki-roots 1.0.8", 3104 "x509-parser 0.16.0", 3105] 3106 3107[[package]] 3108name = "rustls-native-certs" 3109version = "0.8.4" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 3112dependencies = [ 3113 "openssl-probe", 3114 "rustls-pki-types", 3115 "schannel", 3116 "security-framework", 3117] 3118 3119[[package]] 3120name = "rustls-pemfile" 3121version = "2.2.0" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 3124dependencies = [ 3125 "rustls-pki-types", 3126] 3127 3128[[package]] 3129name = "rustls-pki-types" 3130version = "1.14.1" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 3133dependencies = [ 3134 "web-time", 3135 "zeroize", 3136] 3137 3138[[package]] 3139name = "rustls-webpki" 3140version = "0.103.13" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 3143dependencies = [ 3144 "aws-lc-rs", 3145 "ring", 3146 "rustls-pki-types", 3147 "untrusted", 3148] 3149 3150[[package]] 3151name = "rustversion" 3152version = "1.0.22" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3155 3156[[package]] 3157name = "ryu" 3158version = "1.0.23" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3161 3162[[package]] 3163name = "same-file" 3164version = "1.0.6" 3165source = "registry+https://github.com/rust-lang/crates.io-index" 3166checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3167dependencies = [ 3168 "winapi-util", 3169] 3170 3171[[package]] 3172name = "schannel" 3173version = "0.1.29" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 3176dependencies = [ 3177 "windows-sys 0.61.2", 3178] 3179 3180[[package]] 3181name = "scoped-tls" 3182version = "1.0.1" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3185 3186[[package]] 3187name = "scopeguard" 3188version = "1.2.0" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3191 3192[[package]] 3193name = "sec1" 3194version = "0.7.3" 3195source = "registry+https://github.com/rust-lang/crates.io-index" 3196checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3197dependencies = [ 3198 "base16ct", 3199 "der", 3200 "generic-array", 3201 "pkcs8", 3202 "subtle", 3203 "zeroize", 3204] 3205 3206[[package]] 3207name = "security-framework" 3208version = "3.7.0" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 3211dependencies = [ 3212 "bitflags", 3213 "core-foundation 0.10.1", 3214 "core-foundation-sys", 3215 "libc", 3216 "security-framework-sys", 3217] 3218 3219[[package]] 3220name = "security-framework-sys" 3221version = "2.17.0" 3222source = "registry+https://github.com/rust-lang/crates.io-index" 3223checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 3224dependencies = [ 3225 "core-foundation-sys", 3226 "libc", 3227] 3228 3229[[package]] 3230name = "semver" 3231version = "1.0.28" 3232source = "registry+https://github.com/rust-lang/crates.io-index" 3233checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3234 3235[[package]] 3236name = "send_wrapper" 3237version = "0.6.0" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 3240 3241[[package]] 3242name = "serde" 3243version = "1.0.228" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3246dependencies = [ 3247 "serde_core", 3248 "serde_derive", 3249] 3250 3251[[package]] 3252name = "serde_bytes" 3253version = "0.11.19" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3256dependencies = [ 3257 "serde", 3258 "serde_core", 3259] 3260 3261[[package]] 3262name = "serde_core" 3263version = "1.0.228" 3264source = "registry+https://github.com/rust-lang/crates.io-index" 3265checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3266dependencies = [ 3267 "serde_derive", 3268] 3269 3270[[package]] 3271name = "serde_derive" 3272version = "1.0.228" 3273source = "registry+https://github.com/rust-lang/crates.io-index" 3274checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3275dependencies = [ 3276 "proc-macro2", 3277 "quote", 3278 "syn", 3279] 3280 3281[[package]] 3282name = "serde_html_form" 3283version = "0.3.2" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" 3286dependencies = [ 3287 "form_urlencoded", 3288 "indexmap", 3289 "itoa", 3290 "serde_core", 3291] 3292 3293[[package]] 3294name = "serde_ipld_dagcbor" 3295version = "0.6.4" 3296source = "registry+https://github.com/rust-lang/crates.io-index" 3297checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 3298dependencies = [ 3299 "cbor4ii", 3300 "ipld-core", 3301 "scopeguard", 3302 "serde", 3303] 3304 3305[[package]] 3306name = "serde_json" 3307version = "1.0.150" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 3310dependencies = [ 3311 "itoa", 3312 "memchr", 3313 "serde", 3314 "serde_core", 3315 "zmij", 3316] 3317 3318[[package]] 3319name = "serde_path_to_error" 3320version = "0.1.20" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 3323dependencies = [ 3324 "itoa", 3325 "serde", 3326 "serde_core", 3327] 3328 3329[[package]] 3330name = "serde_repr" 3331version = "0.1.20" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3334dependencies = [ 3335 "proc-macro2", 3336 "quote", 3337 "syn", 3338] 3339 3340[[package]] 3341name = "serde_urlencoded" 3342version = "0.7.1" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3345dependencies = [ 3346 "form_urlencoded", 3347 "itoa", 3348 "ryu", 3349 "serde", 3350] 3351 3352[[package]] 3353name = "serde_with" 3354version = "3.21.0" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" 3357dependencies = [ 3358 "base64", 3359 "bs58", 3360 "chrono", 3361 "hex", 3362 "serde_core", 3363 "serde_json", 3364 "serde_with_macros", 3365 "time", 3366] 3367 3368[[package]] 3369name = "serde_with_macros" 3370version = "3.21.0" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" 3373dependencies = [ 3374 "darling", 3375 "proc-macro2", 3376 "quote", 3377 "syn", 3378] 3379 3380[[package]] 3381name = "sha1" 3382version = "0.10.6" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3385dependencies = [ 3386 "cfg-if", 3387 "cpufeatures 0.2.17", 3388 "digest 0.10.7", 3389] 3390 3391[[package]] 3392name = "sha1-checked" 3393version = "0.10.0" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 3396dependencies = [ 3397 "digest 0.10.7", 3398 "sha1", 3399] 3400 3401[[package]] 3402name = "sha2" 3403version = "0.10.9" 3404source = "registry+https://github.com/rust-lang/crates.io-index" 3405checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3406dependencies = [ 3407 "cfg-if", 3408 "cpufeatures 0.2.17", 3409 "digest 0.10.7", 3410] 3411 3412[[package]] 3413name = "sha2" 3414version = "0.11.0" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" 3417dependencies = [ 3418 "cfg-if", 3419 "cpufeatures 0.3.0", 3420 "digest 0.11.3", 3421] 3422 3423[[package]] 3424name = "sharded-slab" 3425version = "0.1.7" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3428dependencies = [ 3429 "lazy_static", 3430] 3431 3432[[package]] 3433name = "shlex" 3434version = "2.0.1" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 3437 3438[[package]] 3439name = "signal-hook-registry" 3440version = "1.4.8" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3443dependencies = [ 3444 "errno", 3445 "libc", 3446] 3447 3448[[package]] 3449name = "signature" 3450version = "2.2.0" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3453dependencies = [ 3454 "digest 0.10.7", 3455 "rand_core 0.6.4", 3456] 3457 3458[[package]] 3459name = "simd-adler32" 3460version = "0.3.9" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3463 3464[[package]] 3465name = "siphasher" 3466version = "1.0.3" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 3469 3470[[package]] 3471name = "slab" 3472version = "0.4.12" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3475 3476[[package]] 3477name = "smallvec" 3478version = "1.15.2" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 3481 3482[[package]] 3483name = "smol_str" 3484version = "0.3.6" 3485source = "registry+https://github.com/rust-lang/crates.io-index" 3486checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 3487dependencies = [ 3488 "borsh", 3489 "serde_core", 3490] 3491 3492[[package]] 3493name = "socket2" 3494version = "0.6.4" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 3497dependencies = [ 3498 "libc", 3499 "windows-sys 0.61.2", 3500] 3501 3502[[package]] 3503name = "spin" 3504version = "0.9.8" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3507dependencies = [ 3508 "lock_api", 3509] 3510 3511[[package]] 3512name = "spin" 3513version = "0.10.0" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 3516 3517[[package]] 3518name = "spinning_top" 3519version = "0.3.0" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" 3522dependencies = [ 3523 "lock_api", 3524] 3525 3526[[package]] 3527name = "spki" 3528version = "0.7.3" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3531dependencies = [ 3532 "base64ct", 3533 "der", 3534] 3535 3536[[package]] 3537name = "stable_deref_trait" 3538version = "1.2.1" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3541 3542[[package]] 3543name = "strsim" 3544version = "0.11.1" 3545source = "registry+https://github.com/rust-lang/crates.io-index" 3546checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3547 3548[[package]] 3549name = "subtle" 3550version = "2.6.1" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3553 3554[[package]] 3555name = "syn" 3556version = "2.0.118" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" 3559dependencies = [ 3560 "proc-macro2", 3561 "quote", 3562 "unicode-ident", 3563] 3564 3565[[package]] 3566name = "sync_wrapper" 3567version = "1.0.2" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3570dependencies = [ 3571 "futures-core", 3572] 3573 3574[[package]] 3575name = "synstructure" 3576version = "0.13.2" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3579dependencies = [ 3580 "proc-macro2", 3581 "quote", 3582 "syn", 3583] 3584 3585[[package]] 3586name = "system-configuration" 3587version = "0.7.0" 3588source = "registry+https://github.com/rust-lang/crates.io-index" 3589checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 3590dependencies = [ 3591 "bitflags", 3592 "core-foundation 0.9.4", 3593 "system-configuration-sys", 3594] 3595 3596[[package]] 3597name = "system-configuration-sys" 3598version = "0.6.0" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3601dependencies = [ 3602 "core-foundation-sys", 3603 "libc", 3604] 3605 3606[[package]] 3607name = "thiserror" 3608version = "1.0.69" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3611dependencies = [ 3612 "thiserror-impl 1.0.69", 3613] 3614 3615[[package]] 3616name = "thiserror" 3617version = "2.0.18" 3618source = "registry+https://github.com/rust-lang/crates.io-index" 3619checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3620dependencies = [ 3621 "thiserror-impl 2.0.18", 3622] 3623 3624[[package]] 3625name = "thiserror-impl" 3626version = "1.0.69" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3629dependencies = [ 3630 "proc-macro2", 3631 "quote", 3632 "syn", 3633] 3634 3635[[package]] 3636name = "thiserror-impl" 3637version = "2.0.18" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3640dependencies = [ 3641 "proc-macro2", 3642 "quote", 3643 "syn", 3644] 3645 3646[[package]] 3647name = "thread_local" 3648version = "1.1.9" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3651dependencies = [ 3652 "cfg-if", 3653] 3654 3655[[package]] 3656name = "time" 3657version = "0.3.49" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469" 3660dependencies = [ 3661 "deranged", 3662 "num-conv", 3663 "powerfmt", 3664 "serde_core", 3665 "time-core", 3666 "time-macros", 3667] 3668 3669[[package]] 3670name = "time-core" 3671version = "0.1.9" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" 3674 3675[[package]] 3676name = "time-macros" 3677version = "0.2.29" 3678source = "registry+https://github.com/rust-lang/crates.io-index" 3679checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d" 3680dependencies = [ 3681 "num-conv", 3682 "time-core", 3683] 3684 3685[[package]] 3686name = "tinystr" 3687version = "0.8.3" 3688source = "registry+https://github.com/rust-lang/crates.io-index" 3689checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 3690dependencies = [ 3691 "displaydoc", 3692 "zerovec", 3693] 3694 3695[[package]] 3696name = "tinyvec" 3697version = "1.11.0" 3698source = "registry+https://github.com/rust-lang/crates.io-index" 3699checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 3700dependencies = [ 3701 "tinyvec_macros", 3702] 3703 3704[[package]] 3705name = "tinyvec_macros" 3706version = "0.1.1" 3707source = "registry+https://github.com/rust-lang/crates.io-index" 3708checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3709 3710[[package]] 3711name = "tokio" 3712version = "1.52.3" 3713source = "registry+https://github.com/rust-lang/crates.io-index" 3714checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 3715dependencies = [ 3716 "bytes", 3717 "libc", 3718 "mio", 3719 "pin-project-lite", 3720 "signal-hook-registry", 3721 "socket2", 3722 "tokio-macros", 3723 "windows-sys 0.61.2", 3724] 3725 3726[[package]] 3727name = "tokio-macros" 3728version = "2.7.0" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 3731dependencies = [ 3732 "proc-macro2", 3733 "quote", 3734 "syn", 3735] 3736 3737[[package]] 3738name = "tokio-rustls" 3739version = "0.26.4" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3742dependencies = [ 3743 "rustls", 3744 "tokio", 3745] 3746 3747[[package]] 3748name = "tokio-tungstenite" 3749version = "0.24.0" 3750source = "registry+https://github.com/rust-lang/crates.io-index" 3751checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 3752dependencies = [ 3753 "futures-util", 3754 "log", 3755 "rustls", 3756 "rustls-native-certs", 3757 "rustls-pki-types", 3758 "tokio", 3759 "tokio-rustls", 3760 "tungstenite", 3761] 3762 3763[[package]] 3764name = "tokio-tungstenite-wasm" 3765version = "0.4.0" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 3768dependencies = [ 3769 "futures-channel", 3770 "futures-util", 3771 "http", 3772 "httparse", 3773 "js-sys", 3774 "rustls", 3775 "thiserror 1.0.69", 3776 "tokio", 3777 "tokio-tungstenite", 3778 "wasm-bindgen", 3779 "web-sys", 3780] 3781 3782[[package]] 3783name = "tokio-util" 3784version = "0.7.18" 3785source = "registry+https://github.com/rust-lang/crates.io-index" 3786checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3787dependencies = [ 3788 "bytes", 3789 "futures-core", 3790 "futures-sink", 3791 "futures-util", 3792 "pin-project-lite", 3793 "tokio", 3794] 3795 3796[[package]] 3797name = "tower" 3798version = "0.5.3" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3801dependencies = [ 3802 "futures-core", 3803 "futures-util", 3804 "pin-project-lite", 3805 "sync_wrapper", 3806 "tokio", 3807 "tokio-util", 3808 "tower-layer", 3809 "tower-service", 3810 "tracing", 3811] 3812 3813[[package]] 3814name = "tower-http" 3815version = "0.6.11" 3816source = "registry+https://github.com/rust-lang/crates.io-index" 3817checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 3818dependencies = [ 3819 "async-compression", 3820 "bitflags", 3821 "bytes", 3822 "futures-core", 3823 "futures-util", 3824 "http", 3825 "http-body", 3826 "http-body-util", 3827 "pin-project-lite", 3828 "tokio", 3829 "tokio-util", 3830 "tower", 3831 "tower-layer", 3832 "tower-service", 3833 "url", 3834] 3835 3836[[package]] 3837name = "tower-http" 3838version = "0.7.0" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" 3841dependencies = [ 3842 "async-compression", 3843 "bitflags", 3844 "bytes", 3845 "futures-core", 3846 "http", 3847 "http-body", 3848 "percent-encoding", 3849 "pin-project-lite", 3850 "tokio", 3851 "tokio-util", 3852 "tower-layer", 3853 "tower-service", 3854] 3855 3856[[package]] 3857name = "tower-layer" 3858version = "0.3.3" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3861 3862[[package]] 3863name = "tower-service" 3864version = "0.3.3" 3865source = "registry+https://github.com/rust-lang/crates.io-index" 3866checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3867 3868[[package]] 3869name = "tower_governor" 3870version = "0.8.0" 3871source = "registry+https://github.com/rust-lang/crates.io-index" 3872checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6" 3873dependencies = [ 3874 "axum", 3875 "forwarded-header-value", 3876 "governor", 3877 "http", 3878 "pin-project", 3879 "thiserror 2.0.18", 3880 "tower", 3881 "tracing", 3882] 3883 3884[[package]] 3885name = "tracing" 3886version = "0.1.44" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3889dependencies = [ 3890 "log", 3891 "pin-project-lite", 3892 "tracing-attributes", 3893 "tracing-core", 3894] 3895 3896[[package]] 3897name = "tracing-attributes" 3898version = "0.1.31" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3901dependencies = [ 3902 "proc-macro2", 3903 "quote", 3904 "syn", 3905] 3906 3907[[package]] 3908name = "tracing-core" 3909version = "0.1.36" 3910source = "registry+https://github.com/rust-lang/crates.io-index" 3911checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3912dependencies = [ 3913 "once_cell", 3914 "valuable", 3915] 3916 3917[[package]] 3918name = "tracing-log" 3919version = "0.2.0" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3922dependencies = [ 3923 "log", 3924 "once_cell", 3925 "tracing-core", 3926] 3927 3928[[package]] 3929name = "tracing-subscriber" 3930version = "0.3.23" 3931source = "registry+https://github.com/rust-lang/crates.io-index" 3932checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 3933dependencies = [ 3934 "matchers", 3935 "nu-ansi-term", 3936 "once_cell", 3937 "regex-automata", 3938 "sharded-slab", 3939 "smallvec", 3940 "thread_local", 3941 "tracing", 3942 "tracing-core", 3943 "tracing-log", 3944] 3945 3946[[package]] 3947name = "trait-variant" 3948version = "0.1.2" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 3951dependencies = [ 3952 "proc-macro2", 3953 "quote", 3954 "syn", 3955] 3956 3957[[package]] 3958name = "try-lock" 3959version = "0.2.5" 3960source = "registry+https://github.com/rust-lang/crates.io-index" 3961checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3962 3963[[package]] 3964name = "tungstenite" 3965version = "0.24.0" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 3968dependencies = [ 3969 "byteorder", 3970 "bytes", 3971 "data-encoding", 3972 "http", 3973 "httparse", 3974 "log", 3975 "rand 0.8.6", 3976 "rustls", 3977 "rustls-pki-types", 3978 "sha1", 3979 "thiserror 1.0.69", 3980 "utf-8", 3981] 3982 3983[[package]] 3984name = "typenum" 3985version = "1.20.1" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" 3988 3989[[package]] 3990name = "unicode-ident" 3991version = "1.0.24" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 3994 3995[[package]] 3996name = "unicode-segmentation" 3997version = "1.13.3" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 4000 4001[[package]] 4002name = "unicode-width" 4003version = "0.1.14" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4006 4007[[package]] 4008name = "unicode-xid" 4009version = "0.2.6" 4010source = "registry+https://github.com/rust-lang/crates.io-index" 4011checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4012 4013[[package]] 4014name = "unsigned-varint" 4015version = "0.7.2" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 4018 4019[[package]] 4020name = "unsigned-varint" 4021version = "0.8.0" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4024 4025[[package]] 4026name = "untrusted" 4027version = "0.9.0" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4030 4031[[package]] 4032name = "url" 4033version = "2.5.8" 4034source = "registry+https://github.com/rust-lang/crates.io-index" 4035checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4036dependencies = [ 4037 "form_urlencoded", 4038 "idna", 4039 "percent-encoding", 4040 "serde", 4041] 4042 4043[[package]] 4044name = "utf-8" 4045version = "0.7.6" 4046source = "registry+https://github.com/rust-lang/crates.io-index" 4047checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4048 4049[[package]] 4050name = "utf8_iter" 4051version = "1.0.4" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4054 4055[[package]] 4056name = "valuable" 4057version = "0.1.1" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4060 4061[[package]] 4062name = "version_check" 4063version = "0.9.5" 4064source = "registry+https://github.com/rust-lang/crates.io-index" 4065checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4066 4067[[package]] 4068name = "walkdir" 4069version = "2.5.0" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4072dependencies = [ 4073 "same-file", 4074 "winapi-util", 4075] 4076 4077[[package]] 4078name = "want" 4079version = "0.3.1" 4080source = "registry+https://github.com/rust-lang/crates.io-index" 4081checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4082dependencies = [ 4083 "try-lock", 4084] 4085 4086[[package]] 4087name = "wasi" 4088version = "0.11.1+wasi-snapshot-preview1" 4089source = "registry+https://github.com/rust-lang/crates.io-index" 4090checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4091 4092[[package]] 4093name = "wasip2" 4094version = "1.0.4+wasi-0.2.12" 4095source = "registry+https://github.com/rust-lang/crates.io-index" 4096checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 4097dependencies = [ 4098 "wit-bindgen", 4099] 4100 4101[[package]] 4102name = "wasm-bindgen" 4103version = "0.2.125" 4104source = "registry+https://github.com/rust-lang/crates.io-index" 4105checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" 4106dependencies = [ 4107 "cfg-if", 4108 "once_cell", 4109 "rustversion", 4110 "wasm-bindgen-macro", 4111 "wasm-bindgen-shared", 4112] 4113 4114[[package]] 4115name = "wasm-bindgen-futures" 4116version = "0.4.75" 4117source = "registry+https://github.com/rust-lang/crates.io-index" 4118checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" 4119dependencies = [ 4120 "js-sys", 4121 "wasm-bindgen", 4122] 4123 4124[[package]] 4125name = "wasm-bindgen-macro" 4126version = "0.2.125" 4127source = "registry+https://github.com/rust-lang/crates.io-index" 4128checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" 4129dependencies = [ 4130 "quote", 4131 "wasm-bindgen-macro-support", 4132] 4133 4134[[package]] 4135name = "wasm-bindgen-macro-support" 4136version = "0.2.125" 4137source = "registry+https://github.com/rust-lang/crates.io-index" 4138checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" 4139dependencies = [ 4140 "bumpalo", 4141 "proc-macro2", 4142 "quote", 4143 "syn", 4144 "wasm-bindgen-shared", 4145] 4146 4147[[package]] 4148name = "wasm-bindgen-shared" 4149version = "0.2.125" 4150source = "registry+https://github.com/rust-lang/crates.io-index" 4151checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" 4152dependencies = [ 4153 "unicode-ident", 4154] 4155 4156[[package]] 4157name = "wasm-streams" 4158version = "0.4.2" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4161dependencies = [ 4162 "futures-util", 4163 "js-sys", 4164 "wasm-bindgen", 4165 "wasm-bindgen-futures", 4166 "web-sys", 4167] 4168 4169[[package]] 4170name = "web-sys" 4171version = "0.3.102" 4172source = "registry+https://github.com/rust-lang/crates.io-index" 4173checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" 4174dependencies = [ 4175 "js-sys", 4176 "wasm-bindgen", 4177] 4178 4179[[package]] 4180name = "web-time" 4181version = "1.1.0" 4182source = "registry+https://github.com/rust-lang/crates.io-index" 4183checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4184dependencies = [ 4185 "js-sys", 4186 "wasm-bindgen", 4187] 4188 4189[[package]] 4190name = "webpki-roots" 4191version = "0.26.11" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 4194dependencies = [ 4195 "webpki-roots 1.0.8", 4196] 4197 4198[[package]] 4199name = "webpki-roots" 4200version = "1.0.8" 4201source = "registry+https://github.com/rust-lang/crates.io-index" 4202checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf" 4203dependencies = [ 4204 "rustls-pki-types", 4205] 4206 4207[[package]] 4208name = "winapi" 4209version = "0.3.9" 4210source = "registry+https://github.com/rust-lang/crates.io-index" 4211checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4212dependencies = [ 4213 "winapi-i686-pc-windows-gnu", 4214 "winapi-x86_64-pc-windows-gnu", 4215] 4216 4217[[package]] 4218name = "winapi-i686-pc-windows-gnu" 4219version = "0.4.0" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4222 4223[[package]] 4224name = "winapi-util" 4225version = "0.1.11" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4228dependencies = [ 4229 "windows-sys 0.61.2", 4230] 4231 4232[[package]] 4233name = "winapi-x86_64-pc-windows-gnu" 4234version = "0.4.0" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4237 4238[[package]] 4239name = "windows-core" 4240version = "0.62.2" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4243dependencies = [ 4244 "windows-implement", 4245 "windows-interface", 4246 "windows-link", 4247 "windows-result", 4248 "windows-strings", 4249] 4250 4251[[package]] 4252name = "windows-implement" 4253version = "0.60.2" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4256dependencies = [ 4257 "proc-macro2", 4258 "quote", 4259 "syn", 4260] 4261 4262[[package]] 4263name = "windows-interface" 4264version = "0.59.3" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4267dependencies = [ 4268 "proc-macro2", 4269 "quote", 4270 "syn", 4271] 4272 4273[[package]] 4274name = "windows-link" 4275version = "0.2.1" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4278 4279[[package]] 4280name = "windows-registry" 4281version = "0.6.1" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4284dependencies = [ 4285 "windows-link", 4286 "windows-result", 4287 "windows-strings", 4288] 4289 4290[[package]] 4291name = "windows-result" 4292version = "0.4.1" 4293source = "registry+https://github.com/rust-lang/crates.io-index" 4294checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4295dependencies = [ 4296 "windows-link", 4297] 4298 4299[[package]] 4300name = "windows-strings" 4301version = "0.5.1" 4302source = "registry+https://github.com/rust-lang/crates.io-index" 4303checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4304dependencies = [ 4305 "windows-link", 4306] 4307 4308[[package]] 4309name = "windows-sys" 4310version = "0.52.0" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4313dependencies = [ 4314 "windows-targets 0.52.6", 4315] 4316 4317[[package]] 4318name = "windows-sys" 4319version = "0.60.2" 4320source = "registry+https://github.com/rust-lang/crates.io-index" 4321checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4322dependencies = [ 4323 "windows-targets 0.53.5", 4324] 4325 4326[[package]] 4327name = "windows-sys" 4328version = "0.61.2" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4331dependencies = [ 4332 "windows-link", 4333] 4334 4335[[package]] 4336name = "windows-targets" 4337version = "0.52.6" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4340dependencies = [ 4341 "windows_aarch64_gnullvm 0.52.6", 4342 "windows_aarch64_msvc 0.52.6", 4343 "windows_i686_gnu 0.52.6", 4344 "windows_i686_gnullvm 0.52.6", 4345 "windows_i686_msvc 0.52.6", 4346 "windows_x86_64_gnu 0.52.6", 4347 "windows_x86_64_gnullvm 0.52.6", 4348 "windows_x86_64_msvc 0.52.6", 4349] 4350 4351[[package]] 4352name = "windows-targets" 4353version = "0.53.5" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4356dependencies = [ 4357 "windows-link", 4358 "windows_aarch64_gnullvm 0.53.1", 4359 "windows_aarch64_msvc 0.53.1", 4360 "windows_i686_gnu 0.53.1", 4361 "windows_i686_gnullvm 0.53.1", 4362 "windows_i686_msvc 0.53.1", 4363 "windows_x86_64_gnu 0.53.1", 4364 "windows_x86_64_gnullvm 0.53.1", 4365 "windows_x86_64_msvc 0.53.1", 4366] 4367 4368[[package]] 4369name = "windows_aarch64_gnullvm" 4370version = "0.52.6" 4371source = "registry+https://github.com/rust-lang/crates.io-index" 4372checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4373 4374[[package]] 4375name = "windows_aarch64_gnullvm" 4376version = "0.53.1" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4379 4380[[package]] 4381name = "windows_aarch64_msvc" 4382version = "0.52.6" 4383source = "registry+https://github.com/rust-lang/crates.io-index" 4384checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4385 4386[[package]] 4387name = "windows_aarch64_msvc" 4388version = "0.53.1" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4391 4392[[package]] 4393name = "windows_i686_gnu" 4394version = "0.52.6" 4395source = "registry+https://github.com/rust-lang/crates.io-index" 4396checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4397 4398[[package]] 4399name = "windows_i686_gnu" 4400version = "0.53.1" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4403 4404[[package]] 4405name = "windows_i686_gnullvm" 4406version = "0.52.6" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4409 4410[[package]] 4411name = "windows_i686_gnullvm" 4412version = "0.53.1" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4415 4416[[package]] 4417name = "windows_i686_msvc" 4418version = "0.52.6" 4419source = "registry+https://github.com/rust-lang/crates.io-index" 4420checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4421 4422[[package]] 4423name = "windows_i686_msvc" 4424version = "0.53.1" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4427 4428[[package]] 4429name = "windows_x86_64_gnu" 4430version = "0.52.6" 4431source = "registry+https://github.com/rust-lang/crates.io-index" 4432checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4433 4434[[package]] 4435name = "windows_x86_64_gnu" 4436version = "0.53.1" 4437source = "registry+https://github.com/rust-lang/crates.io-index" 4438checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4439 4440[[package]] 4441name = "windows_x86_64_gnullvm" 4442version = "0.52.6" 4443source = "registry+https://github.com/rust-lang/crates.io-index" 4444checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4445 4446[[package]] 4447name = "windows_x86_64_gnullvm" 4448version = "0.53.1" 4449source = "registry+https://github.com/rust-lang/crates.io-index" 4450checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4451 4452[[package]] 4453name = "windows_x86_64_msvc" 4454version = "0.52.6" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4457 4458[[package]] 4459name = "windows_x86_64_msvc" 4460version = "0.53.1" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4463 4464[[package]] 4465name = "wit-bindgen" 4466version = "0.57.1" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4469 4470[[package]] 4471name = "writeable" 4472version = "0.6.3" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 4475 4476[[package]] 4477name = "x509-parser" 4478version = "0.16.0" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 4481dependencies = [ 4482 "asn1-rs 0.6.2", 4483 "data-encoding", 4484 "der-parser 9.0.0", 4485 "lazy_static", 4486 "nom", 4487 "oid-registry 0.7.1", 4488 "rusticata-macros", 4489 "thiserror 1.0.69", 4490 "time", 4491] 4492 4493[[package]] 4494name = "x509-parser" 4495version = "0.18.1" 4496source = "registry+https://github.com/rust-lang/crates.io-index" 4497checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" 4498dependencies = [ 4499 "asn1-rs 0.7.2", 4500 "data-encoding", 4501 "der-parser 10.0.0", 4502 "lazy_static", 4503 "nom", 4504 "oid-registry 0.8.1", 4505 "rusticata-macros", 4506 "thiserror 2.0.18", 4507 "time", 4508] 4509 4510[[package]] 4511name = "yasna" 4512version = "0.5.2" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4515dependencies = [ 4516 "time", 4517] 4518 4519[[package]] 4520name = "yoke" 4521version = "0.8.3" 4522source = "registry+https://github.com/rust-lang/crates.io-index" 4523checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 4524dependencies = [ 4525 "stable_deref_trait", 4526 "yoke-derive", 4527 "zerofrom", 4528] 4529 4530[[package]] 4531name = "yoke-derive" 4532version = "0.8.2" 4533source = "registry+https://github.com/rust-lang/crates.io-index" 4534checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 4535dependencies = [ 4536 "proc-macro2", 4537 "quote", 4538 "syn", 4539 "synstructure", 4540] 4541 4542[[package]] 4543name = "zerocopy" 4544version = "0.8.52" 4545source = "registry+https://github.com/rust-lang/crates.io-index" 4546checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" 4547dependencies = [ 4548 "zerocopy-derive", 4549] 4550 4551[[package]] 4552name = "zerocopy-derive" 4553version = "0.8.52" 4554source = "registry+https://github.com/rust-lang/crates.io-index" 4555checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" 4556dependencies = [ 4557 "proc-macro2", 4558 "quote", 4559 "syn", 4560] 4561 4562[[package]] 4563name = "zerofrom" 4564version = "0.1.8" 4565source = "registry+https://github.com/rust-lang/crates.io-index" 4566checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 4567dependencies = [ 4568 "zerofrom-derive", 4569] 4570 4571[[package]] 4572name = "zerofrom-derive" 4573version = "0.1.7" 4574source = "registry+https://github.com/rust-lang/crates.io-index" 4575checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 4576dependencies = [ 4577 "proc-macro2", 4578 "quote", 4579 "syn", 4580 "synstructure", 4581] 4582 4583[[package]] 4584name = "zeroize" 4585version = "1.9.0" 4586source = "registry+https://github.com/rust-lang/crates.io-index" 4587checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 4588 4589[[package]] 4590name = "zerotrie" 4591version = "0.2.4" 4592source = "registry+https://github.com/rust-lang/crates.io-index" 4593checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 4594dependencies = [ 4595 "displaydoc", 4596 "yoke", 4597 "zerofrom", 4598] 4599 4600[[package]] 4601name = "zerovec" 4602version = "0.11.6" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 4605dependencies = [ 4606 "yoke", 4607 "zerofrom", 4608 "zerovec-derive", 4609] 4610 4611[[package]] 4612name = "zerovec-derive" 4613version = "0.11.3" 4614source = "registry+https://github.com/rust-lang/crates.io-index" 4615checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 4616dependencies = [ 4617 "proc-macro2", 4618 "quote", 4619 "syn", 4620] 4621 4622[[package]] 4623name = "zmij" 4624version = "1.0.21" 4625source = "registry+https://github.com/rust-lang/crates.io-index" 4626checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 4627 4628[[package]] 4629name = "zstd" 4630version = "0.13.3" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4633dependencies = [ 4634 "zstd-safe", 4635] 4636 4637[[package]] 4638name = "zstd-safe" 4639version = "7.2.4" 4640source = "registry+https://github.com/rust-lang/crates.io-index" 4641checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4642dependencies = [ 4643 "zstd-sys", 4644] 4645 4646[[package]] 4647name = "zstd-sys" 4648version = "2.0.16+zstd.1.5.7" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4651dependencies = [ 4652 "cc", 4653 "pkg-config", 4654]