racer 2.1.46

Code completion for Rust
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"

[[package]]
name = "arrayvec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"

[[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.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
 "cfg-if 0.1.10",
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
]

[[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 = "crossbeam-utils"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
dependencies = [
 "autocfg",
 "cfg-if 1.0.0",
 "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.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
 "cfg-if 1.0.0",
 "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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c"
dependencies = [
 "log",
 "memmap",
 "parking_lot",
 "perf-event-open-sys",
 "rustc-hash",
 "smallvec",
]

[[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 = "memmap2"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
dependencies = [
 "libc",
]

[[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 0.1.56",
 "smallvec",
 "winapi",
]

[[package]]
name = "perf-event-open-sys"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
dependencies = [
 "libc",
]

[[package]]
name = "ppv-lite86"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"

[[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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15408926f6207643150e0fc2c54a75a689b192df03ac6c59d42ea99c6782c7f7"
dependencies = [
 "bitflags",
 "clap",
 "derive_more",
 "env_logger",
 "humantime 2.0.0",
 "lazy_static",
 "lazycell",
 "log",
 "racer-cargo-metadata",
 "rls-span",
 "rustc-ap-rustc_ast 712.0.0",
 "rustc-ap-rustc_ast_pretty 712.0.0",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_errors 712.0.0",
 "rustc-ap-rustc_parse 712.0.0",
 "rustc-ap-rustc_session 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
]

[[package]]
name = "racer"
version = "2.1.46"
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 718.0.0",
 "rustc-ap-rustc_ast_pretty 718.0.0",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_errors 718.0.0",
 "rustc-ap-rustc_parse 718.0.0",
 "rustc-ap-rustc_session 718.0.0",
 "rustc-ap-rustc_span 718.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.45",
 "tempfile",
]

[[package]]
name = "rand"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
 "libc",
 "rand_chacha",
 "rand_core",
 "rand_hc",
]

[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
 "ppv-lite86",
 "rand_core",
]

[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
 "getrandom",
]

[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
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 = "redox_syscall"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2"
dependencies = [
 "bitflags",
]

[[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 = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "259cca0e975ecb05fd289ace45280c30ff792efc04e856a7f18b7fc86a3cb610"
dependencies = [
 "rustc-ap-rustc_data_structures 712.0.0",
 "smallvec",
]

[[package]]
name = "rustc-ap-rustc_arena"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "526610f47139efa440178239553b59ea805ff57a532b4e295c71d2a9b18fd676"
dependencies = [
 "rustc-ap-rustc_data_structures 718.0.0",
 "smallvec",
]

[[package]]
name = "rustc-ap-rustc_ast"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb9be435d50c88e94bbad6ea468c8680b52c5043bb298ab8058d05251717f8f8"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_index 712.0.0",
 "rustc-ap-rustc_lexer 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "smallvec",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_ast"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf6a9dda0804a7243b0282e3b75a8cf4654c7a61f033e587751941e1fe39391b"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_index 718.0.0",
 "rustc-ap-rustc_lexer 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "smallvec",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_ast_pretty"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79bede0b44bed453fd0034b7ba492840391f6486bf3e17a1af12922f0b98d4cc"
dependencies = [
 "rustc-ap-rustc_ast 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_ast_pretty"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82f5019be8b41a58664169fd2f4b1a37fe82705681db394b76419e4e87d40ab1"
dependencies = [
 "rustc-ap-rustc_ast 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_data_structures"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbfa7f82517a1b2efe7106c864c3f930b1da8aff07a27fd317af2f36522fd2e"
dependencies = [
 "arrayvec 0.5.2",
 "bitflags",
 "cfg-if 0.1.10",
 "crossbeam-utils 0.7.2",
 "ena",
 "indexmap",
 "jobserver",
 "libc",
 "measureme",
 "parking_lot",
 "rustc-ap-rustc_graphviz 712.0.0",
 "rustc-ap-rustc_index 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.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 = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a701717fb14549331085756b9741ae3b4bf35808489f1887d72c1d0e0fe52b77"
dependencies = [
 "arrayvec 0.7.0",
 "bitflags",
 "cfg-if 0.1.10",
 "crossbeam-utils 0.8.4",
 "ena",
 "indexmap",
 "jobserver",
 "libc",
 "measureme",
 "memmap2",
 "parking_lot",
 "rustc-ap-rustc_graphviz 718.0.0",
 "rustc-ap-rustc_index 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-hash",
 "rustc-rayon",
 "rustc-rayon-core",
 "smallvec",
 "stable_deref_trait",
 "stacker",
 "tempfile",
 "tracing",
 "winapi",
]

[[package]]
name = "rustc-ap-rustc_errors"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a272a5101843bcb40900cc9ccf80ecfec62830bb1f4a242986da4a34c0da89"
dependencies = [
 "annotate-snippets",
 "atty",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_lint_defs 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "termcolor",
 "termize",
 "tracing",
 "unicode-width",
 "winapi",
]

[[package]]
name = "rustc-ap-rustc_errors"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3182ce85e8bfc96443475547f2f5aa2b5e67655d9b88721795f36f0ba9e265a"
dependencies = [
 "annotate-snippets",
 "atty",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_lint_defs 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "termcolor",
 "termize",
 "tracing",
 "unicode-width",
 "winapi",
]

[[package]]
name = "rustc-ap-rustc_feature"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e931cd1580ae60c5737d3fa57633034935e885414e794d83b3e52a81021985c"
dependencies = [
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
]

[[package]]
name = "rustc-ap-rustc_feature"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed033b93270126ef60963c3ebbd0e026bf53b985172b6366c7b0e7881c9d507"
dependencies = [
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fe9422e10d5b441d2a78202667bc85d7cf713a087b9ae6cdea0dfc825d79f07"

[[package]]
name = "rustc-ap-rustc_fs_util"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ee6531986a205101e09fd143d7bf31897388f33b1814d4bcc45fd62211dca6"

[[package]]
name = "rustc-ap-rustc_graphviz"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffffffdef9fd51db69c1d4c045ced8aaab999be5627f2d3a0ce020d74c1f1e50"

[[package]]
name = "rustc-ap-rustc_graphviz"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3398fddc0e23d2db89c036f8952ddf78cadc597f7059752116e69483e164a5b6"

[[package]]
name = "rustc-ap-rustc_index"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6f53afc4f7111c82295cb7ea3878f520bbac6a2c5a12e125b4ca9156498cff"
dependencies = [
 "arrayvec 0.5.2",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
]

[[package]]
name = "rustc-ap-rustc_index"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca4e27eb5b701f6bbd47d8fc9d242378fca3e4107a519a28415c2989c4a3bd3"
dependencies = [
 "arrayvec 0.7.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
]

[[package]]
name = "rustc-ap-rustc_lexer"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8056b05346dff7e39164d0434c6ec443a14ab5fbf6221bd1a56e5abbeae5f60c"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "rustc-ap-rustc_lexer"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786bbfe9d4d5264294c1819dbf1497a2480b583d5eda1ca9ae22e12d6661f5df"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "rustc-ap-rustc_lint_defs"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "364c3fb7b3cbdfe3fbb21d4078ff2cb3c58df63cda27995f8b064d21ee6dede5"
dependencies = [
 "rustc-ap-rustc_ast 712.0.0",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "rustc-ap-rustc_target 712.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_lint_defs"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be2f045e2b999c154ec505d5fea69c994b742f3ebd2f552d11a6c81723921e47"
dependencies = [
 "rustc-ap-rustc_ast 718.0.0",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "rustc-ap-rustc_target 718.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_macros"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4607d6879cae3bae4d0369ca4b3a7510fd6295ac32eec088ac975208ba96ca45"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "rustc-ap-rustc_macros"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27789cd26d6b9e2fdfa68a262a20664d79ca67d31a3886d40fb88ebf6935869c"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "rustc-ap-rustc_parse"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d22889bff7ca2346037c9df7ea55c66ffb714f5b50fb62b41975f8ac7a2d70"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_ast 712.0.0",
 "rustc-ap-rustc_ast_pretty 712.0.0",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_errors 712.0.0",
 "rustc-ap-rustc_feature 712.0.0",
 "rustc-ap-rustc_lexer 712.0.0",
 "rustc-ap-rustc_session 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "smallvec",
 "tracing",
 "unicode-normalization",
]

[[package]]
name = "rustc-ap-rustc_parse"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dc331f4958350679679e619d63a891e8d5d34ef99087068c89aa9e657d52caa"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_ast 718.0.0",
 "rustc-ap-rustc_ast_pretty 718.0.0",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_errors 718.0.0",
 "rustc-ap-rustc_feature 718.0.0",
 "rustc-ap-rustc_lexer 718.0.0",
 "rustc-ap-rustc_session 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "smallvec",
 "tracing",
 "unicode-normalization",
]

[[package]]
name = "rustc-ap-rustc_serialize"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d33c710120953c0214f47a6caf42064d7e241003b4af36c98a6d6156e70335f1"
dependencies = [
 "indexmap",
 "smallvec",
]

[[package]]
name = "rustc-ap-rustc_serialize"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9a6824a462c4c1a379e911b0faf86d303a54bcf8673d4cc445195085966a4a4"
dependencies = [
 "indexmap",
 "smallvec",
]

[[package]]
name = "rustc-ap-rustc_session"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d35919041429a90713c8f704fa5209ba159cb554ce74d95722cbc18ac4b4c6f"
dependencies = [
 "bitflags",
 "getopts",
 "num_cpus",
 "rustc-ap-rustc_ast 712.0.0",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_errors 712.0.0",
 "rustc-ap-rustc_feature 712.0.0",
 "rustc-ap-rustc_fs_util 712.0.0",
 "rustc-ap-rustc_lint_defs 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "rustc-ap-rustc_target 712.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_session"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a782a5f6ada0dbe089c6416ad0104f0b8a8bdb4bd26ea95e5fefaec67aed5e8a"
dependencies = [
 "bitflags",
 "getopts",
 "num_cpus",
 "rustc-ap-rustc_ast 718.0.0",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_errors 718.0.0",
 "rustc-ap-rustc_feature 718.0.0",
 "rustc-ap-rustc_fs_util 718.0.0",
 "rustc-ap-rustc_lint_defs 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-ap-rustc_span 718.0.0",
 "rustc-ap-rustc_target 718.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_span"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b12170c69603c0bf4b50e5c25fd348aae13b8c6465aa0ef4389c9eaa568e51"
dependencies = [
 "cfg-if 0.1.10",
 "md-5",
 "rustc-ap-rustc_arena 712.0.0",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_index 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "scoped-tls",
 "sha-1",
 "sha2",
 "tracing",
 "unicode-width",
]

[[package]]
name = "rustc-ap-rustc_span"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a257546cb264b250c7abdb81239bb02f18a274a966211755a3ea89411b122214"
dependencies = [
 "cfg-if 0.1.10",
 "md-5",
 "rustc-ap-rustc_arena 718.0.0",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_index 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "scoped-tls",
 "sha-1",
 "sha2",
 "tracing",
 "unicode-width",
]

[[package]]
name = "rustc-ap-rustc_target"
version = "712.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a8329d92e7dc24b974f759e6c6e97e2bbc47b18d0573343028f8135ca367200"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_data_structures 712.0.0",
 "rustc-ap-rustc_index 712.0.0",
 "rustc-ap-rustc_macros 712.0.0",
 "rustc-ap-rustc_serialize 712.0.0",
 "rustc-ap-rustc_span 712.0.0",
 "tracing",
]

[[package]]
name = "rustc-ap-rustc_target"
version = "718.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a72dd689421bcb5750f3ed0dedf367076e714ef0ba56c02ed391b9a8582862"
dependencies = [
 "bitflags",
 "rustc-ap-rustc_data_structures 718.0.0",
 "rustc-ap-rustc_index 718.0.0",
 "rustc-ap-rustc_macros 718.0.0",
 "rustc-ap-rustc_serialize 718.0.0",
 "rustc-ap-rustc_span 718.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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
dependencies = [
 "crossbeam-deque",
 "either",
 "rustc-rayon-core",
]

[[package]]
name = "rustc-rayon-core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
dependencies = [
 "crossbeam-deque",
 "crossbeam-queue",
 "crossbeam-utils 0.7.2",
 "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.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"

[[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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
 "cfg-if 1.0.0",
 "libc",
 "rand",
 "redox_syscall 0.2.7",
 "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.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"

[[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"