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