This repository has no description
0

Configure Feed

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

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