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