blob: a3b85486ec02784c45756fb299d0ae4fd37b9254 [file] [log] [blame]
Ahmed Charles9ca382f2016-09-02 08:55:291[root]
2name = "unwind"
3version = "0.0.0"
4dependencies = [
5 "core 0.0.0",
6 "libc 0.0.0",
7]
8
9[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:5810name = "advapi32-sys"
11version = "0.2.0"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13dependencies = [
14 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
15 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
16]
17
18[[package]]
19name = "aho-corasick"
20version = "0.5.3"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22dependencies = [
23 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
24]
25
26[[package]]
Steve Klabnika0769612017-02-07 23:13:5727name = "aho-corasick"
Guillaume Gomeze1338212017-03-17 00:05:2128version = "0.6.3"
Steve Klabnika0769612017-02-07 23:13:5729source = "registry+https://github.com/rust-lang/crates.io-index"
30dependencies = [
Steve Klabnik2795de32017-02-20 00:20:5731 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:5732]
33
34[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2935name = "alloc"
36version = "0.0.0"
37dependencies = [
38 "core 0.0.0",
Murartheadda762017-06-13 22:52:5939 "std_unicode 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:2940]
41
42[[package]]
43name = "alloc_jemalloc"
44version = "0.0.0"
45dependencies = [
Alex Crichton695dee02017-06-03 21:54:0846 "alloc 0.0.0",
47 "alloc_system 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:2948 "build_helper 0.1.0",
49 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:0650 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:2951 "libc 0.0.0",
52]
53
54[[package]]
55name = "alloc_system"
56version = "0.0.0"
57dependencies = [
Alex Crichton695dee02017-06-03 21:54:0858 "alloc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:2959 "core 0.0.0",
60 "libc 0.0.0",
61]
62
63[[package]]
Steve Klabnika0769612017-02-07 23:13:5764name = "ansi_term"
65version = "0.9.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67
68[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2969name = "arena"
70version = "0.0.0"
71
72[[package]]
Alex Crichton1cede102017-06-15 02:33:0673name = "atty"
74version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:1375source = "registry+https://github.com/rust-lang/crates.io-index"
76dependencies = [
Alex Crichton1cede102017-06-15 02:33:0677 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:3278 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:0679 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
80]
81
82[[package]]
83name = "backtrace"
84version = "0.3.2"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:1287 "backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:3288 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1389 "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
90 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:3291 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1392 "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
93 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
94]
95
96[[package]]
97name = "backtrace-sys"
Nick Cameronad8ecc22017-07-19 01:32:1298version = "0.1.12"
Josh Stone020c5ec2017-05-08 22:01:1399source = "registry+https://github.com/rust-lang/crates.io-index"
100dependencies = [
Alex Crichton1cede102017-06-15 02:33:06101 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32102 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13103]
104
105[[package]]
Nick Cameron04415dc2017-06-30 18:58:54106name = "bin_lib"
107version = "0.1.0"
108
109[[package]]
110name = "bin_lib_no_cfg_test"
111version = "0.1.0"
112
113[[package]]
Steve Klabnika0769612017-02-07 23:13:57114name = "bitflags"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58115version = "0.7.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117
118[[package]]
119name = "bitflags"
Guillaume Gomeze1338212017-03-17 00:05:21120version = "0.8.2"
Guillaume Gomez474cc092017-03-12 19:28:36121source = "registry+https://github.com/rust-lang/crates.io-index"
122
123[[package]]
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17124name = "bitflags"
125version = "0.9.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127
128[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29129name = "bootstrap"
130version = "0.0.0"
131dependencies = [
132 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:06133 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29134 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06135 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29136 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32137 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15138 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58139 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29140 "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29141]
142
143[[package]]
Nick Cameron04415dc2017-06-30 18:58:54144name = "borrow_error"
145version = "0.1.0"
146
147[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58148name = "bufstream"
149version = "0.1.3"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151
152[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04153name = "build-manifest"
154version = "0.1.0"
155dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:58156 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton9e8785f2017-01-24 22:37:04157 "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
158]
159
160[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29161name = "build_helper"
162version = "0.1.0"
Vadim Petrochenkova5b603b2017-01-31 21:27:51163dependencies = [
164 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
165]
Ahmed Charles9ca382f2016-09-02 08:55:29166
167[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58168name = "cargo"
Alex Crichton1cede102017-06-15 02:33:06169version = "0.21.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58170dependencies = [
171 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06172 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58173 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
174 "cargotest 0.1.0",
Alex Crichton1cede102017-06-15 02:33:06175 "crates-io 0.10.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58176 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12177 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15178 "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06179 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48180 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58181 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
182 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06183 "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17184 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58185 "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
186 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
187 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06188 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Simon Sapinb77ff242017-07-18 21:26:55189 "ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbdcebc92017-07-13 05:22:25190 "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58191 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32192 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17193 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06194 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58195 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15196 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12197 "openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
198 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
199 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
200 "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
201 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
202 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
203 "serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
204 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
205 "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
206 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
207 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
208 "termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
209 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
210 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
211 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
212]
213
214[[package]]
215name = "cargo"
216version = "0.22.0"
217source = "git+https://github.com/rust-lang/cargo#47783c151dcfcd3b835cd2012bfc2810c0f8d017"
218dependencies = [
219 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
220 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
221 "crates-io 0.11.0 (git+https://github.com/rust-lang/cargo)",
222 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
223 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
224 "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
225 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
226 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
227 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
228 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
229 "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
230 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
231 "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
232 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
233 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
234 "home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
235 "ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
236 "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
237 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
238 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
239 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
240 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
241 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
242 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
243 "openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58244 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48245 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton3146d9f2017-05-26 14:46:41246 "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54247 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
248 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58249 "serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
250 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
251 "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00252 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58253 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06254 "termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15255 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
256 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58257 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
258]
259
260[[package]]
261name = "cargotest"
262version = "0.1.0"
263dependencies = [
264 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06265 "cargo 0.21.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58266 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
267 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17268 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58269 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06270 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58271 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32272 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06273 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54274 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58275 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00276 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58277 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15278 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58279 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
280]
281
282[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26283name = "cargotest2"
284version = "0.1.0"
285
286[[package]]
Josh Stone020c5ec2017-05-08 22:01:13287name = "cfg-if"
steveklabnik4871dba2017-06-27 17:33:32288version = "0.1.2"
Josh Stone020c5ec2017-05-08 22:01:13289source = "registry+https://github.com/rust-lang/crates.io-index"
290
291[[package]]
Steve Klabnika0769612017-02-07 23:13:57292name = "clap"
Nick Cameronad8ecc22017-07-19 01:32:12293version = "2.25.1"
Steve Klabnika0769612017-02-07 23:13:57294source = "registry+https://github.com/rust-lang/crates.io-index"
295dependencies = [
296 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06297 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32298 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06299 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
300 "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32301 "textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
302 "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57303 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06304 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13305 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57306]
307
308[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29309name = "cmake"
Alex Crichton1cede102017-06-15 02:33:06310version = "0.1.24"
Ahmed Charles9ca382f2016-09-02 08:55:29311source = "registry+https://github.com/rust-lang/crates.io-index"
312dependencies = [
Alex Crichton1cede102017-06-15 02:33:06313 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29314]
315
316[[package]]
Murarth64842582017-06-17 19:01:18317name = "collections"
318version = "0.0.0"
319dependencies = [
320 "alloc 0.0.0",
321 "core 0.0.0",
322]
323
324[[package]]
Alex Crichton147e2da2016-10-07 06:30:38325name = "compiler_builtins"
326version = "0.0.0"
327dependencies = [
Alex Crichton147e2da2016-10-07 06:30:38328 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:06329 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:38330]
331
332[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29333name = "compiletest"
334version = "0.0.0"
335dependencies = [
Cengiz Can837817c2017-04-27 19:41:18336 "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06337 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonc8e0d042017-02-01 03:16:45338 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton5c3d0e62017-06-08 21:20:55339 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Oliver Schneidercb92ab92017-07-12 08:44:49340 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06341 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58342 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29343]
344
345[[package]]
Nick Cameron04415dc2017-06-30 18:58:54346name = "completion"
347version = "0.1.0"
348
349[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29350name = "core"
351version = "0.0.0"
Alex Crichton201f0692017-06-15 14:08:18352dependencies = [
353 "rand 0.0.0",
354]
Ahmed Charles9ca382f2016-09-02 08:55:29355
356[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58357name = "crates-io"
Alex Crichton1cede102017-06-15 02:33:06358version = "0.10.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58359dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12360 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
361 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
362 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
363 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
364 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
365 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
366]
367
368[[package]]
369name = "crates-io"
370version = "0.11.0"
371source = "git+https://github.com/rust-lang/cargo#47783c151dcfcd3b835cd2012bfc2810c0f8d017"
372dependencies = [
373 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48374 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54375 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
376 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58377 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15378 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58379]
380
381[[package]]
382name = "crossbeam"
383version = "0.2.10"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385
386[[package]]
387name = "curl"
Nick Cameronad8ecc22017-07-19 01:32:12388version = "0.4.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58389source = "registry+https://github.com/rust-lang/crates.io-index"
390dependencies = [
Nick Cameron3dad1972017-06-26 13:43:09391 "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32392 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58393 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12394 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15395 "socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58396 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
397]
398
399[[package]]
400name = "curl-sys"
Nick Cameron3dad1972017-06-26 13:43:09401version = "0.3.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58402source = "registry+https://github.com/rust-lang/crates.io-index"
403dependencies = [
Alex Crichton1cede102017-06-15 02:33:06404 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32405 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43406 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12407 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58408 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06409 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58410 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
411]
412
413[[package]]
Josh Stone020c5ec2017-05-08 22:01:13414name = "dbghelp-sys"
415version = "0.2.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417dependencies = [
418 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
419 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
420]
421
422[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58423name = "derive-new"
424version = "0.3.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426dependencies = [
427 "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
428 "syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
429]
430
431[[package]]
Cengiz Can837817c2017-04-27 19:41:18432name = "diff"
433version = "0.1.10"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435
436[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58437name = "docopt"
Mark Simulacrum38b46882017-06-26 16:26:15438version = "0.8.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58439source = "registry+https://github.com/rust-lang/crates.io-index"
440dependencies = [
441 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06442 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54443 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
444 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58445 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
446]
447
448[[package]]
Steve Klabnik2795de32017-02-20 00:20:57449name = "dtoa"
450version = "0.4.1"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452
453[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58454name = "enum_primitive"
455version = "0.1.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12458 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58459]
460
461[[package]]
462name = "env_logger"
463version = "0.3.5"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465dependencies = [
Alex Crichton1cede102017-06-15 02:33:06466 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58467 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
468]
469
470[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29471name = "env_logger"
Alex Crichton1cede102017-06-15 02:33:06472version = "0.4.3"
Steve Klabnik2795de32017-02-20 00:20:57473source = "registry+https://github.com/rust-lang/crates.io-index"
474dependencies = [
Alex Crichton1cede102017-06-15 02:33:06475 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
476 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29477]
478
479[[package]]
Josh Stone020c5ec2017-05-08 22:01:13480name = "error-chain"
481version = "0.10.0"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483dependencies = [
Alex Crichton1cede102017-06-15 02:33:06484 "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13485]
486
487[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29488name = "error_index_generator"
489version = "0.0.0"
490
491[[package]]
492name = "filetime"
493version = "0.1.10"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495dependencies = [
steveklabnik4871dba2017-06-27 17:33:32496 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29497]
498
499[[package]]
Nick Cameron04415dc2017-06-30 18:58:54500name = "find_all_refs"
501version = "0.1.0"
502
503[[package]]
504name = "find_all_refs_no_cfg_test"
505version = "0.1.0"
506
507[[package]]
Josh Stone020c5ec2017-05-08 22:01:13508name = "flate2"
509version = "0.2.19"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511dependencies = [
steveklabnik4871dba2017-06-27 17:33:32512 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13513 "miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
514]
515
516[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29517name = "fmt_macros"
518version = "0.0.0"
519
520[[package]]
Simon Sapinb77ff242017-07-18 21:26:55521name = "fnv"
522version = "1.0.5"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524
525[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58526name = "foreign-types"
527version = "0.2.0"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529
530[[package]]
531name = "fs2"
Alex Crichton1cede102017-06-15 02:33:06532version = "0.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58533source = "registry+https://github.com/rust-lang/crates.io-index"
534dependencies = [
535 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32536 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58537 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
538]
539
540[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12541name = "futures"
542version = "0.1.14"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544
545[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29546name = "gcc"
Alex Crichton1cede102017-06-15 02:33:06547version = "0.3.51"
Ahmed Charles9ca382f2016-09-02 08:55:29548source = "registry+https://github.com/rust-lang/crates.io-index"
549
550[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29551name = "getopts"
Ahmed Charles9ca382f2016-09-02 08:55:29552version = "0.2.14"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554
555[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58556name = "git2"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17557version = "0.6.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58558source = "registry+https://github.com/rust-lang/crates.io-index"
559dependencies = [
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17560 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32561 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17562 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58563 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12564 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15565 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58566]
567
568[[package]]
569name = "git2-curl"
570version = "0.7.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12573 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17574 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06575 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15576 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58577]
578
579[[package]]
580name = "glob"
581version = "0.2.11"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583
584[[package]]
Simon Sapinb77ff242017-07-18 21:26:55585name = "globset"
586version = "0.2.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588dependencies = [
589 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
590 "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
591 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
592 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
593 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
594]
595
596[[package]]
Nick Cameron04415dc2017-06-30 18:58:54597name = "goto_def"
598version = "0.1.0"
599
600[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29601name = "graphviz"
602version = "0.0.0"
603
604[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58605name = "hamcrest"
606version = "0.1.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12609 "num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58610 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
611]
612
613[[package]]
Steve Klabnika0769612017-02-07 23:13:57614name = "handlebars"
steveklabnik4871dba2017-06-27 17:33:32615version = "0.26.2"
Steve Klabnika0769612017-02-07 23:13:57616source = "registry+https://github.com/rust-lang/crates.io-index"
617dependencies = [
Josh Stone020c5ec2017-05-08 22:01:13618 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06619 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57620 "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58621 "quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06622 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54623 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32624 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58625]
626
627[[package]]
Alex Crichton1cede102017-06-15 02:33:06628name = "hex"
629version = "0.2.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631
632[[package]]
Nick Cameron04415dc2017-06-30 18:58:54633name = "highlight"
634version = "0.1.0"
635
636[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12637name = "home"
638version = "0.3.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640dependencies = [
641 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
642 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
643 "scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
644 "userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
645 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
646]
647
648[[package]]
Nick Cameron04415dc2017-06-30 18:58:54649name = "hover"
650version = "0.1.0"
651
652[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58653name = "idna"
Nick Cameronad8ecc22017-07-19 01:32:12654version = "0.1.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58655source = "registry+https://github.com/rust-lang/crates.io-index"
656dependencies = [
Alex Crichton1cede102017-06-15 02:33:06657 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32658 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06659 "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonf6304e12017-02-15 22:55:26660]
661
662[[package]]
Simon Sapinb77ff242017-07-18 21:26:55663name = "ignore"
664version = "0.2.2"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666dependencies = [
667 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
668 "globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
669 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
670 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
671 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
672 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
673 "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
674 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
675]
676
677[[package]]
Josh Stone020c5ec2017-05-08 22:01:13678name = "installer"
679version = "0.0.0"
680dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12681 "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13682 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
683 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
684 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
685 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00686 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13687 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
688 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
689 "xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
690]
691
692[[package]]
Steve Klabnik2795de32017-02-20 00:20:57693name = "itoa"
694version = "0.3.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696
697[[package]]
Alex Crichton453080f2017-06-05 16:36:48698name = "jobserver"
Alex Crichtonbdcebc92017-07-13 05:22:25699version = "0.1.6"
Alex Crichton453080f2017-06-05 16:36:48700source = "registry+https://github.com/rust-lang/crates.io-index"
701dependencies = [
steveklabnik4871dba2017-06-27 17:33:32702 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48703 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48704]
705
706[[package]]
Nick Cameronad8ecc22017-07-19 01:32:12707name = "jsonrpc-core"
708version = "7.0.1"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710dependencies = [
711 "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
712 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
713 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
714 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
715 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
716]
717
718[[package]]
Steve Klabnika0769612017-02-07 23:13:57719name = "kernel32-sys"
720version = "0.2.2"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722dependencies = [
723 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
724 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
725]
726
727[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58728name = "languageserver-types"
Nick Cameronad8ecc22017-07-19 01:32:12729version = "0.12.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58730source = "registry+https://github.com/rust-lang/crates.io-index"
731dependencies = [
732 "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54733 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
734 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58735 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15736 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58737 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
738]
739
740[[package]]
Steve Klabnika0769612017-02-07 23:13:57741name = "lazy_static"
Josh Stone020c5ec2017-05-08 22:01:13742version = "0.2.8"
Steve Klabnika0769612017-02-07 23:13:57743source = "registry+https://github.com/rust-lang/crates.io-index"
744
745[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29746name = "libc"
747version = "0.0.0"
748dependencies = [
749 "core 0.0.0",
750]
751
752[[package]]
753name = "libc"
steveklabnik4871dba2017-06-27 17:33:32754version = "0.2.26"
Ahmed Charles9ca382f2016-09-02 08:55:29755source = "registry+https://github.com/rust-lang/crates.io-index"
756
757[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58758name = "libgit2-sys"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17759version = "0.6.12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58760source = "registry+https://github.com/rust-lang/crates.io-index"
761dependencies = [
Alex Crichton1cede102017-06-15 02:33:06762 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron3dad1972017-06-26 13:43:09763 "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06764 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32765 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58766 "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43767 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12768 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58769 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
770]
771
772[[package]]
773name = "libssh2-sys"
774version = "0.2.6"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776dependencies = [
Alex Crichton1cede102017-06-15 02:33:06777 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32778 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43779 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12780 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58781 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
782]
783
784[[package]]
785name = "libz-sys"
Alex Crichtonbe7ebdd2017-06-07 02:32:43786version = "1.0.16"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58787source = "registry+https://github.com/rust-lang/crates.io-index"
788dependencies = [
Alex Crichton1cede102017-06-15 02:33:06789 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32790 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58791 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06792 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58793]
794
795[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29796name = "linkchecker"
797version = "0.1.0"
Ahmed Charles9ca382f2016-09-02 08:55:29798
799[[package]]
800name = "log"
Alex Crichton1cede102017-06-15 02:33:06801version = "0.3.8"
Ahmed Charles9ca382f2016-09-02 08:55:29802source = "registry+https://github.com/rust-lang/crates.io-index"
803
804[[package]]
Josh Stone020c5ec2017-05-08 22:01:13805name = "lzma-sys"
Alex Crichton1cede102017-06-15 02:33:06806version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:13807source = "registry+https://github.com/rust-lang/crates.io-index"
808dependencies = [
809 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06810 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32811 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13812]
813
814[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58815name = "matches"
Alex Crichton1cede102017-06-15 02:33:06816version = "0.1.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58817source = "registry+https://github.com/rust-lang/crates.io-index"
818
819[[package]]
Steve Klabnika0769612017-02-07 23:13:57820name = "mdbook"
steveklabnik4871dba2017-06-27 17:33:32821version = "0.0.22"
Steve Klabnika0769612017-02-07 23:13:57822source = "registry+https://github.com/rust-lang/crates.io-index"
823dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12824 "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06825 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32826 "handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06827 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:57828 "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32829 "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06830 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:54831 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32832 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
833 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58834]
835
836[[package]]
837name = "memchr"
838version = "0.1.11"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840dependencies = [
steveklabnik4871dba2017-06-27 17:33:32841 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57842]
843
844[[package]]
845name = "memchr"
Steve Klabnik2795de32017-02-20 00:20:57846version = "1.0.1"
Steve Klabnika0769612017-02-07 23:13:57847source = "registry+https://github.com/rust-lang/crates.io-index"
848dependencies = [
steveklabnik4871dba2017-06-27 17:33:32849 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57850]
851
852[[package]]
Josh Stone020c5ec2017-05-08 22:01:13853name = "miniz-sys"
854version = "0.1.9"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856dependencies = [
Alex Crichton1cede102017-06-15 02:33:06857 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32858 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58859]
860
861[[package]]
862name = "miow"
863version = "0.2.1"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865dependencies = [
866 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12867 "net2 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58868 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
869 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
870]
871
872[[package]]
Nick Cameron04415dc2017-06-30 18:58:54873name = "multiple_bins"
874version = "0.1.0"
875
876[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58877name = "net2"
Nick Cameronad8ecc22017-07-19 01:32:12878version = "0.2.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58879source = "registry+https://github.com/rust-lang/crates.io-index"
880dependencies = [
steveklabnik4871dba2017-06-27 17:33:32881 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58882 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32883 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58884 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
885 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
886]
887
888[[package]]
889name = "num"
Nick Cameronad8ecc22017-07-19 01:32:12890version = "0.1.40"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58891source = "registry+https://github.com/rust-lang/crates.io-index"
892dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12893 "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
894 "num-complex 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
895 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
896 "num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
897 "num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
898 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58899]
900
901[[package]]
902name = "num-bigint"
Nick Cameronad8ecc22017-07-19 01:32:12903version = "0.1.40"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58904source = "registry+https://github.com/rust-lang/crates.io-index"
905dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12906 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
907 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58908 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
909 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
910]
911
912[[package]]
913name = "num-complex"
Nick Cameronad8ecc22017-07-19 01:32:12914version = "0.1.39"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58915source = "registry+https://github.com/rust-lang/crates.io-index"
916dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12917 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58918 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
919]
920
921[[package]]
922name = "num-integer"
Nick Cameronad8ecc22017-07-19 01:32:12923version = "0.1.35"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58924source = "registry+https://github.com/rust-lang/crates.io-index"
925dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12926 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58927]
928
929[[package]]
930name = "num-iter"
Nick Cameronad8ecc22017-07-19 01:32:12931version = "0.1.34"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58932source = "registry+https://github.com/rust-lang/crates.io-index"
933dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12934 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
935 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58936]
937
938[[package]]
939name = "num-rational"
Nick Cameronad8ecc22017-07-19 01:32:12940version = "0.1.39"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58941source = "registry+https://github.com/rust-lang/crates.io-index"
942dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:12943 "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
944 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
945 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58946 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13947]
948
949[[package]]
Steve Klabnik2795de32017-02-20 00:20:57950name = "num-traits"
Nick Cameronad8ecc22017-07-19 01:32:12951version = "0.1.40"
Steve Klabnik2795de32017-02-20 00:20:57952source = "registry+https://github.com/rust-lang/crates.io-index"
953
954[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29955name = "num_cpus"
Mark Simulacrum38b46882017-06-26 16:26:15956version = "1.6.2"
Ahmed Charles9ca382f2016-09-02 08:55:29957source = "registry+https://github.com/rust-lang/crates.io-index"
958dependencies = [
steveklabnik4871dba2017-06-27 17:33:32959 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29960]
961
962[[package]]
Steve Klabnik2795de32017-02-20 00:20:57963name = "open"
964version = "1.2.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966
967[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58968name = "openssl"
Nick Cameronad8ecc22017-07-19 01:32:12969version = "0.9.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58970source = "registry+https://github.com/rust-lang/crates.io-index"
971dependencies = [
Alex Crichton1cede102017-06-15 02:33:06972 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58973 "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
974 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32975 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:12976 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58977]
978
979[[package]]
980name = "openssl-probe"
981version = "0.1.1"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983
984[[package]]
985name = "openssl-sys"
Nick Cameronad8ecc22017-07-19 01:32:12986version = "0.9.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58987source = "registry+https://github.com/rust-lang/crates.io-index"
988dependencies = [
Alex Crichton1cede102017-06-15 02:33:06989 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:32990 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58991 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58992]
993
994[[package]]
Robin Kruppe1a24a592017-04-26 21:22:45995name = "owning_ref"
996version = "0.3.3"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998dependencies = [
999 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1000]
1001
1002[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291003name = "panic_abort"
1004version = "0.0.0"
1005dependencies = [
1006 "core 0.0.0",
1007 "libc 0.0.0",
1008]
1009
1010[[package]]
1011name = "panic_unwind"
1012version = "0.0.0"
1013dependencies = [
1014 "alloc 0.0.0",
1015 "core 0.0.0",
1016 "libc 0.0.0",
1017 "unwind 0.0.0",
1018]
1019
1020[[package]]
Alex Crichton1cede102017-06-15 02:33:061021name = "percent-encoding"
1022version = "1.0.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024
1025[[package]]
Steve Klabnika0769612017-02-07 23:13:571026name = "pest"
1027version = "0.3.3"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029
1030[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581031name = "pkg-config"
1032version = "0.3.9"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034
1035[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291036name = "proc_macro"
1037version = "0.0.0"
1038dependencies = [
Alex Crichton147e2da2016-10-07 06:30:381039 "syntax 0.0.0",
Jeffrey Seyfried2dc60b12017-01-18 03:27:091040 "syntax_pos 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291041]
1042
1043[[package]]
whitequark42754ce2017-02-13 09:57:501044name = "profiler_builtins"
1045version = "0.0.0"
1046dependencies = [
1047 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061048 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Marco Castelluccioecba8d62017-06-04 14:54:391049]
1050
1051[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581052name = "psapi-sys"
1053version = "0.1.0"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055dependencies = [
1056 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1057 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1058]
1059
1060[[package]]
Steve Klabnika0769612017-02-07 23:13:571061name = "pulldown-cmark"
Guillaume Gomeze1338212017-03-17 00:05:211062version = "0.0.14"
Guillaume Gomez474cc092017-03-12 19:28:361063source = "registry+https://github.com/rust-lang/crates.io-index"
1064dependencies = [
Guillaume Gomeze1338212017-03-17 00:05:211065 "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321066 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez474cc092017-03-12 19:28:361067]
1068
1069[[package]]
Steve Klabnika0769612017-02-07 23:13:571070name = "quick-error"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581071version = "1.2.0"
Steve Klabnika0769612017-02-07 23:13:571072source = "registry+https://github.com/rust-lang/crates.io-index"
1073
1074[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581075name = "quote"
1076version = "0.2.3"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078
1079[[package]]
1080name = "quote"
1081version = "0.3.15"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083
1084[[package]]
1085name = "racer"
Mark Simulacrum38b46882017-06-26 16:26:151086version = "2.0.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581087source = "registry+https://github.com/rust-lang/crates.io-index"
1088dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:121089 "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581090 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151091 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061092 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581094 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
1095 "syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
1096 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061097 "typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581098]
1099
1100[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291101name = "rand"
1102version = "0.0.0"
1103dependencies = [
1104 "core 0.0.0",
1105]
1106
1107[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581108name = "rand"
1109version = "0.3.15"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111dependencies = [
steveklabnik4871dba2017-06-27 17:33:321112 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581113]
1114
1115[[package]]
Nick Cameron04415dc2017-06-30 18:58:541116name = "reformat"
1117version = "0.1.0"
1118
1119[[package]]
1120name = "reformat_with_range"
1121version = "0.1.0"
1122
1123[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581124name = "regex"
1125version = "0.1.80"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127dependencies = [
1128 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1131 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1132 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1133]
1134
1135[[package]]
Steve Klabnika0769612017-02-07 23:13:571136name = "regex"
Alex Crichton1cede102017-06-15 02:33:061137version = "0.2.2"
Steve Klabnika0769612017-02-07 23:13:571138source = "registry+https://github.com/rust-lang/crates.io-index"
1139dependencies = [
Guillaume Gomeze1338212017-03-17 00:05:211140 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571141 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061142 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron3dad1972017-06-26 13:43:091143 "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571144 "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571145]
1146
1147[[package]]
1148name = "regex-syntax"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581149version = "0.3.9"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151
1152[[package]]
1153name = "regex-syntax"
Alex Crichton1cede102017-06-15 02:33:061154version = "0.4.1"
Steve Klabnika0769612017-02-07 23:13:571155source = "registry+https://github.com/rust-lang/crates.io-index"
1156
1157[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:191158name = "remote-test-client"
1159version = "0.1.0"
1160
1161[[package]]
1162name = "remote-test-server"
1163version = "0.1.0"
1164
1165[[package]]
Nick Cameron04415dc2017-06-30 18:58:541166name = "rename"
1167version = "0.1.0"
1168
1169[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581170name = "rls"
1171version = "0.1.0"
1172dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:121173 "cargo 0.22.0 (git+https://github.com/rust-lang/cargo)",
Alex Crichton1cede102017-06-15 02:33:061174 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121175 "jsonrpc-core 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1176 "languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061177 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151178 "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121179 "rls-analysis 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1180 "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581181 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321182 "rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:541183 "rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1184 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
1185 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581186 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151187 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1188 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581189 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1190]
1191
1192[[package]]
1193name = "rls-analysis"
Nick Cameronad8ecc22017-07-19 01:32:121194version = "0.4.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581195source = "registry+https://github.com/rust-lang/crates.io-index"
1196dependencies = [
1197 "derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061198 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121199 "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481200 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1201 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1202]
1203
1204[[package]]
Nick Cameron84d93a42017-07-18 05:44:191205name = "rls-data"
1206version = "0.9.0"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208dependencies = [
1209 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1210 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1211]
1212
1213[[package]]
Nick Cameronfee1f642017-03-14 02:16:441214name = "rls-span"
Nick Cameron7bed5432017-05-08 19:15:481215version = "0.4.0"
Nick Camerondc63eff2017-03-15 08:20:231216source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameronfee1f642017-03-14 02:16:441217dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581218 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:541219 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
1220 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581221]
1222
1223[[package]]
1224name = "rls-vfs"
steveklabnik4871dba2017-06-27 17:33:321225version = "0.4.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581226source = "registry+https://github.com/rust-lang/crates.io-index"
1227dependencies = [
Mark Simulacrum38b46882017-06-26 16:26:151228 "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581229 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfee1f642017-03-14 02:16:441230]
1231
1232[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291233name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:571234version = "0.1.0"
1235dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:121236 "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321237 "mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571238]
Ahmed Charles9ca382f2016-09-02 08:55:291239
1240[[package]]
1241name = "rustc"
1242version = "0.0.0"
1243dependencies = [
1244 "arena 0.0.0",
Alex Crichton5c3d0e62017-06-08 21:20:551245 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291246 "fmt_macros 0.0.0",
1247 "graphviz 0.0.0",
Alex Crichtonbdcebc92017-07-13 05:22:251248 "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061249 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451250 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291251 "rustc_back 0.0.0",
1252 "rustc_bitflags 0.0.0",
1253 "rustc_const_math 0.0.0",
1254 "rustc_data_structures 0.0.0",
1255 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291256 "serialize 0.0.0",
1257 "syntax 0.0.0",
1258 "syntax_pos 0.0.0",
1259]
1260
1261[[package]]
Josh Stone020c5ec2017-05-08 22:01:131262name = "rustc-demangle"
1263version = "0.1.4"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265
1266[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291267name = "rustc-main"
1268version = "0.0.0"
1269dependencies = [
1270 "rustc_back 0.0.0",
1271 "rustc_driver 0.0.0",
1272 "rustdoc 0.0.0",
1273]
1274
1275[[package]]
1276name = "rustc-serialize"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581277version = "0.3.24"
Ahmed Charles9ca382f2016-09-02 08:55:291278source = "registry+https://github.com/rust-lang/crates.io-index"
1279
1280[[package]]
Alex Crichton695dee02017-06-03 21:54:081281name = "rustc_allocator"
1282version = "0.0.0"
1283dependencies = [
1284 "rustc 0.0.0",
1285 "rustc_errors 0.0.0",
1286 "syntax 0.0.0",
1287 "syntax_pos 0.0.0",
1288]
1289
1290[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111291name = "rustc_asan"
1292version = "0.0.0"
1293dependencies = [
Alex Crichton695dee02017-06-03 21:54:081294 "alloc 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:111295 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291296 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061297 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111298 "core 0.0.0",
1299]
1300
1301[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291302name = "rustc_back"
1303version = "0.0.0"
1304dependencies = [
Alex Crichton1cede102017-06-15 02:33:061305 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291306 "serialize 0.0.0",
1307 "syntax 0.0.0",
1308]
1309
1310[[package]]
1311name = "rustc_bitflags"
1312version = "0.0.0"
1313
1314[[package]]
1315name = "rustc_borrowck"
1316version = "0.0.0"
1317dependencies = [
1318 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061319 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291320 "rustc 0.0.0",
1321 "rustc_data_structures 0.0.0",
1322 "rustc_errors 0.0.0",
1323 "rustc_mir 0.0.0",
1324 "syntax 0.0.0",
1325 "syntax_pos 0.0.0",
1326]
1327
1328[[package]]
1329name = "rustc_const_eval"
1330version = "0.0.0"
1331dependencies = [
Ariel Ben-Yehudae313d8b2016-09-25 23:53:261332 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061333 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291334 "rustc 0.0.0",
1335 "rustc_back 0.0.0",
1336 "rustc_const_math 0.0.0",
Ariel Ben-Yehuda732f2272016-09-24 14:45:241337 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291338 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291339 "syntax 0.0.0",
1340 "syntax_pos 0.0.0",
1341]
1342
1343[[package]]
1344name = "rustc_const_math"
1345version = "0.0.0"
1346dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:291347 "serialize 0.0.0",
1348 "syntax 0.0.0",
1349]
1350
1351[[package]]
1352name = "rustc_data_structures"
1353version = "0.0.0"
1354dependencies = [
Alex Crichton1cede102017-06-15 02:33:061355 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291356 "serialize 0.0.0",
1357]
1358
1359[[package]]
1360name = "rustc_driver"
1361version = "0.0.0"
1362dependencies = [
1363 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061364 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291365 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061366 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291367 "rustc 0.0.0",
Alex Crichton695dee02017-06-03 21:54:081368 "rustc_allocator 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291369 "rustc_back 0.0.0",
1370 "rustc_borrowck 0.0.0",
1371 "rustc_const_eval 0.0.0",
Michael Woeristerbd1ce912016-10-29 01:26:011372 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291373 "rustc_errors 0.0.0",
1374 "rustc_incremental 0.0.0",
1375 "rustc_lint 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291376 "rustc_metadata 0.0.0",
1377 "rustc_mir 0.0.0",
1378 "rustc_passes 0.0.0",
1379 "rustc_plugin 0.0.0",
1380 "rustc_privacy 0.0.0",
1381 "rustc_resolve 0.0.0",
1382 "rustc_save_analysis 0.0.0",
1383 "rustc_trans 0.0.0",
1384 "rustc_typeck 0.0.0",
1385 "serialize 0.0.0",
1386 "syntax 0.0.0",
1387 "syntax_ext 0.0.0",
1388 "syntax_pos 0.0.0",
1389]
1390
1391[[package]]
1392name = "rustc_errors"
1393version = "0.0.0"
1394dependencies = [
Niko Matsakisd9aaca72017-01-28 23:13:211395 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291396 "syntax_pos 0.0.0",
1397]
1398
1399[[package]]
1400name = "rustc_incremental"
1401version = "0.0.0"
1402dependencies = [
1403 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061404 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291405 "rustc 0.0.0",
1406 "rustc_data_structures 0.0.0",
1407 "serialize 0.0.0",
1408 "syntax 0.0.0",
1409 "syntax_pos 0.0.0",
1410]
1411
1412[[package]]
1413name = "rustc_lint"
1414version = "0.0.0"
1415dependencies = [
Alex Crichton1cede102017-06-15 02:33:061416 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291417 "rustc 0.0.0",
1418 "rustc_back 0.0.0",
1419 "rustc_const_eval 0.0.0",
1420 "syntax 0.0.0",
1421 "syntax_pos 0.0.0",
1422]
1423
1424[[package]]
1425name = "rustc_llvm"
1426version = "0.0.0"
1427dependencies = [
1428 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061429 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Jake Gouldingdbdd60e2016-11-18 22:15:141430 "rustc_bitflags 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291431]
1432
1433[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111434name = "rustc_lsan"
1435version = "0.0.0"
1436dependencies = [
Alex Crichton695dee02017-06-03 21:54:081437 "alloc 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:111438 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291439 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061440 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111441 "core 0.0.0",
1442]
1443
1444[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291445name = "rustc_metadata"
1446version = "0.0.0"
1447dependencies = [
Alex Crichton5c3d0e62017-06-08 21:20:551448 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061449 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451450 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:381451 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291452 "rustc 0.0.0",
1453 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291454 "rustc_const_math 0.0.0",
1455 "rustc_data_structures 0.0.0",
1456 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291457 "serialize 0.0.0",
1458 "syntax 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:381459 "syntax_ext 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291460 "syntax_pos 0.0.0",
1461]
1462
1463[[package]]
1464name = "rustc_mir"
1465version = "0.0.0"
1466dependencies = [
1467 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061468 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291469 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291470 "rustc_bitflags 0.0.0",
1471 "rustc_const_eval 0.0.0",
1472 "rustc_const_math 0.0.0",
1473 "rustc_data_structures 0.0.0",
1474 "syntax 0.0.0",
1475 "syntax_pos 0.0.0",
1476]
1477
1478[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111479name = "rustc_msan"
1480version = "0.0.0"
1481dependencies = [
Alex Crichton695dee02017-06-03 21:54:081482 "alloc 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:111483 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291484 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061485 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111486 "core 0.0.0",
1487]
1488
1489[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291490name = "rustc_passes"
1491version = "0.0.0"
1492dependencies = [
Alex Crichton1cede102017-06-15 02:33:061493 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291494 "rustc 0.0.0",
1495 "rustc_const_eval 0.0.0",
1496 "rustc_const_math 0.0.0",
1497 "rustc_errors 0.0.0",
1498 "syntax 0.0.0",
1499 "syntax_pos 0.0.0",
1500]
1501
1502[[package]]
1503name = "rustc_platform_intrinsics"
1504version = "0.0.0"
1505
1506[[package]]
1507name = "rustc_plugin"
1508version = "0.0.0"
1509dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:291510 "rustc 0.0.0",
1511 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291512 "rustc_errors 0.0.0",
1513 "rustc_metadata 0.0.0",
1514 "syntax 0.0.0",
1515 "syntax_pos 0.0.0",
1516]
1517
1518[[package]]
1519name = "rustc_privacy"
1520version = "0.0.0"
1521dependencies = [
1522 "rustc 0.0.0",
1523 "syntax 0.0.0",
1524 "syntax_pos 0.0.0",
1525]
1526
1527[[package]]
1528name = "rustc_resolve"
1529version = "0.0.0"
1530dependencies = [
1531 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061532 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291533 "rustc 0.0.0",
1534 "rustc_errors 0.0.0",
1535 "syntax 0.0.0",
1536 "syntax_pos 0.0.0",
1537]
1538
1539[[package]]
1540name = "rustc_save_analysis"
1541version = "0.0.0"
1542dependencies = [
Alex Crichton1cede102017-06-15 02:33:061543 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron84d93a42017-07-18 05:44:191544 "rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7bed5432017-05-08 19:15:481545 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291546 "rustc 0.0.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581547 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis30393982017-05-03 16:18:041548 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291549 "syntax 0.0.0",
1550 "syntax_pos 0.0.0",
1551]
1552
1553[[package]]
1554name = "rustc_trans"
1555version = "0.0.0"
1556dependencies = [
Alex Crichton201f0692017-06-15 14:08:181557 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton5c3d0e62017-06-08 21:20:551558 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061559 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbdcebc92017-07-13 05:22:251560 "jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061561 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451562 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291563 "rustc 0.0.0",
Stepan Koltsovb62bdaa2017-06-29 14:52:431564 "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton695dee02017-06-03 21:54:081565 "rustc_allocator 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291566 "rustc_back 0.0.0",
Robin Kruppe30daedf2016-11-16 22:36:081567 "rustc_bitflags 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291568 "rustc_const_math 0.0.0",
1569 "rustc_data_structures 0.0.0",
1570 "rustc_errors 0.0.0",
1571 "rustc_incremental 0.0.0",
1572 "rustc_llvm 0.0.0",
1573 "rustc_platform_intrinsics 0.0.0",
Ingvar Stepanyaneed61682017-02-03 14:58:131574 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291575 "syntax 0.0.0",
1576 "syntax_pos 0.0.0",
1577]
1578
1579[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111580name = "rustc_tsan"
1581version = "0.0.0"
1582dependencies = [
1583 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291584 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061585 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111586 "core 0.0.0",
1587]
1588
1589[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291590name = "rustc_typeck"
1591version = "0.0.0"
1592dependencies = [
1593 "arena 0.0.0",
1594 "fmt_macros 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061595 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291596 "rustc 0.0.0",
1597 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291598 "rustc_const_math 0.0.0",
Tim Neumannfc2216c2016-11-18 10:31:441599 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291600 "rustc_errors 0.0.0",
1601 "rustc_platform_intrinsics 0.0.0",
1602 "syntax 0.0.0",
1603 "syntax_pos 0.0.0",
1604]
1605
1606[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291607name = "rustdoc"
1608version = "0.0.0"
1609dependencies = [
1610 "arena 0.0.0",
1611 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061612 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1613 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
1614 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomeze1338212017-03-17 00:05:211615 "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291616 "rustc 0.0.0",
1617 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291618 "rustc_data_structures 0.0.0",
1619 "rustc_driver 0.0.0",
1620 "rustc_errors 0.0.0",
1621 "rustc_lint 0.0.0",
1622 "rustc_metadata 0.0.0",
1623 "rustc_resolve 0.0.0",
1624 "rustc_trans 0.0.0",
Niko Matsakis196c98d32017-05-03 15:53:061625 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291626 "serialize 0.0.0",
1627 "syntax 0.0.0",
1628 "syntax_pos 0.0.0",
1629]
1630
1631[[package]]
Alex Crichton1cede102017-06-15 02:33:061632name = "rustfmt-nightly"
Nick Cameron04415dc2017-06-30 18:58:541633version = "0.1.9"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581635dependencies = [
1636 "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061637 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581638 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581639 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321640 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061641 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1642 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:541643 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
1644 "serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581645 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481646 "strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151647 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1648 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321649 "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581650 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1651]
1652
1653[[package]]
Josh Stone020c5ec2017-05-08 22:01:131654name = "same-file"
1655version = "0.1.3"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657dependencies = [
1658 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1659 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1660]
1661
1662[[package]]
Alex Crichton453080f2017-06-05 16:36:481663name = "scoped-tls"
1664version = "0.1.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666
1667[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121668name = "scopeguard"
1669version = "0.1.2"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671
1672[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581673name = "semver"
Alex Crichton3146d9f2017-05-26 14:46:411674version = "0.7.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581675source = "registry+https://github.com/rust-lang/crates.io-index"
1676dependencies = [
1677 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:541678 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581679]
1680
1681[[package]]
1682name = "semver-parser"
1683version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:571684source = "registry+https://github.com/rust-lang/crates.io-index"
1685
1686[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581687name = "serde"
Nick Cameron04415dc2017-06-30 18:58:541688version = "1.0.10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581689source = "registry+https://github.com/rust-lang/crates.io-index"
1690
1691[[package]]
1692name = "serde_derive"
Nick Cameron04415dc2017-06-30 18:58:541693version = "1.0.10"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581694source = "registry+https://github.com/rust-lang/crates.io-index"
1695dependencies = [
1696 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061697 "serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581698 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1699]
1700
1701[[package]]
1702name = "serde_derive_internals"
Alex Crichton1cede102017-06-15 02:33:061703version = "0.15.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581704source = "registry+https://github.com/rust-lang/crates.io-index"
1705dependencies = [
1706 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1707 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
1708]
1709
1710[[package]]
1711name = "serde_ignored"
1712version = "0.0.3"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714dependencies = [
Nick Cameron04415dc2017-06-30 18:58:541715 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581716]
1717
1718[[package]]
1719name = "serde_json"
1720version = "1.0.2"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722dependencies = [
1723 "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1724 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronad8ecc22017-07-19 01:32:121725 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron04415dc2017-06-30 18:58:541726 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571727]
1728
1729[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291730name = "serialize"
1731version = "0.0.0"
Ahmed Charles9ca382f2016-09-02 08:55:291732
1733[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581734name = "shell-escape"
1735version = "0.1.3"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737
1738[[package]]
Mark Simulacrum38b46882017-06-26 16:26:151739name = "socket2"
1740version = "0.2.1"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742dependencies = [
steveklabnik4871dba2017-06-27 17:33:321743 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151744 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321745 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151746 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1747 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1748]
1749
1750[[package]]
Robin Kruppe1a24a592017-04-26 21:22:451751name = "stable_deref_trait"
1752version = "1.0.0"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754
1755[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291756name = "std"
1757version = "0.0.0"
1758dependencies = [
1759 "alloc 0.0.0",
1760 "alloc_jemalloc 0.0.0",
1761 "alloc_system 0.0.0",
1762 "build_helper 0.1.0",
Murarth64842582017-06-17 19:01:181763 "collections 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:381764 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291765 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061766 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291767 "libc 0.0.0",
1768 "panic_abort 0.0.0",
1769 "panic_unwind 0.0.0",
whitequark42754ce2017-02-13 09:57:501770 "profiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291771 "rand 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:111772 "rustc_asan 0.0.0",
1773 "rustc_lsan 0.0.0",
1774 "rustc_msan 0.0.0",
1775 "rustc_tsan 0.0.0",
Corey Farwell274777a2016-11-29 19:38:081776 "std_unicode 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291777 "unwind 0.0.0",
1778]
1779
1780[[package]]
Corey Farwell274777a2016-11-29 19:38:081781name = "std_unicode"
1782version = "0.0.0"
1783dependencies = [
1784 "core 0.0.0",
1785]
1786
1787[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581788name = "strings"
Alex Crichton453080f2017-06-05 16:36:481789version = "0.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581790source = "registry+https://github.com/rust-lang/crates.io-index"
1791dependencies = [
Alex Crichton1cede102017-06-15 02:33:061792 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581793]
1794
1795[[package]]
1796name = "strsim"
Steve Klabnik2795de32017-02-20 00:20:571797version = "0.6.0"
Steve Klabnika0769612017-02-07 23:13:571798source = "registry+https://github.com/rust-lang/crates.io-index"
1799
1800[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581801name = "syn"
1802version = "0.8.7"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804dependencies = [
1805 "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1806 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1807]
1808
1809[[package]]
1810name = "syn"
1811version = "0.11.11"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813dependencies = [
1814 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1815 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
1816 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1817]
1818
1819[[package]]
1820name = "synom"
1821version = "0.11.3"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823dependencies = [
1824 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1825]
1826
1827[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291828name = "syntax"
1829version = "0.0.0"
1830dependencies = [
ubsan0be87582017-05-03 17:54:031831 "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061832 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark-Simulacrum7bbebb12016-11-03 04:33:351833 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291834 "rustc_errors 0.0.0",
1835 "serialize 0.0.0",
1836 "syntax_pos 0.0.0",
1837]
1838
1839[[package]]
1840name = "syntax_ext"
1841version = "0.0.0"
1842dependencies = [
1843 "fmt_macros 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061844 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:381845 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291846 "rustc_errors 0.0.0",
1847 "syntax 0.0.0",
1848 "syntax_pos 0.0.0",
1849]
1850
1851[[package]]
1852name = "syntax_pos"
1853version = "0.0.0"
1854dependencies = [
Inokentiy Babushkindd8f7cd2017-06-10 14:09:511855 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291856 "serialize 0.0.0",
1857]
1858
1859[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581860name = "syntex_errors"
1861version = "0.52.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863dependencies = [
steveklabnik4871dba2017-06-27 17:33:321864 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061865 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581866 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1867 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151868 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581869 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1870]
1871
1872[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581873name = "syntex_pos"
1874version = "0.52.0"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876dependencies = [
1877 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1878]
1879
1880[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581881name = "syntex_syntax"
1882version = "0.52.0"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884dependencies = [
1885 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321886 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061887 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581888 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1889 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
1890 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151891 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581892 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1893]
1894
1895[[package]]
Josh Stone020c5ec2017-05-08 22:01:131896name = "tar"
Josh Stone0fba1f72017-06-01 00:21:001897version = "0.4.13"
Josh Stone020c5ec2017-05-08 22:01:131898source = "registry+https://github.com/rust-lang/crates.io-index"
1899dependencies = [
1900 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321901 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131902 "xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1903]
1904
1905[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581906name = "tempdir"
1907version = "0.3.5"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909dependencies = [
1910 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1911]
1912
1913[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291914name = "term"
1915version = "0.0.0"
1916
1917[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581918name = "term"
Mark Simulacrum38b46882017-06-26 16:26:151919version = "0.4.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581920source = "registry+https://github.com/rust-lang/crates.io-index"
1921dependencies = [
1922 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1923 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1924]
1925
1926[[package]]
Steve Klabnika0769612017-02-07 23:13:571927name = "term_size"
Alex Crichton1cede102017-06-15 02:33:061928version = "0.3.0"
Steve Klabnika0769612017-02-07 23:13:571929source = "registry+https://github.com/rust-lang/crates.io-index"
1930dependencies = [
1931 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321932 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571933 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1934]
1935
1936[[package]]
Alex Crichton1cede102017-06-15 02:33:061937name = "termcolor"
1938version = "0.3.2"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940dependencies = [
Alex Crichton5bc40312017-06-19 17:44:121941 "wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061942]
1943
1944[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291945name = "test"
1946version = "0.0.0"
1947dependencies = [
Alex Crichton5c3d0e62017-06-08 21:20:551948 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291949 "term 0.0.0",
1950]
1951
1952[[package]]
steveklabnik4871dba2017-06-27 17:33:321953name = "textwrap"
1954version = "0.6.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956dependencies = [
1957 "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1958 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1959]
1960
1961[[package]]
Steve Klabnika0769612017-02-07 23:13:571962name = "thread-id"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581963version = "2.0.0"
Steve Klabnika0769612017-02-07 23:13:571964source = "registry+https://github.com/rust-lang/crates.io-index"
1965dependencies = [
1966 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
steveklabnik4871dba2017-06-27 17:33:321967 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581968]
1969
1970[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581971name = "thread_local"
1972version = "0.2.7"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974dependencies = [
1975 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571976]
1977
1978[[package]]
1979name = "thread_local"
Nick Cameron3dad1972017-06-26 13:43:091980version = "0.3.4"
Steve Klabnika0769612017-02-07 23:13:571981source = "registry+https://github.com/rust-lang/crates.io-index"
1982dependencies = [
Nick Cameron3dad1972017-06-26 13:43:091983 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1984 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571985]
1986
1987[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291988name = "tidy"
1989version = "0.1.0"
1990
1991[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291992name = "toml"
1993version = "0.1.30"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581996 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571997]
1998
1999[[package]]
2000name = "toml"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582001version = "0.2.1"
Steve Klabnik2795de32017-02-20 00:20:572002source = "registry+https://github.com/rust-lang/crates.io-index"
2003dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:582004 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:292005]
2006
Steve Klabnika0769612017-02-07 23:13:572007[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582008name = "toml"
Mark Simulacrum38b46882017-06-26 16:26:152009version = "0.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582010source = "registry+https://github.com/rust-lang/crates.io-index"
2011dependencies = [
Nick Cameron04415dc2017-06-30 18:58:542012 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582013]
2014
2015[[package]]
2016name = "typed-arena"
Alex Crichton1cede102017-06-15 02:33:062017version = "1.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582018source = "registry+https://github.com/rust-lang/crates.io-index"
2019
2020[[package]]
2021name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:322022version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582023source = "registry+https://github.com/rust-lang/crates.io-index"
2024dependencies = [
Alex Crichton1cede102017-06-15 02:33:062025 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582026]
2027
2028[[package]]
2029name = "unicode-normalization"
Alex Crichton1cede102017-06-15 02:33:062030version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582031source = "registry+https://github.com/rust-lang/crates.io-index"
2032
2033[[package]]
2034name = "unicode-segmentation"
steveklabnik4871dba2017-06-27 17:33:322035version = "1.1.0"
Steve Klabnika0769612017-02-07 23:13:572036source = "registry+https://github.com/rust-lang/crates.io-index"
2037
2038[[package]]
2039name = "unicode-width"
2040version = "0.1.4"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042
2043[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582044name = "unicode-xid"
2045version = "0.0.3"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047
2048[[package]]
2049name = "unicode-xid"
2050version = "0.0.4"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052
2053[[package]]
Steve Klabnik2795de32017-02-20 00:20:572054name = "unreachable"
Nick Cameron3dad1972017-06-26 13:43:092055version = "1.0.0"
Steve Klabnik2795de32017-02-20 00:20:572056source = "registry+https://github.com/rust-lang/crates.io-index"
2057dependencies = [
2058 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2059]
2060
2061[[package]]
est31c2d59062017-06-12 19:35:472062name = "unstable-book-gen"
2063version = "0.1.0"
2064dependencies = [
2065 "tidy 0.1.0",
2066]
2067
2068[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582069name = "url"
Mark Simulacrum38b46882017-06-26 16:26:152070version = "1.5.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582071source = "registry+https://github.com/rust-lang/crates.io-index"
2072dependencies = [
Nick Cameronad8ecc22017-07-19 01:32:122073 "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:062074 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2075 "percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582076]
2077
2078[[package]]
2079name = "url_serde"
2080version = "0.2.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082dependencies = [
Nick Cameron04415dc2017-06-30 18:58:542083 "serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:152084 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582085]
2086
2087[[package]]
Nick Cameronad8ecc22017-07-19 01:32:122088name = "userenv-sys"
2089version = "0.2.0"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091dependencies = [
2092 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2093 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2094]
2095
2096[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582097name = "utf8-ranges"
2098version = "0.1.3"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100
2101[[package]]
Steve Klabnika0769612017-02-07 23:13:572102name = "utf8-ranges"
Steve Klabnik2795de32017-02-20 00:20:572103version = "1.0.0"
Steve Klabnika0769612017-02-07 23:13:572104source = "registry+https://github.com/rust-lang/crates.io-index"
2105
2106[[package]]
Alex Crichton1cede102017-06-15 02:33:062107name = "vcpkg"
2108version = "0.2.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110
2111[[package]]
Steve Klabnika0769612017-02-07 23:13:572112name = "vec_map"
Alex Crichton1cede102017-06-15 02:33:062113version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:572114source = "registry+https://github.com/rust-lang/crates.io-index"
2115
2116[[package]]
Steve Klabnik2795de32017-02-20 00:20:572117name = "void"
2118version = "1.0.2"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120
2121[[package]]
Josh Stone020c5ec2017-05-08 22:01:132122name = "walkdir"
2123version = "1.0.7"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125dependencies = [
2126 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2127 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2128 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2129]
2130
2131[[package]]
Steve Klabnika0769612017-02-07 23:13:572132name = "winapi"
2133version = "0.2.8"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135
2136[[package]]
2137name = "winapi-build"
2138version = "0.1.1"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140
Josh Stone020c5ec2017-05-08 22:01:132141[[package]]
Alex Crichton1cede102017-06-15 02:33:062142name = "wincolor"
Alex Crichton5bc40312017-06-19 17:44:122143version = "0.1.4"
Alex Crichton1cede102017-06-15 02:33:062144source = "registry+https://github.com/rust-lang/crates.io-index"
2145dependencies = [
2146 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2147 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2148]
2149
2150[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582151name = "ws2_32-sys"
2152version = "0.2.1"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154dependencies = [
2155 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2156 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2157]
2158
2159[[package]]
Josh Stone020c5ec2017-05-08 22:01:132160name = "xattr"
2161version = "0.1.11"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163dependencies = [
steveklabnik4871dba2017-06-27 17:33:322164 "libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:132165]
2166
2167[[package]]
2168name = "xz2"
2169version = "0.1.3"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171dependencies = [
Alex Crichton1cede102017-06-15 02:33:062172 "lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:132173]
2174
2175[[package]]
2176name = "yaml-rust"
2177version = "0.3.5"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179
Ahmed Charles9ca382f2016-09-02 08:55:292180[metadata]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582181"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
2182"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
Guillaume Gomeze1338212017-03-17 00:05:212183"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
Steve Klabnika0769612017-02-07 23:13:572184"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
Alex Crichton1cede102017-06-15 02:33:062185"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
2186"checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76"
Nick Cameronad8ecc22017-07-19 01:32:122187"checksum backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "afccc5772ba333abccdf60d55200fa3406f8c59dcf54d5f7998c9107d3799c7c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582188"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
Guillaume Gomeze1338212017-03-17 00:05:212189"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172190"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582191"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
Nick Cameronad8ecc22017-07-19 01:32:122192"checksum cargo 0.22.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
steveklabnik4871dba2017-06-27 17:33:322193"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
Nick Cameronad8ecc22017-07-19 01:32:122194"checksum clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7f1aabf260a8f3fefa8871f16b531038c98dd9eab1cfa2c575e78c459abfa3a0"
Alex Crichton1cede102017-06-15 02:33:062195"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
Nick Cameronad8ecc22017-07-19 01:32:122196"checksum crates-io 0.11.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582197"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
Nick Cameronad8ecc22017-07-19 01:32:122198"checksum curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7034c534a1d7d22f7971d6088aa9d281d219ef724026c3428092500f41ae9c2c"
Nick Cameron3dad1972017-06-26 13:43:092199"checksum curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d5481162dc4f424d088581db2f979fa7d4c238fe9794595de61d8d7522e277de"
Josh Stone020c5ec2017-05-08 22:01:132200"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582201"checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e"
Cengiz Can837817c2017-04-27 19:41:182202"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
Mark Simulacrum38b46882017-06-26 16:26:152203"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
Steve Klabnik2795de32017-02-20 00:20:572204"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582205"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
2206"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
Alex Crichton1cede102017-06-15 02:33:062207"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
Josh Stone020c5ec2017-05-08 22:01:132208"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
Ahmed Charles9ca382f2016-09-02 08:55:292209"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
Josh Stone020c5ec2017-05-08 22:01:132210"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
Simon Sapinb77ff242017-07-18 21:26:552211"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582212"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
Alex Crichton1cede102017-06-15 02:33:062213"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
Nick Cameronad8ecc22017-07-19 01:32:122214"checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a"
Alex Crichton1cede102017-06-15 02:33:062215"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
Ahmed Charles9ca382f2016-09-02 08:55:292216"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172217"checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582218"checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
2219"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
Simon Sapinb77ff242017-07-18 21:26:552220"checksum globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "feeb1b6840809ef5efcf7a4a990bc4e1b7ee3df8cf9e2379a75aeb2ba42ac9c3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582221"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
steveklabnik4871dba2017-06-27 17:33:322222"checksum handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbba80e74e9591a5f6a4ffff6b7f9d645759a896e431cfbdc853e9184370294a"
Alex Crichton1cede102017-06-15 02:33:062223"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
Nick Cameronad8ecc22017-07-19 01:32:122224"checksum home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f25ae61099d8f3fee8b483df0bd4ecccf4b2731897aad40d50eca1b641fe6db"
2225"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
Simon Sapinb77ff242017-07-18 21:26:552226"checksum ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5"
Steve Klabnik2795de32017-02-20 00:20:572227"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
Alex Crichtonbdcebc92017-07-13 05:22:252228"checksum jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "443ae8bc0af6c106e6e8b77e04684faecc1a5ce94e058f4c2b0a037b0ea1b133"
Nick Cameronad8ecc22017-07-19 01:32:122229"checksum jsonrpc-core 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da622868a84d3f4fd897f6408ba6714aabf663302802358564b384157c1a5bfa"
Steve Klabnika0769612017-02-07 23:13:572230"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Nick Cameronad8ecc22017-07-19 01:32:122231"checksum languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d52e477b23bf52cd3ca0f9fc6c5d14be954eec97e3b9cdfbd962d911bd533caf"
Josh Stone020c5ec2017-05-08 22:01:132232"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
steveklabnik4871dba2017-06-27 17:33:322233"checksum libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "30885bcb161cf67054244d10d4a7f4835ffd58773bc72e07d35fecf472295503"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172234"checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582235"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
Alex Crichtonbe7ebdd2017-06-07 02:32:432236"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8"
Alex Crichton1cede102017-06-15 02:33:062237"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
2238"checksum lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "013fa6506eb7d26040c46dab9ecb7ccb4e2896b5bf24a9d65932501ea9f67af8"
2239"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
steveklabnik4871dba2017-06-27 17:33:322240"checksum mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "22911d86cde6f80fa9f0fb2a68bbbde85d97af4fe0ce267141c83a4187d28700"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582241"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
Steve Klabnik2795de32017-02-20 00:20:572242"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
Josh Stone020c5ec2017-05-08 22:01:132243"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582244"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Nick Cameronad8ecc22017-07-19 01:32:122245"checksum net2 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "94101fd932816f97eb9a5116f6c1a11511a1fed7db21c5ccd823b2dc11abf566"
2246"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
2247"checksum num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd"
2248"checksum num-complex 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "eb24db7f1904e67a5dfe5f7f62b82f5c963e0f777b23f98cde9c5094fc4fa179"
2249"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
2250"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
2251"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
2252"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
Mark Simulacrum38b46882017-06-26 16:26:152253"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
Steve Klabnik2795de32017-02-20 00:20:572254"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
Nick Cameronad8ecc22017-07-19 01:32:122255"checksum openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f776f1d8af832fd2c637ee182c801e8f7ea8895718a2be9914cca001f6e2c40a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582256"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
Nick Cameronad8ecc22017-07-19 01:32:122257"checksum openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "ad95f8160d1c150c4f44d4c4959732e048ac046c37f597fe362f8bf57561ffb4"
Robin Kruppe1a24a592017-04-26 21:22:452258"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
Alex Crichton1cede102017-06-15 02:33:062259"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
Steve Klabnika0769612017-02-07 23:13:572260"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582261"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
2262"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
Guillaume Gomeze1338212017-03-17 00:05:212263"checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582264"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469"
2265"checksum quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5cf478fe1006dbcc72567121d23dbdae5f1632386068c5c86ff4f645628504"
2266"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
Mark Simulacrum38b46882017-06-26 16:26:152267"checksum racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9079a128fdb6f0c8850010e1478b215d4c00134654bf995bfda41824951ce9bd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582268"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582269"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
Alex Crichton1cede102017-06-15 02:33:062270"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582271"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
Alex Crichton1cede102017-06-15 02:33:062272"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
Nick Cameronad8ecc22017-07-19 01:32:122273"checksum rls-analysis 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0127cfae9c726461facbbbc8327e782adf8afd61f7fcc6adf8ea9ad8fc428ed0"
Nick Cameron84d93a42017-07-18 05:44:192274"checksum rls-data 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f274ec7f966337dc2601fe9bde060b551d1293c277af782dc65cd7200ca070c0"
Nick Cameron7bed5432017-05-08 19:15:482275"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
steveklabnik4871dba2017-06-27 17:33:322276"checksum rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd34691a510938bb67fe0444fb363103c73ffb31c121d1e16bc92d8945ea8ff"
Josh Stone020c5ec2017-05-08 22:01:132277"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582278"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
Nick Cameron04415dc2017-06-30 18:58:542279"checksum rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6693f90ac7d0a2291aa309f5214f5f3ac1bd79961c11116fcf6d5545749bf2e7"
Josh Stone020c5ec2017-05-08 22:01:132280"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
Alex Crichton453080f2017-06-05 16:36:482281"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
Nick Cameronad8ecc22017-07-19 01:32:122282"checksum scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59a076157c1e2dc561d8de585151ee6965d910dd4dcb5dabb7ae3e83981a6c57"
Alex Crichton3146d9f2017-05-26 14:46:412283"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582284"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Nick Cameron04415dc2017-06-30 18:58:542285"checksum serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "433d7d9f8530d5a939ad5e0e72a6243d2e42a24804f70bf592c679363dcacb2f"
2286"checksum serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7b707cf0d4cab852084f573058def08879bb467fda89d99052485e7d00edd624"
Alex Crichton1cede102017-06-15 02:33:062287"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582288"checksum serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c10e798e4405d7dcec3658989e35ee6706f730a9ed7c1184d5ebd84317e82f46"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582289"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
2290"checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8"
Mark Simulacrum38b46882017-06-26 16:26:152291"checksum socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12cdbddbaa27bf94cc194b8e37f5811db6fe83cea96cf99cf1f8e92b65a41371"
Robin Kruppe1a24a592017-04-26 21:22:452292"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
Alex Crichton453080f2017-06-05 16:36:482293"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
Steve Klabnik2795de32017-02-20 00:20:572294"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582295"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2296"checksum syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae6fb0dcc9bd85f89a1a4adc0df2fd90c90c98849d61433983dd7a9df6363f7"
2297"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2298"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582299"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582300"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
Josh Stone0fba1f72017-06-01 00:21:002301"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582302"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Mark Simulacrum38b46882017-06-26 16:26:152303"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
Alex Crichton1cede102017-06-15 02:33:062304"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
2305"checksum termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5193a56b8d82014662c4b933dea6bec851daf018a2b01722e007daaf5f9dca"
steveklabnik4871dba2017-06-27 17:33:322306"checksum textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f86300c3e7416ee233abd7cda890c492007a3980f941f79185c753a701257167"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582307"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582308"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
Nick Cameron3dad1972017-06-26 13:43:092309"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
Ahmed Charles9ca382f2016-09-02 08:55:292310"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582311"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
Mark Simulacrum38b46882017-06-26 16:26:152312"checksum toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b0601da6c97135c8d330c7a13a013ca6cd4143221b01de2f8d4edc50a9e551c7"
Alex Crichton1cede102017-06-15 02:33:062313"checksum typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667"
steveklabnik4871dba2017-06-27 17:33:322314"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Alex Crichton1cede102017-06-15 02:33:062315"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
steveklabnik4871dba2017-06-27 17:33:322316"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
Steve Klabnika0769612017-02-07 23:13:572317"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582318"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
2319"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Nick Cameron3dad1972017-06-26 13:43:092320"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
Mark Simulacrum38b46882017-06-26 16:26:152321"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582322"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
Nick Cameronad8ecc22017-07-19 01:32:122323"checksum userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d28ea36bbd9192d75bd9fa9b39f96ddb986eaee824adae5d53b6e51919b2f3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582324"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
Steve Klabnik2795de32017-02-20 00:20:572325"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
Alex Crichton1cede102017-06-15 02:33:062326"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
2327"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
Steve Klabnik2795de32017-02-20 00:20:572328"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Josh Stone020c5ec2017-05-08 22:01:132329"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
Steve Klabnika0769612017-02-07 23:13:572330"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2331"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Alex Crichton5bc40312017-06-19 17:44:122332"checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582333"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Josh Stone020c5ec2017-05-08 22:01:132334"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
2335"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
2336"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"