rust-analyzer/Cargo.lock

1751 lines
39 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.
2018-09-18 22:10:19 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.8"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
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"
2019-12-27 15:51:30 +00:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
[[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
]
2018-12-18 09:29:14 +00:00
[[package]]
name = "autocfg"
2019-10-22 17:01:26 +00:00
version = "0.1.7"
2018-12-18 09:29:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2018-12-18 09:29:14 +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-02-17 14:19:55 +00:00
version = "0.3.44"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "e4036b9bf40f3cf16aba72a3d65e8a520fc4bafcdc7079aea8f848c58c5b5536"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"backtrace-sys",
"cfg-if",
"libc",
"rustc-demangle",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "backtrace-sys"
2019-10-17 15:06:01 +00:00
version = "0.1.32"
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 = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"cc",
"libc",
2018-09-18 22:10:19 +00:00
]
2019-12-23 14:33:49 +00:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
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-02-06 15:44:43 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-06 15:44:43 +00:00
checksum = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48"
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "byteorder"
2020-02-10 15:42:56 +00:00
version = "1.3.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-10 15:42:56 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-09-18 22:10:19 +00:00
2019-07-04 19:16:06 +00:00
[[package]]
name = "c2-chacha"
2019-10-22 17:01:26 +00:00
version = "0.2.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 = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"ppv-lite86",
2019-07-04 19:16:06 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
2019-12-01 20:00:34 +00:00
version = "0.9.1"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
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-01-12 01:16:35 +00:00
version = "1.0.50"
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 = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
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"
version = "0.1.0"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "chalk-engine"
version = "0.9.0"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-macros",
"rustc-hash",
]
[[package]]
name = "chalk-ir"
version = "0.1.0"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-macros",
"lalrpop-intern",
]
[[package]]
name = "chalk-macros"
version = "0.1.1"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"lazy_static",
]
[[package]]
name = "chalk-rust-ir"
version = "0.1.0"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-ir",
"chalk-macros",
]
[[package]]
name = "chalk-solve"
version = "0.1.0"
2020-01-17 21:12:15 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=af48f302a1f571b3ca418f7c5aa639a144a34f75#af48f302a1f571b3ca418f7c5aa639a144a34f75"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-ir",
"chalk-macros",
"chalk-rust-ir",
"ena",
"itertools",
"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-01-26 15:46:45 +00:00
version = "0.9.2"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0"
2019-10-17 15:06:01 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"regex",
"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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-utils",
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.7.2"
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 = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
2019-06-26 06:12:46 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"crossbeam-epoch",
"crossbeam-utils",
2019-06-26 06:12:46 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "crossbeam-epoch"
version = "0.8.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 = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"autocfg 0.1.7",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "crossbeam-queue"
2019-12-27 15:51:30 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
dependencies = [
2020-01-30 17:14:20 +00:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
dependencies = [
2020-01-30 17:14:20 +00:00
"autocfg 0.1.7",
"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
[[package]]
name = "ena"
2019-10-17 15:06:01 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
dependencies = [
2020-01-30 17:14:20 +00:00
"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"
2019-11-13 13:25:37 +00:00
version = "0.2.8"
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 = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
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.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2019-07-20 17:04:34 +00:00
[[package]]
name = "format-buf"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53"
2019-07-20 17:04:34 +00:00
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"
2019-07-22 15:31:31 +00:00
version = "0.3.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 = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"byteorder",
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
]
[[package]]
name = "globset"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
dependencies = [
2020-01-30 17:14:20 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
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-02-17 14:19:55 +00:00
version = "0.1.7"
2019-10-31 14:31:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "e2c55f143919fbc0bc77e427fe2d74cf23786d7c1875666f2fde3ac3c659bb67"
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
]
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-02-06 15:44:43 +00:00
version = "1.3.2"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-06 15:44:43 +00:00
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-10-22 17:01:26 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"autocfg 1.0.0",
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"
2020-01-07 15:04:50 +00:00
version = "0.7.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 = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8"
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-01-27 14:52:34 +00:00
version = "0.13.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 = "8df742abee84dbf27d20869c9adf77b0d8f7ea3eead13c2c9e3998d136a97058"
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
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itertools"
2019-11-25 13:12:28 +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-01-30 17:14:20 +00:00
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff"
2019-08-21 07:31:33 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "join_to_string"
2019-01-09 16:14:21 +00:00
version = "0.1.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 = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f"
2018-09-18 22:10:19 +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
]
[[package]]
name = "lalrpop-intern"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0"
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"
2019-12-01 20:00:34 +00:00
version = "0.2.66"
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 = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
2018-09-18 22:10:19 +00:00
2019-01-21 22:28:57 +00:00
[[package]]
name = "linked-hash-map"
2019-03-25 11:12:03 +00:00
version = "0.5.2"
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 = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
2019-01-21 22:28:57 +00:00
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
2020-01-06 03:12:26 +00:00
version = "0.3.3"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
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"
2019-12-31 10:45:28 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b"
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-01-30 13:07:42 +00:00
version = "0.70.1"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d267f222864db3db63cf7e18493a2a5c84edab1f4e3c7211c9390ce033365210"
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
[[package]]
name = "memchr"
2020-02-17 14:19:55 +00:00
version = "2.3.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "53445de381a1f436797497c61d851644d0e8e88e6140f22872ad33a704933978"
2018-09-18 22:10:19 +00:00
[[package]]
name = "memoffset"
version = "0.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 = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
dependencies = [
2020-01-30 17:14:20 +00:00
"rustc_version",
]
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2019-11-27 23:05:49 +00:00
version = "0.6.21"
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 = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
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"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
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-01-16 22:34:01 +00:00
version = "1.12.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 = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
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
]
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2020-01-22 20:40:35 +00:00
version = "1.3.1"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
2019-05-07 17:54:33 +00:00
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
2019-11-26 08:29:20 +00:00
[[package]]
name = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
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"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
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"
2019-08-16 02:36:17 +00:00
version = "0.1.6"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
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"
2019-08-16 02:36:17 +00:00
version = "0.1.6"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
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"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
dependencies = [
2020-01-30 17:14:20 +00:00
"fixedbitset",
"ordermap",
]
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
2019-07-04 19:16:06 +00:00
[[package]]
name = "ppv-lite86"
2019-10-22 17:01:26 +00:00
version = "0.2.6"
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 = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-07-04 19:16:06 +00:00
2019-07-17 14:58:17 +00:00
[[package]]
name = "proc-macro-hack"
2019-10-17 17:27:05 +00:00
version = "0.5.11"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
2019-07-17 14:58:17 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2019-07-17 14:58:17 +00:00
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2020-01-22 20:40:35 +00:00
version = "1.0.8"
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 = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
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"
2019-08-18 18:33:31 +00:00
version = "1.0.2"
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 = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
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-01-30 17:14:20 +00:00
"either",
"format-buf",
"join_to_string",
"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",
"test_utils",
2019-02-03 18:26:35 +00:00
]
[[package]]
name = "ra_cargo_watch"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"cargo_metadata",
"crossbeam-channel",
"insta",
"jod-thread",
"log",
"lsp-types",
"parking_lot",
"serde_json",
]
[[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",
"relative-path",
"rustc-hash",
"salsa",
"test_utils",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"itertools",
"ra_syntax",
]
2018-11-28 00:42:26 +00:00
[[package]]
name = "ra_hir"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"either",
"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",
"itertools",
2020-01-30 17:14:20 +00:00
"log",
"once_cell",
"ra_arena",
"ra_cfg",
"ra_db",
"ra_hir_expand",
"ra_mbe",
"ra_prof",
"ra_syntax",
"ra_tt",
"rustc-hash",
"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",
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-rust-ir",
"chalk-solve",
"ena",
"insta",
"lalrpop-intern",
"log",
"ra_arena",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_prof",
"ra_syntax",
"rustc-hash",
"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",
"format-buf",
2020-02-18 13:57:41 +00:00
"fst",
2020-02-06 11:43:56 +00:00
"indexmap",
"insta",
"itertools",
"join_to_string",
"log",
"once_cell",
"ra_assists",
"ra_cfg",
"ra_db",
"ra_fmt",
"ra_hir",
"ra_ide_db",
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rand",
2020-02-18 13:57:41 +00:00
"rayon",
2020-02-06 11:43:56 +00:00
"rustc-hash",
2020-02-18 13:57:41 +00:00
"superslice",
2020-02-06 11:43:56 +00:00
"test_utils",
2020-02-18 13:57:41 +00:00
"unicase",
2020-02-06 11:43:56 +00:00
]
[[package]]
name = "ra_ide_db"
version = "0.1.0"
2019-01-08 19:33:36 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"either",
"format-buf",
"fst",
"indexmap",
"insta",
"itertools",
"join_to_string",
"log",
"once_cell",
"ra_cfg",
"ra_db",
"ra_fmt",
"ra_hir",
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rayon",
"rustc-hash",
"superslice",
"test_utils",
2020-02-18 13:57:41 +00:00
"unicase",
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
]
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",
"itertools",
"jemalloc-ctl",
"jemallocator",
"once_cell",
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",
"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",
"itertools",
"once_cell",
"ra_parser",
"ra_text_edit",
"rowan",
"rustc-hash",
"rustc_lexer",
"serde",
"smol_str",
"test_utils",
"walkdir",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "ra_text_edit"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"test_utils",
"text_unit",
]
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"
2019-11-26 08:45:12 +00:00
version = "0.5.2"
2019-02-18 13:43:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0"
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"
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 = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
2019-07-04 19:16:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"c2-chacha",
"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-02-01 17:19:02 +00:00
version = "1.3.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-01 17:19:02 +00:00
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
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-02-01 17:19:02 +00:00
version = "0.6.14"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-01 17:19:02 +00:00
checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
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-01-09 15:20:05 +00:00
version = "0.9.0"
2019-07-19 11:15:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c"
2018-10-02 14:07:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"rustc-hash",
"smol_str",
"text_unit",
"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",
"either",
"env_logger",
"globset",
"itertools",
"jod-thread",
"log",
"lsp-server",
"lsp-types",
"parking_lot",
"pico-args",
"ra_cargo_watch",
"ra_db",
"ra_hir",
"ra_hir_def",
"ra_hir_ty",
"ra_ide",
"ra_prof",
"ra_project_model",
"ra_syntax",
"ra_text_edit",
"ra_vfs",
"rand",
"relative-path",
"rustc-hash",
"serde",
"serde_json",
"tempfile",
"test_utils",
"threadpool",
"winapi 0.3.8",
]
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"
2019-09-06 10:48:06 +00:00
[[package]]
name = "rustc_lexer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
2019-09-06 10:48:06 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-xid",
2019-09-06 10:48:06 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"semver",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "ryu"
2019-10-17 15:06:01 +00:00
version = "1.0.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 = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
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
]
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
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"
2019-12-19 17:28:57 +00:00
version = "1.0.104"
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 = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
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"
2019-12-19 17:28:57 +00:00
version = "1.0.104"
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 = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
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-02-17 14:19:55 +00:00
version = "1.0.48"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
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"
version = "0.8.11"
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 = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
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-01-30 13:07:42 +00:00
version = "1.2.0"
2019-11-15 11:45:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
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 = "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-01-22 20:40:35 +00:00
version = "1.0.14"
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 = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
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
]
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
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "termios"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
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",
"serde_json",
"text_unit",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "text_unit"
2019-06-05 19:49:42 +00:00
version = "0.1.9"
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 = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579"
2018-09-18 22:10:19 +00:00
2019-11-25 13:12:28 +00:00
[[package]]
name = "thin-dst"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1"
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"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
dependencies = [
2020-01-30 17:14:20 +00:00
"num_cpus",
]
2020-02-18 13:57:41 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
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
]
2020-02-18 13:57:41 +00:00
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
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-01-12 01:16:35 +00:00
version = "0.1.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 = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
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"
2019-03-07 19:42:34 +00:00
version = "0.4.3"
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 = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
2019-01-21 22:28:57 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"linked-hash-map",
]