rust-analyzer/Cargo.lock

2033 lines
88 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"
2019-08-03 20:48:10 +00:00
version = "0.7.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-07 21:42:24 +00:00
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "anyhow"
2019-11-25 13:12:28 +00:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "atty"
2019-07-22 15:31:31 +00:00
version = "0.2.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "backtrace"
2019-10-22 17:01:26 +00:00
version = "0.3.40"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-17 15:06:01 +00:00
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
"cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "base64"
2019-01-25 20:38:09 +00:00
version = "0.10.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-06-19 09:40:59 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "bit-set"
2019-03-25 11:12:03 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-03-25 11:12:03 +00:00
"bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bit-vec"
2019-03-25 11:12:03 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
[[package]]
name = "bstr"
2019-09-05 14:10:53 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "byteorder"
2019-06-19 09:40:59 +00:00
version = "1.3.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
2019-10-22 17:01:26 +00:00
version = "0.9.0"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-09-18 22:10:19 +00:00
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
version = "1.0.47"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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"
[[package]]
name = "chalk-derive"
version = "0.1.0"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-engine"
version = "0.9.0"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
2019-11-16 12:21:51 +00:00
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-ir"
version = "0.1.0"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
2019-11-16 12:21:51 +00:00
"chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-macros"
version = "0.1.1"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-rust-ir"
version = "0.1.0"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
2019-11-16 12:21:51 +00:00
"chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
]
[[package]]
name = "chalk-solve"
version = "0.1.0"
2019-11-16 12:21:51 +00:00
source = "git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478#a88cad7f0a69e05ba8f40b74c58a1c229c1b2478"
dependencies = [
2019-11-16 12:21:51 +00:00
"chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
2019-10-17 15:06:01 +00:00
"ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "chrono"
2019-11-25 13:12:28 +00:00
version = "0.4.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-23 19:15:35 +00:00
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-10 09:20:32 +00:00
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
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"
dependencies = [
2019-07-22 15:31:31 +00:00
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-10-17 15:06:01 +00:00
[[package]]
name = "console"
2019-11-05 15:38:50 +00:00
version = "0.9.1"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-29 13:49:10 +00:00
"termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "crossbeam-queue"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "derive-new"
2019-08-21 07:31:33 +00:00
version = "0.5.8"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-21 07:31:33 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-07 08:32:02 +00:00
]
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"
[[package]]
name = "drop_bomb"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-21 22:28:57 +00:00
[[package]]
name = "dtoa"
2019-05-04 20:40:40 +00:00
version = "0.4.4"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
[[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"
dependencies = [
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
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"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "flexi_logger"
version = "0.14.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-25 13:12:28 +00:00
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-25 11:12:03 +00:00
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-20 19:09:39 +00:00
"yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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"
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"
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-09 12:45:01 +00:00
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-06-19 09:40:59 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-02-04 17:55:52 +00:00
[[package]]
name = "fuchsia-cprng"
2019-02-06 15:04:48 +00:00
version = "0.1.1"
2019-02-04 17:55:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-04 19:16:06 +00:00
[[package]]
name = "getrandom"
2019-10-28 02:44:33 +00:00
version = "0.1.13"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2019-03-25 11:12:03 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "globset"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
2019-11-13 13:25:37 +00:00
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-31 14:31:59 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 18:34:31 +00:00
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indexmap"
2019-10-22 17:01:26 +00:00
version = "1.3.0"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-22 17:01:26 +00:00
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indicatif"
2019-11-05 15:38:50 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-05 15:38:50 +00:00
"console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "inotify"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
]
2019-01-14 13:27:08 +00:00
[[package]]
name = "insta"
2019-10-24 14:35:22 +00:00
version = "0.12.0"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-05 15:38:50 +00:00
"console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-14 13:27:08 +00:00
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-24 14:35:22 +00:00
"uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-02 14:48:14 +00:00
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "itoa"
2019-05-04 20:40:40 +00:00
version = "0.4.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-07-17 14:58:17 +00:00
"jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-16 02:36:17 +00:00
"paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
"cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-26 18:12:16 +00:00
"fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-07-17 14:58:17 +00:00
"jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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"
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"
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"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lalrpop-intern"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "libc"
2019-10-22 17:01:26 +00:00
version = "0.2.65"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-01-14 10:55:56 +00:00
[[package]]
name = "lsp-types"
2019-09-03 14:50:39 +00:00
version = "0.61.0"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-14 10:55:56 +00:00
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 18:34:31 +00:00
"serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-09-18 22:10:19 +00:00
[[package]]
name = "memchr"
2019-07-07 21:42:24 +00:00
version = "2.2.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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"
dependencies = [
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2019-05-30 09:02:30 +00:00
version = "0.6.19"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "mio-extras"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-30 09:02:30 +00:00
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "notify"
2019-10-17 15:06:01 +00:00
version = "4.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-06 14:05:12 +00:00
dependencies = [
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-09 12:45:01 +00:00
"fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-30 09:02:30 +00:00
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-22 15:31:31 +00:00
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num-integer"
2019-05-23 19:15:35 +00:00
version = "0.1.41"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "num-traits"
2019-11-25 13:12:28 +00:00
version = "0.2.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-05-23 19:15:35 +00:00
dependencies = [
2019-10-22 17:01:26 +00:00
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num_cpus"
2019-11-13 13:25:37 +00:00
version = "1.11.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-31 14:31:59 +00:00
"hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "number_prefix"
2019-10-17 15:06:01 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2019-09-26 19:08:44 +00:00
version = "1.2.0"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-14 16:21:50 +00:00
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-22 15:31:31 +00:00
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parking_lot_core"
2019-07-22 15:31:31 +00:00
version = "0.6.2"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +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"
dependencies = [
2019-08-16 02:36:17 +00:00
"paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 17:27:05 +00:00
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-17 17:27:05 +00:00
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:33:31 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
[[package]]
name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-09-10 10:31:40 +00:00
[[package]]
name = "pico-args"
2019-10-02 14:58:15 +00:00
version = "0.3.0"
2019-09-10 10:31:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:33:31 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-17 14:58:17 +00:00
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2019-10-22 17:01:26 +00:00
version = "1.0.6"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proptest"
2019-06-19 09:40:59 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-03-25 11:12:03 +00:00
"bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-19 09:40:59 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 19:11:51 +00:00
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-11 12:46:35 +00:00
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 19:11:51 +00:00
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-10-17 15:06:01 +00:00
[[package]]
name = "psm"
2019-11-05 15:38:50 +00:00
version = "0.1.6"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
]
[[package]]
name = "quick-error"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
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 = [
2019-07-20 17:04:34 +00:00
"format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-03 18:26:35 +00:00
"join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_db 0.1.0",
"ra_fmt 0.1.0",
2019-02-03 18:26:35 +00:00
"ra_hir 0.1.0",
"ra_syntax 0.1.0",
"ra_text_edit 0.1.0",
"test_utils 0.1.0",
]
2019-02-05 21:54:17 +00:00
[[package]]
name = "ra_batch"
version = "0.1.0"
dependencies = [
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-05 21:54:17 +00:00
"ra_db 0.1.0",
"ra_hir 0.1.0",
2019-06-15 13:29:23 +00:00
"ra_ide_api 0.1.0",
2019-02-09 12:06:12 +00:00
"ra_project_model 0.1.0",
"ra_vfs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_vfs_glob 0.1.0",
2019-02-05 21:54:17 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ra_cfg"
version = "0.1.0"
dependencies = [
"ra_mbe 0.1.0",
"ra_syntax 0.1.0",
"ra_tt 0.1.0",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_cli"
version = "0.1.0"
dependencies = [
"flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-05 15:38:50 +00:00
"indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-02 14:58:15 +00:00
"pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_batch 0.1.0",
"ra_db 0.1.0",
"ra_hir 0.1.0",
"ra_ide_api 0.1.0",
2019-04-02 14:52:04 +00:00
"ra_prof 0.1.0",
2018-09-18 22:10:19 +00:00
"ra_syntax 0.1.0",
]
[[package]]
name = "ra_db"
version = "0.1.0"
dependencies = [
"ra_cfg 0.1.0",
"ra_prof 0.1.0",
"ra_syntax 0.1.0",
2019-10-15 14:44:26 +00:00
"relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"salsa 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
"test_utils 0.1.0",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_syntax 0.1.0",
]
2018-11-28 00:42:26 +00:00
[[package]]
name = "ra_hir"
version = "0.1.0"
dependencies = [
2019-10-17 15:06:01 +00:00
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-16 12:21:51 +00:00
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
"chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)",
2019-10-17 15:06:01 +00:00
"ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-24 14:35:22 +00:00
"insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-26 19:08:44 +00:00
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-15 19:07:11 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 13:15:50 +00:00
"ra_arena 0.1.0",
"ra_cfg 0.1.0",
2018-11-28 00:42:26 +00:00
"ra_db 0.1.0",
2019-10-30 09:27:54 +00:00
"ra_hir_def 0.1.0",
2019-10-29 11:59:55 +00:00
"ra_hir_expand 0.1.0",
2019-01-31 18:09:43 +00:00
"ra_mbe 0.1.0",
2019-04-02 14:52:04 +00:00
"ra_prof 0.1.0",
2018-11-28 00:42:26 +00:00
"ra_syntax 0.1.0",
2019-01-31 18:09:43 +00:00
"ra_tt 0.1.0",
2018-11-28 00:42:26 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"test_utils 0.1.0",
]
2019-10-30 09:27:54 +00:00
[[package]]
name = "ra_hir_def"
version = "0.1.0"
dependencies = [
2019-11-03 20:35:48 +00:00
"insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-30 09:27:54 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-30 13:12:55 +00:00
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-30 09:27:54 +00:00
"ra_arena 0.1.0",
2019-10-30 13:12:55 +00:00
"ra_cfg 0.1.0",
2019-10-30 09:27:54 +00:00
"ra_db 0.1.0",
2019-10-30 10:10:38 +00:00
"ra_hir_expand 0.1.0",
2019-10-30 13:12:55 +00:00
"ra_mbe 0.1.0",
2019-10-30 09:27:54 +00:00
"ra_prof 0.1.0",
"ra_syntax 0.1.0",
2019-10-30 13:12:55 +00:00
"ra_tt 0.1.0",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"test_utils 0.1.0",
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 = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 08:15:51 +00:00
"ra_arena 0.1.0",
"ra_db 0.1.0",
"ra_mbe 0.1.0",
"ra_parser 0.1.0",
"ra_prof 0.1.0",
2019-10-29 08:15:51 +00:00
"ra_syntax 0.1.0",
"ra_tt 0.1.0",
2019-10-29 08:15:51 +00:00
]
2019-01-08 19:33:36 +00:00
[[package]]
name = "ra_ide_api"
version = "0.1.0"
dependencies = [
2019-07-20 17:04:34 +00:00
"format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-22 15:31:31 +00:00
"fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-24 14:35:22 +00:00
"insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-25 16:50:59 +00:00
"join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-14 11:59:02 +00:00
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-19 09:40:59 +00:00
"proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-03 18:26:35 +00:00
"ra_assists 0.1.0",
"ra_cfg 0.1.0",
2019-01-08 19:33:36 +00:00
"ra_db 0.1.0",
2019-03-21 18:51:42 +00:00
"ra_fmt 0.1.0",
2019-01-08 19:33:36 +00:00
"ra_hir 0.1.0",
2019-04-14 20:28:10 +00:00
"ra_prof 0.1.0",
2019-01-08 19:33:36 +00:00
"ra_syntax 0.1.0",
"ra_text_edit 0.1.0",
2019-09-30 19:05:46 +00:00
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-21 13:40:33 +00:00
"rayon 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
"test_utils 0.1.0",
2019-11-13 13:25:37 +00:00
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_lsp_server"
version = "0.1.0"
dependencies = [
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:18:57 +00:00
"jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-03 14:50:39 +00:00
"lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-15 19:07:11 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
"ra_ide_api 0.1.0",
2019-04-02 14:52:04 +00:00
"ra_prof 0.1.0",
"ra_project_model 0.1.0",
2018-09-18 22:10:19 +00:00
"ra_syntax 0.1.0",
"ra_text_edit 0.1.0",
"ra_vfs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_vfs_glob 0.1.0",
2019-10-15 14:44:26 +00:00
"relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-31 18:37:32 +00:00
"test_utils 0.1.0",
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +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 = [
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-23 11:07:29 +00:00
"ra_parser 0.1.0",
2019-01-31 18:29:04 +00:00
"ra_syntax 0.1.0",
2019-01-31 18:09:43 +00:00
"ra_tt 0.1.0",
2019-01-31 10:59:39 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-15 11:45:58 +00:00
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"test_utils 0.1.0",
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 = [
"drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-03-27 15:09:51 +00:00
[[package]]
name = "ra_prof"
version = "0.1.0"
dependencies = [
2019-10-22 17:01:26 +00:00
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-17 14:58:17 +00:00
"jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-26 19:08:44 +00:00
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 15:09:51 +00:00
]
[[package]]
name = "ra_project_model"
version = "0.1.0"
dependencies = [
2019-10-22 17:01:26 +00:00
"cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_arena 0.1.0",
"ra_cfg 0.1.0",
"ra_db 0.1.0",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_syntax"
version = "0.1.0"
dependencies = [
2019-10-17 15:06:01 +00:00
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-26 19:08:44 +00:00
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-21 10:37:32 +00:00
"ra_parser 0.1.0",
"ra_text_edit 0.1.0",
2019-11-25 13:12:28 +00:00
"rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-06 10:48:06 +00:00
"rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-14 10:58:38 +00:00
"smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"test_utils 0.1.0",
2019-07-22 15:31:31 +00:00
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "ra_text_edit"
version = "0.1.0"
dependencies = [
2019-06-19 09:40:59 +00:00
"proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
"test_utils 0.1.0",
2019-06-05 19:49:42 +00:00
"text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-01-31 18:09:43 +00:00
[[package]]
name = "ra_tt"
version = "0.1.0"
dependencies = [
2019-10-09 11:48:50 +00:00
"smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-31 18:09:43 +00:00
]
2018-12-18 09:29:14 +00:00
[[package]]
name = "ra_vfs"
version = "0.5.1"
2019-02-18 13:43:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-12-18 09:29:14 +00:00
dependencies = [
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-21 07:31:33 +00:00
"jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-19 10:21:34 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-15 14:44:26 +00:00
"relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 09:29:14 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-22 15:31:31 +00:00
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 09:29:14 +00:00
]
[[package]]
name = "ra_vfs_glob"
version = "0.1.0"
dependencies = [
"globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_vfs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand"
2019-02-04 17:55:52 +00:00
version = "0.6.5"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 19:31:13 +00:00
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-06 11:56:18 +00:00
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 13:38:05 +00:00
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-04 20:40:40 +00:00
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-05 15:26:36 +00:00
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-27 13:58:13 +00:00
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 19:31:13 +00:00
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 13:38:05 +00:00
]
2019-07-04 19:16:06 +00:00
[[package]]
name = "rand"
2019-09-30 19:05:46 +00:00
version = "0.7.2"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-28 02:44:33 +00:00
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-24 14:35:22 +00:00
"rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand_chacha"
2019-01-04 19:31:13 +00:00
version = "0.1.1"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-25 20:38:09 +00:00
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2019-01-25 20:38:09 +00:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-06 11:56:18 +00:00
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-07 08:32:02 +00:00
]
[[package]]
name = "rand_core"
2019-08-06 11:56:18 +00:00
version = "0.4.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-10-28 02:44:33 +00:00
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-04 17:55:52 +00:00
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 13:38:05 +00:00
]
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"
dependencies = [
2019-08-30 17:23:28 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-01-25 20:38:09 +00:00
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 13:38:05 +00:00
]
2019-02-04 17:55:52 +00:00
[[package]]
name = "rand_jitter"
2019-05-04 20:40:40 +00:00
version = "0.1.4"
2019-02-04 17:55:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-06 11:56:18 +00:00
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 17:55:52 +00:00
]
2019-01-04 19:31:13 +00:00
[[package]]
name = "rand_os"
2019-03-05 15:26:36 +00:00
version = "0.1.3"
2019-01-04 19:31:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-06 15:04:48 +00:00
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-06 11:56:18 +00:00
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:30:32 +00:00
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 19:31:13 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand_pcg"
2019-02-27 13:58:13 +00:00
version = "0.1.2"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-06 11:56:18 +00:00
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-08-30 17:23:28 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 19:16:06 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
name = "rand_xorshift"
2019-01-04 19:31:13 +00:00
version = "0.1.1"
2018-12-18 13:38:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-04 17:55:52 +00:00
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-12-18 13:38:05 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rayon"
2019-11-21 13:40:33 +00:00
version = "1.2.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-02 14:48:14 +00:00
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-21 13:40:33 +00:00
"rayon-core 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
2019-11-21 13:40:33 +00:00
version = "1.6.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-21 13:40:33 +00:00
"crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-01-08 19:30:32 +00:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-01-25 20:38:09 +00:00
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:30:32 +00:00
]
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"
[[package]]
name = "regex"
2019-09-05 14:10:53 +00:00
version = "1.3.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-03 20:48:10 +00:00
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-07 21:42:24 +00:00
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
2019-09-05 14:10:53 +00:00
version = "0.6.12"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[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"
[[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"
dependencies = [
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-08-18 18:44:24 +00:00
[[package]]
name = "ron"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:44:24 +00:00
]
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
2019-11-25 13:12:28 +00:00
version = "0.7.1"
2019-07-19 11:15:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-10-02 14:07:12 +00:00
dependencies = [
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-09 11:48:50 +00:00
"smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-05 19:49:42 +00:00
"text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-02 14:07:12 +00:00
]
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"
[[package]]
name = "rustc-hash"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-06-19 09:40:59 +00:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[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"
2018-10-07 08:32:02 +00:00
[[package]]
name = "salsa"
version = "0.13.2"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-10-07 08:32:02 +00:00
dependencies = [
"crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-21 07:31:33 +00:00
"derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-31 14:05:00 +00:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:18:48 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-07 08:32:02 +00:00
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-01-17 11:11:00 +00:00
[[package]]
name = "salsa-macros"
version = "0.13.2"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-17 11:11:00 +00:00
dependencies = [
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-22 13:42:05 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-17 11:11:00 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "same-file"
2019-07-22 15:31:31 +00:00
version = "1.0.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-02-04 17:55:52 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-05-04 20:40:40 +00:00
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
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"
[[package]]
name = "serde"
2019-11-25 13:12:28 +00:00
version = "1.0.103"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-25 13:12:28 +00:00
"serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_derive"
2019-11-25 13:12:28 +00:00
version = "1.0.103"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:33:31 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
2019-11-25 13:12:28 +00:00
version = "1.0.42"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-04 20:40:40 +00:00
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 15:06:01 +00:00
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:33:31 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-13 13:25:37 +00:00
"syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-05-04 20:40:40 +00:00
"dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-25 11:12:03 +00:00
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-07 19:42:34 +00:00
"yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "smallvec"
version = "0.6.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
2019-11-15 11:45:58 +00:00
[[package]]
name = "smallvec"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
dependencies = [
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "stacker"
2019-10-17 15:06:01 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-05 15:38:50 +00:00
"psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
2019-11-13 13:25:37 +00:00
version = "1.0.8"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:33:31 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
2019-09-30 19:05:46 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-30 19:05:46 +00:00
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-19 09:40:59 +00:00
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
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 = [
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-05 19:49:42 +00:00
"text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
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"
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-30 17:23:28 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
dependencies = [
2019-11-13 13:25:37 +00:00
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "time"
2019-01-10 09:20:32 +00:00
version = "0.1.42"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-22 17:01:26 +00:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-01-03 17:45:29 +00:00
[[package]]
name = "unicase"
2019-11-13 13:25:37 +00:00
version = "2.6.0"
2019-01-03 17:45:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-13 13:25:37 +00:00
"version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-03 17:45:29 +00:00
]
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"
dependencies = [
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-normalization"
2019-11-25 13:12:28 +00:00
version = "0.1.11"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-23 11:48:57 +00:00
dependencies = [
2019-11-25 13:12:28 +00:00
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
[[package]]
name = "unicode-width"
2019-08-21 07:31:33 +00:00
version = "0.1.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2018-09-18 22:10:19 +00:00
[[package]]
2019-08-17 18:34:31 +00:00
name = "url"
version = "2.1.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-17 18:34:31 +00:00
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-02-04 19:11:51 +00:00
[[package]]
name = "uuid"
2019-10-24 14:35:22 +00:00
version = "0.8.1"
2019-02-04 19:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-24 14:35:22 +00:00
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 19:11:51 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "version_check"
2019-11-13 13:25:37 +00:00
version = "0.9.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "walkdir"
2019-07-22 15:31:31 +00:00
version = "2.2.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-22 15:31:31 +00:00
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-04 17:55:52 +00:00
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "wasi"
2019-09-30 19:05:46 +00:00
version = "0.7.0"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
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"
[[package]]
name = "winapi-util"
2019-02-04 17:55:52 +00:00
version = "0.1.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-30 17:23:28 +00:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
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"
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"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-10-17 16:36:55 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
2019-11-25 13:12:28 +00:00
"anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 16:36:55 +00:00
"pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-22 17:01:26 +00:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 16:36:55 +00:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-25 13:12:28 +00:00
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-17 16:36:55 +00:00
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
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"
dependencies = [
2019-03-25 11:12:03 +00:00
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-21 22:28:57 +00:00
]
2019-06-20 19:09:39 +00:00
[[package]]
name = "yansi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-09-18 22:10:19 +00:00
[metadata]
2019-08-03 20:48:10 +00:00
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
2019-11-25 13:12:28 +00:00
"checksum anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1072d8f55592084072d2d3cb23a4b680a8543c00f10d446118e85ad3718142"
2019-10-17 15:06:01 +00:00
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-07-22 15:31:31 +00:00
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
2019-10-22 17:01:26 +00:00
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
2019-10-17 15:06:01 +00:00
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
2019-01-25 20:38:09 +00:00
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2019-03-25 11:12:03 +00:00
"checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80"
"checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
2019-10-17 15:06:01 +00:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-09-05 14:10:53 +00:00
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
2019-06-19 09:40:59 +00:00
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
2019-10-22 17:01:26 +00:00
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
"checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d"
"checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8"
2019-09-30 19:05:46 +00:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-11-16 12:21:51 +00:00
"checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>"
2019-11-25 13:12:28 +00:00
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
2019-08-30 17:23:28 +00:00
"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
2018-09-18 22:10:19 +00:00
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-11-05 15:38:50 +00:00
"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
"checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
"checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
"checksum crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dfd6515864a82d2f877b42813d4553292c6659498c9a2aa31bab5a15243c2700"
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
2019-08-21 07:31:33 +00:00
"checksum derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
2018-09-18 22:10:19 +00:00
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
"checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
2019-05-04 20:40:40 +00:00
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
2019-10-02 14:48:14 +00:00
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-10-17 15:06:01 +00:00
"checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
2019-08-30 17:23:28 +00:00
"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-11-13 13:25:37 +00:00
"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
"checksum flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a13ea6b8a4debecf47bf3966d56db0e21366bc3a3649ba159e1a9e6fdd36a4f4"
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2019-07-20 17:04:34 +00:00
"checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53"
2019-01-26 18:12:16 +00:00
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
2019-05-09 12:45:01 +00:00
"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2019-07-22 15:31:31 +00:00
"checksum fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
2019-02-06 15:04:48 +00:00
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2018-09-18 22:10:19 +00:00
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-10-28 02:44:33 +00:00
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
2019-03-25 11:12:03 +00:00
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
2018-12-18 09:29:14 +00:00
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-10-31 14:31:59 +00:00
"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
2019-08-17 18:34:31 +00:00
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-10-22 17:01:26 +00:00
"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
2019-11-05 15:38:50 +00:00
"checksum indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487"
2019-01-06 14:05:12 +00:00
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
2019-10-24 14:35:22 +00:00
"checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349"
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-11-25 13:12:28 +00:00
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
2019-05-04 20:40:40 +00:00
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
2019-07-17 14:58:17 +00:00
"checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
"checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
"checksum jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
2019-08-21 07:31:33 +00:00
"checksum jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff"
2019-01-09 16:14:21 +00:00
"checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f"
2019-01-06 14:05:12 +00:00
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0"
2019-08-30 17:23:28 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-06 14:05:12 +00:00
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-10-22 17:01:26 +00:00
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
2019-03-25 11:12:03 +00:00
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
2019-07-14 16:21:50 +00:00
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
2019-07-31 14:05:00 +00:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba36405bd742139ab79c246ca5adb7fde2fe1a0f495e2c8e2f607b607dedb12"
2019-09-03 14:50:39 +00:00
"checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf"
2018-09-18 22:10:19 +00:00
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-07-07 21:42:24 +00:00
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
2019-05-30 09:02:30 +00:00
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
2019-01-06 14:05:12 +00:00
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2019-10-17 15:06:01 +00:00
"checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b"
2019-05-23 19:15:35 +00:00
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
2019-11-25 13:12:28 +00:00
"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
2019-11-13 13:25:37 +00:00
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
2019-10-17 15:06:01 +00:00
"checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
2019-09-26 19:08:44 +00:00
"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
2019-07-14 16:21:50 +00:00
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2019-07-22 15:31:31 +00:00
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2019-08-16 02:36:17 +00:00
"checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
2019-08-17 18:34:31 +00:00
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
2019-10-02 14:58:15 +00:00
"checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667"
2019-10-22 17:01:26 +00:00
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-10-17 17:27:05 +00:00
"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
2019-10-22 17:01:26 +00:00
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
2019-06-19 09:40:59 +00:00
"checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
2019-11-05 15:38:50 +00:00
"checksum psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b14fc68b454f875abc8354c2555e1d56596f74833ddc0f77f87f4871ed6a30e0"
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2019-08-18 18:33:31 +00:00
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
"checksum ra_vfs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a95d3d1edc70a98d9e42f145bc92c2071dfdc532571591c9eac407c0e4feb89"
2019-02-04 17:55:52 +00:00
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-09-30 19:05:46 +00:00
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
2019-01-04 19:31:13 +00:00
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
2019-01-25 20:38:09 +00:00
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-08-06 11:56:18 +00:00
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-08-30 17:23:28 +00:00
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2018-12-18 13:38:05 +00:00
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-07-04 19:16:06 +00:00
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-12-18 13:38:05 +00:00
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-05-04 20:40:40 +00:00
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-03-05 15:26:36 +00:00
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-02-27 13:58:13 +00:00
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-10-24 14:35:22 +00:00
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-01-04 19:31:13 +00:00
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-11-21 13:40:33 +00:00
"checksum rayon 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43739f8831493b276363637423d3622d4bd6394ab6f0a9c4a552e208aeb7fddd"
"checksum rayon-core 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8bf17de6f23b05473c437eb958b9c850bfc8af0961fe17b4cc92d5a627b4791"
2019-01-08 19:30:32 +00:00
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-07-04 21:52:22 +00:00
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-09-05 14:10:53 +00:00
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
2019-10-15 14:44:26 +00:00
"checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954"
2019-06-19 09:40:59 +00:00
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2019-08-18 18:44:24 +00:00
"checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5"
2019-11-25 13:12:28 +00:00
"checksum rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca620bbf9c48c92b5cef19f96354a309ac36b7d8ef7c591e66117335c8b1988b"
2019-08-15 12:58:08 +00:00
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
2019-09-06 10:48:06 +00:00
"checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
2018-09-18 22:10:19 +00:00
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-10-17 15:06:01 +00:00
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
"checksum salsa 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec0865bdd9d8e614686a0cbb76979c735810131d287eb1683e91e4e64a58c387"
"checksum salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cac182212d3a1db75ddc42399ff1461b258a694b8318ee7e0baf6c976e39efee"
2019-07-22 15:31:31 +00:00
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
2019-05-04 20:40:40 +00:00
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
2018-09-18 22:10:19 +00:00
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-11-25 13:12:28 +00:00
"checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
"checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0"
"checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043"
2019-08-17 18:34:31 +00:00
"checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
"checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
2019-01-06 14:05:12 +00:00
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
2019-11-15 11:45:58 +00:00
"checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"
2019-10-09 11:48:50 +00:00
"checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b"
2019-10-17 15:06:01 +00:00
"checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a"
2019-02-12 16:03:28 +00:00
"checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
2019-11-13 13:25:37 +00:00
"checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92"
2019-07-04 21:52:22 +00:00
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2019-01-14 13:27:08 +00:00
"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
2019-06-05 19:49:42 +00:00
"checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579"
2019-11-25 13:12:28 +00:00
"checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1"
2018-09-18 22:10:19 +00:00
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
2019-01-10 09:20:32 +00:00
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
2019-11-13 13:25:37 +00:00
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2018-09-18 22:10:19 +00:00
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-11-25 13:12:28 +00:00
"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
2019-11-13 13:25:37 +00:00
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-08-21 07:31:33 +00:00
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
2019-08-15 12:58:08 +00:00
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-08-17 18:34:31 +00:00
"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
2019-10-24 14:35:22 +00:00
"checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
2019-11-13 13:25:37 +00:00
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2019-07-22 15:31:31 +00:00
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
2019-09-30 19:05:46 +00:00
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
2019-01-06 14:05:12 +00:00
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-08-30 17:23:28 +00:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-01-06 14:05:12 +00:00
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-09-18 22:10:19 +00:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-02-04 17:55:52 +00:00
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
2018-09-18 22:10:19 +00:00
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-06 14:05:12 +00:00
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-03-07 19:42:34 +00:00
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
2019-06-20 19:09:39 +00:00
"checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"