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