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