This repository has no description
0

Configure Feed

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

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