blob: 69d929e913a9a8d276ffde9d93a61d56aa91fbda [file] [log] [blame]
Ahmed Charles9ca382f2016-09-02 08:55:291[[package]]
Steve Klabnika0769612017-02-07 23:13:572name = "aho-corasick"
Alex Crichton2863b752018-08-21 17:23:473version = "0.6.7"
Steve Klabnika0769612017-02-07 23:13:574source = "registry+https://github.com/rust-lang/crates.io-index"
5dependencies = [
Alex Crichton2863b752018-08-21 17:23:476 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:577]
8
9[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2910name = "alloc"
11version = "0.0.0"
12dependencies = [
Oliver Schneider679657b2018-03-30 11:06:3413 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:2914 "core 0.0.0",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:2515 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:2916]
17
18[[package]]
steveklabnikecfbaca2018-04-03 14:32:0419name = "ammonia"
20version = "1.1.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22dependencies = [
Alex Crichtond8251152018-07-02 16:33:1623 "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:4724 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0425 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:4726 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0427 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:2228 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0429]
30
31[[package]]
Steve Klabnika0769612017-02-07 23:13:5732name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1433version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5734source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladovb15b0232018-03-16 10:37:1435dependencies = [
Alex Crichton4f661c02018-10-08 17:39:0936 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladovb15b0232018-03-16 10:37:1437]
Steve Klabnika0769612017-02-07 23:13:5738
39[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2940name = "arena"
41version = "0.0.0"
John Kåre Alsaker19d44f22017-12-03 12:49:4642dependencies = [
43 "rustc_data_structures 0.0.0",
44]
Ahmed Charles9ca382f2016-09-02 08:55:2945
46[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:4547name = "arrayvec"
48version = "0.4.7"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50dependencies = [
51 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
52]
53
54[[package]]
Nick Cameron127f9a62018-04-25 22:11:2855name = "assert_cli"
Alex Crichtond8251152018-07-02 16:33:1656version = "0.6.2"
Nick Cameron127f9a62018-04-25 22:11:2857source = "registry+https://github.com/rust-lang/crates.io-index"
58dependencies = [
59 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron80bfca42018-05-16 03:38:1160 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron127f9a62018-04-25 22:11:2861 "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:5562 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
63 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:3064 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron127f9a62018-04-25 22:11:2865]
66
67[[package]]
Alex Crichton1cede102017-06-15 02:33:0668name = "atty"
Ralf Junga171ed22018-07-27 13:10:5269version = "0.2.11"
Josh Stone020c5ec2017-05-08 22:01:1370source = "registry+https://github.com/rust-lang/crates.io-index"
71dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:2272 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:2973 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:0974 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:0675]
76
77[[package]]
78name = "backtrace"
Alex Crichtond8251152018-07-02 16:33:1679version = "0.3.9"
Alex Crichton1cede102017-06-15 02:33:0680source = "registry+https://github.com/rust-lang/crates.io-index"
81dependencies = [
Josh Stonee0d8364d2018-08-15 04:08:4282 "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:4783 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:2284 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:4785 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:0986 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1387]
88
89[[package]]
90name = "backtrace-sys"
Josh Stonee0d8364d2018-08-15 04:08:4291version = "0.1.24"
Josh Stone020c5ec2017-05-08 22:01:1392source = "registry+https://github.com/rust-lang/crates.io-index"
93dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:0294 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:2295 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1396]
97
98[[package]]
Alex Crichtond99e7c22018-09-28 18:27:3099name = "bit-set"
100version = "0.5.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102dependencies = [
103 "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
104]
105
106[[package]]
107name = "bit-vec"
108version = "0.5.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110
111[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58112name = "bitflags"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17113version = "0.9.1"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115
116[[package]]
Tamir Duberstein231d9e72017-09-08 19:08:01117name = "bitflags"
Alex Crichton2863b752018-08-21 17:23:47118version = "1.0.4"
Tamir Duberstein231d9e72017-09-08 19:08:01119source = "registry+https://github.com/rust-lang/crates.io-index"
120
121[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29122name = "bootstrap"
123version = "0.0.0"
124dependencies = [
125 "build_helper 0.1.0",
Alex Crichtonb1305c22018-09-17 16:52:02126 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47127 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel933c2992018-07-06 20:52:40128 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55129 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29130 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22131 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22132 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gabriel Majerib31eaa42018-09-08 06:04:29133 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum42fde212018-03-10 14:03:06134 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47135 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
136 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30137 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16138 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:59139 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29140]
141
142[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58143name = "bufstream"
144version = "0.1.3"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146
147[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04148name = "build-manifest"
149version = "0.1.0"
150dependencies = [
Alex Crichton2863b752018-08-21 17:23:47151 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
152 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:59153 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton9e8785f2017-01-24 22:37:04154]
155
156[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29157name = "build_helper"
158version = "0.1.0"
159
160[[package]]
Alex Crichton4f661c02018-10-08 17:39:09161name = "bytecount"
Nick Cameron7a7445b2018-12-01 10:36:32162version = "0.4.0"
Alex Crichton4f661c02018-10-08 17:39:09163source = "registry+https://github.com/rust-lang/crates.io-index"
164dependencies = [
Nick Cameron7a7445b2018-12-01 10:36:32165 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09166]
167
168[[package]]
Oliver Schneiderea351922017-09-18 14:18:23169name = "byteorder"
Alex Crichtond8251152018-07-02 16:33:16170version = "1.2.3"
Oliver Schneiderea351922017-09-18 14:18:23171source = "registry+https://github.com/rust-lang/crates.io-index"
172
173[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53174name = "bytesize"
175version = "1.0.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177
178[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58179name = "cargo"
Alex Crichtond0060d72018-10-31 18:53:17180version = "0.33.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58181dependencies = [
Ralf Junga171ed22018-07-27 13:10:52182 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58183 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton8ccf1122018-09-20 21:37:53184 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16185 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22186 "core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond0060d72018-10-31 18:53:17187 "crates-io 0.21.0",
Alex Crichton01127ca2018-11-16 11:08:23188 "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:16189 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:25190 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
191 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton01127ca2018-11-16 11:08:23192 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55193 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16194 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerab4e6972018-10-08 19:05:14195 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22196 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:26197 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
198 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09199 "git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58200 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16201 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47202 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
203 "ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss8c20add2018-12-03 01:33:20204 "im-rc 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfaebcc12018-03-15 17:58:02205 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47206 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30207 "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22208 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09209 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
210 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47211 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22212 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47213 "opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09214 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss8c20add2018-12-03 01:33:20215 "pretty_env_logger 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30216 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55217 "rustc-workspace-hack 1.0.0",
218 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47219 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22220 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47221 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
222 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton38bedfa2017-09-02 03:46:51223 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30224 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55225 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:25226 "tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47227 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
228 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:59229 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:43230 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22231 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09232 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58233]
234
235[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29236name = "cargo_metadata"
Matthias Krügerf354c852018-11-14 13:49:40237version = "0.6.2"
Ralf Jungf684f802018-07-13 08:34:50238source = "registry+https://github.com/rust-lang/crates.io-index"
239dependencies = [
240 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
241 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47242 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
243 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30244 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf684f802018-07-13 08:34:50245]
246
247[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26248name = "cargotest2"
249version = "0.1.0"
250
251[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35252name = "cc"
Alex Crichtonb1305c22018-09-17 16:52:02253version = "1.0.25"
Nick Cameronc5cad5a2017-09-22 01:58:35254source = "registry+https://github.com/rust-lang/crates.io-index"
255
256[[package]]
Josh Stone020c5ec2017-05-08 22:01:13257name = "cfg-if"
Alex Crichton2863b752018-08-21 17:23:47258version = "0.1.5"
Josh Stone020c5ec2017-05-08 22:01:13259source = "registry+https://github.com/rust-lang/crates.io-index"
260
261[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:02262name = "chalk-engine"
scalexm663002f2018-10-06 11:51:02263version = "0.8.0"
Niko Matsakis9c548bf2018-05-24 12:48:02264source = "registry+https://github.com/rust-lang/crates.io-index"
265dependencies = [
266 "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:40267 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis9c548bf2018-05-24 12:48:02268]
269
270[[package]]
271name = "chalk-macros"
272version = "0.1.0"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274dependencies = [
275 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
276]
277
278[[package]]
Alex Crichton15899b02018-01-25 04:01:42279name = "chrono"
Alex Crichtond8251152018-07-02 16:33:16280version = "0.4.4"
Alex Crichton15899b02018-01-25 04:01:42281source = "registry+https://github.com/rust-lang/crates.io-index"
282dependencies = [
Alex Crichtond8251152018-07-02 16:33:16283 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
284 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
285 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:42286]
287
288[[package]]
Steve Klabnika0769612017-02-07 23:13:57289name = "clap"
Alex Crichtond8251152018-07-02 16:33:16290version = "2.32.0"
Steve Klabnika0769612017-02-07 23:13:57291source = "registry+https://github.com/rust-lang/crates.io-index"
292dependencies = [
Aleksey Kladovb15b0232018-03-16 10:37:14293 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Junga171ed22018-07-27 13:10:52294 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47295 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladovb15b0232018-03-16 10:37:14296 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16297 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:43298 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16299 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13300 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57301]
302
303[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29304name = "clippy"
Oliver Schneider0ad54532018-07-14 22:01:24305version = "0.0.212"
Ahmed Charles9ca382f2016-09-02 08:55:29306dependencies = [
Matthias Krügerf354c852018-11-14 13:49:40307 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider70717f22018-01-30 14:12:12308 "clippy-mini-macro-test 0.2.0",
Matthias Krüger10e7b762018-09-07 07:12:06309 "clippy_dev 0.0.1",
Oliver Schneider0ad54532018-07-14 22:01:24310 "clippy_lints 0.0.212",
Oliver Scherer65b702c2018-11-14 09:56:09311 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivelbcdb67b2018-05-08 18:55:43312 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47313 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
314 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55315 "rustc-workspace-hack 1.0.0",
Matthias Krüger10e7b762018-09-07 07:12:06316 "rustc_tools_util 0.1.0",
Oliver Schneider02ac15c2018-02-09 17:53:41317 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47318 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
319 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29320]
321
322[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29323name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12324version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29325
326[[package]]
Matthias Krüger10e7b762018-09-07 07:12:06327name = "clippy_dev"
328version = "0.0.1"
329dependencies = [
330 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
331 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
332 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
333 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger93787052018-10-21 15:53:12334 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger10e7b762018-09-07 07:12:06335]
336
337[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29338name = "clippy_lints"
Oliver Schneider0ad54532018-07-14 22:01:24339version = "0.0.212"
Oliver Schneider847bb142018-05-11 12:11:06340dependencies = [
Matthias Krügerf354c852018-11-14 13:49:40341 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokard63e9252018-07-20 07:53:56342 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06343 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47344 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
345 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger2598a7a2018-11-23 11:52:47346 "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06347 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47348 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06349 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47350 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
351 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger45f45e52018-09-25 15:42:47352 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06353 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16354 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22355 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06356]
357
358[[package]]
kennytmcab21f12018-07-26 21:58:55359name = "cloudabi"
360version = "0.0.3"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362dependencies = [
Alex Crichton2863b752018-08-21 17:23:47363 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55364]
365
366[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29367name = "cmake"
Alex Crichton2863b752018-08-21 17:23:47368version = "0.1.33"
Oliver Schneideracdf83f2017-12-06 08:25:29369source = "registry+https://github.com/rust-lang/crates.io-index"
370dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:02371 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29372]
373
374[[package]]
Nick Cameron127f9a62018-04-25 22:11:28375name = "colored"
376version = "1.6.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378dependencies = [
379 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
380]
381
382[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29383name = "commoncrypto"
384version = "0.2.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386dependencies = [
387 "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
388]
389
390[[package]]
391name = "commoncrypto-sys"
392version = "0.2.0"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:22395 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Murarth64842582017-06-17 19:01:18396]
397
398[[package]]
Alex Crichton147e2da2016-10-07 06:30:38399name = "compiler_builtins"
400version = "0.0.0"
401dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:02402 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:38403 "core 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:38404]
405
406[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29407name = "compiletest"
408version = "0.0.0"
409dependencies = [
Oliver Schneideracdf83f2017-12-06 08:25:29410 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47411 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel933c2992018-07-06 20:52:40412 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55413 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47414 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22415 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09416 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47417 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:39418 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55419 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47420 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
421 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30422 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09423 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29424]
425
426[[package]]
427name = "compiletest_rs"
Oliver Scherer65b702c2018-11-14 09:56:09428version = "0.3.17"
Oliver Schneideracdf83f2017-12-06 08:25:29429source = "registry+https://github.com/rust-lang/crates.io-index"
430dependencies = [
431 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16432 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55433 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22434 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09435 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47436 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokar49e712f2018-10-30 04:10:25437 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47438 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
439 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30440 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47441 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09442 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29443]
444
445[[package]]
446name = "core"
447version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16448dependencies = [
Eduard-Mihai Burtescu4529d102018-09-15 08:40:25449 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:16450]
Ahmed Charles9ca382f2016-09-02 08:55:29451
452[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28453name = "core-foundation"
Alex Crichton52d7ee832018-07-17 16:04:22454version = "0.6.1"
Nick Cameron7cb3f452017-08-24 05:52:28455source = "registry+https://github.com/rust-lang/crates.io-index"
456dependencies = [
Alex Crichton52d7ee832018-07-17 16:04:22457 "core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22458 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7cb3f452017-08-24 05:52:28459]
460
461[[package]]
462name = "core-foundation-sys"
Alex Crichton52d7ee832018-07-17 16:04:22463version = "0.6.1"
Nick Cameron7cb3f452017-08-24 05:52:28464source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameron7cb3f452017-08-24 05:52:28465
466[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58467name = "crates-io"
Alex Crichtond0060d72018-10-31 18:53:17468version = "0.21.0"
Nick Cameronad8ecc22017-07-19 01:32:12469dependencies = [
Alex Crichton62d78012018-11-09 20:55:25470 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55471 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47472 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
473 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30474 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22475 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58476]
477
478[[package]]
479name = "crossbeam"
Alex Crichton80d6ed22018-01-08 21:56:22480version = "0.3.2"
Alex Crichton38bedfa2017-09-02 03:46:51481source = "registry+https://github.com/rust-lang/crates.io-index"
482
483[[package]]
kennytmcab21f12018-07-26 21:58:55484name = "crossbeam-channel"
Nick Cameron90701932018-09-25 02:40:42485version = "0.2.6"
kennytmcab21f12018-07-26 21:58:55486source = "registry+https://github.com/rust-lang/crates.io-index"
487dependencies = [
Nick Cameron90701932018-09-25 02:40:42488 "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
489 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
490 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:25491 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Gutorov4d81fe92018-08-13 19:15:16492 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55493]
494
495[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45496name = "crossbeam-deque"
497version = "0.2.0"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499dependencies = [
Alex Crichtone9d89832018-04-02 15:43:55500 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45501 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
502]
503
504[[package]]
505name = "crossbeam-epoch"
Alex Crichtone9d89832018-04-02 15:43:55506version = "0.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:45507source = "registry+https://github.com/rust-lang/crates.io-index"
508dependencies = [
509 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47510 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45511 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47512 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45513 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
514 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
515 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
516]
517
518[[package]]
kennytmcab21f12018-07-26 21:58:55519name = "crossbeam-epoch"
Nick Cameron90701932018-09-25 02:40:42520version = "0.6.0"
kennytmcab21f12018-07-26 21:58:55521source = "registry+https://github.com/rust-lang/crates.io-index"
522dependencies = [
523 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47524 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:42525 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47526 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55527 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
528 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
529]
530
531[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45532name = "crossbeam-utils"
533version = "0.2.2"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535dependencies = [
Alex Crichton2863b752018-08-21 17:23:47536 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45537]
538
539[[package]]
kennytmcab21f12018-07-26 21:58:55540name = "crossbeam-utils"
Alex Crichton0e034d12018-07-31 21:16:55541version = "0.5.0"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543
544[[package]]
Alex Crichton01127ca2018-11-16 11:08:23545name = "crossbeam-utils"
546version = "0.6.1"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548dependencies = [
549 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
550]
551
552[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29553name = "crypto-hash"
Alex Crichton994bfd42018-02-26 17:07:16554version = "0.3.1"
Oliver Schneideracdf83f2017-12-06 08:25:29555source = "registry+https://github.com/rust-lang/crates.io-index"
556dependencies = [
Oliver Schneideracdf83f2017-12-06 08:25:29557 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16558 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09559 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
560 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29561]
562
563[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58564name = "curl"
Alex Crichton62d78012018-11-09 20:55:25565version = "0.4.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58566source = "registry+https://github.com/rust-lang/crates.io-index"
567dependencies = [
Alex Crichton62d78012018-11-09 20:55:25568 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22569 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22570 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49571 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09572 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
573 "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
574 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58575 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
576]
577
578[[package]]
579name = "curl-sys"
Alex Crichton62d78012018-11-09 20:55:25580version = "0.4.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58581source = "registry+https://github.com/rust-lang/crates.io-index"
582dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:02583 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22584 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton8ccf1122018-09-20 21:37:53585 "libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09586 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
587 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
588 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47589 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09590 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13591]
592
593[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51594name = "datafrog"
595version = "0.1.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597
598[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58599name = "derive-new"
Bastien Orivelbcdb67b2018-05-08 18:55:43600version = "0.5.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58601source = "registry+https://github.com/rust-lang/crates.io-index"
602dependencies = [
Alex Crichtond8251152018-07-02 16:33:16603 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
604 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
605 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58606]
607
608[[package]]
kennytmcab21f12018-07-26 21:58:55609name = "derive_more"
Nick Cameron595bea62018-11-19 04:21:10610version = "0.13.0"
kennytmcab21f12018-07-26 21:58:55611source = "registry+https://github.com/rust-lang/crates.io-index"
612dependencies = [
Nick Cameron595bea62018-11-19 04:21:10613 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
614 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55615 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:10616 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55617]
618
619[[package]]
Cengiz Can837817c2017-04-27 19:41:18620name = "diff"
Oliver Schneideracdf83f2017-12-06 08:25:29621version = "0.1.11"
Cengiz Can837817c2017-04-27 19:41:18622source = "registry+https://github.com/rust-lang/crates.io-index"
623
624[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06625name = "difference"
626version = "2.0.0"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628
629[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45630name = "directories"
631version = "1.0.2"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633dependencies = [
634 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
635 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
636]
637
638[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29639name = "dlmalloc"
640version = "0.0.0"
641dependencies = [
Oliver Schneider679657b2018-03-30 11:06:34642 "compiler_builtins 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:29643 "core 0.0.0",
644]
645
646[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29647name = "either"
Alex Crichtone9d89832018-04-02 15:43:55648version = "1.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:29649source = "registry+https://github.com/rust-lang/crates.io-index"
650
651[[package]]
steveklabnikecfbaca2018-04-03 14:32:04652name = "elasticlunr-rs"
Alex Crichtond8251152018-07-02 16:33:16653version = "2.3.3"
steveklabnikecfbaca2018-04-03 14:32:04654source = "registry+https://github.com/rust-lang/crates.io-index"
655dependencies = [
Alex Crichton2863b752018-08-21 17:23:47656 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
657 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
658 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
659 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30660 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Ickstadt0ab516f2018-04-21 21:06:13661 "strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16662 "strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04663]
664
665[[package]]
Sean Griffin755bdaa2018-01-29 20:45:12666name = "ena"
Niko Matsakis7ed0fd72018-05-18 19:25:34667version = "0.9.3"
Sean Griffin755bdaa2018-01-29 20:45:12668source = "registry+https://github.com/rust-lang/crates.io-index"
669dependencies = [
Alex Crichton4f661c02018-10-08 17:39:09670 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Sean Griffin755bdaa2018-01-29 20:45:12671]
672
673[[package]]
Eduard-Mihai Burtescu76831802018-07-25 12:44:06674name = "ena"
Nicholas Nethercote1e34dfc2018-11-02 08:46:59675version = "0.11.0"
Eduard-Mihai Burtescu76831802018-07-25 12:44:06676source = "registry+https://github.com/rust-lang/crates.io-index"
677dependencies = [
678 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
679]
680
681[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58682name = "env_logger"
Alex Crichton2863b752018-08-21 17:23:47683version = "0.5.12"
Alex Crichton15899b02018-01-25 04:01:42684source = "registry+https://github.com/rust-lang/crates.io-index"
685dependencies = [
Ralf Junga171ed22018-07-27 13:10:52686 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton87f3dda2018-03-01 19:08:48687 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09688 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47689 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
690 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:42691]
692
693[[package]]
Alex Crichton01127ca2018-11-16 11:08:23694name = "env_logger"
695version = "0.6.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697dependencies = [
698 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
699 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
700 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
701 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
702 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
703]
704
705[[package]]
Nick Cameron127f9a62018-04-25 22:11:28706name = "environment"
707version = "0.1.1"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709
710[[package]]
Josh Stone020c5ec2017-05-08 22:01:13711name = "error-chain"
Alex Crichton38bedfa2017-09-02 03:46:51712version = "0.11.0"
Guillaume Gomez5636d322017-07-29 12:35:09713source = "registry+https://github.com/rust-lang/crates.io-index"
714dependencies = [
Alex Crichtond8251152018-07-02 16:33:16715 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez5636d322017-07-29 12:35:09716]
717
718[[package]]
Ralf Jungf684f802018-07-13 08:34:50719name = "error-chain"
720version = "0.12.0"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722dependencies = [
723 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
724]
725
726[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29727name = "error_index_generator"
728version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:58729dependencies = [
730 "rustdoc 0.0.0",
731]
Ahmed Charles9ca382f2016-09-02 08:55:29732
733[[package]]
Alex Crichton325d7392017-12-10 17:42:49734name = "failure"
Alex Crichton0e034d12018-07-31 21:16:55735version = "0.1.2"
Alex Crichton325d7392017-12-10 17:42:49736source = "registry+https://github.com/rust-lang/crates.io-index"
737dependencies = [
Alex Crichtond8251152018-07-02 16:33:16738 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55739 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49740]
741
742[[package]]
743name = "failure_derive"
Alex Crichton0e034d12018-07-31 21:16:55744version = "0.1.2"
Alex Crichton325d7392017-12-10 17:42:49745source = "registry+https://github.com/rust-lang/crates.io-index"
746dependencies = [
Nick Cameron595bea62018-11-19 04:21:10747 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47748 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
749 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55750 "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49751]
752
753[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29754name = "filetime"
Alex Crichtond8251152018-07-02 16:33:16755version = "0.2.1"
Alex Crichton924f8c72018-04-18 15:43:59756source = "registry+https://github.com/rust-lang/crates.io-index"
757dependencies = [
Alex Crichton2863b752018-08-21 17:23:47758 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22759 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16760 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:59761]
762
763[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:33764name = "fixedbitset"
765version = "0.1.9"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767
768[[package]]
Josh Stone020c5ec2017-05-08 22:01:13769name = "flate2"
Matthias Krügerab4e6972018-10-08 19:05:14770version = "1.0.3"
Felix Schütt7c13fa32017-12-31 14:34:29771source = "registry+https://github.com/rust-lang/crates.io-index"
772dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:22773 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton01127ca2018-11-16 11:08:23774 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
Felix Schütt7c13fa32017-12-31 14:34:29775 "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
776]
777
778[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29779name = "fmt_macros"
780version = "0.0.0"
781
782[[package]]
Simon Sapinb77ff242017-07-18 21:26:55783name = "fnv"
Oliver Schneideracdf83f2017-12-06 08:25:29784version = "1.0.6"
Simon Sapinb77ff242017-07-18 21:26:55785source = "registry+https://github.com/rust-lang/crates.io-index"
786
787[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58788name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:29789version = "0.3.2"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791dependencies = [
792 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
793]
794
795[[package]]
796name = "foreign-types-shared"
797version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58798source = "registry+https://github.com/rust-lang/crates.io-index"
799
800[[package]]
801name = "fs2"
Alex Crichton80d6ed22018-01-08 21:56:22802version = "0.4.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58803source = "registry+https://github.com/rust-lang/crates.io-index"
804dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:22805 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09806 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58807]
808
809[[package]]
Alex Crichton016eaf82018-10-21 02:15:06810name = "fs_extra"
811version = "1.1.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813
814[[package]]
Nick Cameron77177052018-07-06 00:34:00815name = "fst"
816version = "0.3.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818dependencies = [
819 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:00820]
821
822[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29823name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:22824version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:29825source = "registry+https://github.com/rust-lang/crates.io-index"
826dependencies = [
Alex Crichton2863b752018-08-21 17:23:47827 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22828 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29829]
830
831[[package]]
832name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:22833version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:29834source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Schneideracdf83f2017-12-06 08:25:29835
836[[package]]
steveklabnikecfbaca2018-04-03 14:32:04837name = "futf"
Alex Crichtond8251152018-07-02 16:33:16838version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:04839source = "registry+https://github.com/rust-lang/crates.io-index"
840dependencies = [
steveklabnikecfbaca2018-04-03 14:32:04841 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16842 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04843]
844
845[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12846name = "futures"
Alex Crichtond8251152018-07-02 16:33:16847version = "0.1.21"
Ahmed Charles9ca382f2016-09-02 08:55:29848source = "registry+https://github.com/rust-lang/crates.io-index"
849
850[[package]]
Eric Huss97308712018-08-14 21:27:26851name = "fwdansi"
852version = "1.0.1"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854dependencies = [
Alex Crichton2863b752018-08-21 17:23:47855 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
856 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:26857]
858
859[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29860name = "getopts"
Alex Crichtone9d89832018-04-02 15:43:55861version = "0.2.17"
Ahmed Charles9ca382f2016-09-02 08:55:29862source = "registry+https://github.com/rust-lang/crates.io-index"
863
864[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58865name = "git2"
Eric Huss97308712018-08-14 21:27:26866version = "0.7.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58867source = "registry+https://github.com/rust-lang/crates.io-index"
868dependencies = [
Alex Crichton2863b752018-08-21 17:23:47869 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:22870 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09871 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
872 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49873 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09874 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22875 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58876]
877
878[[package]]
879name = "git2-curl"
Alex Crichton4f661c02018-10-08 17:39:09880version = "0.8.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58881source = "registry+https://github.com/rust-lang/crates.io-index"
882dependencies = [
Alex Crichton62d78012018-11-09 20:55:25883 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:26884 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09885 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:22886 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58887]
888
889[[package]]
890name = "glob"
891version = "0.2.11"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893
894[[package]]
Simon Sapinb77ff242017-07-18 21:26:55895name = "globset"
Alex Crichton2863b752018-08-21 17:23:47896version = "0.4.1"
Simon Sapinb77ff242017-07-18 21:26:55897source = "registry+https://github.com/rust-lang/crates.io-index"
898dependencies = [
Alex Crichton2863b752018-08-21 17:23:47899 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29900 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09901 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47902 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
903 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Simon Sapinb77ff242017-07-18 21:26:55904]
905
906[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29907name = "graphviz"
908version = "0.0.0"
909
910[[package]]
Steve Klabnika0769612017-02-07 23:13:57911name = "handlebars"
Alex Crichtond8251152018-07-02 16:33:16912version = "0.32.4"
Steve Klabnika0769612017-02-07 23:13:57913source = "registry+https://github.com/rust-lang/crates.io-index"
914dependencies = [
Alex Crichton2863b752018-08-21 17:23:47915 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09916 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55917 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
918 "pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16919 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47920 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
921 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30922 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58923]
924
925[[package]]
Alex Crichton1cede102017-06-15 02:33:06926name = "hex"
Alex Crichtond8251152018-07-02 16:33:16927version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:22928source = "registry+https://github.com/rust-lang/crates.io-index"
929
930[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12931name = "home"
Alex Crichton2863b752018-08-21 17:23:47932version = "0.3.3"
Nick Cameronad8ecc22017-07-19 01:32:12933source = "registry+https://github.com/rust-lang/crates.io-index"
934dependencies = [
Bastien Orivel06f81032018-03-21 02:04:09935 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09936 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12937]
938
939[[package]]
steveklabnikecfbaca2018-04-03 14:32:04940name = "html5ever"
Alex Crichtond8251152018-07-02 16:33:16941version = "0.22.3"
steveklabnikecfbaca2018-04-03 14:32:04942source = "registry+https://github.com/rust-lang/crates.io-index"
943dependencies = [
Alex Crichton4f661c02018-10-08 17:39:09944 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04945 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
946 "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16947 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
948 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
949 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04950]
951
952[[package]]
Alex Crichton87f3dda2018-03-01 19:08:48953name = "humantime"
954version = "1.1.1"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956dependencies = [
Alex Crichtond8251152018-07-02 16:33:16957 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton87f3dda2018-03-01 19:08:48958]
959
960[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58961name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:22962version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58963source = "registry+https://github.com/rust-lang/crates.io-index"
964dependencies = [
Alex Crichton2863b752018-08-21 17:23:47965 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32966 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16967 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonf6304e12017-02-15 22:55:26968]
969
970[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29971name = "if_chain"
Manish Goregaokard63e9252018-07-20 07:53:56972version = "0.1.3"
Oliver Schneideracdf83f2017-12-06 08:25:29973source = "registry+https://github.com/rust-lang/crates.io-index"
974
975[[package]]
Simon Sapinb77ff242017-07-18 21:26:55976name = "ignore"
Alex Crichton2863b752018-08-21 17:23:47977version = "0.4.3"
Simon Sapinb77ff242017-07-18 21:26:55978source = "registry+https://github.com/rust-lang/crates.io-index"
979dependencies = [
Alex Crichton994bfd42018-02-26 17:07:16980 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47981 "globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
982 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09983 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47984 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
985 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
986 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
987 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
988 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09989 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Simon Sapinb77ff242017-07-18 21:26:55990]
991
992[[package]]
Eric Huss8c20add2018-12-03 01:33:20993name = "im-rc"
994version = "12.2.0"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996dependencies = [
997 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
998 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
999]
1000
1001[[package]]
Josh Stone020c5ec2017-05-08 22:01:131002name = "installer"
1003version = "0.0.0"
1004dependencies = [
Alex Crichtond8251152018-07-02 16:33:161005 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tom Tromey6e3a4f42018-07-03 18:24:241006 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerab4e6972018-10-08 19:05:141007 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471008 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551009 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:251010 "tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471011 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091012 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161013 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131014]
1015
1016[[package]]
steveklabnik54371882018-01-25 17:32:251017name = "is-match"
1018version = "0.1.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020
1021[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291022name = "itertools"
Alex Crichtone9d89832018-04-02 15:43:551023version = "0.7.8"
steveklabnik54371882018-01-25 17:32:251024source = "registry+https://github.com/rust-lang/crates.io-index"
1025dependencies = [
Alex Crichtone9d89832018-04-02 15:43:551026 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251027]
1028
1029[[package]]
Steve Klabnik2795de32017-02-20 00:20:571030name = "itoa"
Alex Crichtond99e7c22018-09-28 18:27:301031version = "0.4.3"
Steve Klabnik2795de32017-02-20 00:20:571032source = "registry+https://github.com/rust-lang/crates.io-index"
1033
1034[[package]]
Alex Crichton016eaf82018-10-21 02:15:061035name = "jemalloc-sys"
1036version = "0.1.8"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038dependencies = [
1039 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1040 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1041 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1042]
1043
1044[[package]]
Alex Crichton453080f2017-06-05 16:36:481045name = "jobserver"
Alex Crichtonfaebcc12018-03-15 17:58:021046version = "0.1.11"
Alex Crichton453080f2017-06-05 16:36:481047source = "registry+https://github.com/rust-lang/crates.io-index"
1048dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:221049 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091050 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471051 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481052]
1053
1054[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551055name = "json"
1056version = "0.11.13"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058
1059[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121060name = "jsonrpc-core"
Igor Matuszewskid3322772017-12-28 18:46:291061version = "8.0.1"
Nick Cameronad8ecc22017-07-19 01:32:121062source = "registry+https://github.com/rust-lang/crates.io-index"
1063dependencies = [
Alex Crichtond8251152018-07-02 16:33:161064 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
Malo Jaffré8ed13d62017-12-29 10:24:381065 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471066 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1067 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301068 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121069]
1070
1071[[package]]
Steve Klabnika0769612017-02-07 23:13:571072name = "kernel32-sys"
1073version = "0.2.2"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075dependencies = [
1076 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1077 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1078]
1079
1080[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581081name = "languageserver-types"
Nick Cameron7a7445b2018-12-01 10:36:321082version = "0.51.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581083source = "registry+https://github.com/rust-lang/crates.io-index"
1084dependencies = [
Alex Crichton2863b752018-08-21 17:23:471085 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider0ad54532018-07-14 22:01:241086 "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1087 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471088 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1089 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301090 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:221091 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581092 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1093]
1094
1095[[package]]
Steve Klabnika0769612017-02-07 23:13:571096name = "lazy_static"
Oliver Schneideracdf83f2017-12-06 08:25:291097version = "0.2.11"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099
1100[[package]]
Alex Crichton325d7392017-12-10 17:42:491101name = "lazy_static"
Alex Crichton2863b752018-08-21 17:23:471102version = "1.1.0"
Alex Crichton325d7392017-12-10 17:42:491103source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton2863b752018-08-21 17:23:471104dependencies = [
Alex Crichton4f661c02018-10-08 17:39:091105 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471106]
Alex Crichton325d7392017-12-10 17:42:491107
1108[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291109name = "lazycell"
Alex Crichtond99e7c22018-09-28 18:27:301110version = "1.2.0"
Alex Crichton994bfd42018-02-26 17:07:161111source = "registry+https://github.com/rust-lang/crates.io-index"
1112
1113[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291114name = "libc"
1115version = "0.0.0"
1116dependencies = [
Oliver Schneider679657b2018-03-30 11:06:341117 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291118 "core 0.0.0",
1119]
1120
1121[[package]]
1122name = "libc"
Linus Färnstrande96b7602018-08-07 20:33:221123version = "0.2.43"
Ahmed Charles9ca382f2016-09-02 08:55:291124source = "registry+https://github.com/rust-lang/crates.io-index"
1125
1126[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581127name = "libgit2-sys"
Alex Crichton4f661c02018-10-08 17:39:091128version = "0.7.10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581129source = "registry+https://github.com/rust-lang/crates.io-index"
1130dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021131 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:251132 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221133 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb1305c22018-09-17 16:52:021134 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091135 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1136 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
1137 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581138]
1139
1140[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531141name = "libnghttp2-sys"
1142version = "0.1.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144dependencies = [
1145 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1146]
1147
1148[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581149name = "libssh2-sys"
Alex Crichtonb1305c22018-09-17 16:52:021150version = "0.2.11"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581151source = "registry+https://github.com/rust-lang/crates.io-index"
1152dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021153 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221154 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091155 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1156 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
1157 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471158 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581159]
1160
1161[[package]]
1162name = "libz-sys"
Alex Crichton4f661c02018-10-08 17:39:091163version = "1.0.24"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581164source = "registry+https://github.com/rust-lang/crates.io-index"
1165dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021166 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221167 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091168 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471169 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581170]
1171
1172[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291173name = "linkchecker"
1174version = "0.1.0"
Ahmed Charles9ca382f2016-09-02 08:55:291175
1176[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391177name = "lock_api"
1178version = "0.1.3"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180dependencies = [
1181 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1182 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1183]
1184
1185[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291186name = "log"
Malo Jaffré8ed13d62017-12-29 10:24:381187version = "0.3.9"
Ahmed Charles9ca382f2016-09-02 08:55:291188source = "registry+https://github.com/rust-lang/crates.io-index"
Malo Jaffré8ed13d62017-12-29 10:24:381189dependencies = [
Alex Crichton4f661c02018-10-08 17:39:091190 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Malo Jaffré8ed13d62017-12-29 10:24:381191]
1192
1193[[package]]
1194name = "log"
Alex Crichton4f661c02018-10-08 17:39:091195version = "0.4.5"
Malo Jaffré8ed13d62017-12-29 10:24:381196source = "registry+https://github.com/rust-lang/crates.io-index"
1197dependencies = [
Alex Crichton2863b752018-08-21 17:23:471198 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Malo Jaffré8ed13d62017-12-29 10:24:381199]
Ahmed Charles9ca382f2016-09-02 08:55:291200
1201[[package]]
Oliver Schneiderea351922017-09-18 14:18:231202name = "log_settings"
Alex Crichtond8251152018-07-02 16:33:161203version = "0.1.2"
Oliver Schneiderea351922017-09-18 14:18:231204source = "registry+https://github.com/rust-lang/crates.io-index"
1205dependencies = [
Alex Crichton2863b752018-08-21 17:23:471206 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneiderea351922017-09-18 14:18:231207]
1208
1209[[package]]
Josh Stone020c5ec2017-05-08 22:01:131210name = "lzma-sys"
Bastien Orivel933c2992018-07-06 20:52:401211version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:131212source = "registry+https://github.com/rust-lang/crates.io-index"
1213dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021214 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel933c2992018-07-06 20:52:401215 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221216 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091217 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131218]
1219
1220[[package]]
steveklabnikecfbaca2018-04-03 14:32:041221name = "mac"
1222version = "0.1.1"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224
1225[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:071226name = "macro-utils"
1227version = "0.1.2"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229
1230[[package]]
steveklabnikecfbaca2018-04-03 14:32:041231name = "maplit"
1232version = "1.0.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234
1235[[package]]
1236name = "markup5ever"
1237version = "0.7.2"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239dependencies = [
Alex Crichtond8251152018-07-02 16:33:161240 "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1241 "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471242 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1243 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301244 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161245 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1246 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041247 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1248]
1249
1250[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581251name = "matches"
Alex Crichton2863b752018-08-21 17:23:471252version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581253source = "registry+https://github.com/rust-lang/crates.io-index"
1254
1255[[package]]
Steve Klabnika0769612017-02-07 23:13:571256name = "mdbook"
Matt Ickstadt0ab516f2018-04-21 21:06:131257version = "0.1.7"
Steve Klabnika0769612017-02-07 23:13:571258source = "registry+https://github.com/rust-lang/crates.io-index"
1259dependencies = [
steveklabnikecfbaca2018-04-03 14:32:041260 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161261 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1262 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1263 "elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471264 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291265 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161266 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551267 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471268 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091269 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471270 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton041d3552017-09-27 22:37:021271 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokar68185512018-02-18 21:33:561272 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161273 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471274 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1275 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301276 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251277 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471278 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:591279 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251280 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581281]
1282
1283[[package]]
1284name = "memchr"
Alex Crichton2863b752018-08-21 17:23:471285version = "2.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291286source = "registry+https://github.com/rust-lang/crates.io-index"
1287dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:221288 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571289]
1290
1291[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:081292name = "memmap"
1293version = "0.6.2"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295dependencies = [
1296 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091297 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Woeristerabd5cc32018-08-31 13:18:081298]
1299
1300[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451301name = "memoffset"
1302version = "0.2.1"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304
1305[[package]]
Guillaume Gomez4b145732018-05-10 22:02:051306name = "minifier"
Guillaume Gomezc5a025a2018-10-06 16:51:561307version = "0.0.20"
Guillaume Gomez4b145732018-05-10 22:02:051308source = "registry+https://github.com/rust-lang/crates.io-index"
1309dependencies = [
Guillaume Gomezcf5ee8f2018-08-15 13:07:071310 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez4b145732018-05-10 22:02:051311]
1312
1313[[package]]
Josh Stone020c5ec2017-05-08 22:01:131314name = "miniz-sys"
Nick Cameronc5cad5a2017-09-22 01:58:351315version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:131316source = "registry+https://github.com/rust-lang/crates.io-index"
1317dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021318 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221319 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581320]
1321
1322[[package]]
1323name = "miow"
Alex Crichton2863b752018-08-21 17:23:471324version = "0.3.3"
Alex Crichtona8eaabc2018-03-07 07:39:551325source = "registry+https://github.com/rust-lang/crates.io-index"
1326dependencies = [
Alex Crichton4f661c02018-10-08 17:39:091327 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1328 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtona8eaabc2018-03-07 07:39:551329]
1330
1331[[package]]
kennytm0692b3d2017-12-15 19:41:581332name = "miri"
1333version = "0.1.0"
1334dependencies = [
Alex Crichtond8251152018-07-02 16:33:161335 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerf354c852018-11-14 13:49:401336 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf684f802018-07-13 08:34:501337 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Scherer65b702c2018-11-14 09:56:091338 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung44b0fd62018-11-28 20:22:451339 "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471340 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091341 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung6426cbe2018-10-11 08:18:311342 "vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
kennytm0692b3d2017-12-15 19:41:581343]
1344
1345[[package]]
Alex Crichtond8251152018-07-02 16:33:161346name = "new_debug_unreachable"
1347version = "1.0.1"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349dependencies = [
1350 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1351]
1352
1353[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451354name = "nodrop"
1355version = "0.1.12"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357
1358[[package]]
Oliver Schneider0ad54532018-07-14 22:01:241359name = "num-derive"
1360version = "0.2.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581361source = "registry+https://github.com/rust-lang/crates.io-index"
1362dependencies = [
Alex Crichtond8251152018-07-02 16:33:161363 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101364 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471365 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
1366 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581367]
1368
1369[[package]]
Oliver Schneider0ad54532018-07-14 22:01:241370name = "num-integer"
1371version = "0.1.39"
Alex Crichton994bfd42018-02-26 17:07:161372source = "registry+https://github.com/rust-lang/crates.io-index"
1373dependencies = [
Alex Crichtond8251152018-07-02 16:33:161374 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:161375]
1376
1377[[package]]
1378name = "num-traits"
Alex Crichtond8251152018-07-02 16:33:161379version = "0.2.5"
Steve Klabnik2795de32017-02-20 00:20:571380source = "registry+https://github.com/rust-lang/crates.io-index"
1381
1382[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291383name = "num_cpus"
Alex Crichton80d6ed22018-01-08 21:56:221384version = "1.8.0"
Ahmed Charles9ca382f2016-09-02 08:55:291385source = "registry+https://github.com/rust-lang/crates.io-index"
1386dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:221387 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291388]
1389
1390[[package]]
Steve Klabnik2795de32017-02-20 00:20:571391name = "open"
Alex Crichton041d3552017-09-27 22:37:021392version = "1.2.1"
Steve Klabnik2795de32017-02-20 00:20:571393source = "registry+https://github.com/rust-lang/crates.io-index"
1394
1395[[package]]
Alex Crichton2863b752018-08-21 17:23:471396name = "opener"
1397version = "0.3.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399dependencies = [
1400 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1401 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091402 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471403]
1404
1405[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581406name = "openssl"
Alex Crichton4f661c02018-10-08 17:39:091407version = "0.10.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581408source = "registry+https://github.com/rust-lang/crates.io-index"
1409dependencies = [
Alex Crichton2863b752018-08-21 17:23:471410 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1411 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291412 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471413 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221414 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091415 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581416]
1417
1418[[package]]
1419name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:491420version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581421source = "registry+https://github.com/rust-lang/crates.io-index"
1422
1423[[package]]
Eric Huss97308712018-08-14 21:27:261424name = "openssl-src"
Alex Crichton4f661c02018-10-08 17:39:091425version = "111.0.1+1.1.1"
Eric Huss97308712018-08-14 21:27:261426source = "registry+https://github.com/rust-lang/crates.io-index"
1427dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021428 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:261429]
1430
1431[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581432name = "openssl-sys"
Alex Crichton4f661c02018-10-08 17:39:091433version = "0.9.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581434source = "registry+https://github.com/rust-lang/crates.io-index"
1435dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021436 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221437 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091438 "openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1439 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471440 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581441]
1442
1443[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:331444name = "ordermap"
1445version = "0.3.5"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447
1448[[package]]
Nick Cameron77177052018-07-06 00:34:001449name = "ordslice"
1450version = "0.3.0"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452
1453[[package]]
Robin Kruppe1a24a592017-04-26 21:22:451454name = "owning_ref"
1455version = "0.3.3"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457dependencies = [
Alex Crichtond8251152018-07-02 16:33:161458 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451459]
1460
1461[[package]]
Nick Cameron7a7445b2018-12-01 10:36:321462name = "packed_simd"
1463version = "0.3.1"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465dependencies = [
1466 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1467]
1468
1469[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291470name = "panic_abort"
1471version = "0.0.0"
1472dependencies = [
Oliver Schneider679657b2018-03-30 11:06:341473 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291474 "core 0.0.0",
1475 "libc 0.0.0",
1476]
1477
1478[[package]]
1479name = "panic_unwind"
1480version = "0.0.0"
1481dependencies = [
1482 "alloc 0.0.0",
Oliver Schneider679657b2018-03-30 11:06:341483 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291484 "core 0.0.0",
1485 "libc 0.0.0",
1486 "unwind 0.0.0",
1487]
1488
1489[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:011490name = "parking_lot"
Mark Rousskov9ec5ef52018-08-04 22:24:391491version = "0.6.4"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493dependencies = [
1494 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1495 "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1496]
1497
1498[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:011499name = "parking_lot_core"
Alex Crichton35655562018-04-27 03:50:061500version = "0.2.14"
John Kåre Alsaker970c6132017-12-03 12:49:011501source = "registry+https://github.com/rust-lang/crates.io-index"
1502dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:221503 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471504 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Gutorov4d81fe92018-08-13 19:15:161505 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091506 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker970c6132017-12-03 12:49:011507]
1508
1509[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391510name = "parking_lot_core"
1511version = "0.3.0"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513dependencies = [
1514 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:251515 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:391516 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091517 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:391518]
1519
1520[[package]]
Alex Crichton1cede102017-06-15 02:33:061521name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:291522version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:061523source = "registry+https://github.com/rust-lang/crates.io-index"
1524
1525[[package]]
Steve Klabnika0769612017-02-07 23:13:571526name = "pest"
Alex Crichtone9d89832018-04-02 15:43:551527version = "1.0.6"
Steve Klabnika0769612017-02-07 23:13:571528source = "registry+https://github.com/rust-lang/crates.io-index"
1529
1530[[package]]
Alex Crichtone9d89832018-04-02 15:43:551531name = "pest_derive"
1532version = "1.0.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534dependencies = [
1535 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1536 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1537 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1538]
1539
1540[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:331541name = "petgraph"
Gabriel Majerib31eaa42018-09-08 06:04:291542version = "0.4.13"
Mark Simulacrumb0dbc7c2018-03-27 10:44:331543source = "registry+https://github.com/rust-lang/crates.io-index"
1544dependencies = [
1545 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1546 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1547]
1548
1549[[package]]
steveklabnikecfbaca2018-04-03 14:32:041550name = "phf"
Alex Crichtond8251152018-07-02 16:33:161551version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041552source = "registry+https://github.com/rust-lang/crates.io-index"
1553dependencies = [
Alex Crichtond8251152018-07-02 16:33:161554 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041555]
1556
1557[[package]]
1558name = "phf_codegen"
Alex Crichtond8251152018-07-02 16:33:161559version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041560source = "registry+https://github.com/rust-lang/crates.io-index"
1561dependencies = [
Alex Crichtond8251152018-07-02 16:33:161562 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1563 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041564]
1565
1566[[package]]
1567name = "phf_generator"
Alex Crichtond8251152018-07-02 16:33:161568version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041569source = "registry+https://github.com/rust-lang/crates.io-index"
1570dependencies = [
Alex Crichtond8251152018-07-02 16:33:161571 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471572 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041573]
1574
1575[[package]]
1576name = "phf_shared"
Alex Crichtond8251152018-07-02 16:33:161577version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041578source = "registry+https://github.com/rust-lang/crates.io-index"
1579dependencies = [
1580 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1581]
1582
1583[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581584name = "pkg-config"
Alex Crichton4f661c02018-10-08 17:39:091585version = "0.3.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581586source = "registry+https://github.com/rust-lang/crates.io-index"
1587
1588[[package]]
Santiago Pastorino8429d112018-05-24 21:52:011589name = "polonius-engine"
Vytautas Astrauskas1404c002018-05-30 15:17:371590version = "0.5.0"
Santiago Pastorino8429d112018-05-24 21:52:011591source = "registry+https://github.com/rust-lang/crates.io-index"
Douglas Campos422fe7c2018-05-29 11:52:511592dependencies = [
1593 "datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091594 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakisc3d68892018-05-29 13:36:451595 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Douglas Campos422fe7c2018-05-29 11:52:511596]
Santiago Pastorino8429d112018-05-24 21:52:011597
1598[[package]]
steveklabnikecfbaca2018-04-03 14:32:041599name = "precomputed-hash"
1600version = "0.1.1"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602
1603[[package]]
Mark Simulacrum42fde212018-03-10 14:03:061604name = "pretty_assertions"
1605version = "0.5.1"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607dependencies = [
1608 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1609 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1610]
1611
1612[[package]]
Eric Huss8c20add2018-12-03 01:33:201613name = "pretty_env_logger"
1614version = "0.2.5"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616dependencies = [
1617 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1618 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1619 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
1620 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1621]
1622
1623[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481624name = "proc-macro2"
Alex Crichtond8251152018-07-02 16:33:161625version = "0.3.8"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627dependencies = [
1628 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1629]
1630
1631[[package]]
1632name = "proc-macro2"
Nick Cameron595bea62018-11-19 04:21:101633version = "0.4.24"
Alex Crichtone9d89832018-04-02 15:43:551634source = "registry+https://github.com/rust-lang/crates.io-index"
1635dependencies = [
1636 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1637]
1638
1639[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291640name = "proc_macro"
1641version = "0.0.0"
Ahmed Charles9ca382f2016-09-02 08:55:291642
1643[[package]]
whitequark42754ce2017-02-13 09:57:501644name = "profiler_builtins"
1645version = "0.0.0"
1646dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:021647 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider679657b2018-03-30 11:06:341648 "compiler_builtins 0.0.0",
whitequark42754ce2017-02-13 09:57:501649 "core 0.0.0",
Marco Castelluccioecba8d62017-06-04 14:54:391650]
1651
1652[[package]]
Alex Crichtond99e7c22018-09-28 18:27:301653name = "proptest"
1654version = "0.8.7"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656dependencies = [
1657 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1658 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1659 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1660 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1661 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1662 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1663 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1664 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1665 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1666 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1667]
1668
1669[[package]]
Steve Klabnika0769612017-02-07 23:13:571670name = "pulldown-cmark"
Manish Goregaokar68185512018-02-18 21:33:561671version = "0.1.2"
Oliver Schneideracdf83f2017-12-06 08:25:291672source = "registry+https://github.com/rust-lang/crates.io-index"
1673dependencies = [
1674 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551675 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez474cc092017-03-12 19:28:361676]
1677
1678[[package]]
Matthias Krüger2598a7a2018-11-23 11:52:471679name = "pulldown-cmark"
1680version = "0.2.0"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682dependencies = [
1683 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1684 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1685]
1686
1687[[package]]
Steve Klabnika0769612017-02-07 23:13:571688name = "quick-error"
Alex Crichtond8251152018-07-02 16:33:161689version = "1.2.2"
Steve Klabnika0769612017-02-07 23:13:571690source = "registry+https://github.com/rust-lang/crates.io-index"
1691
1692[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291693name = "quine-mc_cluskey"
1694version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581695source = "registry+https://github.com/rust-lang/crates.io-index"
1696
1697[[package]]
1698name = "quote"
1699version = "0.3.15"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701
1702[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481703name = "quote"
Alex Crichtond8251152018-07-02 16:33:161704version = "0.5.2"
Alex Crichtone9d89832018-04-02 15:43:551705source = "registry+https://github.com/rust-lang/crates.io-index"
1706dependencies = [
Alex Crichtond8251152018-07-02 16:33:161707 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1708]
1709
1710[[package]]
1711name = "quote"
Alex Crichton2863b752018-08-21 17:23:471712version = "0.6.8"
Alex Crichtond8251152018-07-02 16:33:161713source = "registry+https://github.com/rust-lang/crates.io-index"
1714dependencies = [
Nick Cameron595bea62018-11-19 04:21:101715 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551716]
1717
1718[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581719name = "racer"
Nick Cameron595bea62018-11-19 04:21:101720version = "2.1.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581721source = "registry+https://github.com/rust-lang/crates.io-index"
1722dependencies = [
Alex Crichton2863b752018-08-21 17:23:471723 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161724 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101725 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471726 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron8de091e2018-05-17 19:59:161727 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471728 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091729 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:551730 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101731 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581732]
1733
1734[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291735name = "rand"
Alex Crichton2863b752018-08-21 17:23:471736version = "0.4.3"
Alex Crichton994bfd42018-02-26 17:07:161737source = "registry+https://github.com/rust-lang/crates.io-index"
1738dependencies = [
1739 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221740 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091741 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291742]
1743
1744[[package]]
kennytmcab21f12018-07-26 21:58:551745name = "rand"
Eduard-Mihai Burtescu4529d102018-09-15 08:40:251746version = "0.5.5"
kennytmcab21f12018-07-26 21:58:551747source = "registry+https://github.com/rust-lang/crates.io-index"
1748dependencies = [
1749 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1750 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221751 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:551752 "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091753 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:551754]
1755
1756[[package]]
1757name = "rand_core"
1758version = "0.2.1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760
1761[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291762name = "rayon"
Alex Crichtone9d89832018-04-02 15:43:551763version = "1.0.1"
Nick Cameron4b6f5c22018-02-26 03:15:451764source = "registry+https://github.com/rust-lang/crates.io-index"
1765dependencies = [
Alex Crichtone9d89832018-04-02 15:43:551766 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:451767 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291768]
1769
1770[[package]]
1771name = "rayon-core"
Nick Cameron4b6f5c22018-02-26 03:15:451772version = "1.4.0"
Oliver Schneideracdf83f2017-12-06 08:25:291773source = "registry+https://github.com/rust-lang/crates.io-index"
1774dependencies = [
Nick Cameron4b6f5c22018-02-26 03:15:451775 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471776 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:221777 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:221778 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471779 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581780]
1781
1782[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:351783name = "redox_syscall"
Alex Crichtond8251152018-07-02 16:33:161784version = "0.1.40"
Nick Cameronc5cad5a2017-09-22 01:58:351785source = "registry+https://github.com/rust-lang/crates.io-index"
1786
1787[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291788name = "redox_termios"
1789version = "0.1.1"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791dependencies = [
Alex Crichtond8251152018-07-02 16:33:161792 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291793]
1794
1795[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581796name = "regex"
Alex Crichtond8251152018-07-02 16:33:161797version = "0.2.11"
Steve Klabnika0769612017-02-07 23:13:571798source = "registry+https://github.com/rust-lang/crates.io-index"
1799dependencies = [
Alex Crichton2863b752018-08-21 17:23:471800 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1801 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161802 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471803 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1804 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571805]
1806
1807[[package]]
Oliver Schneider847bb142018-05-11 12:11:061808name = "regex"
Alex Crichton2863b752018-08-21 17:23:471809version = "1.0.4"
Oliver Schneider847bb142018-05-11 12:11:061810source = "registry+https://github.com/rust-lang/crates.io-index"
1811dependencies = [
Alex Crichton2863b752018-08-21 17:23:471812 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1813 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1814 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1815 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1816 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:061817]
1818
1819[[package]]
Steve Klabnika0769612017-02-07 23:13:571820name = "regex-syntax"
Alex Crichtond8251152018-07-02 16:33:161821version = "0.5.6"
Alex Crichton994bfd42018-02-26 17:07:161822source = "registry+https://github.com/rust-lang/crates.io-index"
1823dependencies = [
1824 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1825]
1826
1827[[package]]
Oliver Schneider847bb142018-05-11 12:11:061828name = "regex-syntax"
Alex Crichton2863b752018-08-21 17:23:471829version = "0.6.2"
Oliver Schneider847bb142018-05-11 12:11:061830source = "registry+https://github.com/rust-lang/crates.io-index"
1831dependencies = [
1832 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1833]
1834
1835[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:191836name = "remote-test-client"
1837version = "0.1.0"
1838
1839[[package]]
1840name = "remote-test-server"
1841version = "0.1.0"
1842
1843[[package]]
Alex Crichton994bfd42018-02-26 17:07:161844name = "remove_dir_all"
Alex Crichton924f8c72018-04-18 15:43:591845version = "0.5.1"
Alex Crichton994bfd42018-02-26 17:07:161846source = "registry+https://github.com/rust-lang/crates.io-index"
1847dependencies = [
Alex Crichton4f661c02018-10-08 17:39:091848 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:161849]
1850
1851[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581852name = "rls"
Nick Cameron595bea62018-11-19 04:21:101853version = "1.31.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581854dependencies = [
Alex Crichtond0060d72018-10-31 18:53:171855 "cargo 0.33.0",
Matthias Krügerf354c852018-11-14 13:49:401856 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider0ad54532018-07-14 22:01:241857 "clippy_lints 0.0.212",
Nick Cameron90701932018-09-25 02:40:421858 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471859 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:551860 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronacd4fe82018-06-07 03:14:491861 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskid3322772017-12-28 18:46:291862 "jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7a7445b2018-12-01 10:36:321863 "languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471864 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091865 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfa94c5c2018-02-14 08:09:511866 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:001867 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101868 "racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:251869 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551870 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471871 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7a7445b2018-12-01 10:36:321872 "rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101873 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:421874 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron9a769c62018-08-04 07:29:151875 "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581876 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101877 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskie976bae2018-08-31 19:52:251878 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:551879 "rustc-workspace-hack 1.0.0",
Matthias Krüger500352f2018-09-22 21:58:031880 "rustc_tools_util 0.1.0",
Nick Cameron595bea62018-11-19 04:21:101881 "rustfmt-nightly 1.0.0",
Alex Crichton2863b752018-08-21 17:23:471882 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1883 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301884 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger2e84e9c2018-10-11 12:03:211885 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:221886 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471887 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581888]
1889
1890[[package]]
1891name = "rls-analysis"
Nick Cameron7a7445b2018-12-01 10:36:321892version = "0.16.10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581893source = "registry+https://github.com/rust-lang/crates.io-index"
1894dependencies = [
Bastien Orivelbcdb67b2018-05-08 18:55:431895 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:001896 "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1897 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski3a17cf72018-08-25 16:17:551898 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091899 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:421900 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481901 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1902 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1903]
1904
1905[[package]]
Nick Cameronfa94c5c2018-02-14 08:09:511906name = "rls-blacklist"
Nick Cameron595bea62018-11-19 04:21:101907version = "0.1.3"
Andy Russell59fafc82017-12-04 20:59:491908source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russell59fafc82017-12-04 20:59:491909
1910[[package]]
Martin Algesten9a6afa82018-02-02 07:29:591911name = "rls-data"
Nick Cameron90701932018-09-25 02:40:421912version = "0.18.1"
Martin Algesten9a6afa82018-02-02 07:29:591913source = "registry+https://github.com/rust-lang/crates.io-index"
1914dependencies = [
1915 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1916 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471917 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1918 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Martin Algesten9a6afa82018-02-02 07:29:591919]
1920
1921[[package]]
Nick Cameron92867d22017-08-30 05:09:361922name = "rls-rustc"
Nick Cameron9a769c62018-08-04 07:29:151923version = "0.5.0"
Nick Cameron92867d22017-08-30 05:09:361924source = "registry+https://github.com/rust-lang/crates.io-index"
1925
1926[[package]]
Nick Cameronfee1f642017-03-14 02:16:441927name = "rls-span"
Nick Cameron7bed5432017-05-08 19:15:481928version = "0.4.0"
Nick Camerondc63eff2017-03-15 08:20:231929source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameronfee1f642017-03-14 02:16:441930dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581931 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471932 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1933 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581934]
1935
1936[[package]]
1937name = "rls-vfs"
Nick Cameron595bea62018-11-19 04:21:101938version = "0.7.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581939source = "registry+https://github.com/rust-lang/crates.io-index"
1940dependencies = [
Nick Cameron595bea62018-11-19 04:21:101941 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581942 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfee1f642017-03-14 02:16:441943]
1944
1945[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291946name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:571947version = "0.1.0"
1948dependencies = [
Alex Crichtond8251152018-07-02 16:33:161949 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Ickstadt0ab516f2018-04-21 21:06:131950 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571951]
Ahmed Charles9ca382f2016-09-02 08:55:291952
1953[[package]]
1954name = "rustc"
1955version = "0.0.0"
1956dependencies = [
1957 "arena 0.0.0",
Alex Crichtond8251152018-07-02 16:33:161958 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471959 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161960 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
scalexm663002f2018-10-06 11:51:021961 "chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerab4e6972018-10-08 19:05:141962 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291963 "fmt_macros 0.0.0",
1964 "graphviz 0.0.0",
Alex Crichtonfaebcc12018-03-15 17:58:021965 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471966 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091967 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:391968 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Vytautas Astrauskas1404c002018-05-30 15:17:371969 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:471970 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1971 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291972 "rustc_apfloat 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291973 "rustc_data_structures 0.0.0",
1974 "rustc_errors 0.0.0",
Mark Rousskove3177c62018-08-03 21:31:031975 "rustc_fs_util 0.0.0",
Irina Popa38e96402017-12-08 19:18:211976 "rustc_target 0.0.0",
Alex Crichtond8251152018-07-02 16:33:161977 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291978 "serialize 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:161979 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291980 "syntax 0.0.0",
1981 "syntax_pos 0.0.0",
Alex Crichton2863b752018-08-21 17:23:471982 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291983]
1984
1985[[package]]
Nick Cameron0e6fff82018-05-27 22:16:421986name = "rustc-ap-arena"
Nick Cameron595bea62018-11-19 04:21:101987version = "297.0.0"
Nick Cameron0e6fff82018-05-27 22:16:421988source = "registry+https://github.com/rust-lang/crates.io-index"
1989dependencies = [
Nick Cameron595bea62018-11-19 04:21:101990 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:551991]
1992
1993[[package]]
Nick Cameron595bea62018-11-19 04:21:101994name = "rustc-ap-graphviz"
1995version = "297.0.0"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997
1998[[package]]
topecongiro5ae8fa92018-01-18 14:40:371999name = "rustc-ap-rustc_cratesio_shim"
Nick Cameron595bea62018-11-19 04:21:102000version = "297.0.0"
Alex Crichton0e034d12018-07-31 21:16:552001source = "registry+https://github.com/rust-lang/crates.io-index"
2002dependencies = [
Alex Crichton2863b752018-08-21 17:23:472003 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092004 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422005 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552006]
2007
2008[[package]]
topecongiro5ae8fa92018-01-18 14:40:372009name = "rustc-ap-rustc_data_structures"
Nick Cameron595bea62018-11-19 04:21:102010version = "297.0.0"
topecongiro5ae8fa92018-01-18 14:40:372011source = "registry+https://github.com/rust-lang/crates.io-index"
2012dependencies = [
Alex Crichton2863b752018-08-21 17:23:472013 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis7ed0fd72018-05-18 19:25:342014 "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092015 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422016 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton35655562018-04-27 03:50:062017 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102018 "rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552021 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2022 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2023 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskie976bae2018-08-31 19:52:252024 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552025 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2026]
2027
2028[[package]]
topecongiro5ae8fa92018-01-18 14:40:372029name = "rustc-ap-rustc_errors"
Nick Cameron595bea62018-11-19 04:21:102030version = "297.0.0"
topecongiro5ae8fa92018-01-18 14:40:372031source = "registry+https://github.com/rust-lang/crates.io-index"
2032dependencies = [
Ralf Junga171ed22018-07-27 13:10:522033 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092034 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102035 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2036 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2037 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2038 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422039 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552040 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2041]
2042
2043[[package]]
Nick Cameron64572412018-05-01 19:50:582044name = "rustc-ap-rustc_target"
Nick Cameron595bea62018-11-19 04:21:102045version = "297.0.0"
topecongiro5ae8fa92018-01-18 14:40:372046source = "registry+https://github.com/rust-lang/crates.io-index"
2047dependencies = [
Alex Crichton2863b752018-08-21 17:23:472048 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092049 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102050 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2051 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2052 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552053]
2054
2055[[package]]
Nick Cameron64572412018-05-01 19:50:582056name = "rustc-ap-serialize"
Nick Cameron595bea62018-11-19 04:21:102057version = "297.0.0"
Alex Crichton0e034d12018-07-31 21:16:552058source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie976bae2018-08-31 19:52:252059dependencies = [
2060 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2061]
Alex Crichton0e034d12018-07-31 21:16:552062
2063[[package]]
Nick Cameron64572412018-05-01 19:50:582064name = "rustc-ap-syntax"
Nick Cameron595bea62018-11-19 04:21:102065version = "297.0.0"
Nick Cameron64572412018-05-01 19:50:582066source = "registry+https://github.com/rust-lang/crates.io-index"
2067dependencies = [
Alex Crichton2863b752018-08-21 17:23:472068 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092069 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102070 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2071 "rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2072 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2073 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2074 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552075 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskie976bae2018-08-31 19:52:252076 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552077]
2078
2079[[package]]
topecongiro5ae8fa92018-01-18 14:40:372080name = "rustc-ap-syntax_pos"
Nick Cameron595bea62018-11-19 04:21:102081version = "297.0.0"
topecongiro5ae8fa92018-01-18 14:40:372082source = "registry+https://github.com/rust-lang/crates.io-index"
2083dependencies = [
Alex Crichton2863b752018-08-21 17:23:472084 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102085 "rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2086 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2087 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552088 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2089 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2090]
2091
2092[[package]]
Josh Stone020c5ec2017-05-08 22:01:132093name = "rustc-demangle"
Alex Crichton2863b752018-08-21 17:23:472094version = "0.1.9"
Josh Stone020c5ec2017-05-08 22:01:132095source = "registry+https://github.com/rust-lang/crates.io-index"
2096
2097[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:022098name = "rustc-hash"
John Kåre Alsaker7ebd4d62018-05-24 03:37:402099version = "1.0.1"
Niko Matsakis9c548bf2018-05-24 12:48:022100source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker7ebd4d62018-05-24 03:37:402101dependencies = [
Alex Crichtond8251152018-07-02 16:33:162102 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:402103]
Niko Matsakis9c548bf2018-05-24 12:48:022104
2105[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292106name = "rustc-main"
2107version = "0.0.0"
2108dependencies = [
bjorn360e41582018-11-19 17:28:442109 "rustc_codegen_ssa 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292110 "rustc_driver 0.0.0",
Irina Popa38e96402017-12-08 19:18:212111 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292112]
2113
2114[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:032115name = "rustc-rayon"
John Kåre Alsakerf273f282018-06-06 13:25:472116version = "0.1.1"
John Kåre Alsaker4afdae62018-05-12 02:11:032117source = "registry+https://github.com/rust-lang/crates.io-index"
2118dependencies = [
2119 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:472120 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032121]
2122
2123[[package]]
2124name = "rustc-rayon-core"
John Kåre Alsakerf273f282018-06-06 13:25:472125version = "0.1.1"
John Kåre Alsaker4afdae62018-05-12 02:11:032126source = "registry+https://github.com/rust-lang/crates.io-index"
2127dependencies = [
2128 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472129 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:222130 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032131 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472132 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032133]
2134
2135[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292136name = "rustc-serialize"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582137version = "0.3.24"
Ahmed Charles9ca382f2016-09-02 08:55:292138source = "registry+https://github.com/rust-lang/crates.io-index"
2139
2140[[package]]
Alex Crichton0e034d12018-07-31 21:16:552141name = "rustc-workspace-hack"
2142version = "1.0.0"
2143dependencies = [
Oliver Schneiderb0643ad2018-10-04 10:51:582144 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokarc2c8f8a2018-10-03 12:13:062145 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472146 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092147 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552148]
2149
2150[[package]]
Alex Crichton695dee02017-06-03 21:54:082151name = "rustc_allocator"
2152version = "0.0.0"
2153dependencies = [
Alex Crichton4f661c02018-10-08 17:39:092154 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082155 "rustc 0.0.0",
ljedrze5e63752018-08-05 10:04:562156 "rustc_data_structures 0.0.0",
Alex Crichton695dee02017-06-03 21:54:082157 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392158 "rustc_target 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162159 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082160 "syntax 0.0.0",
2161 "syntax_pos 0.0.0",
2162]
2163
2164[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432165name = "rustc_apfloat"
2166version = "0.0.0"
2167dependencies = [
Alex Crichton2863b752018-08-21 17:23:472168 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Tamir Duberstein231d9e72017-09-08 19:08:012169 "rustc_cratesio_shim 0.0.0",
Nicholas Nethercotea66d7b22018-11-09 06:12:522170 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432171]
2172
2173[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112174name = "rustc_asan"
2175version = "0.0.0"
2176dependencies = [
Alex Crichton695dee02017-06-03 21:54:082177 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292178 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472179 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider679657b2018-03-30 11:06:342180 "compiler_builtins 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:112181 "core 0.0.0",
2182]
2183
2184[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292185name = "rustc_borrowck"
2186version = "0.0.0"
2187dependencies = [
2188 "graphviz 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092189 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292190 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142191 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292192 "rustc_errors 0.0.0",
2193 "rustc_mir 0.0.0",
2194 "syntax 0.0.0",
2195 "syntax_pos 0.0.0",
2196]
2197
2198[[package]]
Irina Popab63d7e22018-05-08 13:10:162199name = "rustc_codegen_llvm"
2200version = "0.0.0"
2201dependencies = [
Alex Crichtonb1305c22018-09-17 16:52:022202 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Woeristerabd5cc32018-08-31 13:18:082203 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162204 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472205 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162206 "rustc_llvm 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162207]
2208
2209[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:042210name = "rustc_codegen_ssa"
2211version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:352212dependencies = [
bjorn3d6d8a332018-11-18 17:06:312213 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Denis Merigouxb9e5cf92018-10-23 15:01:352214 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn3d6d8a332018-11-18 17:06:312215 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2216 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
2217 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Denis Merigouxb9e5cf92018-10-23 15:01:352218 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2219 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn3d6d8a332018-11-18 17:06:312220 "rustc 0.0.0",
Denis Merigouxb9e5cf92018-10-23 15:01:352221 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn3d6d8a332018-11-18 17:06:312222 "rustc_allocator 0.0.0",
2223 "rustc_apfloat 0.0.0",
2224 "rustc_codegen_utils 0.0.0",
2225 "rustc_data_structures 0.0.0",
2226 "rustc_errors 0.0.0",
2227 "rustc_fs_util 0.0.0",
2228 "rustc_incremental 0.0.0",
2229 "rustc_mir 0.0.0",
2230 "rustc_target 0.0.0",
2231 "serialize 0.0.0",
2232 "syntax 0.0.0",
2233 "syntax_pos 0.0.0",
Denis Merigouxb9e5cf92018-10-23 15:01:352234]
Denis Merigouxc9f26c22018-10-01 16:07:042235
2236[[package]]
Irina Popab63d7e22018-05-08 13:10:162237name = "rustc_codegen_utils"
2238version = "0.0.0"
2239dependencies = [
Matthias Krügerab4e6972018-10-08 19:05:142240 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092241 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162242 "rustc 0.0.0",
2243 "rustc_data_structures 0.0.0",
2244 "rustc_incremental 0.0.0",
bjorn3c8599192018-10-25 13:11:592245 "rustc_metadata 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162246 "rustc_mir 0.0.0",
2247 "rustc_target 0.0.0",
2248 "syntax 0.0.0",
2249 "syntax_pos 0.0.0",
2250]
2251
2252[[package]]
Tamir Duberstein231d9e72017-09-08 19:08:012253name = "rustc_cratesio_shim"
2254version = "0.0.0"
2255dependencies = [
Alex Crichton2863b752018-08-21 17:23:472256 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092257 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:392258 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tamir Duberstein231d9e72017-09-08 19:08:012259]
2260
2261[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292262name = "rustc_data_structures"
2263version = "0.0.0"
2264dependencies = [
Alex Crichton2863b752018-08-21 17:23:472265 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercote1e34dfc2018-11-02 08:46:592266 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Diogo Sousa3fc275d2018-10-13 14:43:122267 "graphviz 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092268 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:392269 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:402270 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:472271 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2272 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popa04fa0e72018-04-25 16:30:392273 "rustc_cratesio_shim 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292274 "serialize 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162275 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162276 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292277]
2278
2279[[package]]
2280name = "rustc_driver"
2281version = "0.0.0"
2282dependencies = [
2283 "arena 0.0.0",
Alex Crichton2863b752018-08-21 17:23:472284 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292285 "graphviz 0.0.0",
Alex Crichton016eaf82018-10-21 02:15:062286 "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092287 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292288 "rustc 0.0.0",
John Kåre Alsakerf273f282018-06-06 13:25:472289 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082290 "rustc_allocator 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292291 "rustc_borrowck 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162292 "rustc_codegen_utils 0.0.0",
Michael Woeristerbd1ce912016-10-29 01:26:012293 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292294 "rustc_errors 0.0.0",
2295 "rustc_incremental 0.0.0",
2296 "rustc_lint 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292297 "rustc_metadata 0.0.0",
2298 "rustc_mir 0.0.0",
2299 "rustc_passes 0.0.0",
2300 "rustc_plugin 0.0.0",
2301 "rustc_privacy 0.0.0",
2302 "rustc_resolve 0.0.0",
2303 "rustc_save_analysis 0.0.0",
Irina Popa38e96402017-12-08 19:18:212304 "rustc_target 0.0.0",
Niko Matsakis3a50b41d2018-02-25 15:58:542305 "rustc_traits 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292306 "rustc_typeck 0.0.0",
Alex Crichtond8251152018-07-02 16:33:162307 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292308 "serialize 0.0.0",
ljedrz130a32f2018-08-30 09:42:162309 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292310 "syntax 0.0.0",
2311 "syntax_ext 0.0.0",
2312 "syntax_pos 0.0.0",
2313]
2314
2315[[package]]
2316name = "rustc_errors"
2317version = "0.0.0"
2318dependencies = [
Ralf Junga171ed22018-07-27 13:10:522319 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092320 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:392321 "rustc_cratesio_shim 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292322 "rustc_data_structures 0.0.0",
Niko Matsakisd9aaca72017-01-28 23:13:212323 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292324 "syntax_pos 0.0.0",
Mark Rousskov9ec5ef52018-08-04 22:24:392325 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:432326 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292327]
2328
2329[[package]]
Mark Rousskove3177c62018-08-03 21:31:032330name = "rustc_fs_util"
2331version = "0.0.0"
2332
2333[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292334name = "rustc_incremental"
2335version = "0.0.0"
2336dependencies = [
2337 "graphviz 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092338 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:252339 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292340 "rustc 0.0.0",
2341 "rustc_data_structures 0.0.0",
Mark Rousskove3177c62018-08-03 21:31:032342 "rustc_fs_util 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292343 "serialize 0.0.0",
2344 "syntax 0.0.0",
2345 "syntax_pos 0.0.0",
2346]
2347
2348[[package]]
2349name = "rustc_lint"
2350version = "0.0.0"
2351dependencies = [
Alex Crichton4f661c02018-10-08 17:39:092352 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292353 "rustc 0.0.0",
Oliver Scherer4a9ed3f2018-11-01 18:03:382354 "rustc_data_structures 0.0.0",
Oliver Schneideraedd4c62018-03-05 09:21:112355 "rustc_mir 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392356 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292357 "syntax 0.0.0",
2358 "syntax_pos 0.0.0",
2359]
2360
2361[[package]]
2362name = "rustc_llvm"
2363version = "0.0.0"
2364dependencies = [
2365 "build_helper 0.1.0",
Alex Crichtonb1305c22018-09-17 16:52:022366 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292367]
2368
2369[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112370name = "rustc_lsan"
2371version = "0.0.0"
2372dependencies = [
Alex Crichton695dee02017-06-03 21:54:082373 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292374 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472375 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider679657b2018-03-30 11:06:342376 "compiler_builtins 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:112377 "core 0.0.0",
2378]
2379
2380[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292381name = "rustc_metadata"
2382version = "0.0.0"
2383dependencies = [
Matthias Krügerab4e6972018-10-08 19:05:142384 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092385 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercote818257e2018-10-31 21:59:322386 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292387 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292388 "rustc_data_structures 0.0.0",
2389 "rustc_errors 0.0.0",
Irina Popa38e96402017-12-08 19:18:212390 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292391 "serialize 0.0.0",
Nicholas Nethercote818257e2018-10-31 21:59:322392 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292393 "syntax 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:382394 "syntax_ext 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292395 "syntax_pos 0.0.0",
2396]
2397
2398[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292399name = "rustc_mir"
2400version = "0.0.0"
2401dependencies = [
Oliver Schneideraedd4c62018-03-05 09:21:112402 "arena 0.0.0",
Alex Crichton2863b752018-08-21 17:23:472403 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162404 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Santiago Pastorino9de4e342018-05-29 11:54:152405 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292406 "graphviz 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092407 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162408 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Vytautas Astrauskas1404c002018-05-30 15:17:372409 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292410 "rustc 0.0.0",
Oliver Schneideracac5852017-12-12 16:14:492411 "rustc_apfloat 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292412 "rustc_data_structures 0.0.0",
Felix S. Klock II8e79fc72017-07-03 15:25:032413 "rustc_errors 0.0.0",
Irina Popa38e96402017-12-08 19:18:212414 "rustc_target 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292415 "serialize 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162416 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292417 "syntax 0.0.0",
2418 "syntax_pos 0.0.0",
2419]
2420
2421[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112422name = "rustc_msan"
2423version = "0.0.0"
2424dependencies = [
Alex Crichton695dee02017-06-03 21:54:082425 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292426 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472427 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider679657b2018-03-30 11:06:342428 "compiler_builtins 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:112429 "core 0.0.0",
2430]
2431
2432[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292433name = "rustc_passes"
2434version = "0.0.0"
2435dependencies = [
Alex Crichton4f661c02018-10-08 17:39:092436 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292437 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142438 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292439 "rustc_errors 0.0.0",
Oliver Schneideraedd4c62018-03-05 09:21:112440 "rustc_mir 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292441 "syntax 0.0.0",
2442 "syntax_pos 0.0.0",
2443]
2444
2445[[package]]
2446name = "rustc_platform_intrinsics"
2447version = "0.0.0"
2448
2449[[package]]
2450name = "rustc_plugin"
2451version = "0.0.0"
2452dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:292453 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292454 "rustc_errors 0.0.0",
2455 "rustc_metadata 0.0.0",
2456 "syntax 0.0.0",
2457 "syntax_pos 0.0.0",
2458]
2459
2460[[package]]
2461name = "rustc_privacy"
2462version = "0.0.0"
2463dependencies = [
2464 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142465 "rustc_data_structures 0.0.0",
Vadim Petrochenkov419069d2017-09-16 13:45:492466 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292467 "syntax 0.0.0",
2468 "syntax_pos 0.0.0",
2469]
2470
2471[[package]]
2472name = "rustc_resolve"
2473version = "0.0.0"
2474dependencies = [
2475 "arena 0.0.0",
Vadim Petrochenkov0d8e9cd2018-10-04 10:41:582476 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092477 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292478 "rustc 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292479 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292480 "rustc_errors 0.0.0",
Mark Rousskov5aec3652018-07-31 21:23:312481 "rustc_metadata 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292482 "syntax 0.0.0",
2483 "syntax_pos 0.0.0",
2484]
2485
2486[[package]]
2487name = "rustc_save_analysis"
2488version = "0.0.0"
2489dependencies = [
Alex Crichton4f661c02018-10-08 17:39:092490 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422491 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7bed5432017-05-08 19:15:482492 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292493 "rustc 0.0.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582494 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskid45f8772018-09-22 21:19:392495 "rustc_codegen_utils 0.0.0",
Nick Cameron27b91822017-08-01 02:43:112496 "rustc_data_structures 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392497 "rustc_target 0.0.0",
Niko Matsakis30393982017-05-03 16:18:042498 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292499 "syntax 0.0.0",
2500 "syntax_pos 0.0.0",
2501]
2502
2503[[package]]
Irina Popa38e96402017-12-08 19:18:212504name = "rustc_target"
2505version = "0.0.0"
2506dependencies = [
Alex Crichton2863b752018-08-21 17:23:472507 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092508 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popa04fa0e72018-04-25 16:30:392509 "rustc_cratesio_shim 0.0.0",
Oliver Scherer740fb0c2018-11-01 15:01:242510 "rustc_data_structures 0.0.0",
Irina Popa38e96402017-12-08 19:18:212511 "serialize 0.0.0",
Irina Popa38e96402017-12-08 19:18:212512]
2513
2514[[package]]
Matthias Krüger10e7b762018-09-07 07:12:062515name = "rustc_tools_util"
2516version = "0.1.0"
2517
2518[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:542519name = "rustc_traits"
2520version = "0.0.0"
2521dependencies = [
Alex Crichton2863b752018-08-21 17:23:472522 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
scalexm663002f2018-10-06 11:51:022523 "chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542524 "graphviz 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092525 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542526 "rustc 0.0.0",
2527 "rustc_data_structures 0.0.0",
scalexm35108052018-10-31 21:07:542528 "rustc_target 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162529 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542530 "syntax 0.0.0",
2531 "syntax_pos 0.0.0",
2532]
2533
2534[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112535name = "rustc_tsan"
2536version = "0.0.0"
2537dependencies = [
Tatsuyuki Ishi611b1112017-06-24 08:48:272538 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292539 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472540 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider679657b2018-03-30 11:06:342541 "compiler_builtins 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:112542 "core 0.0.0",
2543]
2544
2545[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292546name = "rustc_typeck"
2547version = "0.0.0"
2548dependencies = [
2549 "arena 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092550 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292551 "rustc 0.0.0",
Tim Neumannfc2216c2016-11-18 10:31:442552 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292553 "rustc_errors 0.0.0",
2554 "rustc_platform_intrinsics 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392555 "rustc_target 0.0.0",
Nicholas Nethercote8cecfa62018-08-24 03:51:322556 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292557 "syntax 0.0.0",
2558 "syntax_pos 0.0.0",
2559]
2560
2561[[package]]
Oliver Schneider847bb142018-05-11 12:11:062562name = "rustc_version"
2563version = "0.2.2"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565dependencies = [
2566 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2567]
2568
2569[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292570name = "rustdoc"
2571version = "0.0.0"
2572dependencies = [
Guillaume Gomezc5a025a2018-10-06 16:51:562573 "minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
QuietMisdreavus354507e2018-09-02 02:20:392574 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokar68185512018-02-18 21:33:562575 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472576 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrume2e9b402017-07-23 02:01:582577]
2578
2579[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:532580name = "rustdoc-themes"
2581version = "0.1.0"
2582
2583[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:582584name = "rustdoc-tool"
2585version = "0.0.0"
2586dependencies = [
2587 "rustdoc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292588]
2589
2590[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:152591name = "rustfix"
Alex Crichton0e034d12018-07-31 21:16:552592version = "0.4.2"
Alex Crichton52d7ee832018-07-17 16:04:222593source = "registry+https://github.com/rust-lang/crates.io-index"
2594dependencies = [
Alex Crichton0e034d12018-07-31 21:16:552595 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092596 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472597 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2598 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:302599 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa9e55f2018-05-02 15:43:152600]
2601
2602[[package]]
Alex Crichton1cede102017-06-15 02:33:062603name = "rustfmt-nightly"
Nick Cameron595bea62018-11-19 04:21:102604version = "1.0.0"
kennytm0692b3d2017-12-15 19:41:582605dependencies = [
Alex Crichtond8251152018-07-02 16:33:162606 "assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092607 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7a7445b2018-12-01 10:36:322608 "bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerf354c852018-11-14 13:49:402609 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivelbcdb67b2018-05-08 18:55:432610 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
kennytm0692b3d2017-12-15 19:41:582611 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472612 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552613 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:552614 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2615 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472616 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092617 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472618 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102619 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2620 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2621 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092622 "rustc-workspace-hack 1.0.0",
Alex Crichton2863b752018-08-21 17:23:472623 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2624 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:302625 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Alan Du253ade52018-03-19 14:14:132626 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:592627 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162628 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Boris-Chengbiao Zhouc2148022018-03-14 14:03:422629]
2630
2631[[package]]
Alex Crichtond99e7c22018-09-28 18:27:302632name = "rusty-fork"
2633version = "0.2.1"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635dependencies = [
2636 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2637 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2638 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2639 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2640]
2641
2642[[package]]
Alex Crichton2863b752018-08-21 17:23:472643name = "ryu"
2644version = "0.2.6"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646
2647[[package]]
Josh Stone020c5ec2017-05-08 22:01:132648name = "same-file"
Alex Crichton2863b752018-08-21 17:23:472649version = "1.0.3"
Alex Crichton80d6ed22018-01-08 21:56:222650source = "registry+https://github.com/rust-lang/crates.io-index"
2651dependencies = [
Alex Crichton2863b752018-08-21 17:23:472652 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:222653]
2654
2655[[package]]
2656name = "schannel"
Alex Crichton4f661c02018-10-08 17:39:092657version = "0.1.14"
Alex Crichton80d6ed22018-01-08 21:56:222658source = "registry+https://github.com/rust-lang/crates.io-index"
2659dependencies = [
Alex Crichton2863b752018-08-21 17:23:472660 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092661 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:222662]
2663
2664[[package]]
Alex Crichton453080f2017-06-05 16:36:482665name = "scoped-tls"
Alex Crichtond8251152018-07-02 16:33:162666version = "0.1.2"
Alex Crichton453080f2017-06-05 16:36:482667source = "registry+https://github.com/rust-lang/crates.io-index"
2668
2669[[package]]
Nick Cameronad8ecc22017-07-19 01:32:122670name = "scopeguard"
Oliver Schneideracdf83f2017-12-06 08:25:292671version = "0.3.3"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673
2674[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582675name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:222676version = "0.9.0"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678dependencies = [
2679 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472680 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582681]
2682
2683[[package]]
2684name = "semver-parser"
2685version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:572686source = "registry+https://github.com/rust-lang/crates.io-index"
2687
2688[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582689name = "serde"
Alex Crichton2863b752018-08-21 17:23:472690version = "1.0.75"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582691source = "registry+https://github.com/rust-lang/crates.io-index"
2692
2693[[package]]
2694name = "serde_derive"
Alex Crichton2863b752018-08-21 17:23:472695version = "1.0.75"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582696source = "registry+https://github.com/rust-lang/crates.io-index"
2697dependencies = [
Nick Cameron595bea62018-11-19 04:21:102698 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472699 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2700 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582701]
2702
2703[[package]]
2704name = "serde_ignored"
Alex Crichton38bedfa2017-09-02 03:46:512705version = "0.0.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582706source = "registry+https://github.com/rust-lang/crates.io-index"
2707dependencies = [
Alex Crichton2863b752018-08-21 17:23:472708 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582709]
2710
2711[[package]]
2712name = "serde_json"
Alex Crichtond99e7c22018-09-28 18:27:302713version = "1.0.31"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582714source = "registry+https://github.com/rust-lang/crates.io-index"
2715dependencies = [
Alex Crichtond99e7c22018-09-28 18:27:302716 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472717 "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2718 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:572719]
2720
2721[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292722name = "serialize"
2723version = "0.0.0"
Igor Gutorov4d81fe92018-08-13 19:15:162724dependencies = [
2725 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2726]
Ahmed Charles9ca382f2016-09-02 08:55:292727
2728[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582729name = "shell-escape"
Alex Crichtone9d89832018-04-02 15:43:552730version = "0.1.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582731source = "registry+https://github.com/rust-lang/crates.io-index"
2732
2733[[package]]
steveklabnik54371882018-01-25 17:32:252734name = "shlex"
2735version = "0.1.1"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737
2738[[package]]
steveklabnikecfbaca2018-04-03 14:32:042739name = "siphasher"
2740version = "0.2.2"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742
2743[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012744name = "smallvec"
Igor Gutorov4d81fe92018-08-13 19:15:162745version = "0.6.5"
John Kåre Alsaker970c6132017-12-03 12:49:012746source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonfa5b3d32018-07-26 00:25:122747dependencies = [
2748 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2749]
John Kåre Alsaker970c6132017-12-03 12:49:012750
2751[[package]]
Mark Simulacrum38b46882017-06-26 16:26:152752name = "socket2"
Alex Crichton4f661c02018-10-08 17:39:092753version = "0.3.8"
Mark Simulacrum38b46882017-06-26 16:26:152754source = "registry+https://github.com/rust-lang/crates.io-index"
2755dependencies = [
Alex Crichton2863b752018-08-21 17:23:472756 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:222757 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162758 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092759 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:152760]
2761
2762[[package]]
Robin Kruppe1a24a592017-04-26 21:22:452763name = "stable_deref_trait"
Alex Crichtond8251152018-07-02 16:33:162764version = "1.1.0"
Robin Kruppe1a24a592017-04-26 21:22:452765source = "registry+https://github.com/rust-lang/crates.io-index"
2766
2767[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292768name = "std"
2769version = "0.0.0"
2770dependencies = [
2771 "alloc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292772 "build_helper 0.1.0",
Alex Crichtonb1305c22018-09-17 16:52:022773 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:382774 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292775 "core 0.0.0",
Alex Crichtoncc759032018-11-03 18:15:482776 "dlmalloc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292777 "libc 0.0.0",
2778 "panic_abort 0.0.0",
2779 "panic_unwind 0.0.0",
whitequark42754ce2017-02-13 09:57:502780 "profiler_builtins 0.0.0",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:252781 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:112782 "rustc_asan 0.0.0",
2783 "rustc_lsan 0.0.0",
2784 "rustc_msan 0.0.0",
2785 "rustc_tsan 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292786 "unwind 0.0.0",
2787]
2788
2789[[package]]
steveklabnikecfbaca2018-04-03 14:32:042790name = "string_cache"
Alex Crichtond8251152018-07-02 16:33:162791version = "0.7.3"
steveklabnikecfbaca2018-04-03 14:32:042792source = "registry+https://github.com/rust-lang/crates.io-index"
2793dependencies = [
Alex Crichton2863b752018-08-21 17:23:472794 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162795 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2796 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:042797 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472798 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162799 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:042800 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2801]
2802
2803[[package]]
2804name = "string_cache_codegen"
Alex Crichtond8251152018-07-02 16:33:162805version = "0.4.1"
steveklabnikecfbaca2018-04-03 14:32:042806source = "registry+https://github.com/rust-lang/crates.io-index"
2807dependencies = [
Alex Crichtond8251152018-07-02 16:33:162808 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
2809 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
2810 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2811 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:042812 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2813]
2814
2815[[package]]
2816name = "string_cache_shared"
2817version = "0.3.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819
2820[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582821name = "strsim"
Aleksey Kladovb15b0232018-03-16 10:37:142822version = "0.7.0"
Steve Klabnika0769612017-02-07 23:13:572823source = "registry+https://github.com/rust-lang/crates.io-index"
2824
2825[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:132826name = "strum"
2827version = "0.9.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829
2830[[package]]
2831name = "strum_macros"
Alex Crichtond8251152018-07-02 16:33:162832version = "0.9.1"
Matt Ickstadt0ab516f2018-04-21 21:06:132833source = "registry+https://github.com/rust-lang/crates.io-index"
2834dependencies = [
Nick Cameron595bea62018-11-19 04:21:102835 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472836 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2837 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Ickstadt0ab516f2018-04-21 21:06:132838]
2839
2840[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582841name = "syn"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582842version = "0.11.11"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844dependencies = [
2845 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
2846 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
2847 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2848]
2849
2850[[package]]
Alex Crichton87f3dda2018-03-01 19:08:482851name = "syn"
Alex Crichtond8251152018-07-02 16:33:162852version = "0.13.11"
Alex Crichtone9d89832018-04-02 15:43:552853source = "registry+https://github.com/rust-lang/crates.io-index"
2854dependencies = [
Alex Crichtond8251152018-07-02 16:33:162855 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2856 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2857 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2858]
2859
2860[[package]]
2861name = "syn"
Alex Crichton2863b752018-08-21 17:23:472862version = "0.14.9"
Alex Crichtond8251152018-07-02 16:33:162863source = "registry+https://github.com/rust-lang/crates.io-index"
2864dependencies = [
Nick Cameron595bea62018-11-19 04:21:102865 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2866 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2867 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2868]
2869
2870[[package]]
2871name = "syn"
2872version = "0.15.21"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874dependencies = [
2875 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472876 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:552877 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2878]
2879
2880[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582881name = "synom"
2882version = "0.11.3"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884dependencies = [
2885 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2886]
2887
2888[[package]]
Alex Crichton325d7392017-12-10 17:42:492889name = "synstructure"
Alex Crichton0e034d12018-07-31 21:16:552890version = "0.9.0"
Alex Crichton325d7392017-12-10 17:42:492891source = "registry+https://github.com/rust-lang/crates.io-index"
2892dependencies = [
Nick Cameron595bea62018-11-19 04:21:102893 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472894 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2895 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552896 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:492897]
2898
2899[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292900name = "syntax"
2901version = "0.0.0"
2902dependencies = [
Alex Crichton2863b752018-08-21 17:23:472903 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092904 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark-Simulacrum7bbebb12016-11-03 04:33:352905 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292906 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392907 "rustc_target 0.0.0",
Alex Crichtond8251152018-07-02 16:33:162908 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292909 "serialize 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162910 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292911 "syntax_pos 0.0.0",
2912]
2913
2914[[package]]
2915name = "syntax_ext"
2916version = "0.0.0"
2917dependencies = [
2918 "fmt_macros 0.0.0",
Alex Crichton4f661c02018-10-08 17:39:092919 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerb74e97c2018-02-27 16:11:142920 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292921 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392922 "rustc_target 0.0.0",
Igor Gutorov4d81fe92018-08-13 19:15:162923 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292924 "syntax 0.0.0",
2925 "syntax_pos 0.0.0",
2926]
2927
2928[[package]]
2929name = "syntax_pos"
2930version = "0.0.0"
2931dependencies = [
John Kåre Alsakerca323402018-05-10 14:27:462932 "arena 0.0.0",
Alex Crichton2863b752018-08-21 17:23:472933 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Inokentiy Babushkindd8f7cd2017-06-10 14:09:512934 "rustc_data_structures 0.0.0",
Alex Crichtond8251152018-07-02 16:33:162935 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292936 "serialize 0.0.0",
Mark Simulacrumad97f8b2018-06-22 15:48:432937 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292938]
2939
2940[[package]]
Josh Stone020c5ec2017-05-08 22:01:132941name = "tar"
Alex Crichton62d78012018-11-09 20:55:252942version = "0.4.19"
Josh Stone020c5ec2017-05-08 22:01:132943source = "registry+https://github.com/rust-lang/crates.io-index"
2944dependencies = [
Alex Crichtond8251152018-07-02 16:33:162945 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Linus Färnstrande96b7602018-08-07 20:33:222946 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162947 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:222948 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:132949]
2950
2951[[package]]
Aleksey Kladov850156a2018-03-29 07:34:552952name = "tempfile"
Alex Crichton2863b752018-08-21 17:23:472953version = "3.0.3"
Aleksey Kladov850156a2018-03-29 07:34:552954source = "registry+https://github.com/rust-lang/crates.io-index"
2955dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:222956 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:252957 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162958 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:592959 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092960 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladov850156a2018-03-29 07:34:552961]
2962
2963[[package]]
steveklabnikecfbaca2018-04-03 14:32:042964name = "tendril"
2965version = "0.4.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967dependencies = [
Alex Crichtond8251152018-07-02 16:33:162968 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:042969 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2970 "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2971]
2972
2973[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292974name = "term"
2975version = "0.0.0"
2976
2977[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582978name = "term"
Alan Du253ade52018-03-19 14:14:132979version = "0.5.1"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981dependencies = [
Alex Crichtond8251152018-07-02 16:33:162982 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092983 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alan Du253ade52018-03-19 14:14:132984]
2985
2986[[package]]
Alex Crichton1cede102017-06-15 02:33:062987name = "termcolor"
Alex Crichton2863b752018-08-21 17:23:472988version = "1.0.2"
Alex Crichtonfa5b3d32018-07-26 00:25:122989source = "registry+https://github.com/rust-lang/crates.io-index"
2990dependencies = [
Alex Crichton2863b752018-08-21 17:23:472991 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa5b3d32018-07-26 00:25:122992]
2993
2994[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292995name = "termion"
2996version = "1.5.1"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:222999 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:163000 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:293001 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3002]
3003
3004[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293005name = "test"
3006version = "0.0.0"
3007dependencies = [
Alex Crichtone9d89832018-04-02 15:43:553008 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu67afeef2018-03-20 18:43:333009 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293010 "term 0.0.0",
3011]
3012
3013[[package]]
steveklabnik4871dba2017-06-27 17:33:323014name = "textwrap"
Alex Crichtond8251152018-07-02 16:33:163015version = "0.10.0"
steveklabnik4871dba2017-06-27 17:33:323016source = "registry+https://github.com/rust-lang/crates.io-index"
3017dependencies = [
Mark Simulacrumad97f8b2018-06-22 15:48:433018 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:323019]
3020
3021[[package]]
Steve Klabnika0769612017-02-07 23:13:573022name = "thread_local"
Alex Crichton2863b752018-08-21 17:23:473023version = "0.3.6"
Steve Klabnika0769612017-02-07 23:13:573024source = "registry+https://github.com/rust-lang/crates.io-index"
3025dependencies = [
Alex Crichton2863b752018-08-21 17:23:473026 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:573027]
3028
3029[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293030name = "tidy"
3031version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:563032dependencies = [
Alex Crichton2863b752018-08-21 17:23:473033 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
3034 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:303035 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Mansi3ee41042018-02-23 01:52:563036]
Ahmed Charles9ca382f2016-09-02 08:55:293037
3038[[package]]
Alex Crichton15899b02018-01-25 04:01:423039name = "time"
Alex Crichtond8251152018-07-02 16:33:163040version = "0.1.40"
Alex Crichton15899b02018-01-25 04:01:423041source = "registry+https://github.com/rust-lang/crates.io-index"
3042dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:223043 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:163044 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093045 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:423046]
3047
3048[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293049name = "toml"
Alex Crichton924f8c72018-04-18 15:43:593050version = "0.4.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583051source = "registry+https://github.com/rust-lang/crates.io-index"
3052dependencies = [
Alex Crichton2863b752018-08-21 17:23:473053 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583054]
3055
3056[[package]]
steveklabnik54371882018-01-25 17:32:253057name = "toml-query"
3058version = "0.6.0"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060dependencies = [
3061 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
3062 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473063 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:163064 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:593065 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:253066]
3067
3068[[package]]
Eric Huss8c20add2018-12-03 01:33:203069name = "typenum"
3070version = "1.10.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072
3073[[package]]
Alex Crichton994bfd42018-02-26 17:07:163074name = "ucd-util"
3075version = "0.1.1"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077
3078[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583079name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:323080version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583081source = "registry+https://github.com/rust-lang/crates.io-index"
3082dependencies = [
Alex Crichton2863b752018-08-21 17:23:473083 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583084]
3085
3086[[package]]
3087name = "unicode-normalization"
Alex Crichtond8251152018-07-02 16:33:163088version = "0.1.7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583089source = "registry+https://github.com/rust-lang/crates.io-index"
3090
3091[[package]]
3092name = "unicode-segmentation"
Alex Crichtond8251152018-07-02 16:33:163093version = "1.2.1"
Steve Klabnika0769612017-02-07 23:13:573094source = "registry+https://github.com/rust-lang/crates.io-index"
3095
3096[[package]]
3097name = "unicode-width"
Mark Simulacrumad97f8b2018-06-22 15:48:433098version = "0.1.5"
Steve Klabnika0769612017-02-07 23:13:573099source = "registry+https://github.com/rust-lang/crates.io-index"
3100
3101[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583102name = "unicode-xid"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583103version = "0.0.4"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105
3106[[package]]
Alex Crichton87f3dda2018-03-01 19:08:483107name = "unicode-xid"
3108version = "0.1.0"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110
3111[[package]]
Steve Klabnik2795de32017-02-20 00:20:573112name = "unreachable"
Nick Cameron3dad1972017-06-26 13:43:093113version = "1.0.0"
Steve Klabnik2795de32017-02-20 00:20:573114source = "registry+https://github.com/rust-lang/crates.io-index"
3115dependencies = [
3116 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
3117]
3118
3119[[package]]
est31c2d59062017-06-12 19:35:473120name = "unstable-book-gen"
3121version = "0.1.0"
3122dependencies = [
Alex Crichtond8251152018-07-02 16:33:163123 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
est31c2d59062017-06-12 19:35:473124 "tidy 0.1.0",
3125]
3126
3127[[package]]
Nick Cameron71a0be02017-09-25 04:13:293128name = "unwind"
3129version = "0.0.0"
3130dependencies = [
Oliver Schneider679657b2018-03-30 11:06:343131 "compiler_builtins 0.0.0",
Nick Cameron71a0be02017-09-25 04:13:293132 "core 0.0.0",
3133 "libc 0.0.0",
3134]
3135
3136[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583137name = "url"
Alex Crichton52d7ee832018-07-17 16:04:223138version = "1.7.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583139source = "registry+https://github.com/rust-lang/crates.io-index"
3140dependencies = [
Alex Crichton52d7ee832018-07-17 16:04:223141 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473142 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:293143 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583144]
3145
3146[[package]]
3147name = "url_serde"
3148version = "0.2.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150dependencies = [
Alex Crichton2863b752018-08-21 17:23:473151 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:223152 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583153]
3154
3155[[package]]
steveklabnikecfbaca2018-04-03 14:32:043156name = "utf-8"
3157version = "0.7.2"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159
3160[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583161name = "utf8-ranges"
Alex Crichton2863b752018-08-21 17:23:473162version = "1.0.1"
Steve Klabnika0769612017-02-07 23:13:573163source = "registry+https://github.com/rust-lang/crates.io-index"
3164
3165[[package]]
Alex Crichton1cede102017-06-15 02:33:063166name = "vcpkg"
Alex Crichton2863b752018-08-21 17:23:473167version = "0.2.6"
Alex Crichton1cede102017-06-15 02:33:063168source = "registry+https://github.com/rust-lang/crates.io-index"
3169
3170[[package]]
Steve Klabnika0769612017-02-07 23:13:573171name = "vec_map"
Alex Crichtond8251152018-07-02 16:33:163172version = "0.8.1"
Steve Klabnika0769612017-02-07 23:13:573173source = "registry+https://github.com/rust-lang/crates.io-index"
3174
3175[[package]]
Ralf Jung8d908b52018-09-17 07:20:033176name = "vergen"
Ralf Jung6426cbe2018-10-11 08:18:313177version = "3.0.3"
Ralf Jung8d908b52018-09-17 07:20:033178source = "registry+https://github.com/rust-lang/crates.io-index"
3179dependencies = [
3180 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3181 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung6426cbe2018-10-11 08:18:313182 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung8d908b52018-09-17 07:20:033183]
3184
3185[[package]]
Alex Crichton2863b752018-08-21 17:23:473186name = "version_check"
Alex Crichton4f661c02018-10-08 17:39:093187version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:473188source = "registry+https://github.com/rust-lang/crates.io-index"
3189
3190[[package]]
Steve Klabnik2795de32017-02-20 00:20:573191name = "void"
3192version = "1.0.2"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194
3195[[package]]
Alex Crichtond99e7c22018-09-28 18:27:303196name = "wait-timeout"
3197version = "0.1.5"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199dependencies = [
3200 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
3201]
3202
3203[[package]]
Josh Stone020c5ec2017-05-08 22:01:133204name = "walkdir"
Alex Crichton2863b752018-08-21 17:23:473205version = "2.2.5"
Alex Crichton80d6ed22018-01-08 21:56:223206source = "registry+https://github.com/rust-lang/crates.io-index"
3207dependencies = [
Alex Crichton2863b752018-08-21 17:23:473208 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093209 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473210 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:223211]
3212
3213[[package]]
Steve Klabnika0769612017-02-07 23:13:573214name = "winapi"
3215version = "0.2.8"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217
3218[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223219name = "winapi"
Alex Crichton4f661c02018-10-08 17:39:093220version = "0.3.6"
Alex Crichton80d6ed22018-01-08 21:56:223221source = "registry+https://github.com/rust-lang/crates.io-index"
3222dependencies = [
3223 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3224 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3225]
3226
3227[[package]]
Steve Klabnika0769612017-02-07 23:13:573228name = "winapi-build"
3229version = "0.1.1"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231
Josh Stone020c5ec2017-05-08 22:01:133232[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223233name = "winapi-i686-pc-windows-gnu"
3234version = "0.4.0"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236
3237[[package]]
Alex Crichton2863b752018-08-21 17:23:473238name = "winapi-util"
3239version = "0.1.1"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241dependencies = [
Alex Crichton4f661c02018-10-08 17:39:093242 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473243]
3244
3245[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223246name = "winapi-x86_64-pc-windows-gnu"
3247version = "0.4.0"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249
3250[[package]]
Alex Crichton1cede102017-06-15 02:33:063251name = "wincolor"
Alex Crichton2863b752018-08-21 17:23:473252version = "1.0.1"
Alex Crichtonfa5b3d32018-07-26 00:25:123253source = "registry+https://github.com/rust-lang/crates.io-index"
3254dependencies = [
Alex Crichton4f661c02018-10-08 17:39:093255 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473256 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa5b3d32018-07-26 00:25:123257]
3258
3259[[package]]
Josh Stone020c5ec2017-05-08 22:01:133260name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:223261version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:133262source = "registry+https://github.com/rust-lang/crates.io-index"
3263dependencies = [
Linus Färnstrande96b7602018-08-07 20:33:223264 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:133265]
3266
3267[[package]]
3268name = "xz2"
Alex Crichtond8251152018-07-02 16:33:163269version = "0.1.5"
Josh Stone020c5ec2017-05-08 22:01:133270source = "registry+https://github.com/rust-lang/crates.io-index"
3271dependencies = [
Bastien Orivel933c2992018-07-06 20:52:403272 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:133273]
3274
3275[[package]]
3276name = "yaml-rust"
3277version = "0.3.5"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279
Ahmed Charles9ca382f2016-09-02 08:55:293280[metadata]
Alex Crichton2863b752018-08-21 17:23:473281"checksum aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee94e9463ccb9d681e7b708082687b2c56d2bd420ca8a3d3157d27d59508ec0"
steveklabnikecfbaca2018-04-03 14:32:043282"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
Aleksey Kladovb15b0232018-03-16 10:37:143283"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Nick Cameron4b6f5c22018-02-26 03:15:453284"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
Alex Crichtond8251152018-07-02 16:33:163285"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
Ralf Junga171ed22018-07-27 13:10:523286"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
Alex Crichtond8251152018-07-02 16:33:163287"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
Josh Stonee0d8364d2018-08-15 04:08:423288"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
Alex Crichtond99e7c22018-09-28 18:27:303289"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
3290"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:173291"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
Alex Crichton2863b752018-08-21 17:23:473292"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583293"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
Nick Cameron7a7445b2018-12-01 10:36:323294"checksum bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f"
Alex Crichtond8251152018-07-02 16:33:163295"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
Alex Crichton8ccf1122018-09-20 21:37:533296"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
Matthias Krügerf354c852018-11-14 13:49:403297"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
Alex Crichtonb1305c22018-09-17 16:52:023298"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
Alex Crichton2863b752018-08-21 17:23:473299"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
scalexm663002f2018-10-06 11:51:023300"checksum chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6749eb72e7d4355d944a99f15fbaea701b978c18c5e184a025fcde942b0c9779"
Niko Matsakis9c548bf2018-05-24 12:48:023301"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
Alex Crichtond8251152018-07-02 16:33:163302"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
3303"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
kennytmcab21f12018-07-26 21:58:553304"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
Alex Crichton2863b752018-08-21 17:23:473305"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
Nick Cameron127f9a62018-04-25 22:11:283306"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
Oliver Schneideracdf83f2017-12-06 08:25:293307"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
3308"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Scherer65b702c2018-11-14 09:56:093309"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
Alex Crichton52d7ee832018-07-17 16:04:223310"checksum core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc3532ec724375c7cb7ff0a097b714fde180bb1f6ed2ab27cfcd99ffca873cd2"
3311"checksum core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3fb15cdbdd9cf8b82d97d0296bb5cd3631bba58d6e31650a002a8e7fb5721f9"
Alex Crichton80d6ed22018-01-08 21:56:223312"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
Nick Cameron90701932018-09-25 02:40:423313"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
Nick Cameron4b6f5c22018-02-26 03:15:453314"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
Alex Crichtone9d89832018-04-02 15:43:553315"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
Nick Cameron90701932018-09-25 02:40:423316"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
Nick Cameron4b6f5c22018-02-26 03:15:453317"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
Alex Crichton0e034d12018-07-31 21:16:553318"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
Alex Crichton01127ca2018-11-16 11:08:233319"checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816"
Alex Crichton994bfd42018-02-26 17:07:163320"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
Alex Crichton62d78012018-11-09 20:55:253321"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
3322"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
Douglas Campos422fe7c2018-05-29 11:52:513323"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
Bastien Orivelbcdb67b2018-05-08 18:55:433324"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
Nick Cameron595bea62018-11-19 04:21:103325"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
Oliver Schneideracdf83f2017-12-06 08:25:293326"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
Mark Simulacrum42fde212018-03-10 14:03:063327"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Ralf Jung44b0fd62018-11-28 20:22:453328"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
Alex Crichtone9d89832018-04-02 15:43:553329"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
Alex Crichtond8251152018-07-02 16:33:163330"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
Nicholas Nethercote1e34dfc2018-11-02 08:46:593331"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
Niko Matsakis7ed0fd72018-05-18 19:25:343332"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
Alex Crichton2863b752018-08-21 17:23:473333"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
Alex Crichton01127ca2018-11-16 11:08:233334"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
Nick Cameron127f9a62018-04-25 22:11:283335"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
Alex Crichton38bedfa2017-09-02 03:46:513336"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
Ralf Jungf684f802018-07-13 08:34:503337"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
Alex Crichton0e034d12018-07-31 21:16:553338"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9"
3339"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426"
Alex Crichtond8251152018-07-02 16:33:163340"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
Mark Simulacrumb0dbc7c2018-03-27 10:44:333341"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
Matthias Krügerab4e6972018-10-08 19:05:143342"checksum flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4af030962d89d62aa52cd9492083b1cd9b2d1a77764878102a6c0f86b4d5444d"
Oliver Schneideracdf83f2017-12-06 08:25:293343"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
3344"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3345"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Alex Crichton80d6ed22018-01-08 21:56:223346"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
Alex Crichton016eaf82018-10-21 02:15:063347"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Nick Cameron77177052018-07-06 00:34:003348"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
Alex Crichton80d6ed22018-01-08 21:56:223349"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
3350"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Alex Crichtond8251152018-07-02 16:33:163351"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
3352"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
Eric Huss97308712018-08-14 21:27:263353"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
Alex Crichtone9d89832018-04-02 15:43:553354"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
Eric Huss97308712018-08-14 21:27:263355"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
Alex Crichton4f661c02018-10-08 17:39:093356"checksum git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0173e317f8ba21f3fff0f71549fead5e42e67961dbd402bf69f42775f3cc78b4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583357"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
Alex Crichton2863b752018-08-21 17:23:473358"checksum globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e49edbcc9c7fc5beb8c0a54e7319ff8bed353a2b55e85811c6281188c2a6c84"
Alex Crichtond8251152018-07-02 16:33:163359"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
3360"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton2863b752018-08-21 17:23:473361"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
Alex Crichtond8251152018-07-02 16:33:163362"checksum html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b04478cf718862650a0bf66acaf8f2f8c906fbc703f35c916c1f4211b069a364"
Alex Crichton87f3dda2018-03-01 19:08:483363"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
Alex Crichton52d7ee832018-07-17 16:04:223364"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Manish Goregaokard63e9252018-07-20 07:53:563365"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
Alex Crichton2863b752018-08-21 17:23:473366"checksum ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3e9faa7c84064f07b40da27044af629f578bc7994b650d3e458d0c29183c1d91"
Eric Huss8c20add2018-12-03 01:33:203367"checksum im-rc 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4591152fd573cf453a890b5f9fdc5c328a751a0785539316739d5f85e5c468c"
steveklabnik54371882018-01-25 17:32:253368"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
Alex Crichtone9d89832018-04-02 15:43:553369"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
Alex Crichtond99e7c22018-09-28 18:27:303370"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
Alex Crichton016eaf82018-10-21 02:15:063371"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
Alex Crichtonfaebcc12018-03-15 17:58:023372"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
Igor Matuszewski3a17cf72018-08-25 16:17:553373"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
Igor Matuszewskid3322772017-12-28 18:46:293374"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
Steve Klabnika0769612017-02-07 23:13:573375"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Nick Cameron7a7445b2018-12-01 10:36:323376"checksum languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "68de833188ada4e175d04a028f03f244f6370eedbcc75a05604d47d925933f69"
Oliver Schneideracdf83f2017-12-06 08:25:293377"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
Alex Crichton2863b752018-08-21 17:23:473378"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
Alex Crichtond99e7c22018-09-28 18:27:303379"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
Linus Färnstrande96b7602018-08-07 20:33:223380"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
Alex Crichton4f661c02018-10-08 17:39:093381"checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356"
Alex Crichton8ccf1122018-09-20 21:37:533382"checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
Alex Crichtonb1305c22018-09-17 16:52:023383"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
Alex Crichton4f661c02018-10-08 17:39:093384"checksum libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "4401fe74560a0d46fce3464625ac8aa7a79d291dd28cee021d18852d5191c280"
Mark Rousskov9ec5ef52018-08-04 22:24:393385"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
Malo Jaffré8ed13d62017-12-29 10:24:383386"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
Alex Crichton4f661c02018-10-08 17:39:093387"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
Alex Crichtond8251152018-07-02 16:33:163388"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
Bastien Orivel933c2992018-07-06 20:52:403389"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
steveklabnikecfbaca2018-04-03 14:32:043390"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
Guillaume Gomezcf5ee8f2018-08-15 13:07:073391"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
steveklabnikecfbaca2018-04-03 14:32:043392"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
3393"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
Alex Crichton2863b752018-08-21 17:23:473394"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Matt Ickstadt0ab516f2018-04-21 21:06:133395"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
Alex Crichton2863b752018-08-21 17:23:473396"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
Michael Woeristerabd5cc32018-08-31 13:18:083397"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
Nick Cameron4b6f5c22018-02-26 03:15:453398"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
Guillaume Gomezc5a025a2018-10-06 16:51:563399"checksum minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "96c269bb45c39b333392b2b18ad71760b34ac65666591386b0e959ed58b3f474"
Nick Cameronc5cad5a2017-09-22 01:58:353400"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
Alex Crichton2863b752018-08-21 17:23:473401"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
Alex Crichtond8251152018-07-02 16:33:163402"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
Nick Cameron4b6f5c22018-02-26 03:15:453403"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
Oliver Schneider0ad54532018-07-14 22:01:243404"checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7"
Alex Crichtond8251152018-07-02 16:33:163405"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
Alex Crichtond8251152018-07-02 16:33:163406"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
Alex Crichton80d6ed22018-01-08 21:56:223407"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
Alex Crichton041d3552017-09-27 22:37:023408"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
Alex Crichton2863b752018-08-21 17:23:473409"checksum opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "176cd8eadff5ef9fa5c6d19452535662c02c6bf29b3d594a3fc01f749bb24c94"
Alex Crichton4f661c02018-10-08 17:39:093410"checksum openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5af9e83eb3c51ee806387d26a43056f3246d865844caa6dd704d2ba7e831c264"
Alex Crichton325d7392017-12-10 17:42:493411"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Alex Crichton4f661c02018-10-08 17:39:093412"checksum openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1edaed888fd85a54a2646bf02992931ddefdda3b1a748fc79f088a8db27fcbe"
3413"checksum openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3d1b390ab1b9700f682ad95a30dc9c0f40dd212ca57266012cfc678b0e365a"
Mark Simulacrumb0dbc7c2018-03-27 10:44:333414"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
Nick Cameron77177052018-07-06 00:34:003415"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Robin Kruppe1a24a592017-04-26 21:22:453416"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
Nick Cameron7a7445b2018-12-01 10:36:323417"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
Mark Rousskov9ec5ef52018-08-04 22:24:393418"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
Alex Crichton35655562018-04-27 03:50:063419"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
Mark Rousskov9ec5ef52018-08-04 22:24:393420"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
Oliver Schneideracdf83f2017-12-06 08:25:293421"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichtone9d89832018-04-02 15:43:553422"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
3423"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
Gabriel Majerib31eaa42018-09-08 06:04:293424"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
Alex Crichtond8251152018-07-02 16:33:163425"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
3426"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
3427"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
3428"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
Alex Crichton4f661c02018-10-08 17:39:093429"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
Vytautas Astrauskas1404c002018-05-30 15:17:373430"checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201"
steveklabnikecfbaca2018-04-03 14:32:043431"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
Mark Simulacrum42fde212018-03-10 14:03:063432"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
Eric Huss8c20add2018-12-03 01:33:203433"checksum pretty_env_logger 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ed8d1e63042e889b85228620629b51c011d380eed2c7e0015f8a644def280c28"
Alex Crichtond8251152018-07-02 16:33:163434"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
Nick Cameron595bea62018-11-19 04:21:103435"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
Alex Crichtond99e7c22018-09-28 18:27:303436"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
Manish Goregaokar68185512018-02-18 21:33:563437"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
Matthias Krüger2598a7a2018-11-23 11:52:473438"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
Alex Crichtond8251152018-07-02 16:33:163439"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
Oliver Schneideracdf83f2017-12-06 08:25:293440"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583441"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
Alex Crichtond8251152018-07-02 16:33:163442"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
Alex Crichton2863b752018-08-21 17:23:473443"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
Nick Cameron595bea62018-11-19 04:21:103444"checksum racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "344a53b68d889ab5f44d0617f2bbe1f696abe6a730bd41fa619cfc6fa83a6078"
Alex Crichton2863b752018-08-21 17:23:473445"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
Eduard-Mihai Burtescu4529d102018-09-15 08:40:253446"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
kennytmcab21f12018-07-26 21:58:553447"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
Alex Crichtone9d89832018-04-02 15:43:553448"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
Nick Cameron4b6f5c22018-02-26 03:15:453449"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
Alex Crichtond8251152018-07-02 16:33:163450"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
Oliver Schneideracdf83f2017-12-06 08:25:293451"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
Alex Crichtond8251152018-07-02 16:33:163452"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
Alex Crichton2863b752018-08-21 17:23:473453"checksum regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025"
Alex Crichtond8251152018-07-02 16:33:163454"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
Alex Crichton2863b752018-08-21 17:23:473455"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
Alex Crichton924f8c72018-04-18 15:43:593456"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
Nick Cameron7a7445b2018-12-01 10:36:323457"checksum rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2de1187cceaf16d7642cc78835a2890b55b35ed9e8a8e3c6348a6297d8dd0fb1"
Nick Cameron595bea62018-11-19 04:21:103458"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
Nick Cameron90701932018-09-25 02:40:423459"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
Nick Cameron9a769c62018-08-04 07:29:153460"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
Nick Cameron7bed5432017-05-08 19:15:483461"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
Nick Cameron595bea62018-11-19 04:21:103462"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
3463"checksum rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c"
3464"checksum rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7"
3465"checksum rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f"
3466"checksum rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5"
3467"checksum rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6"
3468"checksum rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288"
3469"checksum rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d"
3470"checksum rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f"
3471"checksum rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d"
Alex Crichton2863b752018-08-21 17:23:473472"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
John Kåre Alsaker7ebd4d62018-05-24 03:37:403473"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
John Kåre Alsakerf273f282018-06-06 13:25:473474"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
3475"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583476"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
Oliver Schneider847bb142018-05-11 12:11:063477"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
Alex Crichton0e034d12018-07-31 21:16:553478"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
Alex Crichtond99e7c22018-09-28 18:27:303479"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
Alex Crichton2863b752018-08-21 17:23:473480"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
3481"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
Alex Crichton4f661c02018-10-08 17:39:093482"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
Alex Crichtond8251152018-07-02 16:33:163483"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
Oliver Schneideracdf83f2017-12-06 08:25:293484"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
Alex Crichton80d6ed22018-01-08 21:56:223485"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583486"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Alex Crichton2863b752018-08-21 17:23:473487"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87"
3488"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119"
Alex Crichton38bedfa2017-09-02 03:46:513489"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
Alex Crichtond99e7c22018-09-28 18:27:303490"checksum serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "bb47a3d5c84320222f66d7db21157c4a7407755de41798f9b4c1c40593397b1a"
Alex Crichtone9d89832018-04-02 15:43:553491"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
steveklabnik54371882018-01-25 17:32:253492"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
steveklabnikecfbaca2018-04-03 14:32:043493"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
Igor Gutorov4d81fe92018-08-13 19:15:163494"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
Alex Crichton4f661c02018-10-08 17:39:093495"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
Alex Crichtond8251152018-07-02 16:33:163496"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
3497"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
3498"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
steveklabnikecfbaca2018-04-03 14:32:043499"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
Aleksey Kladovb15b0232018-03-16 10:37:143500"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
Matt Ickstadt0ab516f2018-04-21 21:06:133501"checksum strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e21b5dd6dd07b5adcf8c4b723a7c0b7efd7a9359bf963d58c0caae8532545"
Alex Crichtond8251152018-07-02 16:33:163502"checksum strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1292d85e688e4696ecb69b2db2648994fb8af266974e89be53cefdf003861a5d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583503"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
Alex Crichtond8251152018-07-02 16:33:163504"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
Alex Crichton2863b752018-08-21 17:23:473505"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
Nick Cameron595bea62018-11-19 04:21:103506"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583507"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
Alex Crichton0e034d12018-07-31 21:16:553508"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
Alex Crichton62d78012018-11-09 20:55:253509"checksum tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "69e16840a1e0a1f1a880b739ef1cc6a4b85496c99b8aa786ccffce6e0c15624c"
Alex Crichton2863b752018-08-21 17:23:473510"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
steveklabnikecfbaca2018-04-03 14:32:043511"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
Alan Du253ade52018-03-19 14:14:133512"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
Alex Crichton2863b752018-08-21 17:23:473513"checksum termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3390f44f1f706d8870297b6a2c4f92d9ab65a37c265fbbc6ac4ee72bcc2f3698"
Oliver Schneideracdf83f2017-12-06 08:25:293514"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
Alex Crichtond8251152018-07-02 16:33:163515"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
Alex Crichton2863b752018-08-21 17:23:473516"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
Alex Crichtond8251152018-07-02 16:33:163517"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
Alex Crichton924f8c72018-04-18 15:43:593518"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
steveklabnik54371882018-01-25 17:32:253519"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
Eric Huss8c20add2018-12-03 01:33:203520"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
Alex Crichton994bfd42018-02-26 17:07:163521"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
steveklabnik4871dba2017-06-27 17:33:323522"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Alex Crichtond8251152018-07-02 16:33:163523"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
3524"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
Mark Simulacrumad97f8b2018-06-22 15:48:433525"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583526"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Alex Crichton87f3dda2018-03-01 19:08:483527"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
Nick Cameron3dad1972017-06-26 13:43:093528"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
Alex Crichton52d7ee832018-07-17 16:04:223529"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583530"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
steveklabnikecfbaca2018-04-03 14:32:043531"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
Alex Crichton2863b752018-08-21 17:23:473532"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
3533"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
Alex Crichtond8251152018-07-02 16:33:163534"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
Ralf Jung6426cbe2018-10-11 08:18:313535"checksum vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1b9696d96ec5d68984d060af80d7ba0ed4eb533978a0efb05ed4b8465f20d04f"
Alex Crichton4f661c02018-10-08 17:39:093536"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
Steve Klabnik2795de32017-02-20 00:20:573537"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Alex Crichtond99e7c22018-09-28 18:27:303538"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
Alex Crichton2863b752018-08-21 17:23:473539"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
Steve Klabnika0769612017-02-07 23:13:573540"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Alex Crichton4f661c02018-10-08 17:39:093541"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
Steve Klabnika0769612017-02-07 23:13:573542"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Alex Crichton80d6ed22018-01-08 21:56:223543"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton2863b752018-08-21 17:23:473544"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
Alex Crichton80d6ed22018-01-08 21:56:223545"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton2863b752018-08-21 17:23:473546"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
Alex Crichton52d7ee832018-07-17 16:04:223547"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Alex Crichtond8251152018-07-02 16:33:163548"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
Josh Stone020c5ec2017-05-08 22:01:133549"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"