This repository has no description
0

Configure Feed

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

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