this repo has no description
0
fork

Configure Feed

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

at b9caf8761bc9af8615daf326059cd19e2bbf0175 1530 lines 39 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aes" 13version = "0.8.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 16dependencies = [ 17 "cfg-if", 18 "cipher", 19 "cpufeatures 0.2.17", 20] 21 22[[package]] 23name = "aho-corasick" 24version = "1.1.4" 25source = "registry+https://github.com/rust-lang/crates.io-index" 26checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 27dependencies = [ 28 "memchr", 29] 30 31[[package]] 32name = "anstream" 33version = "1.0.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 36dependencies = [ 37 "anstyle", 38 "anstyle-parse", 39 "anstyle-query", 40 "anstyle-wincon", 41 "colorchoice", 42 "is_terminal_polyfill", 43 "utf8parse", 44] 45 46[[package]] 47name = "anstyle" 48version = "1.0.14" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 51 52[[package]] 53name = "anstyle-parse" 54version = "1.0.0" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 57dependencies = [ 58 "utf8parse", 59] 60 61[[package]] 62name = "anstyle-query" 63version = "1.1.5" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 66dependencies = [ 67 "windows-sys", 68] 69 70[[package]] 71name = "anstyle-wincon" 72version = "3.0.11" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 75dependencies = [ 76 "anstyle", 77 "once_cell_polyfill", 78 "windows-sys", 79] 80 81[[package]] 82name = "anyhow" 83version = "1.0.102" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 86 87[[package]] 88name = "assert_cmd" 89version = "2.2.0" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" 92dependencies = [ 93 "anstyle", 94 "bstr", 95 "libc", 96 "predicates", 97 "predicates-core", 98 "predicates-tree", 99 "wait-timeout", 100] 101 102[[package]] 103name = "assert_fs" 104version = "1.1.3" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9" 107dependencies = [ 108 "anstyle", 109 "doc-comment", 110 "globwalk", 111 "predicates", 112 "predicates-core", 113 "predicates-tree", 114 "tempfile", 115] 116 117[[package]] 118name = "autocfg" 119version = "1.5.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 122 123[[package]] 124name = "bitflags" 125version = "2.11.0" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 128 129[[package]] 130name = "block-buffer" 131version = "0.10.4" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 134dependencies = [ 135 "generic-array", 136] 137 138[[package]] 139name = "bstr" 140version = "1.12.1" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 143dependencies = [ 144 "memchr", 145 "regex-automata", 146 "serde", 147] 148 149[[package]] 150name = "bumpalo" 151version = "3.20.2" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 154 155[[package]] 156name = "bzip2" 157version = "0.6.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" 160dependencies = [ 161 "bzip2-sys", 162 "libbz2-rs-sys", 163] 164 165[[package]] 166name = "bzip2-sys" 167version = "0.1.13+1.0.8" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 170dependencies = [ 171 "cc", 172 "pkg-config", 173] 174 175[[package]] 176name = "cc" 177version = "1.2.58" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" 180dependencies = [ 181 "find-msvc-tools", 182 "jobserver", 183 "libc", 184 "shlex", 185] 186 187[[package]] 188name = "cfg-if" 189version = "1.0.4" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 192 193[[package]] 194name = "chacha20" 195version = "0.10.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 198dependencies = [ 199 "cfg-if", 200 "cpufeatures 0.3.0", 201 "rand_core", 202] 203 204[[package]] 205name = "cipher" 206version = "0.4.4" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 209dependencies = [ 210 "crypto-common", 211 "inout", 212] 213 214[[package]] 215name = "clap" 216version = "4.6.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 219dependencies = [ 220 "clap_builder", 221 "clap_derive", 222] 223 224[[package]] 225name = "clap_builder" 226version = "4.6.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 229dependencies = [ 230 "anstream", 231 "anstyle", 232 "clap_lex", 233 "strsim", 234] 235 236[[package]] 237name = "clap_derive" 238version = "4.6.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 241dependencies = [ 242 "heck", 243 "proc-macro2", 244 "quote", 245 "syn", 246] 247 248[[package]] 249name = "clap_lex" 250version = "1.1.0" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 253 254[[package]] 255name = "cmprss" 256version = "0.2.0" 257dependencies = [ 258 "anyhow", 259 "assert_cmd", 260 "assert_fs", 261 "bzip2", 262 "clap", 263 "flate2", 264 "indicatif", 265 "is-terminal", 266 "lz4_flex", 267 "predicates", 268 "rand", 269 "tar", 270 "tempfile", 271 "xz2", 272 "zip", 273 "zstd", 274] 275 276[[package]] 277name = "colorchoice" 278version = "1.0.5" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 281 282[[package]] 283name = "console" 284version = "0.16.3" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" 287dependencies = [ 288 "encode_unicode", 289 "libc", 290 "unicode-width", 291 "windows-sys", 292] 293 294[[package]] 295name = "constant_time_eq" 296version = "0.4.2" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 299 300[[package]] 301name = "cpufeatures" 302version = "0.2.17" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 305dependencies = [ 306 "libc", 307] 308 309[[package]] 310name = "cpufeatures" 311version = "0.3.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 314dependencies = [ 315 "libc", 316] 317 318[[package]] 319name = "crc32fast" 320version = "1.5.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 323dependencies = [ 324 "cfg-if", 325] 326 327[[package]] 328name = "crossbeam-deque" 329version = "0.8.6" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 332dependencies = [ 333 "crossbeam-epoch", 334 "crossbeam-utils", 335] 336 337[[package]] 338name = "crossbeam-epoch" 339version = "0.9.18" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 342dependencies = [ 343 "crossbeam-utils", 344] 345 346[[package]] 347name = "crossbeam-utils" 348version = "0.8.21" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 351 352[[package]] 353name = "crypto-common" 354version = "0.1.7" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 357dependencies = [ 358 "generic-array", 359 "typenum", 360] 361 362[[package]] 363name = "deflate64" 364version = "0.1.12" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2" 367 368[[package]] 369name = "deranged" 370version = "0.5.8" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 373dependencies = [ 374 "powerfmt", 375] 376 377[[package]] 378name = "difflib" 379version = "0.4.0" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 382 383[[package]] 384name = "digest" 385version = "0.10.7" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 388dependencies = [ 389 "block-buffer", 390 "crypto-common", 391 "subtle", 392] 393 394[[package]] 395name = "doc-comment" 396version = "0.3.4" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "780955b8b195a21ab8e4ac6b60dd1dbdcec1dc6c51c0617964b08c81785e12c9" 399 400[[package]] 401name = "encode_unicode" 402version = "1.0.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 405 406[[package]] 407name = "equivalent" 408version = "1.0.2" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 411 412[[package]] 413name = "errno" 414version = "0.3.14" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 417dependencies = [ 418 "libc", 419 "windows-sys", 420] 421 422[[package]] 423name = "fastrand" 424version = "2.3.0" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 427 428[[package]] 429name = "filetime" 430version = "0.2.27" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 433dependencies = [ 434 "cfg-if", 435 "libc", 436 "libredox", 437] 438 439[[package]] 440name = "find-msvc-tools" 441version = "0.1.9" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 444 445[[package]] 446name = "flate2" 447version = "1.1.9" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 450dependencies = [ 451 "crc32fast", 452 "miniz_oxide", 453 "zlib-rs", 454] 455 456[[package]] 457name = "float-cmp" 458version = "0.10.0" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" 461dependencies = [ 462 "num-traits", 463] 464 465[[package]] 466name = "foldhash" 467version = "0.1.5" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 470 471[[package]] 472name = "generic-array" 473version = "0.14.7" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 476dependencies = [ 477 "typenum", 478 "version_check", 479] 480 481[[package]] 482name = "getrandom" 483version = "0.3.4" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 486dependencies = [ 487 "cfg-if", 488 "libc", 489 "r-efi 5.3.0", 490 "wasip2", 491] 492 493[[package]] 494name = "getrandom" 495version = "0.4.2" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 498dependencies = [ 499 "cfg-if", 500 "js-sys", 501 "libc", 502 "r-efi 6.0.0", 503 "rand_core", 504 "wasip2", 505 "wasip3", 506 "wasm-bindgen", 507] 508 509[[package]] 510name = "globset" 511version = "0.4.18" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 514dependencies = [ 515 "aho-corasick", 516 "bstr", 517 "log", 518 "regex-automata", 519 "regex-syntax", 520] 521 522[[package]] 523name = "globwalk" 524version = "0.9.1" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" 527dependencies = [ 528 "bitflags", 529 "ignore", 530 "walkdir", 531] 532 533[[package]] 534name = "hashbrown" 535version = "0.15.5" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 538dependencies = [ 539 "foldhash", 540] 541 542[[package]] 543name = "hashbrown" 544version = "0.16.1" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 547 548[[package]] 549name = "heck" 550version = "0.5.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 553 554[[package]] 555name = "hermit-abi" 556version = "0.5.2" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 559 560[[package]] 561name = "hmac" 562version = "0.12.1" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 565dependencies = [ 566 "digest", 567] 568 569[[package]] 570name = "id-arena" 571version = "2.3.0" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 574 575[[package]] 576name = "ignore" 577version = "0.4.25" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" 580dependencies = [ 581 "crossbeam-deque", 582 "globset", 583 "log", 584 "memchr", 585 "regex-automata", 586 "same-file", 587 "walkdir", 588 "winapi-util", 589] 590 591[[package]] 592name = "indexmap" 593version = "2.13.0" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 596dependencies = [ 597 "equivalent", 598 "hashbrown 0.16.1", 599 "serde", 600 "serde_core", 601] 602 603[[package]] 604name = "indicatif" 605version = "0.18.4" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" 608dependencies = [ 609 "console", 610 "portable-atomic", 611 "unicode-width", 612 "unit-prefix", 613 "web-time", 614] 615 616[[package]] 617name = "inout" 618version = "0.1.4" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 621dependencies = [ 622 "generic-array", 623] 624 625[[package]] 626name = "is-terminal" 627version = "0.4.17" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" 630dependencies = [ 631 "hermit-abi", 632 "libc", 633 "windows-sys", 634] 635 636[[package]] 637name = "is_terminal_polyfill" 638version = "1.70.2" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 641 642[[package]] 643name = "itoa" 644version = "1.0.18" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 647 648[[package]] 649name = "jobserver" 650version = "0.1.34" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 653dependencies = [ 654 "getrandom 0.3.4", 655 "libc", 656] 657 658[[package]] 659name = "js-sys" 660version = "0.3.92" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995" 663dependencies = [ 664 "once_cell", 665 "wasm-bindgen", 666] 667 668[[package]] 669name = "leb128fmt" 670version = "0.1.0" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 673 674[[package]] 675name = "libbz2-rs-sys" 676version = "0.2.2" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" 679 680[[package]] 681name = "libc" 682version = "0.2.183" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 685 686[[package]] 687name = "libredox" 688version = "0.1.15" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08" 691dependencies = [ 692 "bitflags", 693 "libc", 694 "plain", 695 "redox_syscall", 696] 697 698[[package]] 699name = "linux-raw-sys" 700version = "0.12.1" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 703 704[[package]] 705name = "log" 706version = "0.4.29" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 709 710[[package]] 711name = "lz4_flex" 712version = "0.13.0" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" 715dependencies = [ 716 "twox-hash", 717] 718 719[[package]] 720name = "lzma-rust2" 721version = "0.16.2" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "47bb1e988e6fb779cf720ad431242d3f03167c1b3f2b1aae7f1a94b2495b36ae" 724dependencies = [ 725 "sha2", 726] 727 728[[package]] 729name = "lzma-sys" 730version = "0.1.20" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 733dependencies = [ 734 "cc", 735 "libc", 736 "pkg-config", 737] 738 739[[package]] 740name = "memchr" 741version = "2.8.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 744 745[[package]] 746name = "miniz_oxide" 747version = "0.8.9" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 750dependencies = [ 751 "adler2", 752 "simd-adler32", 753] 754 755[[package]] 756name = "normalize-line-endings" 757version = "0.3.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 760 761[[package]] 762name = "num-conv" 763version = "0.2.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 766 767[[package]] 768name = "num-traits" 769version = "0.2.19" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 772dependencies = [ 773 "autocfg", 774] 775 776[[package]] 777name = "once_cell" 778version = "1.21.4" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 781 782[[package]] 783name = "once_cell_polyfill" 784version = "1.70.2" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 787 788[[package]] 789name = "pbkdf2" 790version = "0.12.2" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 793dependencies = [ 794 "digest", 795 "hmac", 796] 797 798[[package]] 799name = "pkg-config" 800version = "0.3.32" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 803 804[[package]] 805name = "plain" 806version = "0.2.3" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 809 810[[package]] 811name = "portable-atomic" 812version = "1.13.1" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 815 816[[package]] 817name = "powerfmt" 818version = "0.2.0" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 821 822[[package]] 823name = "ppmd-rust" 824version = "1.4.0" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24" 827 828[[package]] 829name = "predicates" 830version = "3.1.4" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" 833dependencies = [ 834 "anstyle", 835 "difflib", 836 "float-cmp", 837 "normalize-line-endings", 838 "predicates-core", 839 "regex", 840] 841 842[[package]] 843name = "predicates-core" 844version = "1.0.10" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144" 847 848[[package]] 849name = "predicates-tree" 850version = "1.0.13" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2" 853dependencies = [ 854 "predicates-core", 855 "termtree", 856] 857 858[[package]] 859name = "prettyplease" 860version = "0.2.37" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 863dependencies = [ 864 "proc-macro2", 865 "syn", 866] 867 868[[package]] 869name = "proc-macro2" 870version = "1.0.106" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 873dependencies = [ 874 "unicode-ident", 875] 876 877[[package]] 878name = "quote" 879version = "1.0.45" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 882dependencies = [ 883 "proc-macro2", 884] 885 886[[package]] 887name = "r-efi" 888version = "5.3.0" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 891 892[[package]] 893name = "r-efi" 894version = "6.0.0" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 897 898[[package]] 899name = "rand" 900version = "0.10.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 903dependencies = [ 904 "chacha20", 905 "getrandom 0.4.2", 906 "rand_core", 907] 908 909[[package]] 910name = "rand_core" 911version = "0.10.0" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 914 915[[package]] 916name = "redox_syscall" 917version = "0.7.3" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 920dependencies = [ 921 "bitflags", 922] 923 924[[package]] 925name = "regex" 926version = "1.12.3" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 929dependencies = [ 930 "aho-corasick", 931 "memchr", 932 "regex-automata", 933 "regex-syntax", 934] 935 936[[package]] 937name = "regex-automata" 938version = "0.4.14" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 941dependencies = [ 942 "aho-corasick", 943 "memchr", 944 "regex-syntax", 945] 946 947[[package]] 948name = "regex-syntax" 949version = "0.8.10" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 952 953[[package]] 954name = "rustix" 955version = "1.1.4" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 958dependencies = [ 959 "bitflags", 960 "errno", 961 "libc", 962 "linux-raw-sys", 963 "windows-sys", 964] 965 966[[package]] 967name = "rustversion" 968version = "1.0.22" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 971 972[[package]] 973name = "same-file" 974version = "1.0.6" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 977dependencies = [ 978 "winapi-util", 979] 980 981[[package]] 982name = "semver" 983version = "1.0.27" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 986 987[[package]] 988name = "serde" 989version = "1.0.228" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 992dependencies = [ 993 "serde_core", 994] 995 996[[package]] 997name = "serde_core" 998version = "1.0.228" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1001dependencies = [ 1002 "serde_derive", 1003] 1004 1005[[package]] 1006name = "serde_derive" 1007version = "1.0.228" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1010dependencies = [ 1011 "proc-macro2", 1012 "quote", 1013 "syn", 1014] 1015 1016[[package]] 1017name = "serde_json" 1018version = "1.0.149" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1021dependencies = [ 1022 "itoa", 1023 "memchr", 1024 "serde", 1025 "serde_core", 1026 "zmij", 1027] 1028 1029[[package]] 1030name = "sha1" 1031version = "0.10.6" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1034dependencies = [ 1035 "cfg-if", 1036 "cpufeatures 0.2.17", 1037 "digest", 1038] 1039 1040[[package]] 1041name = "sha2" 1042version = "0.10.9" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1045dependencies = [ 1046 "cfg-if", 1047 "cpufeatures 0.2.17", 1048 "digest", 1049] 1050 1051[[package]] 1052name = "shlex" 1053version = "1.3.0" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1056 1057[[package]] 1058name = "simd-adler32" 1059version = "0.3.9" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 1062 1063[[package]] 1064name = "strsim" 1065version = "0.11.1" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1068 1069[[package]] 1070name = "subtle" 1071version = "2.6.1" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1074 1075[[package]] 1076name = "syn" 1077version = "2.0.117" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1080dependencies = [ 1081 "proc-macro2", 1082 "quote", 1083 "unicode-ident", 1084] 1085 1086[[package]] 1087name = "tar" 1088version = "0.4.45" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" 1091dependencies = [ 1092 "filetime", 1093 "libc", 1094 "xattr", 1095] 1096 1097[[package]] 1098name = "tempfile" 1099version = "3.27.0" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1102dependencies = [ 1103 "fastrand", 1104 "getrandom 0.4.2", 1105 "once_cell", 1106 "rustix", 1107 "windows-sys", 1108] 1109 1110[[package]] 1111name = "termtree" 1112version = "0.5.1" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" 1115 1116[[package]] 1117name = "time" 1118version = "0.3.47" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 1121dependencies = [ 1122 "deranged", 1123 "js-sys", 1124 "num-conv", 1125 "powerfmt", 1126 "serde_core", 1127 "time-core", 1128] 1129 1130[[package]] 1131name = "time-core" 1132version = "0.1.8" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 1135 1136[[package]] 1137name = "twox-hash" 1138version = "2.1.2" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" 1141 1142[[package]] 1143name = "typed-path" 1144version = "0.12.3" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e" 1147 1148[[package]] 1149name = "typenum" 1150version = "1.19.0" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1153 1154[[package]] 1155name = "unicode-ident" 1156version = "1.0.24" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1159 1160[[package]] 1161name = "unicode-width" 1162version = "0.2.2" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1165 1166[[package]] 1167name = "unicode-xid" 1168version = "0.2.6" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1171 1172[[package]] 1173name = "unit-prefix" 1174version = "0.5.2" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" 1177 1178[[package]] 1179name = "utf8parse" 1180version = "0.2.2" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1183 1184[[package]] 1185name = "version_check" 1186version = "0.9.5" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1189 1190[[package]] 1191name = "wait-timeout" 1192version = "0.2.1" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 1195dependencies = [ 1196 "libc", 1197] 1198 1199[[package]] 1200name = "walkdir" 1201version = "2.5.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1204dependencies = [ 1205 "same-file", 1206 "winapi-util", 1207] 1208 1209[[package]] 1210name = "wasip2" 1211version = "1.0.2+wasi-0.2.9" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1214dependencies = [ 1215 "wit-bindgen", 1216] 1217 1218[[package]] 1219name = "wasip3" 1220version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 1223dependencies = [ 1224 "wit-bindgen", 1225] 1226 1227[[package]] 1228name = "wasm-bindgen" 1229version = "0.2.115" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a" 1232dependencies = [ 1233 "cfg-if", 1234 "once_cell", 1235 "rustversion", 1236 "wasm-bindgen-macro", 1237 "wasm-bindgen-shared", 1238] 1239 1240[[package]] 1241name = "wasm-bindgen-macro" 1242version = "0.2.115" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67" 1245dependencies = [ 1246 "quote", 1247 "wasm-bindgen-macro-support", 1248] 1249 1250[[package]] 1251name = "wasm-bindgen-macro-support" 1252version = "0.2.115" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf" 1255dependencies = [ 1256 "bumpalo", 1257 "proc-macro2", 1258 "quote", 1259 "syn", 1260 "wasm-bindgen-shared", 1261] 1262 1263[[package]] 1264name = "wasm-bindgen-shared" 1265version = "0.2.115" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93" 1268dependencies = [ 1269 "unicode-ident", 1270] 1271 1272[[package]] 1273name = "wasm-encoder" 1274version = "0.244.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 1277dependencies = [ 1278 "leb128fmt", 1279 "wasmparser", 1280] 1281 1282[[package]] 1283name = "wasm-metadata" 1284version = "0.244.0" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 1287dependencies = [ 1288 "anyhow", 1289 "indexmap", 1290 "wasm-encoder", 1291 "wasmparser", 1292] 1293 1294[[package]] 1295name = "wasmparser" 1296version = "0.244.0" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 1299dependencies = [ 1300 "bitflags", 1301 "hashbrown 0.15.5", 1302 "indexmap", 1303 "semver", 1304] 1305 1306[[package]] 1307name = "web-time" 1308version = "1.1.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1311dependencies = [ 1312 "js-sys", 1313 "wasm-bindgen", 1314] 1315 1316[[package]] 1317name = "winapi-util" 1318version = "0.1.11" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1321dependencies = [ 1322 "windows-sys", 1323] 1324 1325[[package]] 1326name = "windows-link" 1327version = "0.2.1" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1330 1331[[package]] 1332name = "windows-sys" 1333version = "0.61.2" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1336dependencies = [ 1337 "windows-link", 1338] 1339 1340[[package]] 1341name = "wit-bindgen" 1342version = "0.51.0" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1345dependencies = [ 1346 "wit-bindgen-rust-macro", 1347] 1348 1349[[package]] 1350name = "wit-bindgen-core" 1351version = "0.51.0" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 1354dependencies = [ 1355 "anyhow", 1356 "heck", 1357 "wit-parser", 1358] 1359 1360[[package]] 1361name = "wit-bindgen-rust" 1362version = "0.51.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 1365dependencies = [ 1366 "anyhow", 1367 "heck", 1368 "indexmap", 1369 "prettyplease", 1370 "syn", 1371 "wasm-metadata", 1372 "wit-bindgen-core", 1373 "wit-component", 1374] 1375 1376[[package]] 1377name = "wit-bindgen-rust-macro" 1378version = "0.51.0" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 1381dependencies = [ 1382 "anyhow", 1383 "prettyplease", 1384 "proc-macro2", 1385 "quote", 1386 "syn", 1387 "wit-bindgen-core", 1388 "wit-bindgen-rust", 1389] 1390 1391[[package]] 1392name = "wit-component" 1393version = "0.244.0" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 1396dependencies = [ 1397 "anyhow", 1398 "bitflags", 1399 "indexmap", 1400 "log", 1401 "serde", 1402 "serde_derive", 1403 "serde_json", 1404 "wasm-encoder", 1405 "wasm-metadata", 1406 "wasmparser", 1407 "wit-parser", 1408] 1409 1410[[package]] 1411name = "wit-parser" 1412version = "0.244.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 1415dependencies = [ 1416 "anyhow", 1417 "id-arena", 1418 "indexmap", 1419 "log", 1420 "semver", 1421 "serde", 1422 "serde_derive", 1423 "serde_json", 1424 "unicode-xid", 1425 "wasmparser", 1426] 1427 1428[[package]] 1429name = "xattr" 1430version = "1.6.1" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 1433dependencies = [ 1434 "libc", 1435 "rustix", 1436] 1437 1438[[package]] 1439name = "xz2" 1440version = "0.1.7" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 1443dependencies = [ 1444 "lzma-sys", 1445] 1446 1447[[package]] 1448name = "zeroize" 1449version = "1.8.2" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 1452 1453[[package]] 1454name = "zip" 1455version = "8.4.0" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" 1458dependencies = [ 1459 "aes", 1460 "bzip2", 1461 "constant_time_eq", 1462 "crc32fast", 1463 "deflate64", 1464 "flate2", 1465 "getrandom 0.4.2", 1466 "hmac", 1467 "indexmap", 1468 "lzma-rust2", 1469 "memchr", 1470 "pbkdf2", 1471 "ppmd-rust", 1472 "sha1", 1473 "time", 1474 "typed-path", 1475 "zeroize", 1476 "zopfli", 1477 "zstd", 1478] 1479 1480[[package]] 1481name = "zlib-rs" 1482version = "0.6.3" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" 1485 1486[[package]] 1487name = "zmij" 1488version = "1.0.21" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 1491 1492[[package]] 1493name = "zopfli" 1494version = "0.8.3" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" 1497dependencies = [ 1498 "bumpalo", 1499 "crc32fast", 1500 "log", 1501 "simd-adler32", 1502] 1503 1504[[package]] 1505name = "zstd" 1506version = "0.13.3" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 1509dependencies = [ 1510 "zstd-safe", 1511] 1512 1513[[package]] 1514name = "zstd-safe" 1515version = "7.2.4" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 1518dependencies = [ 1519 "zstd-sys", 1520] 1521 1522[[package]] 1523name = "zstd-sys" 1524version = "2.0.16+zstd.1.5.7" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 1527dependencies = [ 1528 "cc", 1529 "pkg-config", 1530]