# 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.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" dependencies = [ "block-padding", "byte-tools", "byteorder", "generic-array", ] [[package]] name = "block-padding" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" dependencies = [ "byte-tools", ] [[package]] name = "byte-tools" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byteorder" version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[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 = "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.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" dependencies = [ "bitflags", ] [[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", "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", "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", "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.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 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 = "fake-simd" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "generic-array" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" dependencies = [ "typenum", ] [[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", "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 = "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.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" [[package]] name = "lock_api" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" dependencies = [ "scopeguard", ] [[package]] name = "log" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" dependencies = [ "cfg-if", ] [[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.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8" dependencies = [ "block-buffer", "digest", "opaque-debug", ] [[package]] name = "measureme" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932" dependencies = [ "byteorder", "memmap", "parking_lot 0.9.0", "rustc-hash", ] [[package]] name = "memchr" version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "memmap" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" dependencies = [ "libc", "winapi", ] [[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 = "once_cell" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" dependencies = [ "parking_lot 0.10.2", ] [[package]] name = "opaque-debug" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "parking_lot" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" dependencies = [ "lock_api", "parking_lot_core 0.6.2", "rustc_version", ] [[package]] name = "parking_lot" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" dependencies = [ "lock_api", "parking_lot_core 0.7.2", ] [[package]] name = "parking_lot_core" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" dependencies = [ "cfg-if", "cloudabi", "libc", "redox_syscall", "rustc_version", "smallvec 0.6.13", "winapi", ] [[package]] name = "parking_lot_core" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" dependencies = [ "cfg-if", "cloudabi", "libc", "redox_syscall", "smallvec 1.2.0", "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.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db975752fc2c2430b4159d262585f7e45eb9aa43d733bf02c5f2fde512b00bfb" dependencies = [ "bitflags", "clap", "derive_more", "env_logger", "humantime 2.0.0", "lazy_static", "lazycell", "log", "racer-cargo-metadata", "rls-span", "rustc-ap-rustc_ast 671.0.0", "rustc-ap-rustc_ast_pretty 671.0.0", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_errors 671.0.0", "rustc-ap-rustc_parse 671.0.0", "rustc-ap-rustc_session 671.0.0", "rustc-ap-rustc_span 671.0.0", ] [[package]] name = "racer" version = "2.1.38" 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 677.0.0", "rustc-ap-rustc_ast_pretty 677.0.0", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_errors 677.0.0", "rustc-ap-rustc_parse 677.0.0", "rustc-ap-rustc_session 677.0.0", "rustc-ap-rustc_span 677.0.0", ] [[package]] name = "racer-cargo-metadata" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b60cd72291a641dbaa649e9e328df552186dda1fea834c55cf28594a25b7c6f" 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.37", "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 = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3941333c39ffa778611a34692244052fc9ba0f6b02dcf019c8d24925707dd6" dependencies = [ "rustc-ap-rustc_data_structures 671.0.0", "smallvec 1.2.0", ] [[package]] name = "rustc-ap-rustc_arena" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2958af0d6e0458434a25cd3a96f6e19f24f71bf50b900add520dec52e212866b" dependencies = [ "rustc-ap-rustc_data_structures 677.0.0", "smallvec 1.2.0", ] [[package]] name = "rustc-ap-rustc_ast" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c579f7d89e6fc971b433e92bb2b8c65b716d7c797b21de8685945be9455610" dependencies = [ "bitflags", "log", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_index 671.0.0", "rustc-ap-rustc_lexer 671.0.0", "rustc-ap-rustc_macros 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "rustc-ap-rustc_span 671.0.0", "scoped-tls", "smallvec 1.2.0", ] [[package]] name = "rustc-ap-rustc_ast" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c82c2510460f2133548e62399e5acd30c25ae6ece30245baab3d1e00c2fefac" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_index 677.0.0", "rustc-ap-rustc_lexer 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "rustc-ap-rustc_span 677.0.0", "smallvec 1.2.0", "tracing", ] [[package]] name = "rustc-ap-rustc_ast_pretty" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a78c5cc50a2f294d3c4e9131a15676724c9f136d3ed54e9ba419850b6025cb3" dependencies = [ "log", "rustc-ap-rustc_ast 671.0.0", "rustc-ap-rustc_span 671.0.0", "rustc-ap-rustc_target 671.0.0", ] [[package]] name = "rustc-ap-rustc_ast_pretty" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "becf4ca1638b214694c71a8752192683048ab8bd47947cc481f57bd48157eeb9" dependencies = [ "rustc-ap-rustc_ast 677.0.0", "rustc-ap-rustc_span 677.0.0", "rustc-ap-rustc_target 677.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_data_structures" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d5ac3735c38d2d0e95991ebcd7eb1618b60e784194a738e0ce2e8d39c39b809" dependencies = [ "bitflags", "cfg-if", "crossbeam-utils 0.7.2", "ena", "indexmap", "jobserver", "lazy_static", "libc", "log", "measureme", "once_cell", "parking_lot 0.10.2", "rustc-ap-rustc_graphviz 671.0.0", "rustc-ap-rustc_index 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "rustc-hash", "rustc-rayon", "rustc-rayon-core", "smallvec 1.2.0", "stable_deref_trait", "stacker", "winapi", ] [[package]] name = "rustc-ap-rustc_data_structures" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4cd204764727fde9abf75333eb661f058bfc7242062d91019440fe1b240688b" dependencies = [ "bitflags", "cfg-if", "crossbeam-utils 0.7.2", "ena", "indexmap", "jobserver", "lazy_static", "libc", "measureme", "parking_lot 0.10.2", "rustc-ap-rustc_graphviz 677.0.0", "rustc-ap-rustc_index 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "rustc-hash", "rustc-rayon", "rustc-rayon-core", "smallvec 1.2.0", "stable_deref_trait", "stacker", "tempfile", "tracing", "winapi", ] [[package]] name = "rustc-ap-rustc_errors" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5166a95afa6e3b78ccbece4c2f1e163634854297f1147c6fd90e2712ed3fede5" dependencies = [ "annotate-snippets", "atty", "log", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "rustc-ap-rustc_span 671.0.0", "termcolor", "termize", "unicode-width", "winapi", ] [[package]] name = "rustc-ap-rustc_errors" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58116f119e37f14c029f99077b347069621118e048a69df74695b98204e7c136" dependencies = [ "annotate-snippets", "atty", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "rustc-ap-rustc_span 677.0.0", "termcolor", "termize", "tracing", "unicode-width", "winapi", ] [[package]] name = "rustc-ap-rustc_feature" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48fc3aa8de0737a8c5a4353e6948548f469150d2b5d3eac391843de32c6c6ca2" dependencies = [ "lazy_static", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_span 671.0.0", ] [[package]] name = "rustc-ap-rustc_feature" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b612bb67d3fc49f395b03fc4ea4384a0145b05afbadab725803074ec827632b" dependencies = [ "lazy_static", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_span 677.0.0", ] [[package]] name = "rustc-ap-rustc_fs_util" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59fd3380f4029020b693bbfd5a14ec8c893ec33c5c0063ad2e68e46d3fbd6a1f" [[package]] name = "rustc-ap-rustc_fs_util" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7630ad1a73a8434ee920676148cb5440ac57509bd20e94ec41087fb0b1d11c28" [[package]] name = "rustc-ap-rustc_graphviz" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b54bd98f70e04291bf611151d1fcd4d7770b35f7ec603d301c4aee0d1979cca4" [[package]] name = "rustc-ap-rustc_graphviz" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a603fca4817062eb4fb23ff129d475bd66a69fb32f34ed4362ae950cf814b49d" [[package]] name = "rustc-ap-rustc_index" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "335bfb187a2489a59ee8c67fcf5d1760e9dcdbe0f02025c199a74caa05096b15" dependencies = [ "arrayvec", "rustc-ap-rustc_serialize 671.0.0", ] [[package]] name = "rustc-ap-rustc_index" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9850c4a5d7c341513e10802bca9588bf8f452ceea2d5cfa87b934246a52622bc" dependencies = [ "arrayvec", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", ] [[package]] name = "rustc-ap-rustc_lexer" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f" dependencies = [ "unicode-xid", ] [[package]] name = "rustc-ap-rustc_lexer" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d86722e5a1a615b198327d0d794cd9cbc8b9db4542276fc51fe078924de68ea" dependencies = [ "unicode-xid", ] [[package]] name = "rustc-ap-rustc_macros" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b774df26c4ef513555b3a303cb209f44cf68a9e6a5481b41ac832301c6487cb" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "rustc-ap-rustc_macros" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3fc8482e44cabdda7ac9a8e224aef62ebdf95274d629dac8db3b42321025fea" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "rustc-ap-rustc_parse" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "065e632101bdd57a271f38ee7a4d72b5a3d0467ec845104346c284b2c6c69960" dependencies = [ "bitflags", "log", "rustc-ap-rustc_ast 671.0.0", "rustc-ap-rustc_ast_pretty 671.0.0", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_errors 671.0.0", "rustc-ap-rustc_feature 671.0.0", "rustc-ap-rustc_lexer 671.0.0", "rustc-ap-rustc_session 671.0.0", "rustc-ap-rustc_span 671.0.0", "unicode-normalization", ] [[package]] name = "rustc-ap-rustc_parse" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3716cdcd978a91dbd4a2788400e90e809527f841426fbeb92f882f9b8582f3ab" dependencies = [ "bitflags", "rustc-ap-rustc_ast 677.0.0", "rustc-ap-rustc_ast_pretty 677.0.0", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_errors 677.0.0", "rustc-ap-rustc_feature 677.0.0", "rustc-ap-rustc_lexer 677.0.0", "rustc-ap-rustc_session 677.0.0", "rustc-ap-rustc_span 677.0.0", "smallvec 1.2.0", "tracing", "unicode-normalization", ] [[package]] name = "rustc-ap-rustc_serialize" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e8c0b704e3dedb97cbb1ac566bbc0ab397ec4a4743098326a8f2230463fd9f9" dependencies = [ "indexmap", "smallvec 1.2.0", ] [[package]] name = "rustc-ap-rustc_serialize" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c68046d07988b349b2e1c8bc1c9664a1d06519354aa677b9df358c5c5c058da0" dependencies = [ "indexmap", "smallvec 1.2.0", ] [[package]] name = "rustc-ap-rustc_session" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dda99ede4e6e260712754f8548b0a175b615686ad393653a3bd11f6c5e41a04e" dependencies = [ "bitflags", "getopts", "log", "num_cpus", "rustc-ap-rustc_ast 671.0.0", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_errors 671.0.0", "rustc-ap-rustc_feature 671.0.0", "rustc-ap-rustc_fs_util 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "rustc-ap-rustc_span 671.0.0", "rustc-ap-rustc_target 671.0.0", ] [[package]] name = "rustc-ap-rustc_session" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85735553501a4de0c8904e37b7ccef79cc1c585a7d7f2cfa02cc38e0d149f982" dependencies = [ "bitflags", "getopts", "num_cpus", "rustc-ap-rustc_ast 677.0.0", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_errors 677.0.0", "rustc-ap-rustc_feature 677.0.0", "rustc-ap-rustc_fs_util 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "rustc-ap-rustc_span 677.0.0", "rustc-ap-rustc_target 677.0.0", "tracing", ] [[package]] name = "rustc-ap-rustc_span" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53453791c2c0b501a921927ce8e305a801eef130920873f8da92d83dad595236" dependencies = [ "cfg-if", "log", "md-5", "rustc-ap-rustc_arena 671.0.0", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_index 671.0.0", "rustc-ap-rustc_macros 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "scoped-tls", "sha-1", "unicode-width", ] [[package]] name = "rustc-ap-rustc_span" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c49ae8a0d3b9e27c6ffe8febeaa30f899294fff012de70625f9ee81c54fda85" dependencies = [ "cfg-if", "md-5", "rustc-ap-rustc_arena 677.0.0", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_index 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "scoped-tls", "sha-1", "tracing", "unicode-width", ] [[package]] name = "rustc-ap-rustc_target" version = "671.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac82006fdb31ef44e24e1623f8b72ac2b404ef15ba20b7ebec0df35e5d20bbef" dependencies = [ "bitflags", "log", "rustc-ap-rustc_data_structures 671.0.0", "rustc-ap-rustc_index 671.0.0", "rustc-ap-rustc_macros 671.0.0", "rustc-ap-rustc_serialize 671.0.0", "rustc-ap-rustc_span 671.0.0", ] [[package]] name = "rustc-ap-rustc_target" version = "677.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1765f447594740c501c7b666b87639aa7c1dae2bf8c3166d5d2dca16646fd034" dependencies = [ "bitflags", "rustc-ap-rustc_data_structures 677.0.0", "rustc-ap-rustc_index 677.0.0", "rustc-ap-rustc_macros 677.0.0", "rustc-ap-rustc_serialize 677.0.0", "rustc-ap-rustc_span 677.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 = "rustc_version" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" dependencies = [ "semver", ] [[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 = "semver" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ "semver-parser", ] [[package]] name = "semver-parser" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[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.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" dependencies = [ "block-buffer", "digest", "fake-simd", "opaque-debug", ] [[package]] name = "smallvec" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" dependencies = [ "maybe-uninit", ] [[package]] name = "smallvec" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" [[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.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f" dependencies = [ "cc", "cfg-if", "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", "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", "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 1.2.0", ] [[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 = "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"