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