1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "0.7.18" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstyle" 16version = "1.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 19 20[[package]] 21name = "autocfg" 22version = "1.1.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 25 26[[package]] 27name = "bitflags" 28version = "1.3.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 31 32[[package]] 33name = "block-buffer" 34version = "0.10.2" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 37dependencies = [ 38 "generic-array", 39] 40 41[[package]] 42name = "bootstrap" 43version = "0.0.0" 44dependencies = [ 45 "build_helper", 46 "cc", 47 "clap", 48 "clap_complete", 49 "cmake", 50 "fd-lock", 51 "filetime", 52 "hex", 53 "ignore", 54 "junction", 55 "libc", 56 "object", 57 "once_cell", 58 "opener", 59 "pretty_assertions", 60 "semver", 61 "serde", 62 "serde_derive", 63 "serde_json", 64 "sha2", 65 "sysinfo", 66 "tar", 67 "termcolor", 68 "toml", 69 "walkdir", 70 "windows", 71 "xz2", 72] 73 74[[package]] 75name = "bstr" 76version = "0.2.17" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 79dependencies = [ 80 "lazy_static", 81 "memchr", 82 "regex-automata", 83] 84 85[[package]] 86name = "build_helper" 87version = "0.1.0" 88 89[[package]] 90name = "cc" 91version = "1.0.73" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 94 95[[package]] 96name = "cfg-if" 97version = "1.0.0" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 100 101[[package]] 102name = "clap" 103version = "4.2.4" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" 106dependencies = [ 107 "clap_builder", 108 "clap_derive", 109 "once_cell", 110] 111 112[[package]] 113name = "clap_builder" 114version = "4.2.4" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" 117dependencies = [ 118 "anstyle", 119 "bitflags", 120 "clap_lex", 121] 122 123[[package]] 124name = "clap_complete" 125version = "4.2.2" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3" 128dependencies = [ 129 "clap", 130] 131 132[[package]] 133name = "clap_derive" 134version = "4.2.0" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 137dependencies = [ 138 "heck", 139 "proc-macro2", 140 "quote", 141 "syn 2.0.8", 142] 143 144[[package]] 145name = "clap_lex" 146version = "0.4.1" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 149 150[[package]] 151name = "cmake" 152version = "0.1.48" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" 155dependencies = [ 156 "cc", 157] 158 159[[package]] 160name = "core-foundation-sys" 161version = "0.8.3" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 164 165[[package]] 166name = "cpufeatures" 167version = "0.2.5" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 170dependencies = [ 171 "libc", 172] 173 174[[package]] 175name = "crossbeam-channel" 176version = "0.5.6" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 179dependencies = [ 180 "cfg-if", 181 "crossbeam-utils", 182] 183 184[[package]] 185name = "crossbeam-deque" 186version = "0.8.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 189dependencies = [ 190 "cfg-if", 191 "crossbeam-epoch", 192 "crossbeam-utils", 193] 194 195[[package]] 196name = "crossbeam-epoch" 197version = "0.9.13" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 200dependencies = [ 201 "autocfg", 202 "cfg-if", 203 "crossbeam-utils", 204 "memoffset", 205 "scopeguard", 206] 207 208[[package]] 209name = "crossbeam-utils" 210version = "0.8.14" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 213dependencies = [ 214 "cfg-if", 215] 216 217[[package]] 218name = "crypto-common" 219version = "0.1.3" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" 222dependencies = [ 223 "generic-array", 224 "typenum", 225] 226 227[[package]] 228name = "ctor" 229version = "0.1.22" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" 232dependencies = [ 233 "quote", 234 "syn 1.0.102", 235] 236 237[[package]] 238name = "diff" 239version = "0.1.12" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 242 243[[package]] 244name = "digest" 245version = "0.10.3" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 248dependencies = [ 249 "block-buffer", 250 "crypto-common", 251] 252 253[[package]] 254name = "either" 255version = "1.6.1" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 258 259[[package]] 260name = "errno" 261version = "0.3.0" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 264dependencies = [ 265 "errno-dragonfly", 266 "libc", 267 "windows-sys", 268] 269 270[[package]] 271name = "errno-dragonfly" 272version = "0.1.2" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 275dependencies = [ 276 "cc", 277 "libc", 278] 279 280[[package]] 281name = "fd-lock" 282version = "3.0.11" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "9799aefb4a2e4a01cc47610b1dd47c18ab13d991f27bbcaed9296f5a53d5cbad" 285dependencies = [ 286 "cfg-if", 287 "rustix", 288 "windows-sys", 289] 290 291[[package]] 292name = "filetime" 293version = "0.2.16" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c" 296dependencies = [ 297 "cfg-if", 298 "libc", 299 "redox_syscall", 300 "winapi", 301] 302 303[[package]] 304name = "fnv" 305version = "1.0.7" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 308 309[[package]] 310name = "generic-array" 311version = "0.14.5" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" 314dependencies = [ 315 "typenum", 316 "version_check", 317] 318 319[[package]] 320name = "globset" 321version = "0.4.8" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" 324dependencies = [ 325 "aho-corasick", 326 "bstr", 327 "fnv", 328 "log", 329 "regex", 330] 331 332[[package]] 333name = "heck" 334version = "0.4.1" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 337 338[[package]] 339name = "hermit-abi" 340version = "0.1.19" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 343dependencies = [ 344 "libc", 345] 346 347[[package]] 348name = "hermit-abi" 349version = "0.3.1" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 352 353[[package]] 354name = "hex" 355version = "0.4.3" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 358 359[[package]] 360name = "ignore" 361version = "0.4.18" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 364dependencies = [ 365 "crossbeam-utils", 366 "globset", 367 "lazy_static", 368 "log", 369 "memchr", 370 "regex", 371 "same-file", 372 "thread_local", 373 "walkdir", 374 "winapi-util", 375] 376 377[[package]] 378name = "io-lifetimes" 379version = "1.0.9" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 382dependencies = [ 383 "hermit-abi 0.3.1", 384 "libc", 385 "windows-sys", 386] 387 388[[package]] 389name = "itoa" 390version = "1.0.2" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" 393 394[[package]] 395name = "junction" 396version = "1.0.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "ca39ef0d69b18e6a2fd14c2f0a1d593200f4a4ed949b240b5917ab51fac754cb" 399dependencies = [ 400 "scopeguard", 401 "winapi", 402] 403 404[[package]] 405name = "lazy_static" 406version = "1.4.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 409 410[[package]] 411name = "libc" 412version = "0.2.140" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 415 416[[package]] 417name = "linux-raw-sys" 418version = "0.3.2" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "3f508063cc7bb32987c71511216bd5a32be15bccb6a80b52df8b9d7f01fc3aa2" 421 422[[package]] 423name = "log" 424version = "0.4.17" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 427dependencies = [ 428 "cfg-if", 429] 430 431[[package]] 432name = "lzma-sys" 433version = "0.1.17" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "bdb4b7c3eddad11d3af9e86c487607d2d2442d185d848575365c4856ba96d619" 436dependencies = [ 437 "cc", 438 "libc", 439 "pkg-config", 440] 441 442[[package]] 443name = "memchr" 444version = "2.5.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 447 448[[package]] 449name = "memoffset" 450version = "0.7.1" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 453dependencies = [ 454 "autocfg", 455] 456 457[[package]] 458name = "ntapi" 459version = "0.4.0" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" 462dependencies = [ 463 "winapi", 464] 465 466[[package]] 467name = "num_cpus" 468version = "1.13.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 471dependencies = [ 472 "hermit-abi 0.1.19", 473 "libc", 474] 475 476[[package]] 477name = "object" 478version = "0.31.1" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 481dependencies = [ 482 "memchr", 483] 484 485[[package]] 486name = "once_cell" 487version = "1.12.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" 490 491[[package]] 492name = "opener" 493version = "0.5.0" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" 496dependencies = [ 497 "bstr", 498 "winapi", 499] 500 501[[package]] 502name = "output_vt100" 503version = "0.1.3" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 506dependencies = [ 507 "winapi", 508] 509 510[[package]] 511name = "pkg-config" 512version = "0.3.25" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 515 516[[package]] 517name = "pretty_assertions" 518version = "1.3.0" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 521dependencies = [ 522 "ctor", 523 "diff", 524 "output_vt100", 525 "yansi", 526] 527 528[[package]] 529name = "proc-macro2" 530version = "1.0.60" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 533dependencies = [ 534 "unicode-ident", 535] 536 537[[package]] 538name = "quote" 539version = "1.0.26" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 542dependencies = [ 543 "proc-macro2", 544] 545 546[[package]] 547name = "rayon" 548version = "1.6.0" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" 551dependencies = [ 552 "crossbeam-deque", 553 "either", 554 "rayon-core", 555] 556 557[[package]] 558name = "rayon-core" 559version = "1.10.1" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" 562dependencies = [ 563 "crossbeam-channel", 564 "crossbeam-deque", 565 "crossbeam-utils", 566 "num_cpus", 567] 568 569[[package]] 570name = "redox_syscall" 571version = "0.2.13" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 574dependencies = [ 575 "bitflags", 576] 577 578[[package]] 579name = "regex" 580version = "1.5.6" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" 583dependencies = [ 584 "aho-corasick", 585 "memchr", 586 "regex-syntax", 587] 588 589[[package]] 590name = "regex-automata" 591version = "0.1.10" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 594 595[[package]] 596name = "regex-syntax" 597version = "0.6.26" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" 600 601[[package]] 602name = "rustix" 603version = "0.37.6" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849" 606dependencies = [ 607 "bitflags", 608 "errno", 609 "io-lifetimes", 610 "libc", 611 "linux-raw-sys", 612 "windows-sys", 613] 614 615[[package]] 616name = "ryu" 617version = "1.0.10" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" 620 621[[package]] 622name = "same-file" 623version = "1.0.6" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 626dependencies = [ 627 "winapi-util", 628] 629 630[[package]] 631name = "scopeguard" 632version = "1.1.0" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 635 636[[package]] 637name = "semver" 638version = "1.0.17" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 641 642[[package]] 643name = "serde" 644version = "1.0.160" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 647 648[[package]] 649name = "serde_derive" 650version = "1.0.160" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 653dependencies = [ 654 "proc-macro2", 655 "quote", 656 "syn 2.0.8", 657] 658 659[[package]] 660name = "serde_json" 661version = "1.0.81" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" 664dependencies = [ 665 "itoa", 666 "ryu", 667 "serde", 668] 669 670[[package]] 671name = "sha2" 672version = "0.10.2" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" 675dependencies = [ 676 "cfg-if", 677 "cpufeatures", 678 "digest", 679] 680 681[[package]] 682name = "syn" 683version = "1.0.102" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" 686dependencies = [ 687 "proc-macro2", 688 "quote", 689 "unicode-ident", 690] 691 692[[package]] 693name = "syn" 694version = "2.0.8" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" 697dependencies = [ 698 "proc-macro2", 699 "quote", 700 "unicode-ident", 701] 702 703[[package]] 704name = "sysinfo" 705version = "0.26.7" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc" 708dependencies = [ 709 "cfg-if", 710 "core-foundation-sys", 711 "libc", 712 "ntapi", 713 "once_cell", 714 "rayon", 715 "winapi", 716] 717 718[[package]] 719name = "tar" 720version = "0.4.38" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 723dependencies = [ 724 "filetime", 725 "libc", 726 "xattr", 727] 728 729[[package]] 730name = "termcolor" 731version = "1.2.0" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 734dependencies = [ 735 "winapi-util", 736] 737 738[[package]] 739name = "thread_local" 740version = "1.1.4" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 743dependencies = [ 744 "once_cell", 745] 746 747[[package]] 748name = "toml" 749version = "0.5.9" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 752dependencies = [ 753 "serde", 754] 755 756[[package]] 757name = "typenum" 758version = "1.15.0" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 761 762[[package]] 763name = "unicode-ident" 764version = "1.0.0" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" 767 768[[package]] 769name = "version_check" 770version = "0.9.4" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 773 774[[package]] 775name = "walkdir" 776version = "2.3.2" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 779dependencies = [ 780 "same-file", 781 "winapi", 782 "winapi-util", 783] 784 785[[package]] 786name = "winapi" 787version = "0.3.9" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 790dependencies = [ 791 "winapi-i686-pc-windows-gnu", 792 "winapi-x86_64-pc-windows-gnu", 793] 794 795[[package]] 796name = "winapi-i686-pc-windows-gnu" 797version = "0.4.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 800 801[[package]] 802name = "winapi-util" 803version = "0.1.5" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 806dependencies = [ 807 "winapi", 808] 809 810[[package]] 811name = "winapi-x86_64-pc-windows-gnu" 812version = "0.4.0" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 815 816[[package]] 817name = "windows" 818version = "0.46.0" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 821dependencies = [ 822 "windows-targets", 823] 824 825[[package]] 826name = "windows-sys" 827version = "0.45.0" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 830dependencies = [ 831 "windows-targets", 832] 833 834[[package]] 835name = "windows-targets" 836version = "0.42.2" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 839dependencies = [ 840 "windows_aarch64_gnullvm", 841 "windows_aarch64_msvc", 842 "windows_i686_gnu", 843 "windows_i686_msvc", 844 "windows_x86_64_gnu", 845 "windows_x86_64_gnullvm", 846 "windows_x86_64_msvc", 847] 848 849[[package]] 850name = "windows_aarch64_gnullvm" 851version = "0.42.2" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 854 855[[package]] 856name = "windows_aarch64_msvc" 857version = "0.42.2" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 860 861[[package]] 862name = "windows_i686_gnu" 863version = "0.42.2" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 866 867[[package]] 868name = "windows_i686_msvc" 869version = "0.42.2" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 872 873[[package]] 874name = "windows_x86_64_gnu" 875version = "0.42.2" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 878 879[[package]] 880name = "windows_x86_64_gnullvm" 881version = "0.42.2" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 884 885[[package]] 886name = "windows_x86_64_msvc" 887version = "0.42.2" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 890 891[[package]] 892name = "xattr" 893version = "0.2.3" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 896dependencies = [ 897 "libc", 898] 899 900[[package]] 901name = "xz2" 902version = "0.1.6" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c" 905dependencies = [ 906 "lzma-sys", 907] 908 909[[package]] 910name = "yansi" 911version = "0.5.1" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 914