rust-analyzer/Cargo.lock

2026 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 = "arrayvec"
2019-07-14 16:21:50 +00:00
version = "0.4.11"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-12-18 09:29:14 +00:00
"nodrop 0.1.13 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-21 07:31:33 +00:00
version = "0.1.6"
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-09-05 14:10:53 +00:00
version = "0.3.37"
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
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"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-07-22 15:31:31 +00:00
version = "0.1.31"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-06 10:48:06 +00:00
"cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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-06-07 06:44:28 +00:00
version = "1.1.0"
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"
version = "0.2.2"
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)",
2019-07-04 19:16:06 +00:00
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
2019-08-17 10:51:22 +00:00
version = "0.8.2"
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-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
2019-09-06 10:48:06 +00:00
version = "1.0.42"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
2019-05-23 19:15:35 +00:00
version = "0.1.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chalk-engine"
version = "0.9.0"
2019-09-04 11:04:01 +00:00
source = "git+https://github.com/rust-lang/chalk.git#5c6cea8bc02c8bc282223aa12528648b5cd0b6e4"
dependencies = [
2019-07-14 20:11:04 +00:00
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-ir"
version = "0.1.0"
2019-09-04 11:04:01 +00:00
source = "git+https://github.com/rust-lang/chalk.git#5c6cea8bc02c8bc282223aa12528648b5cd0b6e4"
dependencies = [
2019-07-14 20:11:04 +00:00
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
"lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "chalk-macros"
version = "0.1.1"
2019-09-04 11:04:01 +00:00
source = "git+https://github.com/rust-lang/chalk.git#5c6cea8bc02c8bc282223aa12528648b5cd0b6e4"
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-09-04 11:04:01 +00:00
source = "git+https://github.com/rust-lang/chalk.git#5c6cea8bc02c8bc282223aa12528648b5cd0b6e4"
dependencies = [
2019-07-14 20:11:04 +00:00
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
]
[[package]]
name = "chalk-solve"
version = "0.1.0"
2019-09-04 11:04:01 +00:00
source = "git+https://github.com/rust-lang/chalk.git#5c6cea8bc02c8bc282223aa12528648b5cd0b6e4"
dependencies = [
2019-07-14 20:11:04 +00:00
"chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
"chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
2019-08-21 07:31:33 +00:00
"derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"itertools 0.8.0 (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-09-05 14:10:53 +00:00
version = "0.4.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.8 (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
]
[[package]]
name = "clap"
2019-04-12 20:35:12 +00:00
version = "2.33.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-06-07 06:44:28 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-12 20:35:12 +00:00
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-21 07:31:33 +00:00
"unicode-width 0.1.6 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
2019-08-29 13:49:10 +00:00
[[package]]
name = "console"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-30 17:23:28 +00:00
"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-08-29 13:49:10 +00:00
"libc 0.2.62 (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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "crossbeam-epoch"
version = "0.7.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-14 16:21:50 +00:00
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (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.1 (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]]
2019-06-19 09:40:59 +00:00
name = "crossbeam-queue"
version = "0.1.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.6.6 (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 = "crossbeam-utils"
version = "0.6.6"
2018-12-18 09:29:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (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)",
2018-12-18 09:29:14 +00:00
]
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-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-08-30 17:23:28 +00:00
"syn 1.0.5 (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-04-05 14:14:02 +00:00
version = "1.5.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ena"
2019-06-20 19:09:39 +00:00
version = "0.13.0"
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"
2018-09-18 22:10:19 +00:00
[[package]]
name = "failure"
2019-01-04 19:31:13 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-04 19:31:13 +00:00
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "failure_derive"
2019-01-04 19:31:13 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-09 12:45:01 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"synstructure 0.10.2 (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 = "filetime"
2019-09-05 14:10:53 +00:00
version = "0.2.7"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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"
2019-08-30 17:23:28 +00:00
version = "0.14.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"chrono 0.4.9 (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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (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-08-30 17:23:28 +00:00
version = "0.1.11"
2019-07-04 19:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-31 14:05:00 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasi 0.5.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-05-23 19:15:35 +00:00
"unicode-segmentation 1.3.0 (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)",
"unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indexmap"
2019-08-21 07:31:33 +00:00
version = "1.1.0"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "indicatif"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"console 0.8.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)",
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"parking_lot 0.9.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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-29 13:49:10 +00:00
version = "0.11.0"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-29 13:49:10 +00:00
"console 0.8.0 (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-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-04 20:40:40 +00:00
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 14:14:02 +00:00
"uuid 0.7.4 (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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-06 14:05:12 +00:00
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itertools"
version = "0.8.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-04-05 14:14:02 +00:00
"either 1.5.2 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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 = [
2019-09-06 10:48:06 +00:00
"cc 1.0.42 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-15 12:58:08 +00:00
version = "0.2.62"
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-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
2019-08-30 17:18:57 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.40 (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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"serde_json 1.0.40 (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 = "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.1"
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.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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 = "nodrop"
2018-12-18 09:29:14 +00:00
version = "0.1.13"
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 = "notify"
2019-09-05 14:10:53 +00:00
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-06 14:05:12 +00:00
dependencies = [
2019-06-07 06:44:28 +00:00
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"filetime 0.2.7 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-21 07:31:33 +00:00
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "num-traits"
2019-05-23 19:15:35 +00:00
version = "0.2.8"
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-08-21 07:31:33 +00:00
"autocfg 0.1.6 (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-06-19 09:40:59 +00:00
version = "1.10.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "number_prefix"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-23 19:15:35 +00:00
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2019-09-05 14:10:53 +00:00
version = "1.0.2"
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 = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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.10 (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-08-15 12:58:08 +00:00
"proc-macro-hack 0.5.9 (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-08-15 12:58:08 +00:00
"proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-30 17:23:28 +00:00
"syn 1.0.5 (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-07-04 19:16:06 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-17 14:58:17 +00:00
[[package]]
name = "proc-macro-hack"
2019-08-15 12:58:08 +00:00
version = "0.5.9"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-30 17:23:28 +00:00
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-17 14:58:17 +00:00
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "proc-macro2"
2019-05-09 12:45:01 +00:00
version = "0.4.30"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (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 = "proc-macro2"
2019-09-05 14:10:53 +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 = [
"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-06-07 06:44:28 +00:00
"bitflags 1.1.0 (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-05-23 19:15:35 +00:00
"num-traits 0.2.8 (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)",
]
[[package]]
name = "quick-error"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-09-18 22:10:19 +00:00
[[package]]
name = "quote"
2019-07-14 16:21:50 +00:00
version = "0.6.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-09 12:45:01 +00:00
"proc-macro2 0.4.30 (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 = "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-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-14 16:21:50 +00:00
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-20 17:04:34 +00:00
"format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (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)",
2019-09-05 14:10:53 +00:00
"once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-02-03 18:26:35 +00:00
"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 = [
2019-08-25 10:04:56 +00:00
"crossbeam-channel 0.3.9 (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",
2019-09-06 13:25:24 +00:00
"ra_vfs 0.4.0 (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)",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "ra_cli"
version = "0.1.0"
dependencies = [
2019-04-12 20:35:12 +00:00
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
"indicatif 0.11.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_prof 0.1.0",
"ra_syntax 0.1.0",
"relative-path 0.4.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-08-15 12:18:48 +00:00
"salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ra_fmt"
version = "0.1.0"
dependencies = [
"itertools 0.8.0 (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-07-14 16:21:50 +00:00
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 20:11:04 +00:00
"chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
"chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
2019-06-20 19:09:39 +00:00
"ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-29 13:49:10 +00:00
"insta 0.11.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-05 14:10:53 +00:00
"once_cell 1.0.2 (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",
2018-11-28 00:42:26 +00:00
"ra_db 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
"relative-path 0.4.0 (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
"test_utils 0.1.0",
]
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-08-29 13:49:10 +00:00
"insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
"itertools 0.8.0 (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-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",
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-07-04 19:16:06 +00:00
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-08 19:33:36 +00:00
"relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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-09-05 14:10:53 +00:00
"unicase 2.5.1 (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.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 17:23:28 +00:00
"flexi_logger 0.14.3 (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)",
2019-08-30 17:18:57 +00:00
"lsp-server 0.2.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",
2019-09-06 13:25:24 +00:00
"ra_vfs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_vfs_glob 0.1.0",
"relative-path 0.4.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-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"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 = [
"itertools 0.8.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-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-06-19 09:40:59 +00:00
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
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-09-05 14:10:53 +00:00
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-21 21:00:58 +00:00
"itertools 0.8.0 (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-05 14:10:53 +00:00
"once_cell 1.0.2 (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-08-17 10:51:22 +00:00
"cargo_metadata 0.8.2 (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_db 0.1.0",
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"serde_json 1.0.40 (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 = [
"itertools 0.8.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-08-03 20:48:10 +00:00
"rowan 0.6.2 (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-07-07 21:29:38 +00:00
"smol_str 0.1.12 (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)",
]
[[package]]
name = "ra_tools"
version = "0.1.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-18 18:44:24 +00:00
"ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-18 18:54:51 +00:00
"serde 1.0.99 (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-01-31 18:09:43 +00:00
[[package]]
name = "ra_tt"
version = "0.1.0"
dependencies = [
2019-07-07 21:29:38 +00:00
"smol_str 0.1.12 (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"
2019-09-06 13:25:24 +00:00
version = "0.4.0"
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.3.9 (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-09-05 14:10:53 +00:00
"notify 4.0.13 (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)",
2018-12-18 09:29:14 +00:00
"relative-path 0.4.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-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)",
2019-09-06 13:25:24 +00:00
"ra_vfs 0.4.0 (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-08-21 07:31:33 +00:00
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-30 17:23:28 +00:00
"getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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)",
"rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
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-08-21 07:31:33 +00:00
"autocfg 0.1.6 (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 = [
"c2-chacha 0.2.2 (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-08-30 17:23:28 +00:00
"getrandom 0.1.11 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-08-21 07:31:33 +00:00
"autocfg 0.1.6 (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"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-21 07:31:33 +00:00
"autocfg 0.1.6 (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
]
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-09-05 14:10:53 +00:00
version = "1.2.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 14:14:02 +00:00
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-05 14:10:53 +00:00
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
2019-09-05 14:10:53 +00:00
version = "1.6.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-19 09:40:59 +00:00
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.6.6 (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-06-19 09:40:59 +00:00
"num_cpus 1.10.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"
version = "0.4.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)",
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
2019-08-03 20:48:10 +00:00
version = "0.6.2"
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-07-07 21:29:38 +00:00
"smol_str 0.1.12 (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-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-07-04 21:52:22 +00:00
version = "1.0.0"
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"
2019-06-26 06:12:46 +00:00
version = "0.13.0"
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 = [
2019-06-26 06:12:46 +00:00
"crossbeam 0.7.2 (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)",
"indexmap 1.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-08-15 12:18:48 +00:00
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (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)",
2019-08-22 13:42:05 +00:00
"salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-19 09:40:59 +00:00
"smallvec 0.6.10 (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"
2019-08-22 13:42:05 +00:00
version = "0.13.1"
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-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-08-30 17:23:28 +00:00
"syn 1.0.5 (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-08-17 10:51:22 +00:00
"serde 1.0.99 (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-08-17 10:51:22 +00:00
version = "1.0.99"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-17 10:51:22 +00:00
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_derive"
2019-08-17 10:51:22 +00:00
version = "1.0.99"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-30 17:23:28 +00:00
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
2019-07-04 21:52:22 +00:00
version = "1.0.40"
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-07-04 21:52:22 +00:00
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 10:51:22 +00:00
"serde 1.0.99 (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-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-30 17:23:28 +00:00
"syn 1.0.5 (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"
2019-05-04 20:40:40 +00:00
version = "0.8.9"
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-08-17 10:51:22 +00:00
"serde 1.0.99 (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"
2019-06-19 09:40:59 +00:00
version = "0.6.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smol_str"
2019-07-07 21:29:38 +00:00
version = "0.1.12"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-17 10:51:22 +00:00
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "stacker"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-06 10:48:06 +00:00
"cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (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"
[[package]]
name = "syn"
2019-08-15 12:58:08 +00:00
version = "0.15.44"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-09 12:45:01 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
2019-08-30 17:23:28 +00:00
version = "1.0.5"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-05 14:10:53 +00:00
"proc-macro2 1.0.2 (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-09-18 22:10:19 +00:00
[[package]]
name = "synstructure"
2019-05-23 19:15:35 +00:00
version = "0.10.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-09 12:45:01 +00:00
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-14 16:21:50 +00:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
2018-09-18 22:10:19 +00:00
"unicode-xid 0.1.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-05-23 19:15:35 +00:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-15 12:58:08 +00:00
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 21:52:22 +00:00
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-07-04 21:52:22 +00:00
"serde_json 1.0.40 (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"
[[package]]
name = "textwrap"
2019-04-12 20:35:12 +00:00
version = "0.11.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-21 07:31:33 +00:00
"unicode-width 0.1.6 (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-06-19 09:40:59 +00:00
"num_cpus 1.10.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-08-15 12:58:08 +00:00
"libc 0.2.62 (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-09-05 14:10:53 +00:00
version = "2.5.1"
2019-01-03 17:45:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
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-01-23 11:48:57 +00:00
version = "0.1.8"
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-06-19 09:40:59 +00:00
"smallvec 0.6.10 (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-05-23 19:15:35 +00:00
version = "1.3.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"
[[package]]
name = "unicode-xid"
version = "0.1.0"
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-08-17 10:51:22 +00:00
"serde 1.0.99 (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-04-05 14:14:02 +00:00
version = "0.7.4"
2019-02-04 19:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-17 10:51:22 +00:00
"serde 1.0.99 (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"
2018-10-02 17:25:04 +00:00
version = "0.1.5"
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"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-02 11:42:23 +00:00
[[package]]
name = "website-gen"
version = "0.0.0"
dependencies = [
"walkdir 2.2.9 (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-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-07-14 16:21:50 +00:00
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
2019-07-22 15:31:31 +00:00
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
2019-08-21 07:31:33 +00:00
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
2019-09-05 14:10:53 +00:00
"checksum backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "5180c5a20655b14a819b652fd2378fa5f1697b6c9ddad3e695c2f9cedf6df4e2"
2019-07-22 15:31:31 +00:00
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
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-06-07 06:44:28 +00:00
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
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-07-04 19:16:06 +00:00
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
2019-08-17 10:51:22 +00:00
"checksum cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
2019-09-06 10:48:06 +00:00
"checksum cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "a61c7bce55cd2fae6ec8cb935ebd76256c2959a1f95790f6118a441c2cd5b406"
2019-05-23 19:15:35 +00:00
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
2019-07-14 20:11:04 +00:00
"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2019-09-05 14:10:53 +00:00
"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68"
2019-04-12 20:35:12 +00:00
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
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-08-29 13:49:10 +00:00
"checksum console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b147390a412132d75d10dd3b7b175a69cf5fd95032f7503c7091b8831ba10242"
2019-06-26 06:12:46 +00:00
"checksum crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d818a4990769aac0c7ff1360e233ef3a41adcb009ebb2036bf6915eb0f6b23c"
"checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
2019-06-26 06:12:46 +00:00
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
2019-06-19 09:40:59 +00:00
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
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-04-05 14:14:02 +00:00
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
2019-06-20 19:09:39 +00:00
"checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87"
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-01-04 19:31:13 +00:00
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
2019-09-05 14:10:53 +00:00
"checksum filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd7380b54ced79dda72ecc35cc4fbbd1da6bba54afaa37e96fd1c2a308cd469"
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
2019-08-30 17:23:28 +00:00
"checksum flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66473c1b6a0d2a72f6ed983d33021a4c744a1d179e6f4265867b7d0a9dd679c5"
"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-08-30 17:23:28 +00:00
"checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872"
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-08-17 18:34:31 +00:00
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-08-21 07:31:33 +00:00
"checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356"
"checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c"
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-08-29 13:49:10 +00:00
"checksum insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23f83ab4ee86f38b292f0420c27fd412690a4baa9ea0ad4e3fa624bf34379b76"
2019-01-06 14:05:12 +00:00
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
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-08-15 12:58:08 +00:00
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
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"
2019-08-30 17:18:57 +00:00
"checksum lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "148cfb1c0b3295c23d9fb4a20fd1b242f5e6f46c525fdcc7f5c0a65710362012"
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"
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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
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"
2018-12-18 09:29:14 +00:00
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
2019-09-05 14:10:53 +00:00
"checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb"
2019-05-23 19:15:35 +00:00
"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
2019-06-19 09:40:59 +00:00
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
2019-09-05 14:10:53 +00:00
"checksum once_cell 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd38c1bb51148ca239ec38ef1bb4f7570d432861f03e91774d53b01c2ba2132f"
"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-07-04 19:16:06 +00:00
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
2019-08-15 12:58:08 +00:00
"checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8"
2019-05-09 12:45:01 +00:00
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-09-05 14:10:53 +00:00
"checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95"
2019-06-19 09:40:59 +00:00
"checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2019-07-14 16:21:50 +00:00
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-08-18 18:33:31 +00:00
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2019-09-06 13:25:24 +00:00
"checksum ra_vfs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdf6a0926414eb0c00866eb9274894182302f879cd06b5459c1d8ee7f1234aed"
2019-02-04 17:55:52 +00:00
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-07-04 19:16:06 +00:00
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
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-07-04 19:16:06 +00:00
"checksum rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e196346cbbc5c70c77e7b4926147ee8e383a38ee4d15d58a08098b169e492b6"
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-09-05 14:10:53 +00:00
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
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"
"checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c"
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-08-03 20:48:10 +00:00
"checksum rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dc2b79612dedc9004083a61448eb669d336d56690aab29fbd7249e8c8ab41d8c"
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-07-04 21:52:22 +00:00
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
2019-08-15 12:18:48 +00:00
"checksum salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3265a2a9bbd384bd2a9f9511c2c18fb41f62c412516052e8934517dc8ff64f1"
2019-08-22 13:42:05 +00:00
"checksum salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c15f36e5c85b3f40b84283321f97ef2ceafa6f9996cffad06793a9e096ab695"
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-08-17 10:51:22 +00:00
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
"checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425"
2019-07-04 21:52:22 +00:00
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
2019-08-17 18:34:31 +00:00
"checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
2019-05-04 20:40:40 +00:00
"checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
2019-01-06 14:05:12 +00:00
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-06-19 09:40:59 +00:00
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
2019-07-07 21:29:38 +00:00
"checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb"
"checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b"
2019-02-12 16:03:28 +00:00
"checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
2019-08-15 12:58:08 +00:00
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-08-30 17:23:28 +00:00
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
2019-05-23 19:15:35 +00:00
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
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-04-12 20:35:12 +00:00
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
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-09-05 14:10:53 +00:00
"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
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-01-23 11:48:57 +00:00
"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
2019-05-23 19:15:35 +00:00
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
2019-08-21 07:31:33 +00:00
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
2018-09-18 22:10:19 +00:00
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
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-04-05 14:14:02 +00:00
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
2018-10-02 17:25:04 +00:00
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2019-07-22 15:31:31 +00:00
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
2019-08-15 12:58:08 +00:00
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
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"