This repository has no description
0

Configure Feed

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

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