rust-analyzer/Cargo.lock

1713 lines
38 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.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-03-31 13:09:16 +00:00
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-31 13:09:16 +00:00
checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
[[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-03-26 13:41:53 +00:00
version = "0.3.46"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-26 13:41:53 +00:00
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
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"
2020-03-26 13:41:53 +00:00
version = "0.1.35"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-26 13:41:53 +00:00
checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
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-03-13 13:50:56 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 13:50:56 +00:00
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
dependencies = [
2020-01-30 17:14:20 +00:00
"memchr",
]
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-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "chalk-engine"
version = "0.9.0"
2020-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-macros",
"rustc-hash",
]
[[package]]
name = "chalk-ir"
version = "0.1.0"
2020-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-macros",
]
[[package]]
name = "chalk-macros"
version = "0.1.1"
2020-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
dependencies = [
2020-01-30 17:14:20 +00:00
"lazy_static",
]
[[package]]
name = "chalk-rust-ir"
version = "0.1.0"
2020-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
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-03-02 22:01:16 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=177d71340acc7a7204a33115fc63075d86452179#177d71340acc7a7204a33115fc63075d86452179"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-engine",
"chalk-ir",
"chalk-macros",
"chalk-rust-ir",
"ena",
2020-03-23 23:22:46 +00:00
"itertools 0.8.2",
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"
version = "0.10.0"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c"
2019-10-17 15:06:01 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"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"
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"
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
[[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"
2020-04-01 14:36:00 +00:00
version = "0.2.9"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-01 14:36:00 +00:00
checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
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-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-04-04 21:47:19 +00:00
version = "0.4.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-04 21:47:19 +00:00
checksum = "4eaf9ea41cc964d742f7fc7861db75d2d6e83a3ce0d897d5c6f8b621f015ddc8"
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.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",
]
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-03-31 13:09:16 +00:00
version = "0.1.10"
2019-10-31 14:31:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-31 13:09:16 +00:00
checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
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-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"
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"
version = "0.15.0"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de3f029212a3fe78a6090f1f2b993877ca245a9ded863f3fcbd6eae084fc1ed"
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
]
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-03-18 21:17:45 +00:00
version = "0.2.68"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 21:17:45 +00:00
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
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-03-09 14:17:16 +00:00
version = "0.73.0"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-09 14:17:16 +00:00
checksum = "93d0cf64ea141b43d9e055f6b9df13f0bce32b103d84237509ce0a571ab9b159"
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
[[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"
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"
2020-04-04 21:47:19 +00:00
version = "0.1.10"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-04 21:47:19 +00:00
checksum = "ab4fb1930692d1b6a9cfabdde3d06ea0a7d186518e2f4d67660d8970e2fa647a"
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-04-04 21:47:19 +00:00
version = "0.1.10"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-04 21:47:19 +00:00
checksum = "a62486e111e571b1e93b710b61e8f493c0013be39629b714cb166bdb06aa5a8a"
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"
2020-04-01 14:36:00 +00:00
version = "0.5.15"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-01 14:36:00 +00:00
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
2019-07-17 14:58:17 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2020-03-31 13:09:16 +00:00
version = "1.0.10"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-31 13:09:16 +00:00
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
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"
version = "1.0.3"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
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-23 23:22:46 +00:00
"itertools 0.9.0",
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",
"insta",
"jod-thread",
"log",
"lsp-types",
"serde_json",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
2020-03-23 23:22:46 +00:00
"itertools 0.9.0",
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-23 23:22:46 +00:00
"itertools 0.9.0",
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",
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",
"log",
"ra_arena",
"ra_db",
"ra_hir_def",
"ra_hir_expand",
"ra_prof",
"ra_syntax",
"rustc-hash",
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-23 23:22:46 +00:00
"itertools 0.9.0",
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",
"ra_proc_macro",
"ra_tt",
"serde",
"serde_derive",
"serde_json",
]
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",
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-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-23 23:22:46 +00:00
"itertools 0.9.0",
2020-01-30 17:14:20 +00:00
"once_cell",
"ra_parser",
"ra_text_edit",
"rowan",
"rustc-hash",
"rustc_lexer",
"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-01-30 17:14:20 +00:00
"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"
version = "0.5.3"
2019-02-18 13:43:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a265769d5e5655345a9fcbd870a1a7c3658558c0d8efaed79e0669358f46b8"
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-03-26 13:41:53 +00:00
version = "1.3.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-26 13:41:53 +00:00
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
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-03-13 13:50:56 +00:00
version = "0.6.17"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 13:50:56 +00:00
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
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-02-25 13:44:51 +00:00
version = "0.9.1"
2019-07-19 11:15:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 13:44:51 +00:00
checksum = "1ea7cadf87a9d8432e85cb4eb86bd2e765ace60c24ef86e79084dcae5d1c5a19"
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",
"env_logger",
"globset",
2020-03-23 23:22:46 +00:00
"itertools 0.9.0",
2020-02-18 11:33:16 +00:00
"jod-thread",
"log",
"lsp-server",
"lsp-types",
"parking_lot",
"pico-args",
"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_prof",
"ra_project_model",
"ra_syntax",
"ra_text_edit",
"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",
]
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 = "ryu"
2020-03-13 13:50:56 +00:00
version = "1.0.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 13:50:56 +00:00
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
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"
2020-04-04 21:47:19 +00:00
version = "1.0.106"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-04 21:47:19 +00:00
checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
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-04-04 21:47:19 +00:00
version = "1.0.106"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-04 21:47:19 +00:00
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
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-03-31 13:09:16 +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-03-31 13:09:16 +00:00
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
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 = "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-03-22 14:39:35 +00:00
version = "1.0.17"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-22 14:39:35 +00:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
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"
2020-02-26 20:33:16 +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-02-26 20:33:16 +00:00
checksum = "20431e104bfecc1a40872578dbc390e10290a0e9c35fffe3ce6f73c15a9dbfc2"
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"
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",
]
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-03-31 13:09:16 +00:00
version = "0.1.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-31 13:09:16 +00:00
checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
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",
]