This repository has no description
0

Configure Feed

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

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