This repository has no description
0

Configure Feed

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

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