blob: 381322bc421d4b5ad872b1cfca8972e19d59c06e [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Ahmed Charles9ca382f2016-09-02 08:55:293[[package]]
Alex Crichtonb4110902018-12-08 11:06:544name = "adler32"
5version = "1.0.3"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7
8[[package]]
Steve Klabnika0769612017-02-07 23:13:579name = "aho-corasick"
Alex Crichtonb4110902018-12-08 11:06:5410version = "0.6.9"
Steve Klabnika0769612017-02-07 23:13:5711source = "registry+https://github.com/rust-lang/crates.io-index"
12dependencies = [
Alex Crichtonb4110902018-12-08 11:06:5413 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:5714]
15
16[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2917name = "alloc"
18version = "0.0.0"
19dependencies = [
Lokathorf532dfe92019-01-07 19:52:0520 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:2921 "core 0.0.0",
Alex Crichton4c21a3b2018-11-20 05:52:5022 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung3414be02018-12-21 10:33:2923 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:2924]
25
26[[package]]
steveklabnikecfbaca2018-04-03 14:32:0427name = "ammonia"
28version = "1.1.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30dependencies = [
Bastien Orivel5c4534a2018-12-08 14:11:4731 "html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:0832 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0433 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:4734 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0435 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:5436 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:0437]
38
39[[package]]
Steve Klabnika0769612017-02-07 23:13:5740name = "ansi_term"
Aleksey Kladovb15b0232018-03-16 10:37:1441version = "0.11.0"
Steve Klabnika0769612017-02-07 23:13:5742source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladovb15b0232018-03-16 10:37:1443dependencies = [
Alex Crichton4f661c02018-10-08 17:39:0944 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladovb15b0232018-03-16 10:37:1445]
Steve Klabnika0769612017-02-07 23:13:5746
47[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:4348name = "arc-swap"
49version = "0.3.7"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51
52[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2953name = "arena"
54version = "0.0.0"
John Kåre Alsaker19d44f22017-12-03 12:49:4655dependencies = [
56 "rustc_data_structures 0.0.0",
57]
Ahmed Charles9ca382f2016-09-02 08:55:2958
59[[package]]
flip19954c228cc2019-02-18 09:32:5860name = "argon2rs"
61version = "0.2.5"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63dependencies = [
64 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
65 "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
66]
67
68[[package]]
James Munnsde763692019-01-19 02:39:3769name = "arrayref"
70version = "0.3.5"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72
73[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:4574name = "arrayvec"
75version = "0.4.7"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77dependencies = [
78 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
79]
80
81[[package]]
Alex Crichton1cede102017-06-15 02:33:0682name = "atty"
Ralf Junga171ed22018-07-27 13:10:5283version = "0.2.11"
Josh Stone020c5ec2017-05-08 22:01:1384source = "registry+https://github.com/rust-lang/crates.io-index"
85dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:4286 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:2987 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:0988 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:0689]
90
91[[package]]
92name = "backtrace"
Ralf Jung8e994a22018-12-11 21:36:2493version = "0.3.11"
Alex Crichton1cede102017-06-15 02:33:0694source = "registry+https://github.com/rust-lang/crates.io-index"
95dependencies = [
Alex Crichton8d500572018-12-15 00:47:1896 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:5497 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:4298 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfcc8bb42018-12-14 22:37:5199 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09100 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13101]
102
103[[package]]
104name = "backtrace-sys"
Alex Crichton8d500572018-12-15 00:47:18105version = "0.1.27"
Josh Stone020c5ec2017-05-08 22:01:13106source = "registry+https://github.com/rust-lang/crates.io-index"
107dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:22108 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
dylan_DPC14a38b32019-01-17 10:22:48109 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42110 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton8d500572018-12-15 00:47:18111 "rustc-std-workspace-core 1.0.0",
Josh Stone020c5ec2017-05-08 22:01:13112]
113
114[[package]]
Alex Crichtond99e7c22018-09-28 18:27:30115name = "bit-set"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118dependencies = [
119 "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
120]
121
122[[package]]
123name = "bit-vec"
124version = "0.5.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126
127[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58128name = "bitflags"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17129version = "0.9.1"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131
132[[package]]
Tamir Duberstein231d9e72017-09-08 19:08:01133name = "bitflags"
Alex Crichton2863b752018-08-21 17:23:47134version = "1.0.4"
Tamir Duberstein231d9e72017-09-08 19:08:01135source = "registry+https://github.com/rust-lang/crates.io-index"
136
137[[package]]
flip19954c228cc2019-02-18 09:32:58138name = "blake2-rfc"
139version = "0.2.18"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141dependencies = [
142 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
143 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
144]
145
146[[package]]
James Munnsde763692019-01-19 02:39:37147name = "block-buffer"
148version = "0.3.3"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150dependencies = [
151 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
152 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
153]
154
155[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29156name = "bootstrap"
157version = "0.0.0"
158dependencies = [
159 "build_helper 0.1.0",
dylan_DPC14a38b32019-01-17 10:22:48160 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47161 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54162 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55163 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29164 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42165 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22166 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gabriel Majerib31eaa42018-09-08 06:04:29167 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum42fde212018-03-10 14:03:06168 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04169 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54170 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
171 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16172 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54173 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29174]
175
176[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58177name = "bufstream"
Alex Crichtonb4110902018-12-08 11:06:54178version = "0.1.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58179source = "registry+https://github.com/rust-lang/crates.io-index"
180
181[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04182name = "build-manifest"
183version = "0.1.0"
184dependencies = [
Eric Huss57393642018-12-17 18:23:04185 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54186 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
187 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton9e8785f2017-01-24 22:37:04188]
189
190[[package]]
Alex Crichtonb4110902018-12-08 11:06:54191name = "build_const"
192version = "0.2.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194
195[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29196name = "build_helper"
197version = "0.1.0"
198
199[[package]]
James Munnsde763692019-01-19 02:39:37200name = "byte-tools"
201version = "0.2.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203
204[[package]]
Alex Crichton4f661c02018-10-08 17:39:09205name = "bytecount"
flip19954c228cc2019-02-18 09:32:58206version = "0.5.1"
Alex Crichton4f661c02018-10-08 17:39:09207source = "registry+https://github.com/rust-lang/crates.io-index"
208dependencies = [
Nick Cameron7a7445b2018-12-01 10:36:32209 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09210]
211
212[[package]]
Oliver Schneiderea351922017-09-18 14:18:23213name = "byteorder"
Alex Crichtonb4110902018-12-08 11:06:54214version = "1.2.7"
Oliver Schneiderea351922017-09-18 14:18:23215source = "registry+https://github.com/rust-lang/crates.io-index"
216
217[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43218name = "bytes"
219version = "0.4.11"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221dependencies = [
222 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
223 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
224]
225
226[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53227name = "bytesize"
228version = "1.0.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230
231[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58232name = "cargo"
Mark Rousskovcd39cf72019-01-27 15:43:30233version = "0.35.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58234dependencies = [
Ralf Junga171ed22018-07-27 13:10:52235 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54236 "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:14237 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton8ccf1122018-09-20 21:37:53238 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16239 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54240 "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskovcd39cf72019-01-27 15:43:30241 "crates-io 0.23.0",
Alex Crichtonb4110902018-12-08 11:06:54242 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:16243 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:25244 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
245 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton01127ca2018-11-16 11:08:23246 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:29247 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54248 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
249 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22250 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:26251 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:14252 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
253 "git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58254 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16255 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47256 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivela82f0ce2019-02-22 12:49:19257 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:58258 "im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54259 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08260 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54261 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42262 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04263 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54264 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47265 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22266 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54267 "opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:36268 "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54269 "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:30270 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55271 "rustc-workspace-hack 1.0.0",
Eric Huss57393642018-12-17 18:23:04272 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54273 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22274 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04275 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton38bedfa2017-09-02 03:46:51276 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54277 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55278 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54279 "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
280 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
281 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
282 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:43283 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54284 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:14285 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09286 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58287]
288
289[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29290name = "cargo_metadata"
Matthias Krügerf354c852018-11-14 13:49:40291version = "0.6.2"
Ralf Jungf684f802018-07-13 08:34:50292source = "registry+https://github.com/rust-lang/crates.io-index"
293dependencies = [
294 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
295 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04296 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54297 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
298 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf684f802018-07-13 08:34:50299]
300
301[[package]]
Matthias Krügera27cf8a2019-01-30 00:24:37302name = "cargo_metadata"
303version = "0.7.1"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305dependencies = [
306 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
307 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
308 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
309 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
310 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
311]
312
313[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26314name = "cargotest2"
315version = "0.1.0"
316
317[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35318name = "cc"
Hugues de Valon4af681c2019-01-09 14:51:22319version = "1.0.28"
Nick Cameronc5cad5a2017-09-22 01:58:35320source = "registry+https://github.com/rust-lang/crates.io-index"
321
322[[package]]
Josh Stone020c5ec2017-05-08 22:01:13323name = "cfg-if"
Alex Crichtonb4110902018-12-08 11:06:54324version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:13325source = "registry+https://github.com/rust-lang/crates.io-index"
326
327[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:02328name = "chalk-engine"
scalexmda9467d2018-11-28 21:11:00329version = "0.9.0"
Niko Matsakis9c548bf2018-05-24 12:48:02330source = "registry+https://github.com/rust-lang/crates.io-index"
331dependencies = [
332 "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:40333 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis9c548bf2018-05-24 12:48:02334]
335
336[[package]]
337name = "chalk-macros"
338version = "0.1.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340dependencies = [
341 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
342]
343
344[[package]]
Alex Crichton15899b02018-01-25 04:01:42345name = "chrono"
Alex Crichtonb4110902018-12-08 11:06:54346version = "0.4.6"
Alex Crichton15899b02018-01-25 04:01:42347source = "registry+https://github.com/rust-lang/crates.io-index"
348dependencies = [
Alex Crichtond8251152018-07-02 16:33:16349 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54350 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16351 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:42352]
353
354[[package]]
Steve Klabnika0769612017-02-07 23:13:57355name = "clap"
Alex Crichtond8251152018-07-02 16:33:16356version = "2.32.0"
Steve Klabnika0769612017-02-07 23:13:57357source = "registry+https://github.com/rust-lang/crates.io-index"
358dependencies = [
Aleksey Kladovb15b0232018-03-16 10:37:14359 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Junga171ed22018-07-27 13:10:52360 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47361 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladovb15b0232018-03-16 10:37:14362 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16363 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:43364 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16365 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13366 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57367]
368
369[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29370name = "clippy"
Oliver Schneider0ad54532018-07-14 22:01:24371version = "0.0.212"
Ahmed Charles9ca382f2016-09-02 08:55:29372dependencies = [
Matthias Krügera27cf8a2019-01-30 00:24:37373 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider70717f22018-01-30 14:12:12374 "clippy-mini-macro-test 0.2.0",
Matthias Krüger10e7b762018-09-07 07:12:06375 "clippy_dev 0.0.1",
Oliver Schneider0ad54532018-07-14 22:01:24376 "clippy_lints 0.0.212",
Matthias Krügerc09d4e72019-01-05 14:40:10377 "compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:47378 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08379 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54380 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:55381 "rustc-workspace-hack 1.0.0",
Hugues de Valon65ac3152019-01-10 12:42:14382 "rustc_tools_util 0.1.1",
Oliver Schneider02ac15c2018-02-09 17:53:41383 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04384 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54385 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29386]
387
388[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29389name = "clippy-mini-macro-test"
Oliver Schneider70717f22018-01-30 14:12:12390version = "0.2.0"
Oliver Schneideracdf83f2017-12-06 08:25:29391
392[[package]]
Matthias Krüger10e7b762018-09-07 07:12:06393name = "clippy_dev"
394version = "0.0.1"
395dependencies = [
396 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügera27cf8a2019-01-30 00:24:37397 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08398 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54399 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
400 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger10e7b762018-09-07 07:12:06401]
402
403[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29404name = "clippy_lints"
Oliver Schneider0ad54532018-07-14 22:01:24405version = "0.0.212"
Oliver Schneider847bb142018-05-11 12:11:06406dependencies = [
Matthias Krügera27cf8a2019-01-30 00:24:37407 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokard63e9252018-07-20 07:53:56408 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügera27cf8a2019-01-30 00:24:37409 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08410 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47411 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger2598a7a2018-11-23 11:52:47412 "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06413 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54414 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06415 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04416 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54417 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercoteecf6cd42018-11-28 21:52:22418 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54419 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16420 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54421 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:06422]
423
424[[package]]
kennytmcab21f12018-07-26 21:58:55425name = "cloudabi"
426version = "0.0.3"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428dependencies = [
Alex Crichton2863b752018-08-21 17:23:47429 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55430]
431
432[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29433name = "cmake"
Alex Crichton2863b752018-08-21 17:23:47434version = "0.1.33"
Oliver Schneideracdf83f2017-12-06 08:25:29435source = "registry+https://github.com/rust-lang/crates.io-index"
436dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:22437 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29438]
439
440[[package]]
Nick Cameron127f9a62018-04-25 22:11:28441name = "colored"
442version = "1.6.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444dependencies = [
445 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
446]
447
448[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29449name = "commoncrypto"
450version = "0.2.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452dependencies = [
453 "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
454]
455
456[[package]]
457name = "commoncrypto-sys"
458version = "0.2.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42461 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Murarth64842582017-06-17 19:01:18462]
463
464[[package]]
Alex Crichton147e2da2016-10-07 06:30:38465name = "compiler_builtins"
Lokathorf532dfe92019-01-07 19:52:05466version = "0.1.5"
Alex Crichton4c21a3b2018-11-20 05:52:50467source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton147e2da2016-10-07 06:30:38468dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:22469 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4c21a3b2018-11-20 05:52:50470 "rustc-std-workspace-core 1.0.0",
Alex Crichton147e2da2016-10-07 06:30:38471]
472
473[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29474name = "compiletest"
475version = "0.0.0"
476dependencies = [
Oliver Schneideracdf83f2017-12-06 08:25:29477 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54478 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
479 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55480 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08481 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42482 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54483 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47484 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54485 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04486 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
487 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54488 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
489 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Vytautas Astrauskasd966e572018-12-17 12:40:40490 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09491 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29492]
493
494[[package]]
495name = "compiletest_rs"
Matthias Krügerc09d4e72019-01-05 14:40:10496version = "0.3.18"
Oliver Schneideracdf83f2017-12-06 08:25:29497source = "registry+https://github.com/rust-lang/crates.io-index"
498dependencies = [
499 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54500 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:55501 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42502 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54503 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47504 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54505 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerc09d4e72019-01-05 14:40:10506 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04507 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54508 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
509 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
510 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09511 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29512]
513
514[[package]]
flip19954c228cc2019-02-18 09:32:58515name = "constant_time_eq"
516version = "0.1.3"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518
519[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29520name = "core"
521version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16522dependencies = [
Alex Crichton4c21a3b2018-11-20 05:52:50523 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:16524]
Ahmed Charles9ca382f2016-09-02 08:55:29525
526[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28527name = "core-foundation"
Alex Crichtonb4110902018-12-08 11:06:54528version = "0.6.3"
Nick Cameron7cb3f452017-08-24 05:52:28529source = "registry+https://github.com/rust-lang/crates.io-index"
530dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54531 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42532 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7cb3f452017-08-24 05:52:28533]
534
535[[package]]
536name = "core-foundation-sys"
Alex Crichtonb4110902018-12-08 11:06:54537version = "0.6.2"
Nick Cameron7cb3f452017-08-24 05:52:28538source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameron7cb3f452017-08-24 05:52:28539
540[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58541name = "crates-io"
Mark Rousskovcd39cf72019-01-27 15:43:30542version = "0.23.0"
Nick Cameronad8ecc22017-07-19 01:32:12543dependencies = [
Alex Crichton62d78012018-11-09 20:55:25544 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:29545 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04546 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54547 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
548 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
549 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58550]
551
552[[package]]
Alex Crichtonb4110902018-12-08 11:06:54553name = "crc"
554version = "1.8.1"
Alex Crichton38bedfa2017-09-02 03:46:51555source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb4110902018-12-08 11:06:54556dependencies = [
557 "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
558]
559
560[[package]]
561name = "crc32fast"
562version = "1.1.2"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564dependencies = [
565 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
566]
Alex Crichton38bedfa2017-09-02 03:46:51567
568[[package]]
kennytmcab21f12018-07-26 21:58:55569name = "crossbeam-channel"
Matthias Krüger696fb8f2019-01-21 15:32:43570version = "0.3.4"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572dependencies = [
573 "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
574 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
575 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
576 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
577 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
578]
579
580[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45581name = "crossbeam-deque"
582version = "0.2.0"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584dependencies = [
Alex Crichtone9d89832018-04-02 15:43:55585 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45586 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
587]
588
589[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43590name = "crossbeam-deque"
591version = "0.6.3"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593dependencies = [
594 "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
595 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
596]
597
598[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45599name = "crossbeam-epoch"
Alex Crichtone9d89832018-04-02 15:43:55600version = "0.3.1"
Nick Cameron4b6f5c22018-02-26 03:15:45601source = "registry+https://github.com/rust-lang/crates.io-index"
602dependencies = [
603 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54604 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45605 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:08606 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45607 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
608 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
609 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
610]
611
612[[package]]
kennytmcab21f12018-07-26 21:58:55613name = "crossbeam-epoch"
Matthias Krüger696fb8f2019-01-21 15:32:43614version = "0.7.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616dependencies = [
617 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
618 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
619 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
620 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
621 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
622 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
623]
624
625[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45626name = "crossbeam-utils"
627version = "0.2.2"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54630 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:45631]
632
633[[package]]
kennytmcab21f12018-07-26 21:58:55634name = "crossbeam-utils"
Alex Crichtonb4110902018-12-08 11:06:54635version = "0.6.2"
Alex Crichton01127ca2018-11-16 11:08:23636source = "registry+https://github.com/rust-lang/crates.io-index"
637dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54638 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton01127ca2018-11-16 11:08:23639]
640
641[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29642name = "crypto-hash"
Alex Crichton994bfd42018-02-26 17:07:16643version = "0.3.1"
Oliver Schneideracdf83f2017-12-06 08:25:29644source = "registry+https://github.com/rust-lang/crates.io-index"
645dependencies = [
Oliver Schneideracdf83f2017-12-06 08:25:29646 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16647 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:36648 "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09649 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29650]
651
652[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58653name = "curl"
Alex Crichton62d78012018-11-09 20:55:25654version = "0.4.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58655source = "registry+https://github.com/rust-lang/crates.io-index"
656dependencies = [
Alex Crichton62d78012018-11-09 20:55:25657 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22658 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42659 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49660 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:36661 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09662 "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
663 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58664 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
665]
666
667[[package]]
668name = "curl-sys"
Alex Crichton62d78012018-11-09 20:55:25669version = "0.4.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58670source = "registry+https://github.com/rust-lang/crates.io-index"
671dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:22672 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42673 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54674 "libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
675 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:36676 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09677 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:47678 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09679 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13680]
681
682[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51683name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22684version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51685source = "registry+https://github.com/rust-lang/crates.io-index"
686
687[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58688name = "derive-new"
Bastien Orivel5c4534a2018-12-08 14:11:47689version = "0.5.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58690source = "registry+https://github.com/rust-lang/crates.io-index"
691dependencies = [
Bastien Orivel5c4534a2018-12-08 14:11:47692 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54693 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
694 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58695]
696
697[[package]]
kennytmcab21f12018-07-26 21:58:55698name = "derive_more"
Nick Cameron595bea62018-11-19 04:21:10699version = "0.13.0"
kennytmcab21f12018-07-26 21:58:55700source = "registry+https://github.com/rust-lang/crates.io-index"
701dependencies = [
Nick Cameron595bea62018-11-19 04:21:10702 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54703 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
704 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
705 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:55706]
707
708[[package]]
Cengiz Can837817c2017-04-27 19:41:18709name = "diff"
Oliver Schneideracdf83f2017-12-06 08:25:29710version = "0.1.11"
Cengiz Can837817c2017-04-27 19:41:18711source = "registry+https://github.com/rust-lang/crates.io-index"
712
713[[package]]
Mark Simulacrum42fde212018-03-10 14:03:06714name = "difference"
715version = "2.0.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717
718[[package]]
James Munnsde763692019-01-19 02:39:37719name = "digest"
720version = "0.7.6"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722dependencies = [
723 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
724]
725
726[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45727name = "directories"
728version = "1.0.2"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42731 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung44b0fd62018-11-28 20:22:45732 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
733]
734
735[[package]]
flip19954c228cc2019-02-18 09:32:58736name = "dirs"
737version = "1.0.4"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739dependencies = [
740 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
741 "redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
742 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
743]
744
745[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29746name = "dlmalloc"
Jethro Beekman6c44bbb2019-02-26 00:18:22747version = "0.1.3"
Alex Crichton4c21a3b2018-11-20 05:52:50748source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Schneideracdf83f2017-12-06 08:25:29749dependencies = [
Lokathorf532dfe92019-01-07 19:52:05750 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42751 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4c21a3b2018-11-20 05:52:50752 "rustc-std-workspace-core 1.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:29753]
754
755[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29756name = "either"
Alex Crichtone9d89832018-04-02 15:43:55757version = "1.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:29758source = "registry+https://github.com/rust-lang/crates.io-index"
759
760[[package]]
steveklabnikecfbaca2018-04-03 14:32:04761name = "elasticlunr-rs"
Bastien Orivel5c4534a2018-12-08 14:11:47762version = "2.3.4"
steveklabnikecfbaca2018-04-03 14:32:04763source = "registry+https://github.com/rust-lang/crates.io-index"
764dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:08765 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54766 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04767 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54768 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
769 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:47770 "strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
771 "strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04772]
773
774[[package]]
Sean Griffin755bdaa2018-01-29 20:45:12775name = "ena"
Nicholas Nethercote1e34dfc2018-11-02 08:46:59776version = "0.11.0"
Eduard-Mihai Burtescu76831802018-07-25 12:44:06777source = "registry+https://github.com/rust-lang/crates.io-index"
778dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54779 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu76831802018-07-25 12:44:06780]
781
782[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58783name = "env_logger"
Alex Crichtonb4110902018-12-08 11:06:54784version = "0.5.13"
Alex Crichton15899b02018-01-25 04:01:42785source = "registry+https://github.com/rust-lang/crates.io-index"
786dependencies = [
Ralf Junga171ed22018-07-27 13:10:52787 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54788 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
789 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
790 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
791 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:42792]
793
794[[package]]
Alex Crichton01127ca2018-11-16 11:08:23795name = "env_logger"
796version = "0.6.0"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798dependencies = [
799 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54800 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
801 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
802 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
803 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton01127ca2018-11-16 11:08:23804]
805
806[[package]]
Josh Stone020c5ec2017-05-08 22:01:13807name = "error-chain"
Alex Crichton38bedfa2017-09-02 03:46:51808version = "0.11.0"
Guillaume Gomez5636d322017-07-29 12:35:09809source = "registry+https://github.com/rust-lang/crates.io-index"
810dependencies = [
Ralf Jung8e994a22018-12-11 21:36:24811 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez5636d322017-07-29 12:35:09812]
813
814[[package]]
Ralf Jungf684f802018-07-13 08:34:50815name = "error-chain"
816version = "0.12.0"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818dependencies = [
Ralf Jung8e994a22018-12-11 21:36:24819 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf684f802018-07-13 08:34:50820]
821
822[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29823name = "error_index_generator"
824version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:58825dependencies = [
826 "rustdoc 0.0.0",
827]
Ahmed Charles9ca382f2016-09-02 08:55:29828
829[[package]]
Alex Crichton325d7392017-12-10 17:42:49830name = "failure"
Eric Huss55917ba2019-02-03 22:42:29831version = "0.1.5"
Alex Crichton325d7392017-12-10 17:42:49832source = "registry+https://github.com/rust-lang/crates.io-index"
833dependencies = [
Ralf Jung8e994a22018-12-11 21:36:24834 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:29835 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49836]
837
838[[package]]
839name = "failure_derive"
Eric Huss55917ba2019-02-03 22:42:29840version = "0.1.5"
Alex Crichton325d7392017-12-10 17:42:49841source = "registry+https://github.com/rust-lang/crates.io-index"
842dependencies = [
Nick Cameron595bea62018-11-19 04:21:10843 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54844 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
845 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:47846 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49847]
848
849[[package]]
James Munnsde763692019-01-19 02:39:37850name = "fake-simd"
851version = "0.1.2"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853
854[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29855name = "filetime"
Alex Crichtonb4110902018-12-08 11:06:54856version = "0.2.4"
Alex Crichton924f8c72018-04-18 15:43:59857source = "registry+https://github.com/rust-lang/crates.io-index"
858dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54859 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42860 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54861 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:59862]
863
864[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:33865name = "fixedbitset"
866version = "0.1.9"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868
869[[package]]
Josh Stone020c5ec2017-05-08 22:01:13870name = "flate2"
Alex Crichtonb4110902018-12-08 11:06:54871version = "1.0.6"
Felix Schütt7c13fa32017-12-31 14:34:29872source = "registry+https://github.com/rust-lang/crates.io-index"
873dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54874 "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42875 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54876 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
877 "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
878 "miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Felix Schütt7c13fa32017-12-31 14:34:29879]
880
881[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29882name = "fmt_macros"
883version = "0.0.0"
884
885[[package]]
Simon Sapinb77ff242017-07-18 21:26:55886name = "fnv"
Oliver Schneideracdf83f2017-12-06 08:25:29887version = "1.0.6"
Simon Sapinb77ff242017-07-18 21:26:55888source = "registry+https://github.com/rust-lang/crates.io-index"
889
890[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58891name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:29892version = "0.3.2"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894dependencies = [
895 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
896]
897
898[[package]]
899name = "foreign-types-shared"
900version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58901source = "registry+https://github.com/rust-lang/crates.io-index"
902
903[[package]]
Jethro Beekman4a350562018-08-28 04:33:26904name = "fortanix-sgx-abi"
Jethro Beekmandcb5db82018-12-19 11:56:17905version = "0.3.2"
Alex Crichton4c21a3b2018-11-20 05:52:50906source = "registry+https://github.com/rust-lang/crates.io-index"
Jethro Beekman4a350562018-08-28 04:33:26907dependencies = [
Lokathorf532dfe92019-01-07 19:52:05908 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4c21a3b2018-11-20 05:52:50909 "rustc-std-workspace-core 1.0.0",
Jethro Beekman4a350562018-08-28 04:33:26910]
911
912[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58913name = "fs2"
Alex Crichton80d6ed22018-01-08 21:56:22914version = "0.4.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58915source = "registry+https://github.com/rust-lang/crates.io-index"
916dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42917 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:09918 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58919]
920
921[[package]]
Alex Crichton016eaf82018-10-21 02:15:06922name = "fs_extra"
923version = "1.1.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925
926[[package]]
Nick Cameron77177052018-07-06 00:34:00927name = "fst"
928version = "0.3.0"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54931 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:00932]
933
934[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29935name = "fuchsia-zircon"
Alex Crichton80d6ed22018-01-08 21:56:22936version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:29937source = "registry+https://github.com/rust-lang/crates.io-index"
938dependencies = [
Alex Crichton2863b752018-08-21 17:23:47939 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:22940 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:29941]
942
943[[package]]
944name = "fuchsia-zircon-sys"
Alex Crichton80d6ed22018-01-08 21:56:22945version = "0.3.3"
Oliver Schneideracdf83f2017-12-06 08:25:29946source = "registry+https://github.com/rust-lang/crates.io-index"
Oliver Schneideracdf83f2017-12-06 08:25:29947
948[[package]]
steveklabnikecfbaca2018-04-03 14:32:04949name = "futf"
Alex Crichtond8251152018-07-02 16:33:16950version = "0.1.4"
steveklabnikecfbaca2018-04-03 14:32:04951source = "registry+https://github.com/rust-lang/crates.io-index"
952dependencies = [
steveklabnikecfbaca2018-04-03 14:32:04953 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:16954 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:04955]
956
957[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12958name = "futures"
Alex Crichtond8251152018-07-02 16:33:16959version = "0.1.21"
Ahmed Charles9ca382f2016-09-02 08:55:29960source = "registry+https://github.com/rust-lang/crates.io-index"
961
962[[package]]
Eric Huss97308712018-08-14 21:27:26963name = "fwdansi"
964version = "1.0.1"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966dependencies = [
Alex Crichtonb4110902018-12-08 11:06:54967 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
968 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:26969]
970
971[[package]]
James Munnsde763692019-01-19 02:39:37972name = "generic-array"
973version = "0.9.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975dependencies = [
976 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
977]
978
979[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29980name = "getopts"
Alex Crichtone9d89832018-04-02 15:43:55981version = "0.2.17"
Ahmed Charles9ca382f2016-09-02 08:55:29982source = "registry+https://github.com/rust-lang/crates.io-index"
983
984[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58985name = "git2"
Hugues de Valon65ac3152019-01-10 12:42:14986version = "0.8.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58987source = "registry+https://github.com/rust-lang/crates.io-index"
988dependencies = [
Alex Crichton2863b752018-08-21 17:23:47989 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:42990 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:04991 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54992 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:49993 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:36994 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:54995 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58996]
997
998[[package]]
999name = "git2-curl"
Hugues de Valon65ac3152019-01-10 12:42:141000version = "0.9.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581001source = "registry+https://github.com/rust-lang/crates.io-index"
1002dependencies = [
Alex Crichton62d78012018-11-09 20:55:251003 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:141004 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541005 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1006 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581007]
1008
1009[[package]]
1010name = "glob"
1011version = "0.2.11"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013
1014[[package]]
Simon Sapinb77ff242017-07-18 21:26:551015name = "globset"
Alex Crichtonb4110902018-12-08 11:06:541016version = "0.4.2"
Simon Sapinb77ff242017-07-18 21:26:551017source = "registry+https://github.com/rust-lang/crates.io-index"
1018dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541019 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291020 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541021 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1022 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1023 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Simon Sapinb77ff242017-07-18 21:26:551024]
1025
1026[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291027name = "graphviz"
1028version = "0.0.0"
1029
1030[[package]]
Steve Klabnika0769612017-02-07 23:13:571031name = "handlebars"
Alex Crichtond8251152018-07-02 16:33:161032version = "0.32.4"
Steve Klabnika0769612017-02-07 23:13:571033source = "registry+https://github.com/rust-lang/crates.io-index"
1034dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:081035 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541036 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551037 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:471038 "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161039 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541040 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:041041 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541042 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581043]
1044
1045[[package]]
James Munnsde763692019-01-19 02:39:371046name = "handlebars"
1047version = "1.1.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049dependencies = [
1050 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1051 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1052 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1053 "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1054 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1055 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1056 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1057 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1058 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1059]
1060
1061[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471062name = "heck"
1063version = "0.3.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065dependencies = [
1066 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1067]
1068
1069[[package]]
Alex Crichton1cede102017-06-15 02:33:061070name = "hex"
Alex Crichtond8251152018-07-02 16:33:161071version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221072source = "registry+https://github.com/rust-lang/crates.io-index"
1073
1074[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121075name = "home"
Alex Crichton2863b752018-08-21 17:23:471076version = "0.3.3"
Nick Cameronad8ecc22017-07-19 01:32:121077source = "registry+https://github.com/rust-lang/crates.io-index"
1078dependencies = [
Bastien Orivel06f81032018-03-21 02:04:091079 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091080 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121081]
1082
1083[[package]]
steveklabnikecfbaca2018-04-03 14:32:041084name = "html5ever"
Bastien Orivel5c4534a2018-12-08 14:11:471085version = "0.22.5"
steveklabnikecfbaca2018-04-03 14:32:041086source = "registry+https://github.com/rust-lang/crates.io-index"
1087dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541088 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041089 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1090 "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:471091 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541092 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041094]
1095
1096[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481097name = "humantime"
Alex Crichtonb4110902018-12-08 11:06:541098version = "1.2.0"
Alex Crichton87f3dda2018-03-01 19:08:481099source = "registry+https://github.com/rust-lang/crates.io-index"
1100dependencies = [
Alex Crichtond8251152018-07-02 16:33:161101 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton87f3dda2018-03-01 19:08:481102]
1103
1104[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581105name = "idna"
Alex Crichton52d7ee832018-07-17 16:04:221106version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581107source = "registry+https://github.com/rust-lang/crates.io-index"
1108dependencies = [
Alex Crichton2863b752018-08-21 17:23:471109 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321110 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161111 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonf6304e12017-02-15 22:55:261112]
1113
1114[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291115name = "if_chain"
Manish Goregaokard63e9252018-07-20 07:53:561116version = "0.1.3"
Oliver Schneideracdf83f2017-12-06 08:25:291117source = "registry+https://github.com/rust-lang/crates.io-index"
1118
1119[[package]]
Simon Sapinb77ff242017-07-18 21:26:551120name = "ignore"
Bastien Orivela82f0ce2019-02-22 12:49:191121version = "0.4.6"
Simon Sapinb77ff242017-07-18 21:26:551122source = "registry+https://github.com/rust-lang/crates.io-index"
1123dependencies = [
Bastien Orivela82f0ce2019-02-22 12:49:191124 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541125 "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:081126 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541127 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471131 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541132 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Simon Sapinb77ff242017-07-18 21:26:551134]
1135
1136[[package]]
Eric Huss8c20add2018-12-03 01:33:201137name = "im-rc"
flip19954c228cc2019-02-18 09:32:581138version = "12.3.0"
Eric Huss8c20add2018-12-03 01:33:201139source = "registry+https://github.com/rust-lang/crates.io-index"
1140dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541141 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss8c20add2018-12-03 01:33:201142 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1143]
1144
1145[[package]]
Josh Stone020c5ec2017-05-08 22:01:131146name = "installer"
1147version = "0.0.0"
1148dependencies = [
Alex Crichtond8251152018-07-02 16:33:161149 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tom Tromey6e3a4f42018-07-03 18:24:241150 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541151 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:081152 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551153 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541154 "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
1155 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091156 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161157 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131158]
1159
1160[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431161name = "iovec"
1162version = "0.1.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164dependencies = [
1165 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
1166 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1167]
1168
1169[[package]]
steveklabnik54371882018-01-25 17:32:251170name = "is-match"
1171version = "0.1.0"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173
1174[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291175name = "itertools"
Alex Crichtone9d89832018-04-02 15:43:551176version = "0.7.8"
steveklabnik54371882018-01-25 17:32:251177source = "registry+https://github.com/rust-lang/crates.io-index"
1178dependencies = [
Alex Crichtone9d89832018-04-02 15:43:551179 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251180]
1181
1182[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431183name = "itertools"
1184version = "0.8.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186dependencies = [
1187 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1188]
1189
1190[[package]]
Steve Klabnik2795de32017-02-20 00:20:571191name = "itoa"
Alex Crichtond99e7c22018-09-28 18:27:301192version = "0.4.3"
Steve Klabnik2795de32017-02-20 00:20:571193source = "registry+https://github.com/rust-lang/crates.io-index"
1194
1195[[package]]
Alex Crichton016eaf82018-10-21 02:15:061196name = "jemalloc-sys"
1197version = "0.1.8"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221200 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton016eaf82018-10-21 02:15:061201 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421202 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton016eaf82018-10-21 02:15:061203]
1204
1205[[package]]
Alex Crichton453080f2017-06-05 16:36:481206name = "jobserver"
Alex Crichtonb4110902018-12-08 11:06:541207version = "0.1.12"
Alex Crichton453080f2017-06-05 16:36:481208source = "registry+https://github.com/rust-lang/crates.io-index"
1209dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421210 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541211 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1212 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481213]
1214
1215[[package]]
Igor Matuszewski3a17cf72018-08-25 16:17:551216name = "json"
1217version = "0.11.13"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219
1220[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121221name = "jsonrpc-core"
Hirokazu Hata6e720772019-02-03 00:48:181222version = "10.0.1"
Nick Cameronad8ecc22017-07-19 01:32:121223source = "registry+https://github.com/rust-lang/crates.io-index"
1224dependencies = [
Alex Crichtond8251152018-07-02 16:33:161225 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:141226 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:041227 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541228 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
1229 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121230]
1231
1232[[package]]
Steve Klabnika0769612017-02-07 23:13:571233name = "kernel32-sys"
1234version = "0.2.2"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236dependencies = [
1237 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1238 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1239]
1240
1241[[package]]
Steve Klabnika0769612017-02-07 23:13:571242name = "lazy_static"
Oliver Schneideracdf83f2017-12-06 08:25:291243version = "0.2.11"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245
1246[[package]]
Alex Crichton325d7392017-12-10 17:42:491247name = "lazy_static"
Igor Matuszewski14b1b572018-12-10 07:58:081248version = "1.2.0"
Alex Crichton325d7392017-12-10 17:42:491249source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton325d7392017-12-10 17:42:491250
1251[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291252name = "lazycell"
Alex Crichtonb4110902018-12-08 11:06:541253version = "1.2.1"
Alex Crichton994bfd42018-02-26 17:07:161254source = "registry+https://github.com/rust-lang/crates.io-index"
1255
1256[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291257name = "libc"
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421258version = "0.2.46"
Ahmed Charles9ca382f2016-09-02 08:55:291259source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton4c21a3b2018-11-20 05:52:501260dependencies = [
1261 "rustc-std-workspace-core 1.0.0",
1262]
Ahmed Charles9ca382f2016-09-02 08:55:291263
1264[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581265name = "libgit2-sys"
Eric Huss57393642018-12-17 18:23:041266version = "0.7.11"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581267source = "registry+https://github.com/rust-lang/crates.io-index"
1268dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221269 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton62d78012018-11-09 20:55:251270 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421271 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb1305c22018-09-17 16:52:021272 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541273 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:361274 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091275 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581276]
1277
1278[[package]]
Alex Crichton8ccf1122018-09-20 21:37:531279name = "libnghttp2-sys"
Alex Crichtonb4110902018-12-08 11:06:541280version = "0.1.1"
Alex Crichton8ccf1122018-09-20 21:37:531281source = "registry+https://github.com/rust-lang/crates.io-index"
1282dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221283 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421284 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton8ccf1122018-09-20 21:37:531285]
1286
1287[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581288name = "libssh2-sys"
Alex Crichtonb1305c22018-09-17 16:52:021289version = "0.2.11"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581290source = "registry+https://github.com/rust-lang/crates.io-index"
1291dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221292 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421293 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541294 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:361295 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091296 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471297 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581298]
1299
1300[[package]]
1301name = "libz-sys"
Alex Crichtonb4110902018-12-08 11:06:541302version = "1.0.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581303source = "registry+https://github.com/rust-lang/crates.io-index"
1304dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221305 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421306 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091307 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471308 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581309]
1310
1311[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291312name = "linkchecker"
1313version = "0.1.0"
Ahmed Charles9ca382f2016-09-02 08:55:291314
1315[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391316name = "lock_api"
1317version = "0.1.3"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319dependencies = [
1320 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1321 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1322]
1323
1324[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291325name = "log"
Alex Crichtonb4110902018-12-08 11:06:541326version = "0.4.6"
Malo Jaffré8ed13d62017-12-29 10:24:381327source = "registry+https://github.com/rust-lang/crates.io-index"
1328dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541329 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Malo Jaffré8ed13d62017-12-29 10:24:381330]
Ahmed Charles9ca382f2016-09-02 08:55:291331
1332[[package]]
Oliver Schneiderea351922017-09-18 14:18:231333name = "log_settings"
Alex Crichtond8251152018-07-02 16:33:161334version = "0.1.2"
Oliver Schneiderea351922017-09-18 14:18:231335source = "registry+https://github.com/rust-lang/crates.io-index"
1336dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:081337 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneiderea351922017-09-18 14:18:231338]
1339
1340[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431341name = "lsp-codec"
Hirokazu Hata6e720772019-02-03 00:48:181342version = "0.1.1"
Matthias Krüger696fb8f2019-01-21 15:32:431343source = "registry+https://github.com/rust-lang/crates.io-index"
1344dependencies = [
1345 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
1346 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1347 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1348]
1349
1350[[package]]
1351name = "lsp-types"
flip19954c228cc2019-02-18 09:32:581352version = "0.55.4"
Matthias Krüger696fb8f2019-01-21 15:32:431353source = "registry+https://github.com/rust-lang/crates.io-index"
1354dependencies = [
1355 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1356 "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1357 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1358 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1359 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
1360 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1361 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1362 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1363]
1364
1365[[package]]
Josh Stone020c5ec2017-05-08 22:01:131366name = "lzma-sys"
Bastien Orivel933c2992018-07-06 20:52:401367version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:131368source = "registry+https://github.com/rust-lang/crates.io-index"
1369dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221370 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541371 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421372 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091373 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131374]
1375
1376[[package]]
steveklabnikecfbaca2018-04-03 14:32:041377name = "mac"
1378version = "0.1.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380
1381[[package]]
Guillaume Gomezcf5ee8f2018-08-15 13:07:071382name = "macro-utils"
1383version = "0.1.2"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385
1386[[package]]
steveklabnikecfbaca2018-04-03 14:32:041387name = "maplit"
1388version = "1.0.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390
1391[[package]]
1392name = "markup5ever"
1393version = "0.7.2"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395dependencies = [
Alex Crichtond8251152018-07-02 16:33:161396 "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1397 "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:041398 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541399 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
1400 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161401 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
Taiki Endo6375efc2019-02-26 11:06:311402 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041403 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1404]
1405
1406[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581407name = "matches"
Alex Crichton2863b752018-08-21 17:23:471408version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581409source = "registry+https://github.com/rust-lang/crates.io-index"
1410
1411[[package]]
Steve Klabnika0769612017-02-07 23:13:571412name = "mdbook"
Matt Ickstadt0ab516f2018-04-21 21:06:131413version = "0.1.7"
Steve Klabnika0769612017-02-07 23:13:571414source = "registry+https://github.com/rust-lang/crates.io-index"
1415dependencies = [
steveklabnikecfbaca2018-04-03 14:32:041416 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541417 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161418 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:471419 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541420 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291421 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161422 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551423 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:081424 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541425 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1426 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton041d3552017-09-27 22:37:021427 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokar68185512018-02-18 21:33:561428 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:161429 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:041430 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541431 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
1432 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251433 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541434 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1435 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:251436 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581437]
1438
1439[[package]]
James Munnsde763692019-01-19 02:39:371440name = "mdbook"
1441version = "0.2.3"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443dependencies = [
1444 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1445 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1446 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1447 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1448 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
1449 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1450 "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1451 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
1452 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1453 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1454 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1455 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1456 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1457 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1458 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1459 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
1460 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1461 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1462 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1463 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
1464 "toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1465]
1466
1467[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581468name = "memchr"
Alex Crichtonb4110902018-12-08 11:06:541469version = "2.1.1"
Oliver Schneideracdf83f2017-12-06 08:25:291470source = "registry+https://github.com/rust-lang/crates.io-index"
1471dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541472 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421473 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541474 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571475]
1476
1477[[package]]
Michael Woeristerabd5cc32018-08-31 13:18:081478name = "memmap"
1479version = "0.6.2"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421482 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091483 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Woeristerabd5cc32018-08-31 13:18:081484]
1485
1486[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451487name = "memoffset"
1488version = "0.2.1"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490
1491[[package]]
Guillaume Gomez4b145732018-05-10 22:02:051492name = "minifier"
Guillaume Gomezf9785632019-01-24 23:07:081493version = "0.0.28"
Guillaume Gomez4b145732018-05-10 22:02:051494source = "registry+https://github.com/rust-lang/crates.io-index"
1495dependencies = [
Guillaume Gomezcf5ee8f2018-08-15 13:07:071496 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez4b145732018-05-10 22:02:051497]
1498
1499[[package]]
Josh Stone020c5ec2017-05-08 22:01:131500name = "miniz-sys"
Alex Crichtonb4110902018-12-08 11:06:541501version = "0.1.11"
Josh Stone020c5ec2017-05-08 22:01:131502source = "registry+https://github.com/rust-lang/crates.io-index"
1503dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221504 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421505 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541506]
1507
1508[[package]]
1509name = "miniz_oxide"
1510version = "0.2.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512dependencies = [
1513 "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1514]
1515
1516[[package]]
1517name = "miniz_oxide_c_api"
1518version = "0.2.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221521 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541522 "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421523 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541524 "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581525]
1526
1527[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431528name = "mio"
1529version = "0.6.16"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531dependencies = [
1532 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1533 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1534 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1535 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1536 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1537 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
1538 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1539 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1540 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1541 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1542 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1543]
1544
1545[[package]]
1546name = "mio-named-pipes"
1547version = "0.1.6"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549dependencies = [
1550 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1551 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1552 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1553 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1554]
1555
1556[[package]]
1557name = "mio-uds"
1558version = "0.6.7"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560dependencies = [
1561 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1562 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
1563 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1564]
1565
1566[[package]]
1567name = "miow"
1568version = "0.2.1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570dependencies = [
1571 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1572 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1573 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1574 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1575]
1576
1577[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581578name = "miow"
Alex Crichton2863b752018-08-21 17:23:471579version = "0.3.3"
Alex Crichtona8eaabc2018-03-07 07:39:551580source = "registry+https://github.com/rust-lang/crates.io-index"
1581dependencies = [
Alex Crichton4f661c02018-10-08 17:39:091582 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1583 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtona8eaabc2018-03-07 07:39:551584]
1585
1586[[package]]
kennytm0692b3d2017-12-15 19:41:581587name = "miri"
1588version = "0.1.0"
1589dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541590 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerf354c852018-11-14 13:49:401591 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf684f802018-07-13 08:34:501592 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krügerc09d4e72019-01-05 14:40:101593 "compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung44b0fd62018-11-28 20:22:451594 "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:141595 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541596 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:141597 "rustc-workspace-hack 1.0.0",
1598 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung7596a102019-02-17 11:39:401599 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jungf2a6db72018-12-07 09:12:011600 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
kennytm0692b3d2017-12-15 19:41:581601]
1602
1603[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431604name = "net2"
1605version = "0.2.33"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607dependencies = [
1608 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1609 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
1610 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1611]
1612
1613[[package]]
Alex Crichtond8251152018-07-02 16:33:161614name = "new_debug_unreachable"
1615version = "1.0.1"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617dependencies = [
1618 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1619]
1620
1621[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:451622name = "nodrop"
1623version = "0.1.12"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625
1626[[package]]
Oliver Schneider0ad54532018-07-14 22:01:241627name = "num-derive"
Bastien Orivel5c4534a2018-12-08 14:11:471628version = "0.2.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581629source = "registry+https://github.com/rust-lang/crates.io-index"
1630dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541631 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:101632 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541633 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1634 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581635]
1636
1637[[package]]
Oliver Schneider0ad54532018-07-14 22:01:241638name = "num-integer"
1639version = "0.1.39"
Alex Crichton994bfd42018-02-26 17:07:161640source = "registry+https://github.com/rust-lang/crates.io-index"
1641dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541642 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:161643]
1644
1645[[package]]
1646name = "num-traits"
Alex Crichtonb4110902018-12-08 11:06:541647version = "0.2.6"
Steve Klabnik2795de32017-02-20 00:20:571648source = "registry+https://github.com/rust-lang/crates.io-index"
1649
1650[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291651name = "num_cpus"
Alex Crichton80d6ed22018-01-08 21:56:221652version = "1.8.0"
Ahmed Charles9ca382f2016-09-02 08:55:291653source = "registry+https://github.com/rust-lang/crates.io-index"
1654dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421655 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291656]
1657
1658[[package]]
Steve Klabnik2795de32017-02-20 00:20:571659name = "open"
Alex Crichton041d3552017-09-27 22:37:021660version = "1.2.1"
Steve Klabnik2795de32017-02-20 00:20:571661source = "registry+https://github.com/rust-lang/crates.io-index"
1662
1663[[package]]
Alex Crichton2863b752018-08-21 17:23:471664name = "opener"
Alex Crichtonb4110902018-12-08 11:06:541665version = "0.3.2"
Alex Crichton2863b752018-08-21 17:23:471666source = "registry+https://github.com/rust-lang/crates.io-index"
1667dependencies = [
Eric Huss55917ba2019-02-03 22:42:291668 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1669 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091670 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471671]
1672
1673[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581674name = "openssl"
Tatsuyuki Ishi9740c5e2019-01-02 10:06:361675version = "0.10.16"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581676source = "registry+https://github.com/rust-lang/crates.io-index"
1677dependencies = [
Alex Crichton2863b752018-08-21 17:23:471678 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541679 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:291680 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:081681 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421682 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi9740c5e2019-01-02 10:06:361683 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581684]
1685
1686[[package]]
1687name = "openssl-probe"
Alex Crichton325d7392017-12-10 17:42:491688version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581689source = "registry+https://github.com/rust-lang/crates.io-index"
1690
1691[[package]]
Eric Huss97308712018-08-14 21:27:261692name = "openssl-src"
Alex Crichtonb4110902018-12-08 11:06:541693version = "111.1.0+1.1.1a"
Eric Huss97308712018-08-14 21:27:261694source = "registry+https://github.com/rust-lang/crates.io-index"
1695dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221696 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss97308712018-08-14 21:27:261697]
1698
1699[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581700name = "openssl-sys"
Tatsuyuki Ishi9740c5e2019-01-02 10:06:361701version = "0.9.40"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581702source = "registry+https://github.com/rust-lang/crates.io-index"
1703dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:221704 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421705 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541706 "openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091707 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471708 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581709]
1710
1711[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:331712name = "ordermap"
1713version = "0.3.5"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715
1716[[package]]
Nick Cameron77177052018-07-06 00:34:001717name = "ordslice"
1718version = "0.3.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720
1721[[package]]
Robin Kruppe1a24a592017-04-26 21:22:451722name = "owning_ref"
1723version = "0.3.3"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725dependencies = [
Alex Crichtond8251152018-07-02 16:33:161726 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451727]
1728
1729[[package]]
Nick Cameron7a7445b2018-12-01 10:36:321730name = "packed_simd"
1731version = "0.3.1"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541734 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7a7445b2018-12-01 10:36:321735]
1736
1737[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291738name = "panic_abort"
1739version = "0.0.0"
1740dependencies = [
Lokathorf532dfe92019-01-07 19:52:051741 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291742 "core 0.0.0",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421743 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291744]
1745
1746[[package]]
1747name = "panic_unwind"
1748version = "0.0.0"
1749dependencies = [
1750 "alloc 0.0.0",
Lokathorf532dfe92019-01-07 19:52:051751 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291752 "core 0.0.0",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421753 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291754 "unwind 0.0.0",
1755]
1756
1757[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:011758name = "parking_lot"
Mark Rousskov9ec5ef52018-08-04 22:24:391759version = "0.6.4"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761dependencies = [
1762 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1763 "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1764]
1765
1766[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431767name = "parking_lot"
1768version = "0.7.1"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770dependencies = [
1771 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1772 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1773]
1774
1775[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:011776name = "parking_lot_core"
Mark Rousskov9ec5ef52018-08-04 22:24:391777version = "0.3.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:421780 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:251781 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercoteecf6cd42018-11-28 21:52:221782 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:091783 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:391784]
1785
1786[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:431787name = "parking_lot_core"
1788version = "0.4.0"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790dependencies = [
1791 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
1792 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1793 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1794 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1795 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1796]
1797
1798[[package]]
Alex Crichton1cede102017-06-15 02:33:061799name = "percent-encoding"
Oliver Schneideracdf83f2017-12-06 08:25:291800version = "1.0.1"
Alex Crichton1cede102017-06-15 02:33:061801source = "registry+https://github.com/rust-lang/crates.io-index"
1802
1803[[package]]
Steve Klabnika0769612017-02-07 23:13:571804name = "pest"
Alex Crichtone9d89832018-04-02 15:43:551805version = "1.0.6"
Steve Klabnika0769612017-02-07 23:13:571806source = "registry+https://github.com/rust-lang/crates.io-index"
1807
1808[[package]]
James Munnsde763692019-01-19 02:39:371809name = "pest"
1810version = "2.1.0"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812dependencies = [
1813 "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1814]
1815
1816[[package]]
Alex Crichtone9d89832018-04-02 15:43:551817name = "pest_derive"
Bastien Orivel5c4534a2018-12-08 14:11:471818version = "1.0.8"
Alex Crichtone9d89832018-04-02 15:43:551819source = "registry+https://github.com/rust-lang/crates.io-index"
1820dependencies = [
1821 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1822 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1823 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1824]
1825
1826[[package]]
James Munnsde763692019-01-19 02:39:371827name = "pest_derive"
1828version = "2.1.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830dependencies = [
1831 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1832 "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1833]
1834
1835[[package]]
1836name = "pest_generator"
1837version = "2.1.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839dependencies = [
1840 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1841 "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1842 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1843 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1844 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
1845]
1846
1847[[package]]
1848name = "pest_meta"
1849version = "2.1.0"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851dependencies = [
1852 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1853 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1854 "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1855]
1856
1857[[package]]
Mark Simulacrumb0dbc7c2018-03-27 10:44:331858name = "petgraph"
Gabriel Majerib31eaa42018-09-08 06:04:291859version = "0.4.13"
Mark Simulacrumb0dbc7c2018-03-27 10:44:331860source = "registry+https://github.com/rust-lang/crates.io-index"
1861dependencies = [
1862 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1863 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1864]
1865
1866[[package]]
steveklabnikecfbaca2018-04-03 14:32:041867name = "phf"
Alex Crichtond8251152018-07-02 16:33:161868version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041869source = "registry+https://github.com/rust-lang/crates.io-index"
1870dependencies = [
Alex Crichtond8251152018-07-02 16:33:161871 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041872]
1873
1874[[package]]
1875name = "phf_codegen"
Alex Crichtond8251152018-07-02 16:33:161876version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041877source = "registry+https://github.com/rust-lang/crates.io-index"
1878dependencies = [
Alex Crichtond8251152018-07-02 16:33:161879 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1880 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041881]
1882
1883[[package]]
1884name = "phf_generator"
Alex Crichtond8251152018-07-02 16:33:161885version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041886source = "registry+https://github.com/rust-lang/crates.io-index"
1887dependencies = [
Alex Crichtond8251152018-07-02 16:33:161888 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:471889 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:041890]
1891
1892[[package]]
1893name = "phf_shared"
Alex Crichtond8251152018-07-02 16:33:161894version = "0.7.22"
steveklabnikecfbaca2018-04-03 14:32:041895source = "registry+https://github.com/rust-lang/crates.io-index"
1896dependencies = [
1897 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1898]
1899
1900[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581901name = "pkg-config"
Alex Crichton4f661c02018-10-08 17:39:091902version = "0.3.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581903source = "registry+https://github.com/rust-lang/crates.io-index"
1904
1905[[package]]
Santiago Pastorino8429d112018-05-24 21:52:011906name = "polonius-engine"
Niko Matsakis826fb1d2019-01-02 19:45:221907version = "0.6.2"
Santiago Pastorino8429d112018-05-24 21:52:011908source = "registry+https://github.com/rust-lang/crates.io-index"
Douglas Campos422fe7c2018-05-29 11:52:511909dependencies = [
Niko Matsakis826fb1d2019-01-02 19:45:221910 "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541911 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakisc3d68892018-05-29 13:36:451912 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Douglas Campos422fe7c2018-05-29 11:52:511913]
Santiago Pastorino8429d112018-05-24 21:52:011914
1915[[package]]
steveklabnikecfbaca2018-04-03 14:32:041916name = "precomputed-hash"
1917version = "0.1.1"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919
1920[[package]]
Mark Simulacrum42fde212018-03-10 14:03:061921name = "pretty_assertions"
1922version = "0.5.1"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924dependencies = [
1925 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1926 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1927]
1928
1929[[package]]
Eric Huss8c20add2018-12-03 01:33:201930name = "pretty_env_logger"
Alex Crichtonb4110902018-12-08 11:06:541931version = "0.3.0"
Eric Huss8c20add2018-12-03 01:33:201932source = "registry+https://github.com/rust-lang/crates.io-index"
1933dependencies = [
Alex Crichtonb4110902018-12-08 11:06:541934 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1935 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1936 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss8c20add2018-12-03 01:33:201937]
1938
1939[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481940name = "proc-macro2"
Nick Cameron595bea62018-11-19 04:21:101941version = "0.4.24"
Alex Crichtone9d89832018-04-02 15:43:551942source = "registry+https://github.com/rust-lang/crates.io-index"
1943dependencies = [
1944 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1945]
1946
1947[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291948name = "proc_macro"
1949version = "0.0.0"
Ahmed Charles9ca382f2016-09-02 08:55:291950
1951[[package]]
whitequark42754ce2017-02-13 09:57:501952name = "profiler_builtins"
1953version = "0.0.0"
1954dependencies = [
dylan_DPC14a38b32019-01-17 10:22:481955 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:051956 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
whitequark42754ce2017-02-13 09:57:501957 "core 0.0.0",
Marco Castelluccioecba8d62017-06-04 14:54:391958]
1959
1960[[package]]
Alex Crichtond99e7c22018-09-28 18:27:301961name = "proptest"
1962version = "0.8.7"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964dependencies = [
1965 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1966 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541967 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:081968 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541969 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301970 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1971 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541972 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301973 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:541974 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:301975]
1976
1977[[package]]
Steve Klabnika0769612017-02-07 23:13:571978name = "pulldown-cmark"
Manish Goregaokar68185512018-02-18 21:33:561979version = "0.1.2"
Oliver Schneideracdf83f2017-12-06 08:25:291980source = "registry+https://github.com/rust-lang/crates.io-index"
1981dependencies = [
1982 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:551983 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez474cc092017-03-12 19:28:361984]
1985
1986[[package]]
Matthias Krüger2598a7a2018-11-23 11:52:471987name = "pulldown-cmark"
1988version = "0.2.0"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990dependencies = [
1991 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1992 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1993]
1994
1995[[package]]
Steve Klabnika0769612017-02-07 23:13:571996name = "quick-error"
Alex Crichtond8251152018-07-02 16:33:161997version = "1.2.2"
Steve Klabnika0769612017-02-07 23:13:571998source = "registry+https://github.com/rust-lang/crates.io-index"
1999
2000[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292001name = "quine-mc_cluskey"
2002version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582003source = "registry+https://github.com/rust-lang/crates.io-index"
2004
2005[[package]]
2006name = "quote"
2007version = "0.3.15"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009
2010[[package]]
Alex Crichton87f3dda2018-03-01 19:08:482011name = "quote"
Alex Crichtonb4110902018-12-08 11:06:542012version = "0.6.10"
Alex Crichtond8251152018-07-02 16:33:162013source = "registry+https://github.com/rust-lang/crates.io-index"
2014dependencies = [
Nick Cameron595bea62018-11-19 04:21:102015 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:552016]
2017
2018[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582019name = "racer"
flip19954c228cc2019-02-18 09:32:582020version = "2.1.19"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582021source = "registry+https://github.com/rust-lang/crates.io-index"
2022dependencies = [
Alex Crichton2863b752018-08-21 17:23:472023 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162024 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102025 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082026 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542027 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082028 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542029 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582030 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2031 "rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582032]
2033
2034[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292035name = "rand"
Alex Crichton2863b752018-08-21 17:23:472036version = "0.4.3"
Alex Crichton994bfd42018-02-26 17:07:162037source = "registry+https://github.com/rust-lang/crates.io-index"
2038dependencies = [
2039 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422040 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092041 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:292042]
2043
2044[[package]]
kennytmcab21f12018-07-26 21:58:552045name = "rand"
Eduard-Mihai Burtescu4529d102018-09-15 08:40:252046version = "0.5.5"
kennytmcab21f12018-07-26 21:58:552047source = "registry+https://github.com/rust-lang/crates.io-index"
2048dependencies = [
2049 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2050 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422051 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542052 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092053 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
kennytmcab21f12018-07-26 21:58:552054]
2055
2056[[package]]
Alex Crichtonb4110902018-12-08 11:06:542057name = "rand"
2058version = "0.6.1"
kennytmcab21f12018-07-26 21:58:552059source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb4110902018-12-08 11:06:542060dependencies = [
2061 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2062 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422063 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542064 "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2065 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2066 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2067 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2068 "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2069 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2070 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2071 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2072]
2073
2074[[package]]
2075name = "rand_chacha"
2076version = "0.1.0"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078dependencies = [
Jethro Beekman6c44bbb2019-02-26 00:18:222079 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542080 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2081]
2082
2083[[package]]
2084name = "rand_core"
2085version = "0.2.2"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087dependencies = [
2088 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2089]
2090
2091[[package]]
2092name = "rand_core"
2093version = "0.3.0"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095
2096[[package]]
2097name = "rand_hc"
2098version = "0.1.0"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100dependencies = [
Jethro Beekman6c44bbb2019-02-26 00:18:222101 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542102]
2103
2104[[package]]
2105name = "rand_isaac"
2106version = "0.1.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108dependencies = [
2109 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2110]
2111
2112[[package]]
2113name = "rand_pcg"
2114version = "0.1.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116dependencies = [
2117 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2118 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2119]
2120
2121[[package]]
2122name = "rand_xorshift"
2123version = "0.1.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125dependencies = [
Jethro Beekman6c44bbb2019-02-26 00:18:222126 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542127]
kennytmcab21f12018-07-26 21:58:552128
2129[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292130name = "rayon"
Alex Crichtone9d89832018-04-02 15:43:552131version = "1.0.1"
Nick Cameron4b6f5c22018-02-26 03:15:452132source = "registry+https://github.com/rust-lang/crates.io-index"
2133dependencies = [
Alex Crichtone9d89832018-04-02 15:43:552134 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron4b6f5c22018-02-26 03:15:452135 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:292136]
2137
2138[[package]]
2139name = "rayon-core"
Nick Cameron4b6f5c22018-02-26 03:15:452140version = "1.4.0"
Oliver Schneideracdf83f2017-12-06 08:25:292141source = "registry+https://github.com/rust-lang/crates.io-index"
2142dependencies = [
Nick Cameron4b6f5c22018-02-26 03:15:452143 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082144 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422145 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:222146 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472147 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582148]
2149
2150[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352151name = "redox_syscall"
Alex Crichtonb4110902018-12-08 11:06:542152version = "0.1.43"
Nick Cameronc5cad5a2017-09-22 01:58:352153source = "registry+https://github.com/rust-lang/crates.io-index"
2154
2155[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292156name = "redox_termios"
2157version = "0.1.1"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542160 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:292161]
2162
2163[[package]]
flip19954c228cc2019-02-18 09:32:582164name = "redox_users"
2165version = "0.2.0"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167dependencies = [
2168 "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2169 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2170 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2171 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
2172]
2173
2174[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582175name = "regex"
Alex Crichtond8251152018-07-02 16:33:162176version = "0.2.11"
Steve Klabnika0769612017-02-07 23:13:572177source = "registry+https://github.com/rust-lang/crates.io-index"
2178dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542179 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
2180 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162181 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472182 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542183 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:572184]
2185
2186[[package]]
Oliver Schneider847bb142018-05-11 12:11:062187name = "regex"
Alex Crichtonb4110902018-12-08 11:06:542188version = "1.1.0"
Oliver Schneider847bb142018-05-11 12:11:062189source = "registry+https://github.com/rust-lang/crates.io-index"
2190dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542191 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
2192 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2193 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472194 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542195 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:062196]
2197
2198[[package]]
Steve Klabnika0769612017-02-07 23:13:572199name = "regex-syntax"
Alex Crichtond8251152018-07-02 16:33:162200version = "0.5.6"
Alex Crichton994bfd42018-02-26 17:07:162201source = "registry+https://github.com/rust-lang/crates.io-index"
2202dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542203 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:162204]
2205
2206[[package]]
Oliver Schneider847bb142018-05-11 12:11:062207name = "regex-syntax"
Alex Crichtonb4110902018-12-08 11:06:542208version = "0.6.4"
Oliver Schneider847bb142018-05-11 12:11:062209source = "registry+https://github.com/rust-lang/crates.io-index"
2210dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542211 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider847bb142018-05-11 12:11:062212]
2213
2214[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192215name = "remote-test-client"
2216version = "0.1.0"
2217
2218[[package]]
2219name = "remote-test-server"
2220version = "0.1.0"
2221
2222[[package]]
Alex Crichton994bfd42018-02-26 17:07:162223name = "remove_dir_all"
Alex Crichton924f8c72018-04-18 15:43:592224version = "0.5.1"
Alex Crichton994bfd42018-02-26 17:07:162225source = "registry+https://github.com/rust-lang/crates.io-index"
2226dependencies = [
Alex Crichton4f661c02018-10-08 17:39:092227 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton994bfd42018-02-26 17:07:162228]
2229
2230[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582231name = "rls"
Hirokazu Hata6e720772019-02-03 00:48:182232version = "1.34.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582233dependencies = [
Mark Rousskovcd39cf72019-01-27 15:43:302234 "cargo 0.35.0",
Hirokazu Hata6e720772019-02-03 00:48:182235 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneider0ad54532018-07-14 22:01:242236 "clippy_lints 0.0.212",
Matthias Krüger696fb8f2019-01-21 15:32:432237 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:142238 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger696fb8f2019-01-21 15:32:432239 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:292240 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger696fb8f2019-01-21 15:32:432241 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582242 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:142243 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger696fb8f2019-01-21 15:32:432244 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hirokazu Hata6e720772019-02-03 00:48:182245 "jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082246 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542247 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Hirokazu Hata6e720772019-02-03 00:48:182248 "lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582249 "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfa94c5c2018-02-14 08:09:512250 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:002251 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582252 "racer 2.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger696fb8f2019-01-21 15:32:432253 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:552254 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542255 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582256 "rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102257 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582258 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron9a769c62018-08-04 07:29:152259 "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582260 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:102261 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskie976bae2018-08-31 19:52:252262 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552263 "rustc-workspace-hack 1.0.0",
Hugues de Valon65ac3152019-01-10 12:42:142264 "rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582265 "rustfmt-nightly 1.0.3",
Eric Huss57393642018-12-17 18:23:042266 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542267 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582268 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542269 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon65ac3152019-01-10 12:42:142270 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Matthias Krüger696fb8f2019-01-21 15:32:432271 "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2272 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2273 "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542274 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
2275 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2276 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582277]
2278
2279[[package]]
2280name = "rls-analysis"
flip19954c228cc2019-02-18 09:32:582281version = "0.16.12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582282source = "registry+https://github.com/rust-lang/crates.io-index"
2283dependencies = [
Bastien Orivel5c4534a2018-12-08 14:11:472284 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron77177052018-07-06 00:34:002285 "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2286 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski3a17cf72018-08-25 16:17:552287 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542288 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582289 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
2290 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:482291 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2292]
2293
2294[[package]]
Nick Cameronfa94c5c2018-02-14 08:09:512295name = "rls-blacklist"
Nick Cameron595bea62018-11-19 04:21:102296version = "0.1.3"
Andy Russell59fafc82017-12-04 20:59:492297source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russell59fafc82017-12-04 20:59:492298
2299[[package]]
Martin Algesten9a6afa82018-02-02 07:29:592300name = "rls-data"
flip19954c228cc2019-02-18 09:32:582301version = "0.18.2"
Martin Algesten9a6afa82018-02-02 07:29:592302source = "registry+https://github.com/rust-lang/crates.io-index"
2303dependencies = [
flip19954c228cc2019-02-18 09:32:582304 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Martin Algesten9a6afa82018-02-02 07:29:592305 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:042306 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542307 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
Martin Algesten9a6afa82018-02-02 07:29:592308]
2309
2310[[package]]
Nick Cameron92867d22017-08-30 05:09:362311name = "rls-rustc"
Nick Cameron9a769c62018-08-04 07:29:152312version = "0.5.0"
Nick Cameron92867d22017-08-30 05:09:362313source = "registry+https://github.com/rust-lang/crates.io-index"
2314
2315[[package]]
Nick Cameronfee1f642017-03-14 02:16:442316name = "rls-span"
flip19954c228cc2019-02-18 09:32:582317version = "0.4.1"
Nick Camerondc63eff2017-03-15 08:20:232318source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameronfee1f642017-03-14 02:16:442319dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:582320 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:042321 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542322 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582323]
2324
2325[[package]]
2326name = "rls-vfs"
Nick Cameron595bea62018-11-19 04:21:102327version = "0.7.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582328source = "registry+https://github.com/rust-lang/crates.io-index"
2329dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542330 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582331 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfee1f642017-03-14 02:16:442332]
2333
2334[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292335name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:572336version = "0.1.0"
2337dependencies = [
Alex Crichtond8251152018-07-02 16:33:162338 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Ickstadt0ab516f2018-04-21 21:06:132339 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
James Munnsde763692019-01-19 02:39:372340 "mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:572341]
Ahmed Charles9ca382f2016-09-02 08:55:292342
2343[[package]]
2344name = "rustc"
2345version = "0.0.0"
2346dependencies = [
2347 "arena 0.0.0",
Ralf Jung8e994a22018-12-11 21:36:242348 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472349 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542350 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
scalexmda9467d2018-11-28 21:11:002351 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542352 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292353 "fmt_macros 0.0.0",
2354 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542355 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082356 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542357 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker975eb312019-01-28 14:51:472358 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivela82f0ce2019-02-22 12:49:192359 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis826fb1d2019-01-02 19:45:222360 "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:472361 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2362 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:292363 "rustc_apfloat 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292364 "rustc_data_structures 0.0.0",
2365 "rustc_errors 0.0.0",
Mark Rousskove3177c62018-08-03 21:31:032366 "rustc_fs_util 0.0.0",
Irina Popa38e96402017-12-08 19:18:212367 "rustc_target 0.0.0",
Marcel Hellwig56fb2872019-02-26 10:15:522368 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292369 "serialize 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222370 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292371 "syntax 0.0.0",
2372 "syntax_pos 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542373 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292374]
2375
2376[[package]]
Nick Cameron0e6fff82018-05-27 22:16:422377name = "rustc-ap-arena"
flip19954c228cc2019-02-18 09:32:582378version = "373.0.0"
Nick Cameron0e6fff82018-05-27 22:16:422379source = "registry+https://github.com/rust-lang/crates.io-index"
2380dependencies = [
flip19954c228cc2019-02-18 09:32:582381 "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552382]
2383
2384[[package]]
Nick Cameron595bea62018-11-19 04:21:102385name = "rustc-ap-graphviz"
flip19954c228cc2019-02-18 09:32:582386version = "373.0.0"
Nick Cameron595bea62018-11-19 04:21:102387source = "registry+https://github.com/rust-lang/crates.io-index"
2388
2389[[package]]
topecongiro5ae8fa92018-01-18 14:40:372390name = "rustc-ap-rustc_cratesio_shim"
flip19954c228cc2019-02-18 09:32:582391version = "373.0.0"
Alex Crichton0e034d12018-07-31 21:16:552392source = "registry+https://github.com/rust-lang/crates.io-index"
2393dependencies = [
Alex Crichton2863b752018-08-21 17:23:472394 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542395 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422396 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552397]
2398
2399[[package]]
topecongiro5ae8fa92018-01-18 14:40:372400name = "rustc-ap-rustc_data_structures"
flip19954c228cc2019-02-18 09:32:582401version = "373.0.0"
topecongiro5ae8fa92018-01-18 14:40:372402source = "registry+https://github.com/rust-lang/crates.io-index"
2403dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542404 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082405 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542406 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron90701932018-09-25 02:40:422407 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582408 "rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2409 "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2410 "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552411 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2412 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2413 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222414 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552415 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2416]
2417
2418[[package]]
topecongiro5ae8fa92018-01-18 14:40:372419name = "rustc-ap-rustc_errors"
flip19954c228cc2019-02-18 09:32:582420version = "373.0.0"
topecongiro5ae8fa92018-01-18 14:40:372421source = "registry+https://github.com/rust-lang/crates.io-index"
2422dependencies = [
Ralf Junga171ed22018-07-27 13:10:522423 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542424 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582425 "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2426 "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2427 "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2428 "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542429 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552430 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2431]
2432
2433[[package]]
Nick Cameron64572412018-05-01 19:50:582434name = "rustc-ap-rustc_target"
flip19954c228cc2019-02-18 09:32:582435version = "373.0.0"
topecongiro5ae8fa92018-01-18 14:40:372436source = "registry+https://github.com/rust-lang/crates.io-index"
2437dependencies = [
Alex Crichton2863b752018-08-21 17:23:472438 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542439 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582440 "rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2441 "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2442 "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552443]
2444
2445[[package]]
Nick Cameron64572412018-05-01 19:50:582446name = "rustc-ap-serialize"
flip19954c228cc2019-02-18 09:32:582447version = "373.0.0"
Alex Crichton0e034d12018-07-31 21:16:552448source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie976bae2018-08-31 19:52:252449dependencies = [
Nicholas Nethercoteecf6cd42018-11-28 21:52:222450 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskie976bae2018-08-31 19:52:252451]
Alex Crichton0e034d12018-07-31 21:16:552452
2453[[package]]
Nick Cameron64572412018-05-01 19:50:582454name = "rustc-ap-syntax"
flip19954c228cc2019-02-18 09:32:582455version = "373.0.0"
Nick Cameron64572412018-05-01 19:50:582456source = "registry+https://github.com/rust-lang/crates.io-index"
2457dependencies = [
Alex Crichton2863b752018-08-21 17:23:472458 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542459 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582460 "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2461 "rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2462 "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2463 "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2464 "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552465 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222466 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552467]
2468
2469[[package]]
topecongiro5ae8fa92018-01-18 14:40:372470name = "rustc-ap-syntax_pos"
flip19954c228cc2019-02-18 09:32:582471version = "373.0.0"
topecongiro5ae8fa92018-01-18 14:40:372472source = "registry+https://github.com/rust-lang/crates.io-index"
2473dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542474 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582475 "rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2476 "rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2477 "rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552478 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2479 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2480]
2481
2482[[package]]
Josh Stone020c5ec2017-05-08 22:01:132483name = "rustc-demangle"
Alex Crichtonfcc8bb42018-12-14 22:37:512484version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:132485source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonfcc8bb42018-12-14 22:37:512486dependencies = [
Lokathorf532dfe92019-01-07 19:52:052487 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfcc8bb42018-12-14 22:37:512488 "rustc-std-workspace-core 1.0.0",
2489]
Josh Stone020c5ec2017-05-08 22:01:132490
2491[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:022492name = "rustc-hash"
John Kåre Alsaker7ebd4d62018-05-24 03:37:402493version = "1.0.1"
Niko Matsakis9c548bf2018-05-24 12:48:022494source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker7ebd4d62018-05-24 03:37:402495dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542496 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:402497]
Niko Matsakis9c548bf2018-05-24 12:48:022498
2499[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292500name = "rustc-main"
2501version = "0.0.0"
2502dependencies = [
Alex Crichtonba0ed5b2018-12-19 16:27:232503 "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn360e41582018-11-19 17:28:442504 "rustc_codegen_ssa 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292505 "rustc_driver 0.0.0",
Irina Popa38e96402017-12-08 19:18:212506 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292507]
2508
2509[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:032510name = "rustc-rayon"
John Kåre Alsakerf273f282018-06-06 13:25:472511version = "0.1.1"
John Kåre Alsaker4afdae62018-05-12 02:11:032512source = "registry+https://github.com/rust-lang/crates.io-index"
2513dependencies = [
2514 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:472515 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032516]
2517
2518[[package]]
2519name = "rustc-rayon-core"
John Kåre Alsakerf273f282018-06-06 13:25:472520version = "0.1.1"
John Kåre Alsaker4afdae62018-05-12 02:11:032521source = "registry+https://github.com/rust-lang/crates.io-index"
2522dependencies = [
2523 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:082524 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422525 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032526 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:472527 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker4afdae62018-05-12 02:11:032528]
2529
2530[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292531name = "rustc-serialize"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582532version = "0.3.24"
Ahmed Charles9ca382f2016-09-02 08:55:292533source = "registry+https://github.com/rust-lang/crates.io-index"
2534
2535[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:502536name = "rustc-std-workspace-core"
2537version = "1.0.0"
2538dependencies = [
2539 "core 0.0.0",
2540]
2541
2542[[package]]
Alex Crichton0e034d12018-07-31 21:16:552543name = "rustc-workspace-hack"
2544version = "1.0.0"
2545dependencies = [
Oliver Schereredaa1882019-01-01 13:36:052546 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivela82f0ce2019-02-22 12:49:192547 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneiderb0643ad2018-10-04 10:51:582548 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schereredaa1882019-01-01 13:36:052549 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:042550 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542551 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
2552 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2553 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:092554 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:552555]
2556
2557[[package]]
Alex Crichton695dee02017-06-03 21:54:082558name = "rustc_allocator"
2559version = "0.0.0"
2560dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542561 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082562 "rustc 0.0.0",
ljedrze5e63752018-08-05 10:04:562563 "rustc_data_structures 0.0.0",
Alex Crichton695dee02017-06-03 21:54:082564 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392565 "rustc_target 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222566 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082567 "syntax 0.0.0",
2568 "syntax_pos 0.0.0",
2569]
2570
2571[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432572name = "rustc_apfloat"
2573version = "0.0.0"
2574dependencies = [
Alex Crichton2863b752018-08-21 17:23:472575 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Tamir Duberstein231d9e72017-09-08 19:08:012576 "rustc_cratesio_shim 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222577 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432578]
2579
2580[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112581name = "rustc_asan"
2582version = "0.0.0"
2583dependencies = [
Alex Crichton695dee02017-06-03 21:54:082584 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292585 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472586 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:052587 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:112588 "core 0.0.0",
2589]
2590
2591[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292592name = "rustc_borrowck"
2593version = "0.0.0"
2594dependencies = [
2595 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542596 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292597 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142598 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292599 "rustc_errors 0.0.0",
2600 "rustc_mir 0.0.0",
2601 "syntax 0.0.0",
2602 "syntax_pos 0.0.0",
2603]
2604
2605[[package]]
Irina Popab63d7e22018-05-08 13:10:162606name = "rustc_codegen_llvm"
2607version = "0.0.0"
2608dependencies = [
Hugues de Valon4af681c2019-01-09 14:51:222609 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Woeristerabd5cc32018-08-31 13:18:082610 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162611 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfcc8bb42018-12-14 22:37:512612 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162613 "rustc_llvm 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162614]
2615
2616[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:042617name = "rustc_codegen_ssa"
2618version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:352619dependencies = [
bjorn3d6d8a332018-11-18 17:06:312620 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Hugues de Valon4af681c2019-01-09 14:51:222621 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542622 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:422623 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542624 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Denis Merigouxb9e5cf92018-10-23 15:01:352625 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2626 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn3d6d8a332018-11-18 17:06:312627 "rustc 0.0.0",
Alex Crichtonfcc8bb42018-12-14 22:37:512628 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
bjorn3d6d8a332018-11-18 17:06:312629 "rustc_allocator 0.0.0",
2630 "rustc_apfloat 0.0.0",
2631 "rustc_codegen_utils 0.0.0",
2632 "rustc_data_structures 0.0.0",
2633 "rustc_errors 0.0.0",
2634 "rustc_fs_util 0.0.0",
2635 "rustc_incremental 0.0.0",
2636 "rustc_mir 0.0.0",
2637 "rustc_target 0.0.0",
2638 "serialize 0.0.0",
2639 "syntax 0.0.0",
2640 "syntax_pos 0.0.0",
Denis Merigouxb9e5cf92018-10-23 15:01:352641]
Denis Merigouxc9f26c22018-10-01 16:07:042642
2643[[package]]
Irina Popab63d7e22018-05-08 13:10:162644name = "rustc_codegen_utils"
2645version = "0.0.0"
2646dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542647 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2648 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popab63d7e22018-05-08 13:10:162649 "rustc 0.0.0",
2650 "rustc_data_structures 0.0.0",
2651 "rustc_incremental 0.0.0",
bjorn3c8599192018-10-25 13:11:592652 "rustc_metadata 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162653 "rustc_mir 0.0.0",
2654 "rustc_target 0.0.0",
2655 "syntax 0.0.0",
2656 "syntax_pos 0.0.0",
2657]
2658
2659[[package]]
Tamir Duberstein231d9e72017-09-08 19:08:012660name = "rustc_cratesio_shim"
2661version = "0.0.0"
2662dependencies = [
Alex Crichton2863b752018-08-21 17:23:472663 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542664 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:392665 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tamir Duberstein231d9e72017-09-08 19:08:012666]
2667
2668[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292669name = "rustc_data_structures"
2670version = "0.0.0"
2671dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542672 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercote1e34dfc2018-11-02 08:46:592673 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Diogo Sousa3fc275d2018-10-13 14:43:122674 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542675 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivela82f0ce2019-02-22 12:49:192676 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsaker7ebd4d62018-05-24 03:37:402677 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerf273f282018-06-06 13:25:472678 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2679 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popa04fa0e72018-04-25 16:30:392680 "rustc_cratesio_shim 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292681 "serialize 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222682 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162683 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292684]
2685
2686[[package]]
2687name = "rustc_driver"
2688version = "0.0.0"
2689dependencies = [
2690 "arena 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542691 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292692 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542693 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292694 "rustc 0.0.0",
John Kåre Alsakerf273f282018-06-06 13:25:472695 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:082696 "rustc_allocator 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292697 "rustc_borrowck 0.0.0",
Irina Popab63d7e22018-05-08 13:10:162698 "rustc_codegen_utils 0.0.0",
Michael Woeristerbd1ce912016-10-29 01:26:012699 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292700 "rustc_errors 0.0.0",
2701 "rustc_incremental 0.0.0",
John Kåre Alsaker23a51f92018-12-08 19:30:232702 "rustc_interface 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292703 "rustc_lint 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292704 "rustc_metadata 0.0.0",
2705 "rustc_mir 0.0.0",
2706 "rustc_passes 0.0.0",
2707 "rustc_plugin 0.0.0",
2708 "rustc_privacy 0.0.0",
2709 "rustc_resolve 0.0.0",
2710 "rustc_save_analysis 0.0.0",
Irina Popa38e96402017-12-08 19:18:212711 "rustc_target 0.0.0",
Niko Matsakis3a50b41d2018-02-25 15:58:542712 "rustc_traits 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292713 "rustc_typeck 0.0.0",
Marcel Hellwig56fb2872019-02-26 10:15:522714 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292715 "serialize 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222716 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292717 "syntax 0.0.0",
2718 "syntax_ext 0.0.0",
2719 "syntax_pos 0.0.0",
2720]
2721
2722[[package]]
2723name = "rustc_errors"
2724version = "0.0.0"
2725dependencies = [
Ralf Junga171ed22018-07-27 13:10:522726 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542727 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Rousskov9ec5ef52018-08-04 22:24:392728 "rustc_cratesio_shim 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292729 "rustc_data_structures 0.0.0",
Niko Matsakisd9aaca72017-01-28 23:13:212730 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292731 "syntax_pos 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542732 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrumad97f8b2018-06-22 15:48:432733 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292734]
2735
2736[[package]]
Mark Rousskove3177c62018-08-03 21:31:032737name = "rustc_fs_util"
2738version = "0.0.0"
2739
2740[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292741name = "rustc_incremental"
2742version = "0.0.0"
2743dependencies = [
2744 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542745 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu4529d102018-09-15 08:40:252746 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292747 "rustc 0.0.0",
2748 "rustc_data_structures 0.0.0",
Mark Rousskove3177c62018-08-03 21:31:032749 "rustc_fs_util 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292750 "serialize 0.0.0",
2751 "syntax 0.0.0",
2752 "syntax_pos 0.0.0",
2753]
2754
2755[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:232756name = "rustc_interface"
2757version = "0.0.0"
2758dependencies = [
2759 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2760 "rustc 0.0.0",
2761 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2762 "rustc_allocator 0.0.0",
2763 "rustc_borrowck 0.0.0",
2764 "rustc_codegen_utils 0.0.0",
2765 "rustc_data_structures 0.0.0",
2766 "rustc_errors 0.0.0",
2767 "rustc_incremental 0.0.0",
2768 "rustc_lint 0.0.0",
2769 "rustc_metadata 0.0.0",
2770 "rustc_mir 0.0.0",
2771 "rustc_passes 0.0.0",
2772 "rustc_plugin 0.0.0",
2773 "rustc_privacy 0.0.0",
2774 "rustc_resolve 0.0.0",
2775 "rustc_traits 0.0.0",
2776 "rustc_typeck 0.0.0",
2777 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2778 "serialize 0.0.0",
2779 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2780 "syntax 0.0.0",
2781 "syntax_ext 0.0.0",
2782 "syntax_pos 0.0.0",
2783]
2784
2785[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292786name = "rustc_lint"
2787version = "0.0.0"
2788dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542789 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292790 "rustc 0.0.0",
Oliver Scherer4a9ed3f2018-11-01 18:03:382791 "rustc_data_structures 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392792 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292793 "syntax 0.0.0",
2794 "syntax_pos 0.0.0",
2795]
2796
2797[[package]]
2798name = "rustc_llvm"
2799version = "0.0.0"
2800dependencies = [
2801 "build_helper 0.1.0",
Hugues de Valon4af681c2019-01-09 14:51:222802 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292803]
2804
2805[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112806name = "rustc_lsan"
2807version = "0.0.0"
2808dependencies = [
Alex Crichton695dee02017-06-03 21:54:082809 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292810 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472811 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:052812 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:112813 "core 0.0.0",
2814]
2815
2816[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292817name = "rustc_metadata"
2818version = "0.0.0"
2819dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542820 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2821 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Nicholas Nethercote818257e2018-10-31 21:59:322822 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292823 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292824 "rustc_data_structures 0.0.0",
2825 "rustc_errors 0.0.0",
Irina Popa38e96402017-12-08 19:18:212826 "rustc_target 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292827 "serialize 0.0.0",
Nicholas Nethercote818257e2018-10-31 21:59:322828 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292829 "syntax 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:382830 "syntax_ext 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292831 "syntax_pos 0.0.0",
2832]
2833
2834[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292835name = "rustc_mir"
2836version = "0.0.0"
2837dependencies = [
Oliver Schneideraedd4c62018-03-05 09:21:112838 "arena 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542839 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Santiago Pastorino9de4e342018-05-29 11:54:152840 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292841 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542842 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:162843 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis826fb1d2019-01-02 19:45:222844 "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292845 "rustc 0.0.0",
Oliver Schneideracac5852017-12-12 16:14:492846 "rustc_apfloat 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292847 "rustc_data_structures 0.0.0",
Felix S. Klock II8e79fc72017-07-03 15:25:032848 "rustc_errors 0.0.0",
Irina Popa38e96402017-12-08 19:18:212849 "rustc_target 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292850 "serialize 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222851 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292852 "syntax 0.0.0",
2853 "syntax_pos 0.0.0",
2854]
2855
2856[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112857name = "rustc_msan"
2858version = "0.0.0"
2859dependencies = [
Alex Crichton695dee02017-06-03 21:54:082860 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292861 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472862 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:052863 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:112864 "core 0.0.0",
2865]
2866
2867[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292868name = "rustc_passes"
2869version = "0.0.0"
2870dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542871 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292872 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142873 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292874 "rustc_errors 0.0.0",
Oliver Schneideraedd4c62018-03-05 09:21:112875 "rustc_mir 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292876 "syntax 0.0.0",
John Kåre Alsaker1bdd2f62019-01-17 06:28:392877 "syntax_ext 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292878 "syntax_pos 0.0.0",
2879]
2880
2881[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292882name = "rustc_plugin"
2883version = "0.0.0"
2884dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:292885 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292886 "rustc_errors 0.0.0",
2887 "rustc_metadata 0.0.0",
2888 "syntax 0.0.0",
2889 "syntax_pos 0.0.0",
2890]
2891
2892[[package]]
2893name = "rustc_privacy"
2894version = "0.0.0"
2895dependencies = [
Aaron Hillafb19212019-01-13 23:07:422896 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292897 "rustc 0.0.0",
John Kåre Alsakerb74e97c2018-02-27 16:11:142898 "rustc_data_structures 0.0.0",
Vadim Petrochenkov419069d2017-09-16 13:45:492899 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292900 "syntax 0.0.0",
2901 "syntax_pos 0.0.0",
2902]
2903
2904[[package]]
2905name = "rustc_resolve"
2906version = "0.0.0"
2907dependencies = [
2908 "arena 0.0.0",
Vadim Petrochenkov0d8e9cd2018-10-04 10:41:582909 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542910 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292911 "rustc 0.0.0",
Oliver Schneideracdf83f2017-12-06 08:25:292912 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292913 "rustc_errors 0.0.0",
Mark Rousskov5aec3652018-07-31 21:23:312914 "rustc_metadata 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292915 "syntax 0.0.0",
2916 "syntax_pos 0.0.0",
2917]
2918
2919[[package]]
2920name = "rustc_save_analysis"
2921version = "0.0.0"
2922dependencies = [
Alex Crichtonb4110902018-12-08 11:06:542923 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:582924 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
2925 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292926 "rustc 0.0.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582927 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewskid45f8772018-09-22 21:19:392928 "rustc_codegen_utils 0.0.0",
Nick Cameron27b91822017-08-01 02:43:112929 "rustc_data_structures 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392930 "rustc_target 0.0.0",
Niko Matsakis30393982017-05-03 16:18:042931 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292932 "syntax 0.0.0",
2933 "syntax_pos 0.0.0",
2934]
2935
2936[[package]]
Irina Popa38e96402017-12-08 19:18:212937name = "rustc_target"
2938version = "0.0.0"
2939dependencies = [
Alex Crichton2863b752018-08-21 17:23:472940 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:542941 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Irina Popa04fa0e72018-04-25 16:30:392942 "rustc_cratesio_shim 0.0.0",
Oliver Scherer740fb0c2018-11-01 15:01:242943 "rustc_data_structures 0.0.0",
Irina Popa38e96402017-12-08 19:18:212944 "serialize 0.0.0",
Irina Popa38e96402017-12-08 19:18:212945]
2946
2947[[package]]
Matthias Krüger10e7b762018-09-07 07:12:062948name = "rustc_tools_util"
Hugues de Valon65ac3152019-01-10 12:42:142949version = "0.1.1"
Matthias Krügerc09d4e72019-01-05 14:40:102950
2951[[package]]
2952name = "rustc_tools_util"
Hugues de Valon65ac3152019-01-10 12:42:142953version = "0.1.1"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger10e7b762018-09-07 07:12:062955
2956[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:542957name = "rustc_traits"
2958version = "0.0.0"
2959dependencies = [
Alex Crichton2863b752018-08-21 17:23:472960 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
scalexmda9467d2018-11-28 21:11:002961 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542962 "graphviz 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542963 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542964 "rustc 0.0.0",
2965 "rustc_data_structures 0.0.0",
scalexm35108052018-10-31 21:07:542966 "rustc_target 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222967 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis3a50b41d2018-02-25 15:58:542968 "syntax 0.0.0",
2969 "syntax_pos 0.0.0",
2970]
2971
2972[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:112973name = "rustc_tsan"
2974version = "0.0.0"
2975dependencies = [
Tatsuyuki Ishi611b1112017-06-24 08:48:272976 "alloc 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:292977 "build_helper 0.1.0",
Alex Crichton2863b752018-08-21 17:23:472978 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:052979 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:112980 "core 0.0.0",
2981]
2982
2983[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292984name = "rustc_typeck"
2985version = "0.0.0"
2986dependencies = [
2987 "arena 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:542988 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292989 "rustc 0.0.0",
Tim Neumannfc2216c2016-11-18 10:31:442990 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:292991 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:392992 "rustc_target 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:222993 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292994 "syntax 0.0.0",
2995 "syntax_pos 0.0.0",
2996]
2997
2998[[package]]
Oliver Schneider847bb142018-05-11 12:11:062999name = "rustc_version"
Alex Crichtonb4110902018-12-08 11:06:543000version = "0.2.3"
Oliver Schneider847bb142018-05-11 12:11:063001source = "registry+https://github.com/rust-lang/crates.io-index"
3002dependencies = [
3003 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
3004]
3005
3006[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293007name = "rustdoc"
3008version = "0.0.0"
3009dependencies = [
Guillaume Gomezf9785632019-01-24 23:07:083010 "minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivela82f0ce2019-02-22 12:49:193011 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Manish Goregaokar68185512018-02-18 21:33:563012 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543013 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrume2e9b402017-07-23 02:01:583014]
3015
3016[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:533017name = "rustdoc-themes"
3018version = "0.1.0"
3019
3020[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:583021name = "rustdoc-tool"
3022version = "0.0.0"
3023dependencies = [
3024 "rustdoc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293025]
3026
3027[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:153028name = "rustfix"
Eric Huss57393642018-12-17 18:23:043029version = "0.4.4"
Alex Crichton52d7ee832018-07-17 16:04:223030source = "registry+https://github.com/rust-lang/crates.io-index"
3031dependencies = [
Eric Huss55917ba2019-02-03 22:42:293032 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543033 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:043034 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543035 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
3036 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa9e55f2018-05-02 15:43:153037]
3038
3039[[package]]
Alex Crichton1cede102017-06-15 02:33:063040name = "rustfmt-nightly"
flip19954c228cc2019-02-18 09:32:583041version = "1.0.3"
kennytm0692b3d2017-12-15 19:41:583042dependencies = [
Alex Crichton4f661c02018-10-08 17:39:093043 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:583044 "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3045 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Bastien Orivel5c4534a2018-12-08 14:11:473046 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
kennytm0692b3d2017-12-15 19:41:583047 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:583048 "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3049 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:293050 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:553051 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:583052 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083053 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543054 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3055 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:583056 "rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3057 "rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3058 "rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083059 "rustc-workspace-hack 1.0.0",
Eric Huss57393642018-12-17 18:23:043060 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543061 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
3062 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083063 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543064 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083065 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
flip19954c228cc2019-02-18 09:32:583066 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3067 "unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083068]
3069
3070[[package]]
Alex Crichtond99e7c22018-09-28 18:27:303071name = "rusty-fork"
3072version = "0.2.1"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074dependencies = [
3075 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
3076 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543077 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:303078 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3079]
3080
3081[[package]]
Alex Crichton2863b752018-08-21 17:23:473082name = "ryu"
Alex Crichtonb4110902018-12-08 11:06:543083version = "0.2.7"
Alex Crichton2863b752018-08-21 17:23:473084source = "registry+https://github.com/rust-lang/crates.io-index"
3085
3086[[package]]
Josh Stone020c5ec2017-05-08 22:01:133087name = "same-file"
Alex Crichtonb4110902018-12-08 11:06:543088version = "1.0.4"
Alex Crichton80d6ed22018-01-08 21:56:223089source = "registry+https://github.com/rust-lang/crates.io-index"
3090dependencies = [
Alex Crichton2863b752018-08-21 17:23:473091 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:223092]
3093
3094[[package]]
3095name = "schannel"
Alex Crichton4f661c02018-10-08 17:39:093096version = "0.1.14"
Alex Crichton80d6ed22018-01-08 21:56:223097source = "registry+https://github.com/rust-lang/crates.io-index"
3098dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:083099 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093100 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:223101]
3102
3103[[package]]
Alex Crichton453080f2017-06-05 16:36:483104name = "scoped-tls"
Alex Crichtond8251152018-07-02 16:33:163105version = "0.1.2"
Alex Crichton453080f2017-06-05 16:36:483106source = "registry+https://github.com/rust-lang/crates.io-index"
3107
3108[[package]]
Marcel Hellwig56fb2872019-02-26 10:15:523109name = "scoped-tls"
3110version = "1.0.0"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112
3113[[package]]
flip19954c228cc2019-02-18 09:32:583114name = "scoped_threadpool"
3115version = "0.1.9"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117
3118[[package]]
Nick Cameronad8ecc22017-07-19 01:32:123119name = "scopeguard"
Oliver Schneideracdf83f2017-12-06 08:25:293120version = "0.3.3"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122
3123[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583124name = "semver"
Alex Crichton80d6ed22018-01-08 21:56:223125version = "0.9.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127dependencies = [
3128 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:043129 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583130]
3131
3132[[package]]
3133name = "semver-parser"
3134version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:573135source = "registry+https://github.com/rust-lang/crates.io-index"
3136
3137[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583138name = "serde"
Eric Huss57393642018-12-17 18:23:043139version = "1.0.82"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583140source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss57393642018-12-17 18:23:043141dependencies = [
3142 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
3143]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583144
3145[[package]]
3146name = "serde_derive"
Alex Crichtonb4110902018-12-08 11:06:543147version = "1.0.81"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583148source = "registry+https://github.com/rust-lang/crates.io-index"
3149dependencies = [
Nick Cameron595bea62018-11-19 04:21:103150 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543151 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
3152 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583153]
3154
3155[[package]]
3156name = "serde_ignored"
Alex Crichton38bedfa2017-09-02 03:46:513157version = "0.0.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583158source = "registry+https://github.com/rust-lang/crates.io-index"
3159dependencies = [
Eric Huss57393642018-12-17 18:23:043160 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583161]
3162
3163[[package]]
3164name = "serde_json"
Alex Crichtonb4110902018-12-08 11:06:543165version = "1.0.33"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583166source = "registry+https://github.com/rust-lang/crates.io-index"
3167dependencies = [
Alex Crichtond99e7c22018-09-28 18:27:303168 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543169 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:043170 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:573171]
3172
3173[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293174name = "serialize"
3175version = "0.0.0"
Igor Gutorov4d81fe92018-08-13 19:15:163176dependencies = [
Nicholas Nethercoteecf6cd42018-11-28 21:52:223177 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Gutorov4d81fe92018-08-13 19:15:163178]
Ahmed Charles9ca382f2016-09-02 08:55:293179
3180[[package]]
James Munnsde763692019-01-19 02:39:373181name = "sha-1"
3182version = "0.7.0"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184dependencies = [
3185 "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
3186 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3187 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
3188 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3189]
3190
3191[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583192name = "shell-escape"
Alex Crichtone9d89832018-04-02 15:43:553193version = "0.1.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583194source = "registry+https://github.com/rust-lang/crates.io-index"
3195
3196[[package]]
steveklabnik54371882018-01-25 17:32:253197name = "shlex"
3198version = "0.1.1"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200
3201[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:433202name = "signal-hook"
3203version = "0.1.7"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205dependencies = [
3206 "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
3207 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
3208]
3209
3210[[package]]
steveklabnikecfbaca2018-04-03 14:32:043211name = "siphasher"
3212version = "0.2.2"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214
3215[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:433216name = "slab"
3217version = "0.4.2"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219
3220[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:013221name = "smallvec"
Nicholas Nethercoteecf6cd42018-11-28 21:52:223222version = "0.6.7"
John Kåre Alsaker970c6132017-12-03 12:49:013223source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonfa5b3d32018-07-26 00:25:123224dependencies = [
3225 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3226]
John Kåre Alsaker970c6132017-12-03 12:49:013227
3228[[package]]
Mark Simulacrum38b46882017-06-26 16:26:153229name = "socket2"
Alex Crichton4f661c02018-10-08 17:39:093230version = "0.3.8"
Mark Simulacrum38b46882017-06-26 16:26:153231source = "registry+https://github.com/rust-lang/crates.io-index"
3232dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543233 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423234 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543235 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093236 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:153237]
3238
3239[[package]]
Robin Kruppe1a24a592017-04-26 21:22:453240name = "stable_deref_trait"
Alex Crichtond8251152018-07-02 16:33:163241version = "1.1.0"
Robin Kruppe1a24a592017-04-26 21:22:453242source = "registry+https://github.com/rust-lang/crates.io-index"
3243
3244[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293245name = "std"
3246version = "0.0.0"
3247dependencies = [
3248 "alloc 0.0.0",
Alex Crichton8d500572018-12-15 00:47:183249 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
dylan_DPC14a38b32019-01-17 10:22:483250 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
Lokathorf532dfe92019-01-07 19:52:053251 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293252 "core 0.0.0",
Jethro Beekman6c44bbb2019-02-26 00:18:223253 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Jethro Beekmandcb5db82018-12-19 11:56:173254 "fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423255 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293256 "panic_abort 0.0.0",
3257 "panic_unwind 0.0.0",
whitequark42754ce2017-02-13 09:57:503258 "profiler_builtins 0.0.0",
Alex Crichton4c21a3b2018-11-20 05:52:503259 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfcc8bb42018-12-14 22:37:513260 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:113261 "rustc_asan 0.0.0",
3262 "rustc_lsan 0.0.0",
3263 "rustc_msan 0.0.0",
3264 "rustc_tsan 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293265 "unwind 0.0.0",
3266]
3267
3268[[package]]
steveklabnikecfbaca2018-04-03 14:32:043269name = "string_cache"
Alex Crichtond8251152018-07-02 16:33:163270version = "0.7.3"
steveklabnikecfbaca2018-04-03 14:32:043271source = "registry+https://github.com/rust-lang/crates.io-index"
3272dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:083273 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:163274 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3275 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:043276 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss57393642018-12-17 18:23:043277 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Taiki Endo6375efc2019-02-26 11:06:313278 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:043279 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3280]
3281
3282[[package]]
3283name = "string_cache_codegen"
Taiki Endo6375efc2019-02-26 11:06:313284version = "0.4.2"
steveklabnikecfbaca2018-04-03 14:32:043285source = "registry+https://github.com/rust-lang/crates.io-index"
3286dependencies = [
Alex Crichtond8251152018-07-02 16:33:163287 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
3288 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
Taiki Endo6375efc2019-02-26 11:06:313289 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3290 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:043291 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3292]
3293
3294[[package]]
3295name = "string_cache_shared"
3296version = "0.3.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298
3299[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583300name = "strsim"
Aleksey Kladovb15b0232018-03-16 10:37:143301version = "0.7.0"
Steve Klabnika0769612017-02-07 23:13:573302source = "registry+https://github.com/rust-lang/crates.io-index"
3303
3304[[package]]
Matt Ickstadt0ab516f2018-04-21 21:06:133305name = "strum"
Bastien Orivel5c4534a2018-12-08 14:11:473306version = "0.11.0"
Matt Ickstadt0ab516f2018-04-21 21:06:133307source = "registry+https://github.com/rust-lang/crates.io-index"
3308
3309[[package]]
3310name = "strum_macros"
Bastien Orivel5c4534a2018-12-08 14:11:473311version = "0.11.0"
Matt Ickstadt0ab516f2018-04-21 21:06:133312source = "registry+https://github.com/rust-lang/crates.io-index"
3313dependencies = [
Bastien Orivel5c4534a2018-12-08 14:11:473314 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron595bea62018-11-19 04:21:103315 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543316 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
3317 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Ickstadt0ab516f2018-04-21 21:06:133318]
3319
3320[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583321name = "syn"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583322version = "0.11.11"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324dependencies = [
3325 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
3326 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
3327 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3328]
3329
3330[[package]]
Alex Crichton87f3dda2018-03-01 19:08:483331name = "syn"
Alex Crichtonb4110902018-12-08 11:06:543332version = "0.15.22"
Nick Cameron595bea62018-11-19 04:21:103333source = "registry+https://github.com/rust-lang/crates.io-index"
3334dependencies = [
3335 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543336 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtone9d89832018-04-02 15:43:553337 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
3338]
3339
3340[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583341name = "synom"
3342version = "0.11.3"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344dependencies = [
3345 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3346]
3347
3348[[package]]
Alex Crichton325d7392017-12-10 17:42:493349name = "synstructure"
Bastien Orivel5c4534a2018-12-08 14:11:473350version = "0.10.1"
Alex Crichton325d7392017-12-10 17:42:493351source = "registry+https://github.com/rust-lang/crates.io-index"
3352dependencies = [
Nick Cameron595bea62018-11-19 04:21:103353 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543354 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
3355 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton0e034d12018-07-31 21:16:553356 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton325d7392017-12-10 17:42:493357]
3358
3359[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293360name = "syntax"
3361version = "0.0.0"
3362dependencies = [
Alex Crichton2863b752018-08-21 17:23:473363 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543364 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Mark-Simulacrum7bbebb12016-11-03 04:33:353365 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293366 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:393367 "rustc_target 0.0.0",
Marcel Hellwig56fb2872019-02-26 10:15:523368 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293369 "serialize 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:223370 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293371 "syntax_pos 0.0.0",
3372]
3373
3374[[package]]
3375name = "syntax_ext"
3376version = "0.0.0"
3377dependencies = [
3378 "fmt_macros 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:543379 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Kåre Alsakerb74e97c2018-02-27 16:11:143380 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293381 "rustc_errors 0.0.0",
Irina Popa04fa0e72018-04-25 16:30:393382 "rustc_target 0.0.0",
Nicholas Nethercoteecf6cd42018-11-28 21:52:223383 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293384 "syntax 0.0.0",
3385 "syntax_pos 0.0.0",
3386]
3387
3388[[package]]
3389name = "syntax_pos"
3390version = "0.0.0"
3391dependencies = [
John Kåre Alsakerca323402018-05-10 14:27:463392 "arena 0.0.0",
Alex Crichtonb4110902018-12-08 11:06:543393 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Inokentiy Babushkindd8f7cd2017-06-10 14:09:513394 "rustc_data_structures 0.0.0",
Marcel Hellwig56fb2872019-02-26 10:15:523395 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293396 "serialize 0.0.0",
Mark Simulacrumad97f8b2018-06-22 15:48:433397 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:293398]
3399
3400[[package]]
Josh Stone020c5ec2017-05-08 22:01:133401name = "tar"
Alex Crichtonb4110902018-12-08 11:06:543402version = "0.4.20"
Josh Stone020c5ec2017-05-08 22:01:133403source = "registry+https://github.com/rust-lang/crates.io-index"
3404dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543405 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423406 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543407 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton52d7ee832018-07-17 16:04:223408 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:133409]
3410
3411[[package]]
Aleksey Kladov850156a2018-03-29 07:34:553412name = "tempfile"
Alex Crichtonb4110902018-12-08 11:06:543413version = "3.0.5"
Aleksey Kladov850156a2018-03-29 07:34:553414source = "registry+https://github.com/rust-lang/crates.io-index"
3415dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543416 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423417 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543418 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
3419 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton924f8c72018-04-18 15:43:593420 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093421 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Aleksey Kladov850156a2018-03-29 07:34:553422]
3423
3424[[package]]
steveklabnikecfbaca2018-04-03 14:32:043425name = "tendril"
3426version = "0.4.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428dependencies = [
Alex Crichtond8251152018-07-02 16:33:163429 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnikecfbaca2018-04-03 14:32:043430 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3431 "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
3432]
3433
3434[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293435name = "term"
3436version = "0.0.0"
3437
3438[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583439name = "term"
Alan Du253ade52018-03-19 14:14:133440version = "0.5.1"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543443 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093444 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alan Du253ade52018-03-19 14:14:133445]
3446
3447[[package]]
Alex Crichton1cede102017-06-15 02:33:063448name = "termcolor"
Alex Crichtonb4110902018-12-08 11:06:543449version = "1.0.4"
Alex Crichtonfa5b3d32018-07-26 00:25:123450source = "registry+https://github.com/rust-lang/crates.io-index"
3451dependencies = [
Alex Crichton2863b752018-08-21 17:23:473452 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa5b3d32018-07-26 00:25:123453]
3454
3455[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293456name = "termion"
3457version = "1.5.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423460 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543461 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:293462 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3463]
3464
3465[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293466name = "test"
3467version = "0.0.0"
3468dependencies = [
Alex Crichtone9d89832018-04-02 15:43:553469 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Eduard-Mihai Burtescu67afeef2018-03-20 18:43:333470 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:293471 "term 0.0.0",
3472]
3473
3474[[package]]
steveklabnik4871dba2017-06-27 17:33:323475name = "textwrap"
Alex Crichtond8251152018-07-02 16:33:163476version = "0.10.0"
steveklabnik4871dba2017-06-27 17:33:323477source = "registry+https://github.com/rust-lang/crates.io-index"
3478dependencies = [
Mark Simulacrumad97f8b2018-06-22 15:48:433479 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:323480]
3481
3482[[package]]
Steve Klabnika0769612017-02-07 23:13:573483name = "thread_local"
Alex Crichton2863b752018-08-21 17:23:473484version = "0.3.6"
Steve Klabnika0769612017-02-07 23:13:573485source = "registry+https://github.com/rust-lang/crates.io-index"
3486dependencies = [
Igor Matuszewski14b1b572018-12-10 07:58:083487 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:573488]
3489
3490[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293491name = "tidy"
3492version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:563493dependencies = [
Eric Huss57393642018-12-17 18:23:043494 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543495 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
3496 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Mansi3ee41042018-02-23 01:52:563497]
Ahmed Charles9ca382f2016-09-02 08:55:293498
3499[[package]]
Alex Crichton15899b02018-01-25 04:01:423500name = "time"
Alex Crichtond8251152018-07-02 16:33:163501version = "0.1.40"
Alex Crichton15899b02018-01-25 04:01:423502source = "registry+https://github.com/rust-lang/crates.io-index"
3503dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423504 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543505 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093506 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton15899b02018-01-25 04:01:423507]
3508
3509[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:433510name = "tokio"
3511version = "0.1.14"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513dependencies = [
3514 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3515 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3516 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3517 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
3518 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3519 "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
3520 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3521 "tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3522 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3523 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3524 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
3525 "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3526 "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
3527 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
3528 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
3529]
3530
3531[[package]]
3532name = "tokio-codec"
3533version = "0.1.1"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535dependencies = [
3536 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3537 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3538 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3539]
3540
3541[[package]]
3542name = "tokio-current-thread"
3543version = "0.1.4"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545dependencies = [
3546 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3547 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3548]
3549
3550[[package]]
3551name = "tokio-executor"
3552version = "0.1.6"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554dependencies = [
3555 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
3556 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3557]
3558
3559[[package]]
3560name = "tokio-fs"
3561version = "0.1.5"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563dependencies = [
3564 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3565 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3566 "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3567]
3568
3569[[package]]
3570name = "tokio-io"
3571version = "0.1.11"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573dependencies = [
3574 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3575 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3576 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3577]
3578
3579[[package]]
3580name = "tokio-process"
3581version = "0.2.3"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583dependencies = [
3584 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3585 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
3586 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3587 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3588 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3589 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3590 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
3591 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
3592]
3593
3594[[package]]
3595name = "tokio-reactor"
3596version = "0.1.8"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598dependencies = [
3599 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
3600 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3601 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3602 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3603 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3604 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
3605 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3606 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
3607 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3608 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3609]
3610
3611[[package]]
3612name = "tokio-signal"
3613version = "0.2.7"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615dependencies = [
3616 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3617 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
3618 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3619 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3620 "signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
3621 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3622 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3623 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3624 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
3625]
3626
3627[[package]]
3628name = "tokio-tcp"
3629version = "0.1.3"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631dependencies = [
3632 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3633 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3634 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3635 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3636 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3637 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3638]
3639
3640[[package]]
3641name = "tokio-threadpool"
3642version = "0.1.10"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644dependencies = [
3645 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
3646 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
3647 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
3648 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3649 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3650 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
3651 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
3652 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3653]
3654
3655[[package]]
3656name = "tokio-timer"
3657version = "0.2.8"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659dependencies = [
3660 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
3661 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3662 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
3663 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3664]
3665
3666[[package]]
3667name = "tokio-udp"
3668version = "0.1.3"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670dependencies = [
3671 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3672 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3673 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3674 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3675 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3676 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3677 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3678]
3679
3680[[package]]
3681name = "tokio-uds"
3682version = "0.2.5"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684dependencies = [
3685 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
3686 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3687 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3688 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
3689 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3690 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
3691 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3692 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3693 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
3694 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3695]
3696
3697[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293698name = "toml"
Alex Crichtonb4110902018-12-08 11:06:543699version = "0.4.10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583700source = "registry+https://github.com/rust-lang/crates.io-index"
3701dependencies = [
Eric Huss57393642018-12-17 18:23:043702 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583703]
3704
3705[[package]]
steveklabnik54371882018-01-25 17:32:253706name = "toml-query"
3707version = "0.6.0"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709dependencies = [
3710 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
3711 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Igor Matuszewski14b1b572018-12-10 07:58:083712 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond8251152018-07-02 16:33:163713 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543714 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik54371882018-01-25 17:32:253715]
3716
3717[[package]]
James Munnsde763692019-01-19 02:39:373718name = "toml-query"
3719version = "0.7.0"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721dependencies = [
3722 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
3723 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
3724 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3725 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
3726 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
3727]
3728
3729[[package]]
Eric Huss8c20add2018-12-03 01:33:203730name = "typenum"
3731version = "1.10.0"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733
3734[[package]]
James Munnsde763692019-01-19 02:39:373735name = "ucd-trie"
3736version = "0.1.1"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738
3739[[package]]
Alex Crichton994bfd42018-02-26 17:07:163740name = "ucd-util"
Alex Crichtonb4110902018-12-08 11:06:543741version = "0.1.3"
Alex Crichton994bfd42018-02-26 17:07:163742source = "registry+https://github.com/rust-lang/crates.io-index"
3743
3744[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583745name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:323746version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583747source = "registry+https://github.com/rust-lang/crates.io-index"
3748dependencies = [
Alex Crichton2863b752018-08-21 17:23:473749 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583750]
3751
3752[[package]]
3753name = "unicode-normalization"
Alex Crichtond8251152018-07-02 16:33:163754version = "0.1.7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583755source = "registry+https://github.com/rust-lang/crates.io-index"
3756
3757[[package]]
3758name = "unicode-segmentation"
Alex Crichtond8251152018-07-02 16:33:163759version = "1.2.1"
Steve Klabnika0769612017-02-07 23:13:573760source = "registry+https://github.com/rust-lang/crates.io-index"
3761
3762[[package]]
3763name = "unicode-width"
Mark Simulacrumad97f8b2018-06-22 15:48:433764version = "0.1.5"
Steve Klabnika0769612017-02-07 23:13:573765source = "registry+https://github.com/rust-lang/crates.io-index"
3766
3767[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583768name = "unicode-xid"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583769version = "0.0.4"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771
3772[[package]]
Alex Crichton87f3dda2018-03-01 19:08:483773name = "unicode-xid"
3774version = "0.1.0"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776
3777[[package]]
flip19954c228cc2019-02-18 09:32:583778name = "unicode_categories"
3779version = "0.1.1"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781
3782[[package]]
Steve Klabnik2795de32017-02-20 00:20:573783name = "unreachable"
Nick Cameron3dad1972017-06-26 13:43:093784version = "1.0.0"
Steve Klabnik2795de32017-02-20 00:20:573785source = "registry+https://github.com/rust-lang/crates.io-index"
3786dependencies = [
3787 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
3788]
3789
3790[[package]]
est31c2d59062017-06-12 19:35:473791name = "unstable-book-gen"
3792version = "0.1.0"
3793dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543794 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
est31c2d59062017-06-12 19:35:473795 "tidy 0.1.0",
3796]
3797
3798[[package]]
Nick Cameron71a0be02017-09-25 04:13:293799name = "unwind"
3800version = "0.0.0"
3801dependencies = [
Lokathorf532dfe92019-01-07 19:52:053802 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron71a0be02017-09-25 04:13:293803 "core 0.0.0",
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423804 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron71a0be02017-09-25 04:13:293805]
3806
3807[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583808name = "url"
Alex Crichtonb4110902018-12-08 11:06:543809version = "1.7.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583810source = "registry+https://github.com/rust-lang/crates.io-index"
3811dependencies = [
Alex Crichton52d7ee832018-07-17 16:04:223812 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473813 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneideracdf83f2017-12-06 08:25:293814 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583815]
3816
3817[[package]]
3818name = "url_serde"
3819version = "0.2.0"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821dependencies = [
Eric Huss57393642018-12-17 18:23:043822 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543823 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583824]
3825
3826[[package]]
steveklabnikecfbaca2018-04-03 14:32:043827name = "utf-8"
3828version = "0.7.2"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830
3831[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583832name = "utf8-ranges"
Alex Crichtonb4110902018-12-08 11:06:543833version = "1.0.2"
Steve Klabnika0769612017-02-07 23:13:573834source = "registry+https://github.com/rust-lang/crates.io-index"
3835
3836[[package]]
Alex Crichton1cede102017-06-15 02:33:063837name = "vcpkg"
Alex Crichton2863b752018-08-21 17:23:473838version = "0.2.6"
Alex Crichton1cede102017-06-15 02:33:063839source = "registry+https://github.com/rust-lang/crates.io-index"
3840
3841[[package]]
Steve Klabnika0769612017-02-07 23:13:573842name = "vec_map"
Alex Crichtond8251152018-07-02 16:33:163843version = "0.8.1"
Steve Klabnika0769612017-02-07 23:13:573844source = "registry+https://github.com/rust-lang/crates.io-index"
3845
3846[[package]]
Ralf Jung8d908b52018-09-17 07:20:033847name = "vergen"
Ralf Jungf2a6db72018-12-07 09:12:013848version = "3.0.4"
Ralf Jung8d908b52018-09-17 07:20:033849source = "registry+https://github.com/rust-lang/crates.io-index"
3850dependencies = [
3851 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonb4110902018-12-08 11:06:543852 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Eric Huss55917ba2019-02-03 22:42:293853 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Ralf Jung8d908b52018-09-17 07:20:033854]
3855
3856[[package]]
Alex Crichtonb4110902018-12-08 11:06:543857name = "version_check"
3858version = "0.1.5"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860
3861[[package]]
Steve Klabnik2795de32017-02-20 00:20:573862name = "void"
3863version = "1.0.2"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865
3866[[package]]
Alex Crichtond99e7c22018-09-28 18:27:303867name = "wait-timeout"
3868version = "0.1.5"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423871 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtond99e7c22018-09-28 18:27:303872]
3873
3874[[package]]
Josh Stone020c5ec2017-05-08 22:01:133875name = "walkdir"
Alex Crichtonb4110902018-12-08 11:06:543876version = "2.2.7"
Alex Crichton80d6ed22018-01-08 21:56:223877source = "registry+https://github.com/rust-lang/crates.io-index"
3878dependencies = [
Alex Crichtonb4110902018-12-08 11:06:543879 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton4f661c02018-10-08 17:39:093880 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473881 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton80d6ed22018-01-08 21:56:223882]
3883
3884[[package]]
Steve Klabnika0769612017-02-07 23:13:573885name = "winapi"
3886version = "0.2.8"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888
3889[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223890name = "winapi"
Alex Crichton4f661c02018-10-08 17:39:093891version = "0.3.6"
Alex Crichton80d6ed22018-01-08 21:56:223892source = "registry+https://github.com/rust-lang/crates.io-index"
3893dependencies = [
3894 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3895 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3896]
3897
3898[[package]]
Steve Klabnika0769612017-02-07 23:13:573899name = "winapi-build"
3900version = "0.1.1"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902
Josh Stone020c5ec2017-05-08 22:01:133903[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223904name = "winapi-i686-pc-windows-gnu"
3905version = "0.4.0"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907
3908[[package]]
Alex Crichton2863b752018-08-21 17:23:473909name = "winapi-util"
3910version = "0.1.1"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912dependencies = [
Alex Crichton4f661c02018-10-08 17:39:093913 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473914]
3915
3916[[package]]
Alex Crichton80d6ed22018-01-08 21:56:223917name = "winapi-x86_64-pc-windows-gnu"
3918version = "0.4.0"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920
3921[[package]]
Alex Crichton1cede102017-06-15 02:33:063922name = "wincolor"
Alex Crichton2863b752018-08-21 17:23:473923version = "1.0.1"
Alex Crichtonfa5b3d32018-07-26 00:25:123924source = "registry+https://github.com/rust-lang/crates.io-index"
3925dependencies = [
Alex Crichton4f661c02018-10-08 17:39:093926 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton2863b752018-08-21 17:23:473927 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonfa5b3d32018-07-26 00:25:123928]
3929
3930[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:433931name = "ws2_32-sys"
3932version = "0.2.1"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934dependencies = [
3935 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
3936 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3937]
3938
3939[[package]]
Josh Stone020c5ec2017-05-08 22:01:133940name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:223941version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:133942source = "registry+https://github.com/rust-lang/crates.io-index"
3943dependencies = [
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:423944 "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:133945]
3946
3947[[package]]
3948name = "xz2"
Alex Crichtond8251152018-07-02 16:33:163949version = "0.1.5"
Josh Stone020c5ec2017-05-08 22:01:133950source = "registry+https://github.com/rust-lang/crates.io-index"
3951dependencies = [
Bastien Orivel933c2992018-07-06 20:52:403952 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:133953]
3954
3955[[package]]
3956name = "yaml-rust"
3957version = "0.3.5"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959
Ahmed Charles9ca382f2016-09-02 08:55:293960[metadata]
Alex Crichtonb4110902018-12-08 11:06:543961"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
3962"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
steveklabnikecfbaca2018-04-03 14:32:043963"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
Aleksey Kladovb15b0232018-03-16 10:37:143964"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Matthias Krüger696fb8f2019-01-21 15:32:433965"checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
flip19954c228cc2019-02-18 09:32:583966"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
James Munnsde763692019-01-19 02:39:373967"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
Nick Cameron4b6f5c22018-02-26 03:15:453968"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
Ralf Junga171ed22018-07-27 13:10:523969"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
Ralf Jung8e994a22018-12-11 21:36:243970"checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
Alex Crichton8d500572018-12-15 00:47:183971"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
Alex Crichtond99e7c22018-09-28 18:27:303972"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
3973"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:173974"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
Alex Crichton2863b752018-08-21 17:23:473975"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
flip19954c228cc2019-02-18 09:32:583976"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
James Munnsde763692019-01-19 02:39:373977"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
Alex Crichtonb4110902018-12-08 11:06:543978"checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
3979"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
James Munnsde763692019-01-19 02:39:373980"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
flip19954c228cc2019-02-18 09:32:583981"checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c"
Alex Crichtonb4110902018-12-08 11:06:543982"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
Matthias Krüger696fb8f2019-01-21 15:32:433983"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
Alex Crichton8ccf1122018-09-20 21:37:533984"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
Matthias Krügerf354c852018-11-14 13:49:403985"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
Matthias Krügera27cf8a2019-01-30 00:24:373986"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
Hugues de Valon4af681c2019-01-09 14:51:223987"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
Alex Crichtonb4110902018-12-08 11:06:543988"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
scalexmda9467d2018-11-28 21:11:003989"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
Niko Matsakis9c548bf2018-05-24 12:48:023990"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
Alex Crichtonb4110902018-12-08 11:06:543991"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
Alex Crichtond8251152018-07-02 16:33:163992"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
kennytmcab21f12018-07-26 21:58:553993"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
Alex Crichton2863b752018-08-21 17:23:473994"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
Nick Cameron127f9a62018-04-25 22:11:283995"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
Oliver Schneideracdf83f2017-12-06 08:25:293996"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
3997"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Lokathorf532dfe92019-01-07 19:52:053998"checksum compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6711d51cb46744dd8305293cc3fbc392aaff7a8f5095a7c4fae1e5113ef07c96"
dylan_DPC40925382019-01-08 07:01:503999"checksum compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0d76d4322a40f6b0db7259d4f2c8a65ed8b0d84fce0bbc61b98cf47f8ec6eec3"
flip19954c228cc2019-02-18 09:32:584000"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
Alex Crichtonb4110902018-12-08 11:06:544001"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
4002"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
4003"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
4004"checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
Matthias Krüger696fb8f2019-01-21 15:32:434005"checksum crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2a9ea8f77c7f9efd317a8a5645f515d903a2d86ee14d2337a5facd1bd52c12"
Nick Cameron4b6f5c22018-02-26 03:15:454006"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
Matthias Krüger696fb8f2019-01-21 15:32:434007"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
Alex Crichtone9d89832018-04-02 15:43:554008"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
Matthias Krüger696fb8f2019-01-21 15:32:434009"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
Nick Cameron4b6f5c22018-02-26 03:15:454010"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
Alex Crichtonb4110902018-12-08 11:06:544011"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
Alex Crichton994bfd42018-02-26 17:07:164012"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
Alex Crichton62d78012018-11-09 20:55:254013"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
4014"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
Niko Matsakis826fb1d2019-01-02 19:45:224015"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Bastien Orivel5c4534a2018-12-08 14:11:474016"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
Nick Cameron595bea62018-11-19 04:21:104017"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
Oliver Schneideracdf83f2017-12-06 08:25:294018"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
Mark Simulacrum42fde212018-03-10 14:03:064019"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
James Munnsde763692019-01-19 02:39:374020"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
Ralf Jung44b0fd62018-11-28 20:22:454021"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
flip19954c228cc2019-02-18 09:32:584022"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
Jethro Beekman6c44bbb2019-02-26 00:18:224023"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
Alex Crichtone9d89832018-04-02 15:43:554024"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
Bastien Orivel5c4534a2018-12-08 14:11:474025"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
Nicholas Nethercote1e34dfc2018-11-02 08:46:594026"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
Alex Crichtonb4110902018-12-08 11:06:544027"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
Alex Crichton01127ca2018-11-16 11:08:234028"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
Alex Crichton38bedfa2017-09-02 03:46:514029"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
Ralf Jungf684f802018-07-13 08:34:504030"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
Eric Huss55917ba2019-02-03 22:42:294031"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
4032"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
James Munnsde763692019-01-19 02:39:374033"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
Alex Crichtonb4110902018-12-08 11:06:544034"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
Mark Simulacrumb0dbc7c2018-03-27 10:44:334035"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
Alex Crichtonb4110902018-12-08 11:06:544036"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
Oliver Schneideracdf83f2017-12-06 08:25:294037"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
4038"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4039"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Jethro Beekmandcb5db82018-12-19 11:56:174040"checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
Alex Crichton80d6ed22018-01-08 21:56:224041"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
Alex Crichton016eaf82018-10-21 02:15:064042"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Nick Cameron77177052018-07-06 00:34:004043"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
Alex Crichton80d6ed22018-01-08 21:56:224044"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
4045"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Alex Crichtond8251152018-07-02 16:33:164046"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
4047"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
Eric Huss97308712018-08-14 21:27:264048"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
James Munnsde763692019-01-19 02:39:374049"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
Alex Crichtone9d89832018-04-02 15:43:554050"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
Hugues de Valon65ac3152019-01-10 12:42:144051"checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0"
4052"checksum git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d58551e903ed7e2d6fe3a2f3c7efa3a784ec29b19d0fbb035aaf0497c183fbdd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584053"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
Alex Crichtonb4110902018-12-08 11:06:544054"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
Alex Crichtond8251152018-07-02 16:33:164055"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
James Munnsde763692019-01-19 02:39:374056"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
Bastien Orivel5c4534a2018-12-08 14:11:474057"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
Alex Crichtond8251152018-07-02 16:33:164058"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton2863b752018-08-21 17:23:474059"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
Bastien Orivel5c4534a2018-12-08 14:11:474060"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
Alex Crichtonb4110902018-12-08 11:06:544061"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
Alex Crichton52d7ee832018-07-17 16:04:224062"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
Manish Goregaokard63e9252018-07-20 07:53:564063"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
Bastien Orivela82f0ce2019-02-22 12:49:194064"checksum ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ad03ca67dc12474ecd91fdb94d758cbd20cb4e7a78ebe831df26a9b7511e1162"
flip19954c228cc2019-02-18 09:32:584065"checksum im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9460397452f537fd51808056ff209f4c4c4c9d20d42ae952f517708726284972"
Matthias Krüger696fb8f2019-01-21 15:32:434066"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
steveklabnik54371882018-01-25 17:32:254067"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
Alex Crichtone9d89832018-04-02 15:43:554068"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
Matthias Krüger696fb8f2019-01-21 15:32:434069"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
Alex Crichtond99e7c22018-09-28 18:27:304070"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
Alex Crichton016eaf82018-10-21 02:15:064071"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
Alex Crichtonb4110902018-12-08 11:06:544072"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
Igor Matuszewski3a17cf72018-08-25 16:17:554073"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
Hirokazu Hata6e720772019-02-03 00:48:184074"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
Steve Klabnika0769612017-02-07 23:13:574075"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Oliver Schneideracdf83f2017-12-06 08:25:294076"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
Igor Matuszewski14b1b572018-12-10 07:58:084077"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
Alex Crichtonb4110902018-12-08 11:06:544078"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
John Paul Adrian Glaubitz1e903c32019-01-06 10:01:424079"checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd"
Eric Huss57393642018-12-17 18:23:044080"checksum libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1"
Alex Crichtonb4110902018-12-08 11:06:544081"checksum libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4"
Alex Crichtonb1305c22018-09-17 16:52:024082"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
Alex Crichtonb4110902018-12-08 11:06:544083"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
Mark Rousskov9ec5ef52018-08-04 22:24:394084"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
Alex Crichtonb4110902018-12-08 11:06:544085"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
Alex Crichtond8251152018-07-02 16:33:164086"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
Hirokazu Hata6e720772019-02-03 00:48:184087"checksum lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3570f641b984e3e4613a1ca34db2ea72549bbc3c0316d33f5af91ab514dcbff"
flip19954c228cc2019-02-18 09:32:584088"checksum lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6392b5843615b8a2adeebe87b83fdd29567c0870baba3407a67e6dbfee4712f8"
Bastien Orivel933c2992018-07-06 20:52:404089"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
steveklabnikecfbaca2018-04-03 14:32:044090"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
Guillaume Gomezcf5ee8f2018-08-15 13:07:074091"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
steveklabnikecfbaca2018-04-03 14:32:044092"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
4093"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
Alex Crichton2863b752018-08-21 17:23:474094"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Matt Ickstadt0ab516f2018-04-21 21:06:134095"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
James Munnsde763692019-01-19 02:39:374096"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
Alex Crichtonb4110902018-12-08 11:06:544097"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
Michael Woeristerabd5cc32018-08-31 13:18:084098"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
Nick Cameron4b6f5c22018-02-26 03:15:454099"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
Guillaume Gomezf9785632019-01-24 23:07:084100"checksum minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "3a2898502751dcc9d66b6fff57f3cf63cc91605e83e1a33515396f5027f8e4ca"
Alex Crichtonb4110902018-12-08 11:06:544101"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"
4102"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"
4103"checksum miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e"
Matthias Krüger696fb8f2019-01-21 15:32:434104"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
4105"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
4106"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
4107"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Alex Crichton2863b752018-08-21 17:23:474108"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
Matthias Krüger696fb8f2019-01-21 15:32:434109"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
Alex Crichtond8251152018-07-02 16:33:164110"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
Nick Cameron4b6f5c22018-02-26 03:15:454111"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
Bastien Orivel5c4534a2018-12-08 14:11:474112"checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
Alex Crichtond8251152018-07-02 16:33:164113"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
Alex Crichtonb4110902018-12-08 11:06:544114"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
Alex Crichton80d6ed22018-01-08 21:56:224115"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
Alex Crichton041d3552017-09-27 22:37:024116"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
Alex Crichtonb4110902018-12-08 11:06:544117"checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9"
Tatsuyuki Ishi9740c5e2019-01-02 10:06:364118"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
Alex Crichton325d7392017-12-10 17:42:494119"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
Alex Crichtonb4110902018-12-08 11:06:544120"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
Tatsuyuki Ishi9740c5e2019-01-02 10:06:364121"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6"
Mark Simulacrumb0dbc7c2018-03-27 10:44:334122"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
Nick Cameron77177052018-07-06 00:34:004123"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
Robin Kruppe1a24a592017-04-26 21:22:454124"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
Nick Cameron7a7445b2018-12-01 10:36:324125"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
Mark Rousskov9ec5ef52018-08-04 22:24:394126"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
Matthias Krüger696fb8f2019-01-21 15:32:434127"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
Mark Rousskov9ec5ef52018-08-04 22:24:394128"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
Matthias Krüger696fb8f2019-01-21 15:32:434129"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
Oliver Schneideracdf83f2017-12-06 08:25:294130"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
Alex Crichtone9d89832018-04-02 15:43:554131"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
James Munnsde763692019-01-19 02:39:374132"checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
Bastien Orivel5c4534a2018-12-08 14:11:474133"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
James Munnsde763692019-01-19 02:39:374134"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
4135"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
4136"checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e"
Gabriel Majerib31eaa42018-09-08 06:04:294137"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
Alex Crichtond8251152018-07-02 16:33:164138"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
4139"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
4140"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
4141"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
Alex Crichton4f661c02018-10-08 17:39:094142"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
Niko Matsakis826fb1d2019-01-02 19:45:224143"checksum polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2490c396085801abf88df91758bad806b0890354f0875d624e62ecf0579a8145"
steveklabnikecfbaca2018-04-03 14:32:044144"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
Mark Simulacrum42fde212018-03-10 14:03:064145"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
Alex Crichtonb4110902018-12-08 11:06:544146"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
Nick Cameron595bea62018-11-19 04:21:104147"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
Alex Crichtond99e7c22018-09-28 18:27:304148"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
Manish Goregaokar68185512018-02-18 21:33:564149"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
Matthias Krüger2598a7a2018-11-23 11:52:474150"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
Alex Crichtond8251152018-07-02 16:33:164151"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
Oliver Schneideracdf83f2017-12-06 08:25:294152"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584153"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
Alex Crichtonb4110902018-12-08 11:06:544154"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
flip19954c228cc2019-02-18 09:32:584155"checksum racer 2.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d634483bed41bb116122b84ffe0ef8740345c2ceb2784ce86c33499700eb13a7"
Alex Crichton2863b752018-08-21 17:23:474156"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
Eduard-Mihai Burtescu4529d102018-09-15 08:40:254157"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
Alex Crichtonb4110902018-12-08 11:06:544158"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
4159"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
4160"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
4161"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
4162"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
4163"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
4164"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
4165"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
Alex Crichtone9d89832018-04-02 15:43:554166"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
Nick Cameron4b6f5c22018-02-26 03:15:454167"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
Alex Crichtonb4110902018-12-08 11:06:544168"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
Oliver Schneideracdf83f2017-12-06 08:25:294169"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
flip19954c228cc2019-02-18 09:32:584170"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
Alex Crichtond8251152018-07-02 16:33:164171"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
Alex Crichtonb4110902018-12-08 11:06:544172"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
Alex Crichtond8251152018-07-02 16:33:164173"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
Alex Crichtonb4110902018-12-08 11:06:544174"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
Alex Crichton924f8c72018-04-18 15:43:594175"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
flip19954c228cc2019-02-18 09:32:584176"checksum rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ae18d8ad01dec3b2014f4d7ae3c607d7adbcff79e5d3b48ea42ea71c10d43a71"
Nick Cameron595bea62018-11-19 04:21:104177"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
flip19954c228cc2019-02-18 09:32:584178"checksum rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f80b84551b32e26affaf7f12374913b5061730c0dcd185d9e8fa5a15e36e65c"
Nick Cameron9a769c62018-08-04 07:29:154179"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
flip19954c228cc2019-02-18 09:32:584180"checksum rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33d66f1d6c6ccd5c98029f162544131698f6ebb61d8c697681cac409dcd08805"
Nick Cameron595bea62018-11-19 04:21:104181"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
flip19954c228cc2019-02-18 09:32:584182"checksum rustc-ap-arena 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8be999235b541fc8eb54901b66e899a06076709ac5f53d6b2c5c59d29ad54780"
4183"checksum rustc-ap-graphviz 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "532b5df15ca1a19a42815e37e521a20a7632b86b36868d1447932f8476f8f789"
4184"checksum rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c388afe1ef810013c878bdf9073ab1ae28dc49e9325863b351afb10acf4cc46e"
4185"checksum rustc-ap-rustc_data_structures 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63a8f08b9fb6d607afb842ee7206273d09d69c9201bfc1c479a726093251a24e"
4186"checksum rustc-ap-rustc_errors 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dc0df7bf31588ea67e6386f6ad19f6b9a37ba7d5726ecad1cacce22e231bd98"
4187"checksum rustc-ap-rustc_target 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb4623a6f6c65b928cbe8d9c52b38cf57ba1722677645dc53fb1bdadfd0e127"
4188"checksum rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c290b148c9e4e08bbcb8a313393e257c1103cedf6a038aefc9f957c8a77c755"
4189"checksum rustc-ap-syntax 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "526fdc5bdbaaeae3b2a9ba42e5f5f7f29cda6ce8971b607a2955b1cb4ca339b5"
4190"checksum rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e4f88a1213562373cee9de5a1d77bbf16dd706030304af041c9733492fcc952"
Alex Crichtonfcc8bb42018-12-14 22:37:514191"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
John Kåre Alsaker7ebd4d62018-05-24 03:37:404192"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
John Kåre Alsakerf273f282018-06-06 13:25:474193"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
4194"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584195"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
Hugues de Valon65ac3152019-01-10 12:42:144196"checksum rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc"
Alex Crichtonb4110902018-12-08 11:06:544197"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Eric Huss57393642018-12-17 18:23:044198"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
Alex Crichtond99e7c22018-09-28 18:27:304199"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
Alex Crichtonb4110902018-12-08 11:06:544200"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
4201"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
Alex Crichton4f661c02018-10-08 17:39:094202"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
Alex Crichtond8251152018-07-02 16:33:164203"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
Marcel Hellwig56fb2872019-02-26 10:15:524204"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
flip19954c228cc2019-02-18 09:32:584205"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
Oliver Schneideracdf83f2017-12-06 08:25:294206"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
Alex Crichton80d6ed22018-01-08 21:56:224207"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584208"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Eric Huss57393642018-12-17 18:23:044209"checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6"
Alex Crichtonb4110902018-12-08 11:06:544210"checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
Alex Crichton38bedfa2017-09-02 03:46:514211"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
Alex Crichtonb4110902018-12-08 11:06:544212"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
James Munnsde763692019-01-19 02:39:374213"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
Alex Crichtone9d89832018-04-02 15:43:554214"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
steveklabnik54371882018-01-25 17:32:254215"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
Matthias Krüger696fb8f2019-01-21 15:32:434216"checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
steveklabnikecfbaca2018-04-03 14:32:044217"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
Matthias Krüger696fb8f2019-01-21 15:32:434218"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Nicholas Nethercoteecf6cd42018-11-28 21:52:224219"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
Alex Crichton4f661c02018-10-08 17:39:094220"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
Alex Crichtond8251152018-07-02 16:33:164221"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4222"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
Taiki Endo6375efc2019-02-26 11:06:314223"checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
steveklabnikecfbaca2018-04-03 14:32:044224"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
Aleksey Kladovb15b0232018-03-16 10:37:144225"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
Bastien Orivel5c4534a2018-12-08 14:11:474226"checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
4227"checksum strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584228"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
Alex Crichtonb4110902018-12-08 11:06:544229"checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584230"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
Bastien Orivel5c4534a2018-12-08 14:11:474231"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
Alex Crichtonb4110902018-12-08 11:06:544232"checksum tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2"
4233"checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2"
steveklabnikecfbaca2018-04-03 14:32:044234"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
Alan Du253ade52018-03-19 14:14:134235"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
Alex Crichtonb4110902018-12-08 11:06:544236"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
Oliver Schneideracdf83f2017-12-06 08:25:294237"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
Alex Crichtond8251152018-07-02 16:33:164238"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
Alex Crichton2863b752018-08-21 17:23:474239"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
Alex Crichtond8251152018-07-02 16:33:164240"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
Matthias Krüger696fb8f2019-01-21 15:32:434241"checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5"
4242"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
4243"checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6"
4244"checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0"
4245"checksum tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d"
4246"checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f"
4247"checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d"
4248"checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f"
4249"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
4250"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
4251"checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa"
4252"checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8"
4253"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
4254"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
Alex Crichtonb4110902018-12-08 11:06:544255"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
steveklabnik54371882018-01-25 17:32:254256"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
James Munnsde763692019-01-19 02:39:374257"checksum toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab234a943a2363ad774020e2f9474a38a85bc4396bace01a96380144aef17db3"
Eric Huss8c20add2018-12-03 01:33:204258"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
James Munnsde763692019-01-19 02:39:374259"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
Alex Crichtonb4110902018-12-08 11:06:544260"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
steveklabnik4871dba2017-06-27 17:33:324261"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Alex Crichtond8251152018-07-02 16:33:164262"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
4263"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
Mark Simulacrumad97f8b2018-06-22 15:48:434264"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584265"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Alex Crichton87f3dda2018-03-01 19:08:484266"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
flip19954c228cc2019-02-18 09:32:584267"checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
Nick Cameron3dad1972017-06-26 13:43:094268"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
Alex Crichtonb4110902018-12-08 11:06:544269"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584270"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
steveklabnikecfbaca2018-04-03 14:32:044271"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
Alex Crichtonb4110902018-12-08 11:06:544272"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
Alex Crichton2863b752018-08-21 17:23:474273"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
Alex Crichtond8251152018-07-02 16:33:164274"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
Ralf Jungf2a6db72018-12-07 09:12:014275"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
Alex Crichtonb4110902018-12-08 11:06:544276"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
Steve Klabnik2795de32017-02-20 00:20:574277"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Alex Crichtond99e7c22018-09-28 18:27:304278"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
Alex Crichtonb4110902018-12-08 11:06:544279"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
Steve Klabnika0769612017-02-07 23:13:574280"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Alex Crichton4f661c02018-10-08 17:39:094281"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
Steve Klabnika0769612017-02-07 23:13:574282"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Alex Crichton80d6ed22018-01-08 21:56:224283"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:474284"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
Alex Crichton80d6ed22018-01-08 21:56:224285"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:474286"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
Matthias Krüger696fb8f2019-01-21 15:32:434287"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Alex Crichton52d7ee832018-07-17 16:04:224288"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Alex Crichtond8251152018-07-02 16:33:164289"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
Josh Stone020c5ec2017-05-08 22:01:134290"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"