Now let's take a silly one
1

Configure Feed

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

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