this repo has no description
0
fork

Configure Feed

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

at 2c4eddb8606eb7af5908146d2b84a3818a6dfd4e 878 lines 23 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "anstream" 22version = "0.6.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "utf8parse", 32] 33 34[[package]] 35name = "anstyle" 36version = "1.0.4" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 39 40[[package]] 41name = "anstyle-parse" 42version = "0.2.2" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" 45dependencies = [ 46 "utf8parse", 47] 48 49[[package]] 50name = "anstyle-query" 51version = "1.0.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 54dependencies = [ 55 "windows-sys 0.48.0", 56] 57 58[[package]] 59name = "anstyle-wincon" 60version = "3.0.1" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 63dependencies = [ 64 "anstyle", 65 "windows-sys 0.48.0", 66] 67 68[[package]] 69name = "assert_cmd" 70version = "2.0.12" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 73dependencies = [ 74 "anstyle", 75 "bstr", 76 "doc-comment", 77 "predicates", 78 "predicates-core", 79 "predicates-tree", 80 "wait-timeout", 81] 82 83[[package]] 84name = "assert_fs" 85version = "1.0.13" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 88dependencies = [ 89 "anstyle", 90 "doc-comment", 91 "globwalk", 92 "predicates", 93 "predicates-core", 94 "predicates-tree", 95 "tempfile", 96] 97 98[[package]] 99name = "autocfg" 100version = "1.1.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 103 104[[package]] 105name = "bitflags" 106version = "1.3.2" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 109 110[[package]] 111name = "bitflags" 112version = "2.4.1" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 115 116[[package]] 117name = "bstr" 118version = "1.8.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" 121dependencies = [ 122 "memchr", 123 "regex-automata", 124 "serde", 125] 126 127[[package]] 128name = "bzip2" 129version = "0.4.4" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 132dependencies = [ 133 "bzip2-sys", 134 "libc", 135] 136 137[[package]] 138name = "bzip2-sys" 139version = "0.1.11+1.0.8" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 142dependencies = [ 143 "cc", 144 "libc", 145 "pkg-config", 146] 147 148[[package]] 149name = "cc" 150version = "1.0.83" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 153dependencies = [ 154 "libc", 155] 156 157[[package]] 158name = "cfg-if" 159version = "1.0.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 162 163[[package]] 164name = "clap" 165version = "4.4.10" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" 168dependencies = [ 169 "clap_builder", 170 "clap_derive", 171] 172 173[[package]] 174name = "clap_builder" 175version = "4.4.9" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" 178dependencies = [ 179 "anstream", 180 "anstyle", 181 "clap_lex", 182 "strsim", 183] 184 185[[package]] 186name = "clap_derive" 187version = "4.4.7" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 190dependencies = [ 191 "heck", 192 "proc-macro2", 193 "quote", 194 "syn", 195] 196 197[[package]] 198name = "clap_lex" 199version = "0.6.0" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 202 203[[package]] 204name = "cmprss" 205version = "0.1.0" 206dependencies = [ 207 "assert_cmd", 208 "assert_fs", 209 "bzip2", 210 "clap", 211 "flate2", 212 "is-terminal", 213 "predicates", 214 "tar", 215 "xz2", 216] 217 218[[package]] 219name = "colorchoice" 220version = "1.0.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 223 224[[package]] 225name = "crc32fast" 226version = "1.3.2" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 229dependencies = [ 230 "cfg-if", 231] 232 233[[package]] 234name = "crossbeam-deque" 235version = "0.8.3" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 238dependencies = [ 239 "cfg-if", 240 "crossbeam-epoch", 241 "crossbeam-utils", 242] 243 244[[package]] 245name = "crossbeam-epoch" 246version = "0.9.15" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 249dependencies = [ 250 "autocfg", 251 "cfg-if", 252 "crossbeam-utils", 253 "memoffset", 254 "scopeguard", 255] 256 257[[package]] 258name = "crossbeam-utils" 259version = "0.8.16" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 262dependencies = [ 263 "cfg-if", 264] 265 266[[package]] 267name = "difflib" 268version = "0.4.0" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 271 272[[package]] 273name = "doc-comment" 274version = "0.3.3" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 277 278[[package]] 279name = "either" 280version = "1.9.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 283 284[[package]] 285name = "errno" 286version = "0.3.8" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 289dependencies = [ 290 "libc", 291 "windows-sys 0.52.0", 292] 293 294[[package]] 295name = "fastrand" 296version = "2.0.1" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 299 300[[package]] 301name = "filetime" 302version = "0.2.22" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 305dependencies = [ 306 "cfg-if", 307 "libc", 308 "redox_syscall 0.3.5", 309 "windows-sys 0.48.0", 310] 311 312[[package]] 313name = "flate2" 314version = "1.0.28" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 317dependencies = [ 318 "crc32fast", 319 "miniz_oxide", 320] 321 322[[package]] 323name = "float-cmp" 324version = "0.9.0" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 327dependencies = [ 328 "num-traits", 329] 330 331[[package]] 332name = "globset" 333version = "0.4.14" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 336dependencies = [ 337 "aho-corasick", 338 "bstr", 339 "log", 340 "regex-automata", 341 "regex-syntax", 342] 343 344[[package]] 345name = "globwalk" 346version = "0.8.1" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 349dependencies = [ 350 "bitflags 1.3.2", 351 "ignore", 352 "walkdir", 353] 354 355[[package]] 356name = "heck" 357version = "0.4.1" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 360 361[[package]] 362name = "hermit-abi" 363version = "0.3.3" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 366 367[[package]] 368name = "ignore" 369version = "0.4.21" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060" 372dependencies = [ 373 "crossbeam-deque", 374 "globset", 375 "log", 376 "memchr", 377 "regex-automata", 378 "same-file", 379 "walkdir", 380 "winapi-util", 381] 382 383[[package]] 384name = "is-terminal" 385version = "0.4.9" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 388dependencies = [ 389 "hermit-abi", 390 "rustix", 391 "windows-sys 0.48.0", 392] 393 394[[package]] 395name = "itertools" 396version = "0.11.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 399dependencies = [ 400 "either", 401] 402 403[[package]] 404name = "libc" 405version = "0.2.150" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 408 409[[package]] 410name = "linux-raw-sys" 411version = "0.4.12" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 414 415[[package]] 416name = "log" 417version = "0.4.20" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 420 421[[package]] 422name = "lzma-sys" 423version = "0.1.20" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 426dependencies = [ 427 "cc", 428 "libc", 429 "pkg-config", 430] 431 432[[package]] 433name = "memchr" 434version = "2.6.4" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 437 438[[package]] 439name = "memoffset" 440version = "0.9.0" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 443dependencies = [ 444 "autocfg", 445] 446 447[[package]] 448name = "miniz_oxide" 449version = "0.7.1" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 452dependencies = [ 453 "adler", 454] 455 456[[package]] 457name = "normalize-line-endings" 458version = "0.3.0" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 461 462[[package]] 463name = "num-traits" 464version = "0.2.17" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 467dependencies = [ 468 "autocfg", 469] 470 471[[package]] 472name = "pkg-config" 473version = "0.3.27" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 476 477[[package]] 478name = "predicates" 479version = "3.0.4" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" 482dependencies = [ 483 "anstyle", 484 "difflib", 485 "float-cmp", 486 "itertools", 487 "normalize-line-endings", 488 "predicates-core", 489 "regex", 490] 491 492[[package]] 493name = "predicates-core" 494version = "1.0.6" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 497 498[[package]] 499name = "predicates-tree" 500version = "1.0.9" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 503dependencies = [ 504 "predicates-core", 505 "termtree", 506] 507 508[[package]] 509name = "proc-macro2" 510version = "1.0.70" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 513dependencies = [ 514 "unicode-ident", 515] 516 517[[package]] 518name = "quote" 519version = "1.0.33" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 522dependencies = [ 523 "proc-macro2", 524] 525 526[[package]] 527name = "redox_syscall" 528version = "0.3.5" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 531dependencies = [ 532 "bitflags 1.3.2", 533] 534 535[[package]] 536name = "redox_syscall" 537version = "0.4.1" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 540dependencies = [ 541 "bitflags 1.3.2", 542] 543 544[[package]] 545name = "regex" 546version = "1.10.2" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 549dependencies = [ 550 "aho-corasick", 551 "memchr", 552 "regex-automata", 553 "regex-syntax", 554] 555 556[[package]] 557name = "regex-automata" 558version = "0.4.3" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 561dependencies = [ 562 "aho-corasick", 563 "memchr", 564 "regex-syntax", 565] 566 567[[package]] 568name = "regex-syntax" 569version = "0.8.2" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 572 573[[package]] 574name = "rustix" 575version = "0.38.26" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" 578dependencies = [ 579 "bitflags 2.4.1", 580 "errno", 581 "libc", 582 "linux-raw-sys", 583 "windows-sys 0.52.0", 584] 585 586[[package]] 587name = "same-file" 588version = "1.0.6" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 591dependencies = [ 592 "winapi-util", 593] 594 595[[package]] 596name = "scopeguard" 597version = "1.2.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 600 601[[package]] 602name = "serde" 603version = "1.0.193" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 606dependencies = [ 607 "serde_derive", 608] 609 610[[package]] 611name = "serde_derive" 612version = "1.0.193" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 615dependencies = [ 616 "proc-macro2", 617 "quote", 618 "syn", 619] 620 621[[package]] 622name = "strsim" 623version = "0.10.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 626 627[[package]] 628name = "syn" 629version = "2.0.39" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 632dependencies = [ 633 "proc-macro2", 634 "quote", 635 "unicode-ident", 636] 637 638[[package]] 639name = "tar" 640version = "0.4.40" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 643dependencies = [ 644 "filetime", 645 "libc", 646 "xattr", 647] 648 649[[package]] 650name = "tempfile" 651version = "3.8.1" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 654dependencies = [ 655 "cfg-if", 656 "fastrand", 657 "redox_syscall 0.4.1", 658 "rustix", 659 "windows-sys 0.48.0", 660] 661 662[[package]] 663name = "termtree" 664version = "0.4.1" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 667 668[[package]] 669name = "unicode-ident" 670version = "1.0.12" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 673 674[[package]] 675name = "utf8parse" 676version = "0.2.1" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 679 680[[package]] 681name = "wait-timeout" 682version = "0.2.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 685dependencies = [ 686 "libc", 687] 688 689[[package]] 690name = "walkdir" 691version = "2.4.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 694dependencies = [ 695 "same-file", 696 "winapi-util", 697] 698 699[[package]] 700name = "winapi" 701version = "0.3.9" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 704dependencies = [ 705 "winapi-i686-pc-windows-gnu", 706 "winapi-x86_64-pc-windows-gnu", 707] 708 709[[package]] 710name = "winapi-i686-pc-windows-gnu" 711version = "0.4.0" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 714 715[[package]] 716name = "winapi-util" 717version = "0.1.6" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 720dependencies = [ 721 "winapi", 722] 723 724[[package]] 725name = "winapi-x86_64-pc-windows-gnu" 726version = "0.4.0" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 729 730[[package]] 731name = "windows-sys" 732version = "0.48.0" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 735dependencies = [ 736 "windows-targets 0.48.5", 737] 738 739[[package]] 740name = "windows-sys" 741version = "0.52.0" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 744dependencies = [ 745 "windows-targets 0.52.0", 746] 747 748[[package]] 749name = "windows-targets" 750version = "0.48.5" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 753dependencies = [ 754 "windows_aarch64_gnullvm 0.48.5", 755 "windows_aarch64_msvc 0.48.5", 756 "windows_i686_gnu 0.48.5", 757 "windows_i686_msvc 0.48.5", 758 "windows_x86_64_gnu 0.48.5", 759 "windows_x86_64_gnullvm 0.48.5", 760 "windows_x86_64_msvc 0.48.5", 761] 762 763[[package]] 764name = "windows-targets" 765version = "0.52.0" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 768dependencies = [ 769 "windows_aarch64_gnullvm 0.52.0", 770 "windows_aarch64_msvc 0.52.0", 771 "windows_i686_gnu 0.52.0", 772 "windows_i686_msvc 0.52.0", 773 "windows_x86_64_gnu 0.52.0", 774 "windows_x86_64_gnullvm 0.52.0", 775 "windows_x86_64_msvc 0.52.0", 776] 777 778[[package]] 779name = "windows_aarch64_gnullvm" 780version = "0.48.5" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 783 784[[package]] 785name = "windows_aarch64_gnullvm" 786version = "0.52.0" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 789 790[[package]] 791name = "windows_aarch64_msvc" 792version = "0.48.5" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 795 796[[package]] 797name = "windows_aarch64_msvc" 798version = "0.52.0" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 801 802[[package]] 803name = "windows_i686_gnu" 804version = "0.48.5" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 807 808[[package]] 809name = "windows_i686_gnu" 810version = "0.52.0" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 813 814[[package]] 815name = "windows_i686_msvc" 816version = "0.48.5" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 819 820[[package]] 821name = "windows_i686_msvc" 822version = "0.52.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 825 826[[package]] 827name = "windows_x86_64_gnu" 828version = "0.48.5" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 831 832[[package]] 833name = "windows_x86_64_gnu" 834version = "0.52.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 837 838[[package]] 839name = "windows_x86_64_gnullvm" 840version = "0.48.5" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 843 844[[package]] 845name = "windows_x86_64_gnullvm" 846version = "0.52.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 849 850[[package]] 851name = "windows_x86_64_msvc" 852version = "0.48.5" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 855 856[[package]] 857name = "windows_x86_64_msvc" 858version = "0.52.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 861 862[[package]] 863name = "xattr" 864version = "1.0.1" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 867dependencies = [ 868 "libc", 869] 870 871[[package]] 872name = "xz2" 873version = "0.1.7" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 876dependencies = [ 877 "lzma-sys", 878]