# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" dependencies = [ "memchr", ] [[package]] name = "annotate-snippets" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5" [[package]] name = "ansi_term" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" dependencies = [ "winapi", ] [[package]] name = "arrayvec" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "atty" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ "hermit-abi", "libc", "winapi", ] [[package]] name = "autocfg" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "bitflags" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "block-buffer" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ "generic-array", ] [[package]] name = "cc" version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c" [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" version = "2.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" dependencies = [ "ansi_term", "atty", "bitflags", "strsim", "textwrap", "unicode-width", "vec_map", ] [[package]] name = "cloudabi" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" dependencies = [ "bitflags", ] [[package]] name = "cpuid-bool" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" [[package]] name = "crossbeam-deque" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" dependencies = [ "crossbeam-epoch", "crossbeam-utils 0.7.2", "maybe-uninit", ] [[package]] name = "crossbeam-epoch" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" dependencies = [ "autocfg", "cfg-if 0.1.10", "crossbeam-utils 0.7.2", "lazy_static", "maybe-uninit", "memoffset", "scopeguard", ] [[package]] name = "crossbeam-queue" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" dependencies = [ "crossbeam-utils 0.6.6", ] [[package]] name = "crossbeam-utils" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" dependencies = [ "cfg-if 0.1.10", "lazy_static", ] [[package]] name = "crossbeam-utils" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" dependencies = [ "autocfg", "cfg-if 0.1.10", "lazy_static", ] [[package]] name = "derive_more" version = "0.99.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "digest" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ "generic-array", ] [[package]] name = "either" version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" [[package]] name = "ena" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" dependencies = [ "log", ] [[package]] name = "env_logger" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", "humantime 1.3.0", "log", "regex", "termcolor", ] [[package]] name = "generic-array" version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" dependencies = [ "typenum", "version_check", ] [[package]] name = "getopts" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" dependencies = [ "unicode-width", ] [[package]] name = "getrandom" version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" dependencies = [ "cfg-if 0.1.10", "libc", "wasi", ] [[package]] name = "hashbrown" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25" dependencies = [ "autocfg", ] [[package]] name = "hermit-abi" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e" dependencies = [ "libc", ] [[package]] name = "humantime" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" dependencies = [ "quick-error", ] [[package]] name = "humantime" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da" [[package]] name = "indexmap" version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c" dependencies = [ "autocfg", "hashbrown", ] [[package]] name = "instant" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" dependencies = [ "cfg-if 0.1.10", ] [[package]] name = "itoa" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" [[package]] name = "jobserver" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" dependencies = [ "libc", ] [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" [[package]] name = "libc" version = "0.2.77" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" [[package]] name = "lock_api" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" dependencies = [ "scopeguard", ] [[package]] name = "log" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" dependencies = [ "cfg-if 0.1.10", ] [[package]] name = "maybe-uninit" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "md-5" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" dependencies = [ "block-buffer", "digest", "opaque-debug", ] [[package]] name = "measureme" version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82" dependencies = [ "parking_lot", "rustc-hash", "smallvec", ] [[package]] name = "memchr" version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "memoffset" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" dependencies = [ "autocfg", ] [[package]] name = "num_cpus" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" dependencies = [ "hermit-abi", "libc", ] [[package]] name = "opaque-debug" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "parking_lot" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" dependencies = [ "instant", "lock_api", "parking_lot_core", ] [[package]] name = "parking_lot_core" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" dependencies = [ "cfg-if 0.1.10", "cloudabi", "instant", "libc", "redox_syscall", "smallvec", "winapi", ] [[package]] name = "ppv-lite86" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" [[package]] name = "proc-macro2" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" dependencies = [ "unicode-xid", ] [[package]] name = "psm" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7" dependencies = [ "cc", ] [[package]] name = "quick-error" version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quote" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" dependencies = [ "proc-macro2", ] [[package]] name = "racer" version = "2.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f0b26f1d7e8150e5067dffe9b9ccebf513053c795f178e4e397586cb50df148" dependencies = [ "bitflags", "clap", "derive_more", "env_logger", "humantime 2.0.0", "lazy_static", "lazycell", "log", "racer-cargo-metadata", "rls-span", "rustc-ap-rustc_ast 702.0.0", "rustc-ap-rustc_ast_pretty 702.0.0", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_errors 702.0.0", "rustc-ap-rustc_parse 702.0.0", "rustc-ap-rustc_session 702.0.0", "rustc-ap-rustc_span 702.0.0", ] [[package]] name = "racer" version = "2.1.44" dependencies = [ "bitflags", "clap", "derive_more", "env_logger", "humantime 2.0.0", "lazy_static", "lazycell", "log", "racer-cargo-metadata", "racer-testutils", "rls-span", "rustc-ap-rustc_ast 705.0.0", "rustc-ap-rustc_ast_pretty 705.0.0", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_errors 705.0.0", "rustc-ap-rustc_parse 705.0.0", "rustc-ap-rustc_session 705.0.0", "rustc-ap-rustc_span 705.0.0", ] [[package]] name = "racer-cargo-metadata" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "996e6d07087ab306df24b3ab9815791581ef1de3d7a99b8d47169c3d1da0c32b" dependencies = [ "racer-interner", "serde", "serde_json", ] [[package]] name = "racer-interner" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "206a244afd319767bdf97cf4e94c0d5d3b1de9cb23fd25434e7992cca4d4fa4c" dependencies = [ "serde", ] [[package]] name = "racer-testutils" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb261af243928ffa20752c84d0f8b3debfd7a486e8953e2a0669b2ad48621e1" dependencies = [ "racer 2.1.43", "tempfile", ] [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ "getrandom", "libc", "rand_chacha", "rand_core", "rand_hc", ] [[package]] name = "rand_chacha" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", "rand_core", ] [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ "getrandom", ] [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ "rand_core", ] [[package]] name = "redox_syscall" version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" [[package]] name = "regex" version = "1.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3" dependencies = [ "aho-corasick", "memchr", "regex-syntax", "thread_local", ] [[package]] name = "regex-syntax" version = "0.6.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" [[package]] name = "remove_dir_all" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" dependencies = [ "winapi", ] [[package]] name = "rls-span" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934" dependencies = [ "serde", ] [[package]] name = "rustc-ap-rustc_arena" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00b4ef3cb8e2471ed0beee8fa7dec927e5a04671605b606b5d650cedaeabcfd5" dependencies = [ "smallvec", ] [[package]] name = "rustc-ap-rustc_arena" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93575affa286089b92c8208aea4e60fe9fdd251a619a09b566d6e4e2cc123212" dependencies = [ "smallvec", ] [[package]] name = "rustc-ap-rustc_ast" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2e60ae0420757f5e8304a36e9ee61848b3cdeab702e2cc91e275fa71194fac9" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_index 702.0.0", "rustc-ap-rustc_lexer 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-ap-rustc_span 702.0.0", "smallvec", "tracing", ] [[package]] name = "rustc-ap-rustc_ast" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c700f2d3b25aa8d6446dd2936048737b08b2d547bd86e2a70afa9fee4e9c522" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_index 705.0.0", "rustc-ap-rustc_lexer 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-ap-rustc_span 705.0.0", "smallvec", "tracing", ] [[package]] name = "rustc-ap-rustc_ast_pretty" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c615111df0b80d1ec7fa1ddbc099cf1b5b885498c3ddeef6a455f456bef6aa60" dependencies = [ "rustc-ap-rustc_ast 702.0.0", "rustc-ap-rustc_span 702.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_ast_pretty" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d644c69c55deb24257cb0cb5261265fe5134f6f545e9062e1c18b07e422c68" dependencies = [ "rustc-ap-rustc_ast 705.0.0", "rustc-ap-rustc_span 705.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_data_structures" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4f0f2d7b238d9de2bcdd365e765d61309d71bcfa1a9619e22a61bc3916310a7" dependencies = [ "arrayvec", "bitflags", "cfg-if 0.1.10", "crossbeam-utils 0.7.2", "ena", "indexmap", "jobserver", "libc", "measureme", "parking_lot", "rustc-ap-rustc_graphviz 702.0.0", "rustc-ap-rustc_index 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-hash", "rustc-rayon", "rustc-rayon-core", "smallvec", "stable_deref_trait", "stacker", "tempfile", "tracing", "winapi", ] [[package]] name = "rustc-ap-rustc_data_structures" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d840c4e6198b57982a54543ae604d634c7ceb7107f0c75970b88ebaff077ac5" dependencies = [ "arrayvec", "bitflags", "cfg-if 0.1.10", "crossbeam-utils 0.7.2", "ena", "indexmap", "jobserver", "libc", "measureme", "parking_lot", "rustc-ap-rustc_graphviz 705.0.0", "rustc-ap-rustc_index 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-hash", "rustc-rayon", "rustc-rayon-core", "smallvec", "stable_deref_trait", "stacker", "tempfile", "tracing", "winapi", ] [[package]] name = "rustc-ap-rustc_errors" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c681cea52a193059f6a2d4d1d9d5a49af6d417a7d87c654c78acf34e8eb1d9d2" dependencies = [ "annotate-snippets", "atty", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_lint_defs 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-ap-rustc_span 702.0.0", "termcolor", "termize", "tracing", "unicode-width", "winapi", ] [[package]] name = "rustc-ap-rustc_errors" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f2f99bdc828ad417636d9016611dc9047b641fadcb7f533b8b0e9616d81f90b" dependencies = [ "annotate-snippets", "atty", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_lint_defs 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-ap-rustc_span 705.0.0", "termcolor", "termize", "tracing", "unicode-width", "winapi", ] [[package]] name = "rustc-ap-rustc_feature" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8199d34846af059ff2e387934916277fdffbed92fbbcd693df4179d4f2c51e76" dependencies = [ "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_span 702.0.0", ] [[package]] name = "rustc-ap-rustc_feature" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bb47b53670f1263ed1389dda932d5b5a6daf98579c1f076c2ee7d7f22709b7c" dependencies = [ "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_span 705.0.0", ] [[package]] name = "rustc-ap-rustc_fs_util" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce35d2a03e56e6a01f00d8e33b760363f05085859f0340d5caa39823f8cd9a44" [[package]] name = "rustc-ap-rustc_fs_util" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdaddc4bae5ffab17037553e172f5014686db600050429aaa60aec14fe780e84" [[package]] name = "rustc-ap-rustc_graphviz" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9626d1928e8639fe327cdfa3a4b6696de9c84ac04dd8f1d010879dba4524a8d6" [[package]] name = "rustc-ap-rustc_graphviz" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d73c72543311e88786f7380a3bfd946395579c1a0c0441a879a97fcdea79130" [[package]] name = "rustc-ap-rustc_index" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "364c76daf3da8ea105daaea6a92fed6ad89a9366267f4828d1406fc39a65745b" dependencies = [ "arrayvec", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", ] [[package]] name = "rustc-ap-rustc_index" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bba8d74ed4bad44a5b4264cf2a51ad0bd458ed56caa5bb090e989b8002ec6327" dependencies = [ "arrayvec", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", ] [[package]] name = "rustc-ap-rustc_lexer" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47cfdb02425aed8c56f85692975d262cb438ea0388e0c8cd254e73bd22bb6539" dependencies = [ "unicode-xid", ] [[package]] name = "rustc-ap-rustc_lexer" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a030d00510966cd31e13dca5e6c1bd40d303a932c54eca40e854188bca8c49e" dependencies = [ "unicode-xid", ] [[package]] name = "rustc-ap-rustc_lint_defs" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "158d326d78e86105c934dd9bdc1fd7afcf21f41a51acb065ac7e1ecbb4663788" dependencies = [ "rustc-ap-rustc_ast 702.0.0", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-ap-rustc_span 702.0.0", "rustc-ap-rustc_target 702.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_lint_defs" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdff95da1b5d979183ef5c285817ba6cc67a1ac11296ef1e87b1b5bbaf57213c" dependencies = [ "rustc-ap-rustc_ast 705.0.0", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-ap-rustc_span 705.0.0", "rustc-ap-rustc_target 705.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_macros" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a16139dc0677c0417bd969dc816e820f348b1a5f8d6663c7ab0b4c526c3427d" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "rustc-ap-rustc_macros" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe3ed7401bf6f5a256d58cd0e1c1e2e77eec25e60a0d7ad75313962edcb4e396" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "rustc-ap-rustc_parse" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b917704d699b6e5f4e9d35fcb25c8443e3229c4a3e11f4f347fbe7a964dfdbac" dependencies = [ "bitflags", "rustc-ap-rustc_ast 702.0.0", "rustc-ap-rustc_ast_pretty 702.0.0", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_errors 702.0.0", "rustc-ap-rustc_feature 702.0.0", "rustc-ap-rustc_lexer 702.0.0", "rustc-ap-rustc_session 702.0.0", "rustc-ap-rustc_span 702.0.0", "smallvec", "tracing", "unicode-normalization", ] [[package]] name = "rustc-ap-rustc_parse" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "609a624baffa3f99847d57d30c96ee6732ce0912f8df4be239b6fd91533910d6" dependencies = [ "bitflags", "rustc-ap-rustc_ast 705.0.0", "rustc-ap-rustc_ast_pretty 705.0.0", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_errors 705.0.0", "rustc-ap-rustc_feature 705.0.0", "rustc-ap-rustc_lexer 705.0.0", "rustc-ap-rustc_session 705.0.0", "rustc-ap-rustc_span 705.0.0", "smallvec", "tracing", "unicode-normalization", ] [[package]] name = "rustc-ap-rustc_serialize" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55b6bfa271ab3778a33d3dc9c1655d6aec7bdd02d327dd80f0fb05199801a2f9" dependencies = [ "indexmap", "smallvec", ] [[package]] name = "rustc-ap-rustc_serialize" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc232e2a351d8131c8f1386ce372ee22ef7b1b0b897bbf817a8ce4792029a564" dependencies = [ "indexmap", "smallvec", ] [[package]] name = "rustc-ap-rustc_session" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d8bcdbf64ccca1c93ce4c1b186d680fab897d936755c1c46108335066a4b3df" dependencies = [ "bitflags", "getopts", "num_cpus", "rustc-ap-rustc_ast 702.0.0", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_errors 702.0.0", "rustc-ap-rustc_feature 702.0.0", "rustc-ap-rustc_fs_util 702.0.0", "rustc-ap-rustc_lint_defs 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-ap-rustc_span 702.0.0", "rustc-ap-rustc_target 702.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_session" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18acf94c820cd0c64ee1cbd811fd1f4d5ba18987c457c88771359b90cb1a12f5" dependencies = [ "bitflags", "getopts", "num_cpus", "rustc-ap-rustc_ast 705.0.0", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_errors 705.0.0", "rustc-ap-rustc_feature 705.0.0", "rustc-ap-rustc_fs_util 705.0.0", "rustc-ap-rustc_lint_defs 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-ap-rustc_span 705.0.0", "rustc-ap-rustc_target 705.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_span" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c255026e999472912f5104881672003623537d5ce675d591fba38632a8b59d" dependencies = [ "cfg-if 0.1.10", "md-5", "rustc-ap-rustc_arena 702.0.0", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_index 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "scoped-tls", "sha-1", "sha2", "tracing", "unicode-width", ] [[package]] name = "rustc-ap-rustc_span" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3479f453a38b6a5572938d035fc2b3cb6ec379c57f598b8682b512eb90c7858" dependencies = [ "cfg-if 0.1.10", "md-5", "rustc-ap-rustc_arena 705.0.0", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_index 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "scoped-tls", "sha-1", "sha2", "tracing", "unicode-width", ] [[package]] name = "rustc-ap-rustc_target" version = "702.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d3def54a9c21135316cb84aca7c99439b60864e6ac72ba27934473e95d6787c" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 702.0.0", "rustc-ap-rustc_index 702.0.0", "rustc-ap-rustc_macros 702.0.0", "rustc-ap-rustc_serialize 702.0.0", "rustc-ap-rustc_span 702.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_target" version = "705.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78cacaf829778cf07bb97a9f4604896789de12392175f3743e74a30ed370f1c1" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 705.0.0", "rustc-ap-rustc_index 705.0.0", "rustc-ap-rustc_macros 705.0.0", "rustc-ap-rustc_serialize 705.0.0", "rustc-ap-rustc_span 705.0.0", "tracing", ] [[package]] name = "rustc-hash" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-rayon" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a" dependencies = [ "crossbeam-deque", "either", "rustc-rayon-core", ] [[package]] name = "rustc-rayon-core" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3" dependencies = [ "crossbeam-deque", "crossbeam-queue", "crossbeam-utils 0.6.6", "lazy_static", "num_cpus", ] [[package]] name = "ryu" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" [[package]] name = "scoped-tls" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" [[package]] name = "scopeguard" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "serde_json" version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867" dependencies = [ "itoa", "ryu", "serde", ] [[package]] name = "sha-1" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c" dependencies = [ "block-buffer", "cfg-if 1.0.0", "cpuid-bool", "digest", "opaque-debug", ] [[package]] name = "sha2" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" dependencies = [ "block-buffer", "cfg-if 1.0.0", "cpuid-bool", "digest", "opaque-debug", ] [[package]] name = "smallvec" version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" [[package]] name = "stable_deref_trait" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" [[package]] name = "stacker" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786" dependencies = [ "cc", "cfg-if 0.1.10", "libc", "psm", "winapi", ] [[package]] name = "strsim" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "syn" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" dependencies = [ "proc-macro2", "quote", "unicode-xid", ] [[package]] name = "synstructure" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" dependencies = [ "proc-macro2", "quote", "syn", "unicode-xid", ] [[package]] name = "tempfile" version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ "cfg-if 0.1.10", "libc", "rand", "redox_syscall", "remove_dir_all", "winapi", ] [[package]] name = "termcolor" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" dependencies = [ "winapi-util", ] [[package]] name = "termize" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" dependencies = [ "libc", "winapi", ] [[package]] name = "textwrap" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ "unicode-width", ] [[package]] name = "thread_local" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" dependencies = [ "lazy_static", ] [[package]] name = "tracing" version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c" dependencies = [ "cfg-if 0.1.10", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "tracing-core" version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5" dependencies = [ "lazy_static", ] [[package]] name = "typenum" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" [[package]] name = "unicode-normalization" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" dependencies = [ "smallvec", ] [[package]] name = "unicode-width" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" [[package]] name = "unicode-xid" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" [[package]] name = "vec_map" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" [[package]] name = "version_check" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "winapi" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e" dependencies = [ "winapi", ] [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"