rust-analyzer/Cargo.lock

1812 lines
40 KiB
Text
Raw Normal View History

2019-02-08 21:43:13 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-05-12 20:49:42 +00:00
[[package]]
name = "addr2line"
2020-05-19 14:11:34 +00:00
version = "0.12.1"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
2020-05-12 20:49:42 +00:00
dependencies = [
"gimli",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "anyhow"
2020-05-19 14:11:34 +00:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
[[package]]
name = "anymap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
2019-10-17 15:06:01 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-10-17 15:06:01 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "atty"
2020-01-06 03:12:26 +00:00
version = "0.2.14"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"hermit-abi",
"libc",
"winapi 0.3.8",
2018-09-18 22:10:19 +00:00
]
2020-01-12 01:16:35 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-12 01:16:35 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "backtrace"
2020-05-19 14:11:34 +00:00
version = "0.3.48"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-05-12 20:49:42 +00:00
"addr2line",
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
2020-05-12 20:49:42 +00:00
"object",
2020-01-30 17:14:20 +00:00
"rustc-demangle",
2018-09-18 22:10:19 +00:00
]
2019-12-23 14:33:49 +00:00
[[package]]
name = "base64"
2020-05-07 20:22:53 +00:00
version = "0.12.1"
2019-12-23 14:33:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"
2019-12-23 14:33:49 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "bitflags"
2019-10-17 15:06:01 +00:00
version = "1.2.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-09-18 22:10:19 +00:00
[[package]]
name = "bstr"
2020-05-12 20:49:42 +00:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
2020-05-09 22:22:26 +00:00
version = "0.10.0"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 22:22:26 +00:00
checksum = "b8de60b887edf6d74370fc8eb177040da4847d971d6234c7b13a6da324ef0caf"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"semver",
"serde",
"serde_derive",
"serde_json",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
2020-05-24 13:42:11 +00:00
version = "1.0.54"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
2018-09-18 22:10:19 +00:00
[[package]]
name = "cfg-if"
2019-09-30 19:05:46 +00:00
version = "0.1.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-09-18 22:10:19 +00:00
[[package]]
name = "chalk-derive"
2020-06-05 15:06:07 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9bd01eab87277d973183a1d2e56bace1c11f8242c52c20636fb7dddf343ac9"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2020-04-10 15:44:29 +00:00
"synstructure",
]
[[package]]
name = "chalk-engine"
2020-06-05 15:06:07 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c7a637c3d17ed555aef16e16952a5d1e127bd55178cc30be22afeb92da90c7d"
dependencies = [
"chalk-derive",
"chalk-ir",
2020-01-30 17:14:20 +00:00
"rustc-hash",
]
[[package]]
name = "chalk-ir"
2020-06-05 15:06:07 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595e5735ded16c3f3dc348f7b15bbb2521a0080b1863cac38ad5271589944670"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
2020-05-29 14:49:52 +00:00
"lazy_static",
]
[[package]]
name = "chalk-solve"
2020-06-05 15:06:07 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d9d938139db425867a30cc0cfec0269406d8238d0571d829041eaa7a8455d11"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-ir",
"ena",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"petgraph",
"rustc-hash",
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "clicolors-control"
2019-08-30 17:23:28 +00:00
version = "1.0.1"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"atty",
"lazy_static",
"libc",
"winapi 0.3.8",
2019-01-14 13:27:08 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
2018-09-18 22:10:19 +00:00
]
2019-10-17 15:06:01 +00:00
[[package]]
name = "console"
2020-05-01 12:29:03 +00:00
version = "0.10.3"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-01 12:29:03 +00:00
checksum = "2586208b33573b7f76ccfbe5adb076394c88deaf81b84d7213969805b0a952a7"
2019-10-17 15:06:01 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
2020-05-01 12:29:03 +00:00
"terminal_size",
2020-01-30 17:14:20 +00:00
"termios",
"winapi 0.3.8",
2019-08-29 13:49:10 +00:00
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam"
version = "0.7.3"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
2019-06-26 06:12:46 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
2019-06-26 06:12:46 +00:00
]
[[package]]
name = "crossbeam-channel"
2020-02-22 16:22:09 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-utils",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam-deque"
2020-02-22 16:22:09 +00:00
version = "0.7.3"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2019-06-26 06:12:46 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-epoch",
"crossbeam-utils",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
2019-06-26 06:12:46 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "crossbeam-epoch"
2020-02-22 16:22:09 +00:00
version = "0.8.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-utils",
"lazy_static",
2020-02-22 16:22:09 +00:00
"maybe-uninit",
2020-01-30 17:14:20 +00:00
"memoffset",
"scopeguard",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "crossbeam-queue"
2020-05-31 15:38:09 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "ab6bffe714b6bb07e42f201352c34f51fefd355ace793f9e638ebd52d23f98d2"
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2020-02-22 16:22:09 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"cfg-if",
"lazy_static",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2018-09-18 22:10:19 +00:00
[[package]]
name = "drop_bomb"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
2018-09-18 22:10:19 +00:00
2019-01-21 22:28:57 +00:00
[[package]]
name = "dtoa"
2020-01-30 13:07:42 +00:00
version = "0.4.5"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2019-01-21 22:28:57 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "either"
2019-10-02 14:48:14 +00:00
version = "1.5.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2018-09-18 22:10:19 +00:00
2020-05-01 12:29:03 +00:00
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
dependencies = [
"log",
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "encode_unicode"
2019-08-30 17:23:28 +00:00
version = "0.3.6"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-01-14 13:27:08 +00:00
2019-11-30 00:20:48 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-11-30 00:20:48 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"log",
2019-11-30 00:20:48 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "filetime"
2020-05-07 20:22:53 +00:00
version = "0.2.10"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "fnv"
2020-05-19 14:11:34 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-01-26 18:12:16 +00:00
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
2019-01-26 18:12:16 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "fsevent"
2019-05-09 12:45:01 +00:00
version = "0.4.0"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"fsevent-sys",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "fsevent-sys"
2019-05-09 12:45:01 +00:00
version = "2.0.1"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "fst"
2020-05-24 13:42:11 +00:00
version = "0.4.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "a7293de202dbfe786c0b3fe6110a027836c5438ed06db7b715c9955ff4bfea51"
2018-09-18 22:10:19 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"fuchsia-zircon-sys",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-09-18 22:10:19 +00:00
2019-07-04 19:16:06 +00:00
[[package]]
name = "getrandom"
2020-01-07 15:04:50 +00:00
version = "0.1.14"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"wasi",
2019-07-04 19:16:06 +00:00
]
2020-05-12 20:49:42 +00:00
[[package]]
name = "gimli"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
[[package]]
name = "globset"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
dependencies = [
2020-01-30 17:14:20 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-04-04 08:09:36 +00:00
[[package]]
name = "goblin"
2020-05-12 20:49:42 +00:00
version = "0.2.3"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
2020-04-04 08:09:36 +00:00
dependencies = [
"log",
"plain",
"scroll",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "heck"
2018-12-18 09:29:14 +00:00
version = "0.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-segmentation",
2019-10-31 14:31:59 +00:00
]
[[package]]
name = "hermit-abi"
2020-05-19 14:11:34 +00:00
version = "0.1.13"
2019-10-31 14:31:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
2019-10-31 14:31:59 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2018-09-18 22:10:19 +00:00
]
2020-05-07 19:06:44 +00:00
[[package]]
name = "home"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
dependencies = [
"winapi 0.3.8",
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-08-17 18:34:31 +00:00
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indexmap"
2020-06-03 13:43:27 +00:00
version = "1.4.0"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
2019-10-22 17:01:26 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2019-10-22 17:01:26 +00:00
]
2018-10-07 08:32:02 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "inotify"
version = "0.7.1"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"inotify-sys",
"libc",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "insta"
2020-04-14 17:57:02 +00:00
version = "0.16.0"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-14 17:57:02 +00:00
checksum = "8386e795fb3927131ea4cede203c529a333652eb6dc4ff29616b832b27e9b096"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"console",
"difference",
"lazy_static",
"serde",
"serde_json",
"serde_yaml",
2019-01-14 13:27:08 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2020-03-23 23:22:46 +00:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itoa"
2020-01-26 15:46:45 +00:00
version = "0.4.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2018-09-18 22:10:19 +00:00
2019-01-26 18:12:16 +00:00
[[package]]
name = "jemalloc-ctl"
2019-07-17 14:58:17 +00:00
version = "0.3.3"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"jemalloc-sys",
"libc",
"paste",
2019-01-26 18:12:16 +00:00
]
[[package]]
name = "jemalloc-sys"
2019-07-17 14:58:17 +00:00
version = "0.3.2"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cc",
"fs_extra",
"libc",
2019-01-26 18:12:16 +00:00
]
[[package]]
name = "jemallocator"
2019-07-17 14:58:17 +00:00
version = "0.3.2"
2019-01-26 18:12:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
2019-01-26 18:12:16 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"jemalloc-sys",
"libc",
2019-01-26 18:12:16 +00:00
]
2019-08-21 07:31:33 +00:00
[[package]]
name = "jod-thread"
2020-03-28 10:24:42 +00:00
version = "0.1.1"
2019-08-21 07:31:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-28 10:24:42 +00:00
checksum = "4022656272c3e564a7cdebcaaba6518d844b0d0c1836597196efb5bfeb98bb49"
2019-08-21 07:31:33 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.2.8",
"winapi-build",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "lazy_static"
2019-08-30 17:23:28 +00:00
version = "1.4.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "lazycell"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "libc"
2020-05-26 18:32:56 +00:00
version = "0.2.71"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-26 18:32:56 +00:00
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
2018-09-18 22:10:19 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "libloading"
2020-05-07 20:22:53 +00:00
version = "0.6.2"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
2020-04-04 08:09:36 +00:00
dependencies = [
"winapi 0.3.8",
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "linked-hash-map"
2020-05-07 20:22:53 +00:00
version = "0.5.3"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 20:22:53 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2019-01-21 22:28:57 +00:00
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
2020-04-10 17:48:25 +00:00
version = "0.3.4"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-10 17:48:25 +00:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-07-14 16:21:50 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"scopeguard",
2019-07-14 16:21:50 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "log"
2019-07-31 14:05:00 +00:00
version = "0.4.8"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dccec31bfd027ac0dd288a78e19005fd89624d9099456e284b5241316a6c3072"
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-channel",
"log",
"serde",
"serde_json",
]
2019-01-14 10:55:56 +00:00
[[package]]
name = "lsp-types"
2020-05-31 15:38:09 +00:00
version = "0.74.2"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "b360754e89e0e13c114245131382ba921d4ff1efabb918e549422938aaa8d392"
2019-01-14 10:55:56 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"base64",
"bitflags",
"serde",
"serde_json",
"serde_repr",
"url",
2019-01-14 10:55:56 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-09-18 22:10:19 +00:00
2020-02-22 16:22:09 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2018-09-18 22:10:19 +00:00
[[package]]
name = "memchr"
2020-02-22 16:22:09 +00:00
version = "2.3.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-22 16:22:09 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-09-18 22:10:19 +00:00
2020-04-17 07:47:15 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi 0.3.8",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memoffset"
version = "0.5.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
"autocfg",
]
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2020-05-01 22:26:42 +00:00
version = "0.6.22"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-01 22:26:42 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "mio-extras"
version = "2.0.6"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"lazycell",
"log",
"mio",
"slab",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "net2"
2020-05-01 22:26:42 +00:00
version = "0.2.34"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-01 22:26:42 +00:00
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"winapi 0.3.8",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "notify"
2020-01-07 15:04:50 +00:00
version = "4.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.8",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num_cpus"
2020-04-16 13:13:44 +00:00
version = "1.13.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-16 13:13:44 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"hermit-abi",
"libc",
2018-09-18 22:10:19 +00:00
]
2020-05-12 20:49:42 +00:00
[[package]]
name = "object"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2020-05-19 14:11:34 +00:00
version = "1.4.0"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
2019-05-07 17:54:33 +00:00
2019-11-26 08:29:20 +00:00
[[package]]
name = "parking_lot"
2020-04-16 13:13:44 +00:00
version = "0.10.2"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-16 13:13:44 +00:00
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2019-11-26 08:29:20 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"lock_api",
"parking_lot_core",
2019-11-26 08:29:20 +00:00
]
[[package]]
name = "parking_lot_core"
2020-04-22 14:34:53 +00:00
version = "0.7.2"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-22 14:34:53 +00:00
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
2019-11-26 08:29:20 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.8",
2019-11-26 08:29:20 +00:00
]
2019-07-17 14:58:17 +00:00
[[package]]
name = "paste"
2020-06-03 13:43:27 +00:00
version = "0.1.16"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "d508492eeb1e5c38ee696371bf7b9fc33c83d46a7d451606b96458fbbbdc2dec"
2019-07-17 14:58:17 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"paste-impl",
"proc-macro-hack",
2019-07-17 14:58:17 +00:00
]
[[package]]
name = "paste-impl"
2020-06-03 13:43:27 +00:00
version = "0.1.16"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32"
2019-07-17 14:58:17 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2019-07-17 14:58:17 +00:00
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-08-17 18:34:31 +00:00
[[package]]
name = "petgraph"
2020-05-24 13:42:11 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
2020-01-30 17:14:20 +00:00
"fixedbitset",
"indexmap",
]
2019-09-10 10:31:40 +00:00
[[package]]
name = "pico-args"
2020-01-08 10:27:31 +00:00
version = "0.3.1"
2019-09-10 10:31:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc"
2019-09-10 10:31:40 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2019-07-04 19:16:06 +00:00
[[package]]
name = "ppv-lite86"
2020-05-19 14:11:34 +00:00
version = "0.2.8"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2019-07-04 19:16:06 +00:00
2019-07-17 14:58:17 +00:00
[[package]]
name = "proc-macro-hack"
2020-05-26 18:32:56 +00:00
version = "0.5.16"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-26 18:32:56 +00:00
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
2019-07-17 14:58:17 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2020-06-03 13:43:27 +00:00
version = "1.0.18"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
[[package]]
name = "quote"
2020-05-19 14:11:34 +00:00
version = "1.0.6"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-19 14:11:34 +00:00
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
2019-08-15 12:58:08 +00:00
]
2019-01-04 13:01:06 +00:00
[[package]]
name = "ra_arena"
version = "0.1.0"
2019-02-03 18:26:35 +00:00
[[package]]
name = "ra_assists"
version = "0.1.0"
dependencies = [
2020-03-23 11:34:56 +00:00
"either",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"ra_db",
"ra_fmt",
"ra_hir",
"ra_ide_db",
"ra_prof",
2020-01-30 17:14:20 +00:00
"ra_syntax",
"ra_text_edit",
"rustc-hash",
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-02-03 18:26:35 +00:00
]
[[package]]
name = "ra_cfg"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"ra_mbe",
"ra_syntax",
"ra_tt",
"rustc-hash",
]
[[package]]
name = "ra_db"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"ra_cfg",
"ra_prof",
"ra_syntax",
2020-03-26 16:41:44 +00:00
"ra_tt",
2020-01-30 17:14:20 +00:00
"relative-path",
"rustc-hash",
"salsa",
"test_utils",
]
2020-03-31 15:05:15 +00:00
[[package]]
name = "ra_flycheck"
version = "0.1.0"
dependencies = [
"cargo_metadata",
"crossbeam-channel",
"jod-thread",
"log",
2020-05-08 10:25:36 +00:00
"ra_toolchain",
2020-03-31 15:05:15 +00:00
"serde_json",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"ra_syntax",
]
2018-11-28 00:42:26 +00:00
[[package]]
name = "ra_hir"
version = "0.1.0"
dependencies = [
2020-03-11 02:58:17 +00:00
"arrayvec",
2020-01-30 17:14:20 +00:00
"either",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_hir_ty",
"ra_prof",
"ra_syntax",
"rustc-hash",
2018-09-18 22:10:19 +00:00
]
2019-10-30 09:27:54 +00:00
[[package]]
name = "ra_hir_def"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"anymap",
"drop_bomb",
"either",
"insta",
"log",
"once_cell",
"ra_arena",
"ra_cfg",
"ra_db",
"ra_hir_expand",
"ra_mbe",
"ra_prof",
"ra_syntax",
"ra_tt",
"rustc-hash",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-10-30 09:27:54 +00:00
]
2019-10-29 08:15:51 +00:00
[[package]]
2019-10-29 11:59:55 +00:00
name = "ra_hir_expand"
2019-10-29 08:15:51 +00:00
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"either",
"log",
"ra_arena",
"ra_db",
"ra_mbe",
"ra_parser",
"ra_prof",
"ra_syntax",
"ra_tt",
2020-04-21 17:44:21 +00:00
"test_utils",
2019-10-29 08:15:51 +00:00
]
2019-11-26 11:35:23 +00:00
[[package]]
name = "ra_hir_ty"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"arrayvec",
"chalk-ir",
"chalk-solve",
"ena",
2020-01-30 17:14:20 +00:00
"insta",
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"ra_arena",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_prof",
"ra_syntax",
"rustc-hash",
"scoped-tls",
2020-03-24 11:40:58 +00:00
"smallvec",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
2019-11-26 11:35:23 +00:00
]
2019-01-08 19:33:36 +00:00
[[package]]
2019-11-27 18:32:33 +00:00
name = "ra_ide"
2019-01-08 19:33:36 +00:00
version = "0.1.0"
2020-02-06 11:43:56 +00:00
dependencies = [
"either",
"indexmap",
"insta",
2020-03-27 13:50:08 +00:00
"itertools",
2020-02-06 11:43:56 +00:00
"log",
"ra_assists",
"ra_cfg",
"ra_db",
"ra_fmt",
"ra_hir",
"ra_ide_db",
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rand",
2020-02-06 11:43:56 +00:00
"rustc-hash",
"stdx",
2020-02-06 11:43:56 +00:00
"test_utils",
]
[[package]]
name = "ra_ide_db"
version = "0.1.0"
2019-01-08 19:33:36 +00:00
dependencies = [
2020-03-23 11:34:56 +00:00
"either",
2020-01-30 17:14:20 +00:00
"fst",
"log",
2020-03-04 11:14:48 +00:00
"once_cell",
2020-01-30 17:14:20 +00:00
"ra_db",
"ra_hir",
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rayon",
"rustc-hash",
"superslice",
2020-03-04 10:38:55 +00:00
"test_utils",
2019-01-08 19:33:36 +00:00
]
2019-01-31 10:40:05 +00:00
[[package]]
2019-01-31 18:09:43 +00:00
name = "ra_mbe"
2019-01-31 10:40:05 +00:00
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"log",
"ra_parser",
"ra_syntax",
"ra_tt",
"rustc-hash",
"smallvec",
"test_utils",
2019-01-31 10:40:05 +00:00
]
2019-02-21 10:27:45 +00:00
[[package]]
name = "ra_parser"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"drop_bomb",
2019-02-21 10:27:45 +00:00
]
2020-03-18 09:47:59 +00:00
[[package]]
name = "ra_proc_macro"
version = "0.1.0"
dependencies = [
2020-03-26 20:26:34 +00:00
"crossbeam-channel",
2020-03-28 12:52:45 +00:00
"jod-thread",
2020-03-26 20:26:34 +00:00
"log",
2020-03-18 09:47:59 +00:00
"ra_tt",
2020-03-26 20:26:34 +00:00
"serde",
"serde_json",
2020-03-18 09:47:59 +00:00
]
2020-04-01 05:11:26 +00:00
[[package]]
name = "ra_proc_macro_srv"
version = "0.1.0"
dependencies = [
"cargo_metadata",
"difference",
2020-04-04 08:09:36 +00:00
"goblin",
"libloading",
2020-04-17 07:47:15 +00:00
"memmap",
2020-04-04 08:07:22 +00:00
"ra_mbe",
2020-04-01 05:11:26 +00:00
"ra_proc_macro",
2020-05-23 13:31:56 +00:00
"ra_toolchain",
2020-04-01 05:11:26 +00:00
"ra_tt",
"serde_derive",
2020-04-09 17:43:47 +00:00
"test_utils",
2020-04-01 05:11:26 +00:00
]
2019-03-27 15:09:51 +00:00
[[package]]
name = "ra_prof"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"backtrace",
"jemalloc-ctl",
"jemallocator",
"once_cell",
"ra_arena",
2019-03-27 15:09:51 +00:00
]
[[package]]
name = "ra_project_model"
version = "0.1.0"
dependencies = [
"anyhow",
2020-01-30 17:14:20 +00:00
"cargo_metadata",
"log",
"ra_arena",
"ra_cfg",
"ra_db",
2020-03-18 12:56:46 +00:00
"ra_proc_macro",
2020-05-08 10:25:36 +00:00
"ra_toolchain",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"serde",
"serde_json",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_syntax"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"arrayvec",
2020-03-27 13:50:08 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"once_cell",
"ra_parser",
"ra_text_edit",
"rowan",
"rustc-ap-rustc_lexer",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"serde",
"smol_str",
2020-03-28 10:08:19 +00:00
"stdx",
2020-01-30 17:14:20 +00:00
"test_utils",
"walkdir",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "ra_text_edit"
version = "0.1.0"
dependencies = [
2020-04-24 21:40:41 +00:00
"text-size",
]
2020-05-08 10:25:36 +00:00
[[package]]
name = "ra_toolchain"
version = "0.1.0"
dependencies = [
"home",
]
2019-01-31 18:09:43 +00:00
[[package]]
name = "ra_tt"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"smol_str",
2019-01-31 18:09:43 +00:00
]
2018-12-18 09:29:14 +00:00
[[package]]
name = "ra_vfs"
version = "0.6.1"
2019-02-18 13:43:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf31a173fc77ec59c27cf39af6baa137b40f4dbd45a8b3eccb1b2e4cfc922c1"
2018-12-18 09:29:14 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-channel",
"jod-thread",
"log",
"notify",
"parking_lot",
"relative-path",
"rustc-hash",
"walkdir",
2018-12-18 09:29:14 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand"
2020-01-12 01:16:35 +00:00
version = "0.7.3"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-01-25 20:38:09 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand_chacha"
2020-03-10 13:51:27 +00:00
version = "0.2.2"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-10 13:51:27 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-03-10 13:51:27 +00:00
"ppv-lite86",
"rand_core",
2019-07-04 19:16:06 +00:00
]
[[package]]
name = "rand_core"
2019-08-30 17:23:28 +00:00
version = "0.5.1"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"getrandom",
2019-07-04 19:16:06 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-04 19:16:06 +00:00
dependencies = [
"rand_core",
2018-12-18 13:38:05 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand_pcg"
2019-10-24 14:35:22 +00:00
version = "0.2.1"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-07-04 19:16:06 +00:00
dependencies = [
"rand_core",
2018-12-18 13:38:05 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rayon"
2019-12-23 23:46:04 +00:00
version = "1.3.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
"either",
"rayon-core",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
2019-12-23 23:46:04 +00:00
version = "1.7.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "redox_syscall"
2019-07-04 21:52:22 +00:00
version = "0.1.56"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2018-09-18 22:10:19 +00:00
[[package]]
name = "regex"
2020-05-31 15:38:09 +00:00
version = "1.3.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "regex-syntax"
2020-05-31 15:38:09 +00:00
version = "0.6.18"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2018-09-18 22:10:19 +00:00
[[package]]
name = "relative-path"
2019-10-15 14:44:26 +00:00
version = "1.0.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954"
2018-09-18 22:10:19 +00:00
[[package]]
name = "remove_dir_all"
2019-06-19 09:40:59 +00:00
version = "0.5.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.3.8",
2018-09-18 22:10:19 +00:00
]
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
2020-04-25 09:52:10 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e081ed6eacce09e243b619ab90f069c27b0cff8a6d0eb8ad2ec935b65853798"
2018-10-02 14:07:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"rustc-hash",
"smol_str",
2020-04-24 21:40:41 +00:00
"text-size",
2020-01-30 17:14:20 +00:00
"thin-dst",
2018-10-02 14:07:12 +00:00
]
2020-02-18 11:33:16 +00:00
[[package]]
name = "rust-analyzer"
version = "0.1.0"
dependencies = [
"anyhow",
"crossbeam-channel",
"env_logger",
"globset",
"insta",
2020-03-27 13:50:08 +00:00
"itertools",
2020-02-18 11:33:16 +00:00
"jod-thread",
"log",
"lsp-server",
"lsp-types",
"parking_lot",
"pico-args",
"ra_cfg",
2020-02-18 11:33:16 +00:00
"ra_db",
2020-03-31 15:05:15 +00:00
"ra_flycheck",
2020-02-18 11:33:16 +00:00
"ra_hir",
"ra_hir_def",
"ra_hir_ty",
"ra_ide",
"ra_mbe",
"ra_proc_macro_srv",
2020-02-18 11:33:16 +00:00
"ra_prof",
"ra_project_model",
"ra_syntax",
"ra_text_edit",
"ra_tt",
2020-02-18 11:33:16 +00:00
"ra_vfs",
"rand",
"relative-path",
"rustc-hash",
"serde",
"serde_json",
2020-03-28 10:08:19 +00:00
"stdx",
2020-02-18 11:33:16 +00:00
"tempfile",
"test_utils",
"threadpool",
"winapi 0.3.8",
]
[[package]]
name = "rustc-ap-rustc_lexer"
2020-05-26 18:35:09 +00:00
version = "661.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-26 18:35:09 +00:00
checksum = "a6d88abd7c634b52557e46fc7ba47644f0cbe45c358c33f51c532d60d1da239e"
dependencies = [
"unicode-xid",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-demangle"
2019-08-15 12:58:08 +00:00
version = "0.1.16"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-hash"
2020-02-10 15:42:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-10 15:42:56 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-09-18 22:10:19 +00:00
[[package]]
name = "ryu"
2020-06-03 13:43:27 +00:00
version = "1.0.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-18 22:10:19 +00:00
2018-10-07 08:32:02 +00:00
[[package]]
name = "salsa"
2019-11-26 08:29:20 +00:00
version = "0.14.1"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2"
2018-10-07 08:32:02 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam",
"indexmap",
"log",
"parking_lot",
"rand",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"salsa-macros",
"smallvec",
2018-09-18 22:10:19 +00:00
]
2019-01-17 11:11:00 +00:00
[[package]]
name = "salsa-macros"
2019-11-26 08:29:20 +00:00
version = "0.14.1"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530"
2019-01-17 11:11:00 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
2019-01-17 11:11:00 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "same-file"
2020-01-12 01:16:35 +00:00
version = "1.0.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-util",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2019-05-04 20:40:40 +00:00
[[package]]
name = "scopeguard"
2020-02-17 14:19:55 +00:00
version = "1.1.0"
2019-05-04 20:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-05-04 20:40:40 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
2020-05-12 20:49:42 +00:00
version = "0.10.2"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
2020-04-04 08:09:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"semver-parser",
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2018-09-18 22:10:19 +00:00
[[package]]
name = "serde"
2020-05-31 15:38:09 +00:00
version = "1.0.111"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde_derive",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_derive"
2020-05-31 15:38:09 +00:00
version = "1.0.111"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 15:38:09 +00:00
checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
2020-05-12 20:49:42 +00:00
version = "1.0.53"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"itoa",
"ryu",
"serde",
2019-01-21 22:28:57 +00:00
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "serde_repr"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2019-08-17 18:34:31 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "serde_yaml"
2020-05-12 20:49:42 +00:00
version = "0.8.12"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "16c7a592a1ec97c9c1c68d75b6e537dcbf60c7618e038e7841e00af1d9ccf0c4"
2019-01-21 22:28:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
2018-10-07 08:32:02 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-01-06 14:05:12 +00:00
2019-11-15 11:45:58 +00:00
[[package]]
name = "smallvec"
2020-04-24 00:58:21 +00:00
version = "1.4.0"
2019-11-15 11:45:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-24 00:58:21 +00:00
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
2019-11-15 11:45:58 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "smol_str"
2019-10-09 11:48:50 +00:00
version = "0.1.15"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "stdx"
version = "0.1.0"
2018-09-18 22:10:19 +00:00
[[package]]
name = "superslice"
2019-02-12 16:03:28 +00:00
version = "1.0.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
2020-06-03 13:43:27 +00:00
version = "1.0.30"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
2020-04-10 15:44:29 +00:00
[[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",
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "tempfile"
2019-07-04 21:52:22 +00:00
version = "3.1.0"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-12-18 13:38:05 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"libc",
"rand",
2020-01-30 17:14:20 +00:00
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
2018-12-18 13:38:05 +00:00
]
2020-05-01 12:29:03 +00:00
[[package]]
name = "terminal_size"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
dependencies = [
"libc",
"winapi 0.3.8",
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "termios"
2020-04-10 17:48:25 +00:00
version = "0.3.2"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-10 17:48:25 +00:00
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-14 13:27:08 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "test_utils"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"difference",
2020-05-24 13:42:11 +00:00
"ra_cfg",
"relative-path",
"rustc-hash",
2020-01-30 17:14:20 +00:00
"serde_json",
"stdx",
2020-04-24 21:40:41 +00:00
"text-size",
2018-09-18 22:10:19 +00:00
]
[[package]]
2020-04-24 21:40:41 +00:00
name = "text-size"
2020-04-25 09:52:10 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a"
2018-09-18 22:10:19 +00:00
2019-11-25 13:12:28 +00:00
[[package]]
name = "thin-dst"
2020-03-18 21:17:45 +00:00
version = "1.1.0"
2019-11-25 13:12:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 21:17:45 +00:00
checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
2019-11-25 13:12:28 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "thread_local"
2020-01-12 01:16:35 +00:00
version = "1.0.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"lazy_static",
2018-12-18 09:45:20 +00:00
]
[[package]]
name = "threadpool"
2020-05-12 20:49:42 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
2020-01-30 17:14:20 +00:00
"num_cpus",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"matches",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "unicode-normalization"
2020-01-22 20:40:35 +00:00
version = "0.1.12"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-01-23 11:48:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"smallvec",
2019-01-23 11:48:57 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-segmentation"
2019-11-13 13:25:37 +00:00
version = "1.6.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-08-15 12:58:08 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
2019-08-17 18:34:31 +00:00
name = "url"
2020-01-12 01:16:35 +00:00
version = "2.1.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"idna",
"matches",
"percent-encoding",
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "walkdir"
2020-01-12 01:16:35 +00:00
version = "2.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"same-file",
"winapi 0.3.8",
"winapi-util",
2018-09-18 22:10:19 +00:00
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "wasi"
2020-01-07 15:04:50 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-08-15 12:58:08 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi"
2019-08-30 17:23:28 +00:00
version = "0.3.8"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-09-18 22:10:19 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-01-06 14:05:12 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi-util"
2020-04-22 14:34:53 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-22 14:34:53 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.3.8",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi 0.2.8",
"winapi-build",
2019-01-06 14:05:12 +00:00
]
2019-10-17 16:36:55 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"anyhow",
"pico-args",
"proc-macro2",
"quote",
"walkdir",
2019-10-17 16:36:55 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
name = "yaml-rust"
2020-06-03 13:43:27 +00:00
version = "0.4.4"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
2019-01-21 22:28:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"linked-hash-map",
]