blob: 386450f4a65685379154a3f8e8c8a23e08137178 [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 = [
46 "build_helper 0.1.0",
47 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:0648 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:2949 "libc 0.0.0",
50]
51
52[[package]]
53name = "alloc_system"
54version = "0.0.0"
55dependencies = [
56 "core 0.0.0",
57 "libc 0.0.0",
58]
59
60[[package]]
Steve Klabnika0769612017-02-07 23:13:5761name = "ansi_term"
62version = "0.9.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64
65[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2966name = "arena"
67version = "0.0.0"
68
69[[package]]
Alex Crichton1cede102017-06-15 02:33:0670name = "atty"
71version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:1372source = "registry+https://github.com/rust-lang/crates.io-index"
73dependencies = [
Alex Crichton1cede102017-06-15 02:33:0674 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
75 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
76 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
77]
78
79[[package]]
80name = "backtrace"
81version = "0.3.2"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83dependencies = [
84 "backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
85 "cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1386 "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
87 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:0688 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:1389 "rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
90 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
91]
92
93[[package]]
94name = "backtrace-sys"
Alex Crichton1cede102017-06-15 02:33:0695version = "0.1.11"
Josh Stone020c5ec2017-05-08 22:01:1396source = "registry+https://github.com/rust-lang/crates.io-index"
97dependencies = [
Alex Crichton1cede102017-06-15 02:33:0698 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
99 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13100]
101
102[[package]]
Steve Klabnika0769612017-02-07 23:13:57103name = "bitflags"
104version = "0.5.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106
107[[package]]
108name = "bitflags"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58109version = "0.7.0"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111
112[[package]]
113name = "bitflags"
Guillaume Gomeze1338212017-03-17 00:05:21114version = "0.8.2"
Guillaume Gomez474cc092017-03-12 19:28:36115source = "registry+https://github.com/rust-lang/crates.io-index"
116
117[[package]]
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17118name = "bitflags"
119version = "0.9.1"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121
122[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29123name = "bootstrap"
124version = "0.0.0"
125dependencies = [
126 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:06127 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29128 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06129 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29130 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06131 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15132 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58133 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29134 "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29135]
136
137[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58138name = "bufstream"
139version = "0.1.3"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141
142[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04143name = "build-manifest"
144version = "0.1.0"
145dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:58146 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton9e8785f2017-01-24 22:37:04147 "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
148]
149
150[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29151name = "build_helper"
152version = "0.1.0"
Vadim Petrochenkova5b603b2017-01-31 21:27:51153dependencies = [
154 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
155]
Ahmed Charles9ca382f2016-09-02 08:55:29156
157[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58158name = "cargo"
Alex Crichton1cede102017-06-15 02:33:06159version = "0.21.0"
Mark Simulacrum38b46882017-06-26 16:26:15160source = "git+https://github.com/rust-lang/cargo#abf01e1eddb3145c83f71b469ea7bee37141e5e1"
Alex Crichton1cede102017-06-15 02:33:06161replace = "cargo 0.21.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58162
163[[package]]
164name = "cargo"
Alex Crichton1cede102017-06-15 02:33:06165version = "0.21.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58166dependencies = [
167 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06168 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58169 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
170 "cargotest 0.1.0",
Alex Crichton1cede102017-06-15 02:33:06171 "crates-io 0.10.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58172 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15173 "curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
174 "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06175 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48176 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58177 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
178 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06179 "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17180 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58181 "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
182 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
183 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06184 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
185 "jobserver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58186 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06187 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17188 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06189 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58190 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15191 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06192 "openssl 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58193 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48194 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton3146d9f2017-05-26 14:46:41195 "semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06196 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
197 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58198 "serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
199 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
200 "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00201 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58202 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06203 "termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15204 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
205 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58206 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
207]
208
209[[package]]
210name = "cargotest"
211version = "0.1.0"
212dependencies = [
213 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06214 "cargo 0.21.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58215 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
216 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17217 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58218 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06219 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58220 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06221 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
222 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
223 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58224 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00225 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58226 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15227 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58228 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
229]
230
231[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26232name = "cargotest2"
233version = "0.1.0"
234
235[[package]]
Josh Stone020c5ec2017-05-08 22:01:13236name = "cfg-if"
Alex Crichton1cede102017-06-15 02:33:06237version = "0.1.1"
Josh Stone020c5ec2017-05-08 22:01:13238source = "registry+https://github.com/rust-lang/crates.io-index"
239
240[[package]]
Steve Klabnika0769612017-02-07 23:13:57241name = "clap"
Alex Crichton1cede102017-06-15 02:33:06242version = "2.24.2"
Steve Klabnika0769612017-02-07 23:13:57243source = "registry+https://github.com/rust-lang/crates.io-index"
244dependencies = [
245 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06246 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
247 "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
248 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
249 "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
250 "unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57251 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06252 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13253 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57254]
255
256[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29257name = "cmake"
Alex Crichton1cede102017-06-15 02:33:06258version = "0.1.24"
Ahmed Charles9ca382f2016-09-02 08:55:29259source = "registry+https://github.com/rust-lang/crates.io-index"
260dependencies = [
Alex Crichton1cede102017-06-15 02:33:06261 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29262]
263
264[[package]]
Murarth64842582017-06-17 19:01:18265name = "collections"
266version = "0.0.0"
267dependencies = [
268 "alloc 0.0.0",
269 "core 0.0.0",
270]
271
272[[package]]
Alex Crichton147e2da2016-10-07 06:30:38273name = "compiler_builtins"
274version = "0.0.0"
275dependencies = [
Vadim Petrochenkovf2187092017-02-23 15:49:54276 "build_helper 0.1.0",
Alex Crichton147e2da2016-10-07 06:30:38277 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:06278 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:38279]
280
281[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29282name = "compiletest"
283version = "0.0.0"
284dependencies = [
Cengiz Can837817c2017-04-27 19:41:18285 "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06286 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonc8e0d042017-02-01 03:16:45287 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton5c3d0e62017-06-08 21:20:55288 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06289 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58290 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29291]
292
293[[package]]
294name = "core"
295version = "0.0.0"
Alex Crichton201f0692017-06-15 14:08:18296dependencies = [
297 "rand 0.0.0",
298]
Ahmed Charles9ca382f2016-09-02 08:55:29299
300[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58301name = "crates-io"
Alex Crichton1cede102017-06-15 02:33:06302version = "0.10.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58303dependencies = [
Mark Simulacrum38b46882017-06-26 16:26:15304 "curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48305 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06306 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
307 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58308 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15309 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58310]
311
312[[package]]
313name = "crossbeam"
314version = "0.2.10"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316
317[[package]]
318name = "curl"
Mark Simulacrum38b46882017-06-26 16:26:15319version = "0.4.7"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58320source = "registry+https://github.com/rust-lang/crates.io-index"
321dependencies = [
Mark Simulacrum38b46882017-06-26 16:26:15322 "curl-sys 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06323 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58324 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06325 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15326 "socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58327 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
328]
329
330[[package]]
331name = "curl-sys"
Mark Simulacrum38b46882017-06-26 16:26:15332version = "0.3.13"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58333source = "registry+https://github.com/rust-lang/crates.io-index"
334dependencies = [
Alex Crichton1cede102017-06-15 02:33:06335 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
336 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43337 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06338 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58339 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06340 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58341 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
342]
343
344[[package]]
Josh Stone020c5ec2017-05-08 22:01:13345name = "dbghelp-sys"
346version = "0.2.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348dependencies = [
349 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
350 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
351]
352
353[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58354name = "derive-new"
355version = "0.3.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357dependencies = [
358 "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
359 "syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
360]
361
362[[package]]
Cengiz Can837817c2017-04-27 19:41:18363name = "diff"
364version = "0.1.10"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366
367[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58368name = "docopt"
Mark Simulacrum38b46882017-06-26 16:26:15369version = "0.8.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58370source = "registry+https://github.com/rust-lang/crates.io-index"
371dependencies = [
372 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06373 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
374 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
375 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58376 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
377]
378
379[[package]]
Steve Klabnik2795de32017-02-20 00:20:57380name = "dtoa"
381version = "0.4.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383
384[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58385name = "enum_primitive"
386version = "0.1.1"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388dependencies = [
Alex Crichton1cede102017-06-15 02:33:06389 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58390]
391
392[[package]]
393name = "env_logger"
394version = "0.3.5"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396dependencies = [
Alex Crichton1cede102017-06-15 02:33:06397 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58398 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
399]
400
401[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29402name = "env_logger"
Alex Crichton1cede102017-06-15 02:33:06403version = "0.4.3"
Steve Klabnik2795de32017-02-20 00:20:57404source = "registry+https://github.com/rust-lang/crates.io-index"
405dependencies = [
Alex Crichton1cede102017-06-15 02:33:06406 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
407 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29408]
409
410[[package]]
Josh Stone020c5ec2017-05-08 22:01:13411name = "error-chain"
412version = "0.10.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414dependencies = [
Alex Crichton1cede102017-06-15 02:33:06415 "backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13416]
417
418[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29419name = "error_index_generator"
420version = "0.0.0"
421
422[[package]]
423name = "filetime"
424version = "0.1.10"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426dependencies = [
Alex Crichton1cede102017-06-15 02:33:06427 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29428]
429
430[[package]]
Josh Stone020c5ec2017-05-08 22:01:13431name = "flate2"
432version = "0.2.19"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434dependencies = [
Alex Crichton1cede102017-06-15 02:33:06435 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13436 "miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
437]
438
439[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29440name = "fmt_macros"
441version = "0.0.0"
442
443[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58444name = "foreign-types"
445version = "0.2.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447
448[[package]]
449name = "fs2"
Alex Crichton1cede102017-06-15 02:33:06450version = "0.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58451source = "registry+https://github.com/rust-lang/crates.io-index"
452dependencies = [
453 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06454 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58455 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
456]
457
458[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29459name = "gcc"
Alex Crichton1cede102017-06-15 02:33:06460version = "0.3.51"
Ahmed Charles9ca382f2016-09-02 08:55:29461source = "registry+https://github.com/rust-lang/crates.io-index"
462
463[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29464name = "getopts"
Ahmed Charles9ca382f2016-09-02 08:55:29465version = "0.2.14"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467
468[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58469name = "git2"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17470version = "0.6.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58471source = "registry+https://github.com/rust-lang/crates.io-index"
472dependencies = [
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17473 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06474 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17475 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58476 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06477 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15478 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58479]
480
481[[package]]
482name = "git2-curl"
483version = "0.7.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485dependencies = [
Mark Simulacrum38b46882017-06-26 16:26:15486 "curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17487 "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06488 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15489 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58490]
491
492[[package]]
493name = "glob"
494version = "0.2.11"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496
497[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29498name = "graphviz"
499version = "0.0.0"
500
501[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58502name = "hamcrest"
503version = "0.1.1"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505dependencies = [
Alex Crichton1cede102017-06-15 02:33:06506 "num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58507 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
508]
509
510[[package]]
Steve Klabnika0769612017-02-07 23:13:57511name = "handlebars"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58512version = "0.25.3"
Steve Klabnika0769612017-02-07 23:13:57513source = "registry+https://github.com/rust-lang/crates.io-index"
514dependencies = [
Josh Stone020c5ec2017-05-08 22:01:13515 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06516 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57517 "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58518 "quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06519 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58520 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
521 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
522]
523
524[[package]]
Alex Crichton1cede102017-06-15 02:33:06525name = "hex"
526version = "0.2.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528
529[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58530name = "idna"
Alex Crichton1cede102017-06-15 02:33:06531version = "0.1.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58532source = "registry+https://github.com/rust-lang/crates.io-index"
533dependencies = [
Alex Crichton1cede102017-06-15 02:33:06534 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
535 "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
536 "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonf6304e12017-02-15 22:55:26537]
538
539[[package]]
Josh Stone020c5ec2017-05-08 22:01:13540name = "installer"
541version = "0.0.0"
542dependencies = [
Alex Crichton1cede102017-06-15 02:33:06543 "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13544 "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
545 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
546 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
547 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone0fba1f72017-06-01 00:21:00548 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13549 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
550 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
551 "xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
552]
553
554[[package]]
Steve Klabnik2795de32017-02-20 00:20:57555name = "itoa"
556version = "0.3.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558
559[[package]]
Alex Crichton453080f2017-06-05 16:36:48560name = "jobserver"
Alex Crichton1cede102017-06-15 02:33:06561version = "0.1.5"
Alex Crichton453080f2017-06-05 16:36:48562source = "registry+https://github.com/rust-lang/crates.io-index"
563dependencies = [
Alex Crichton1cede102017-06-15 02:33:06564 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48565 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:48566]
567
568[[package]]
Steve Klabnika0769612017-02-07 23:13:57569name = "kernel32-sys"
570version = "0.2.2"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572dependencies = [
573 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
574 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
575]
576
577[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58578name = "languageserver-types"
579version = "0.10.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581dependencies = [
582 "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06583 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
584 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58585 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15586 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58587 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
588]
589
590[[package]]
Steve Klabnika0769612017-02-07 23:13:57591name = "lazy_static"
Josh Stone020c5ec2017-05-08 22:01:13592version = "0.2.8"
Steve Klabnika0769612017-02-07 23:13:57593source = "registry+https://github.com/rust-lang/crates.io-index"
594
595[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29596name = "libc"
597version = "0.0.0"
598dependencies = [
599 "core 0.0.0",
600]
601
602[[package]]
603name = "libc"
Alex Crichton1cede102017-06-15 02:33:06604version = "0.2.24"
Ahmed Charles9ca382f2016-09-02 08:55:29605source = "registry+https://github.com/rust-lang/crates.io-index"
606
607[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58608name = "libgit2-sys"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:17609version = "0.6.12"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58610source = "registry+https://github.com/rust-lang/crates.io-index"
611dependencies = [
Alex Crichton1cede102017-06-15 02:33:06612 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15613 "curl-sys 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06614 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
615 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58616 "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43617 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06618 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58619 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
620]
621
622[[package]]
623name = "libssh2-sys"
624version = "0.2.6"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626dependencies = [
Alex Crichton1cede102017-06-15 02:33:06627 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
628 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonbe7ebdd2017-06-07 02:32:43629 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06630 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58631 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
632]
633
634[[package]]
635name = "libz-sys"
Alex Crichtonbe7ebdd2017-06-07 02:32:43636version = "1.0.16"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58637source = "registry+https://github.com/rust-lang/crates.io-index"
638dependencies = [
Alex Crichton1cede102017-06-15 02:33:06639 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
640 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58641 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06642 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58643]
644
645[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29646name = "linkchecker"
647version = "0.1.0"
Ahmed Charles9ca382f2016-09-02 08:55:29648
649[[package]]
650name = "log"
Alex Crichton1cede102017-06-15 02:33:06651version = "0.3.8"
Ahmed Charles9ca382f2016-09-02 08:55:29652source = "registry+https://github.com/rust-lang/crates.io-index"
653
654[[package]]
Josh Stone020c5ec2017-05-08 22:01:13655name = "lzma-sys"
Alex Crichton1cede102017-06-15 02:33:06656version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:13657source = "registry+https://github.com/rust-lang/crates.io-index"
658dependencies = [
659 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06660 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
661 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13662]
663
664[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58665name = "matches"
Alex Crichton1cede102017-06-15 02:33:06666version = "0.1.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58667source = "registry+https://github.com/rust-lang/crates.io-index"
668
669[[package]]
Steve Klabnika0769612017-02-07 23:13:57670name = "mdbook"
Corey Farwella517a962017-04-27 02:04:04671version = "0.0.21"
Steve Klabnika0769612017-02-07 23:13:57672source = "registry+https://github.com/rust-lang/crates.io-index"
673dependencies = [
Alex Crichton1cede102017-06-15 02:33:06674 "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
675 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58676 "handlebars 0.25.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06677 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:57678 "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57679 "pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06680 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58681 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
682 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
683 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
684]
685
686[[package]]
687name = "memchr"
688version = "0.1.11"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690dependencies = [
Alex Crichton1cede102017-06-15 02:33:06691 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57692]
693
694[[package]]
695name = "memchr"
Steve Klabnik2795de32017-02-20 00:20:57696version = "1.0.1"
Steve Klabnika0769612017-02-07 23:13:57697source = "registry+https://github.com/rust-lang/crates.io-index"
698dependencies = [
Alex Crichton1cede102017-06-15 02:33:06699 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57700]
701
702[[package]]
Josh Stone020c5ec2017-05-08 22:01:13703name = "miniz-sys"
704version = "0.1.9"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706dependencies = [
Alex Crichton1cede102017-06-15 02:33:06707 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
708 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58709]
710
711[[package]]
712name = "miow"
713version = "0.2.1"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715dependencies = [
716 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
717 "net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
718 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
719 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
720]
721
722[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58723name = "net2"
724version = "0.2.29"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726dependencies = [
Alex Crichton1cede102017-06-15 02:33:06727 "cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58728 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06729 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58730 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
731 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
732]
733
734[[package]]
735name = "num"
Alex Crichton1cede102017-06-15 02:33:06736version = "0.1.39"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58737source = "registry+https://github.com/rust-lang/crates.io-index"
738dependencies = [
Alex Crichton1cede102017-06-15 02:33:06739 "num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
740 "num-complex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58741 "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
742 "num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06743 "num-rational 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
744 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58745]
746
747[[package]]
748name = "num-bigint"
Alex Crichton1cede102017-06-15 02:33:06749version = "0.1.39"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58750source = "registry+https://github.com/rust-lang/crates.io-index"
751dependencies = [
752 "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06753 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58754 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
755 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
756]
757
758[[package]]
759name = "num-complex"
Alex Crichton1cede102017-06-15 02:33:06760version = "0.1.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58761source = "registry+https://github.com/rust-lang/crates.io-index"
762dependencies = [
Alex Crichton1cede102017-06-15 02:33:06763 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58764 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
765]
766
767[[package]]
768name = "num-integer"
769version = "0.1.34"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771dependencies = [
Alex Crichton1cede102017-06-15 02:33:06772 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58773]
774
775[[package]]
776name = "num-iter"
777version = "0.1.33"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779dependencies = [
780 "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06781 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58782]
783
784[[package]]
785name = "num-rational"
Alex Crichton1cede102017-06-15 02:33:06786version = "0.1.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58787source = "registry+https://github.com/rust-lang/crates.io-index"
788dependencies = [
Alex Crichton1cede102017-06-15 02:33:06789 "num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58790 "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06791 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58792 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:13793]
794
795[[package]]
Steve Klabnik2795de32017-02-20 00:20:57796name = "num-traits"
Alex Crichton1cede102017-06-15 02:33:06797version = "0.1.39"
Steve Klabnik2795de32017-02-20 00:20:57798source = "registry+https://github.com/rust-lang/crates.io-index"
799
800[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29801name = "num_cpus"
Mark Simulacrum38b46882017-06-26 16:26:15802version = "1.6.2"
Ahmed Charles9ca382f2016-09-02 08:55:29803source = "registry+https://github.com/rust-lang/crates.io-index"
804dependencies = [
Alex Crichton1cede102017-06-15 02:33:06805 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:29806]
807
808[[package]]
Steve Klabnik2795de32017-02-20 00:20:57809name = "open"
810version = "1.2.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812
813[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58814name = "openssl"
Alex Crichton1cede102017-06-15 02:33:06815version = "0.9.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58816source = "registry+https://github.com/rust-lang/crates.io-index"
817dependencies = [
Alex Crichton1cede102017-06-15 02:33:06818 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58819 "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
820 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06821 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
822 "openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58823]
824
825[[package]]
826name = "openssl-probe"
827version = "0.1.1"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829
830[[package]]
831name = "openssl-sys"
Alex Crichton1cede102017-06-15 02:33:06832version = "0.9.14"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58833source = "registry+https://github.com/rust-lang/crates.io-index"
834dependencies = [
Alex Crichton1cede102017-06-15 02:33:06835 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
836 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58837 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58838]
839
840[[package]]
Robin Kruppe1a24a592017-04-26 21:22:45841name = "owning_ref"
842version = "0.3.3"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844dependencies = [
845 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
846]
847
848[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29849name = "panic_abort"
850version = "0.0.0"
851dependencies = [
852 "core 0.0.0",
853 "libc 0.0.0",
854]
855
856[[package]]
857name = "panic_unwind"
858version = "0.0.0"
859dependencies = [
860 "alloc 0.0.0",
861 "core 0.0.0",
862 "libc 0.0.0",
863 "unwind 0.0.0",
864]
865
866[[package]]
Alex Crichton1cede102017-06-15 02:33:06867name = "percent-encoding"
868version = "1.0.0"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870
871[[package]]
Steve Klabnika0769612017-02-07 23:13:57872name = "pest"
873version = "0.3.3"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875
876[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58877name = "pkg-config"
878version = "0.3.9"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880
881[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29882name = "proc_macro"
883version = "0.0.0"
884dependencies = [
Alex Crichton147e2da2016-10-07 06:30:38885 "syntax 0.0.0",
886]
887
888[[package]]
889name = "proc_macro_plugin"
890version = "0.0.0"
891dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:29892 "rustc_plugin 0.0.0",
893 "syntax 0.0.0",
Jeffrey Seyfried2dc60b12017-01-18 03:27:09894 "syntax_pos 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:29895]
896
897[[package]]
whitequark42754ce2017-02-13 09:57:50898name = "profiler_builtins"
899version = "0.0.0"
900dependencies = [
901 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:06902 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Marco Castelluccioecba8d62017-06-04 14:54:39903]
904
905[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58906name = "psapi-sys"
907version = "0.1.0"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909dependencies = [
910 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
911 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
912]
913
914[[package]]
Steve Klabnika0769612017-02-07 23:13:57915name = "pulldown-cmark"
916version = "0.0.8"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918dependencies = [
919 "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
920 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
921]
922
923[[package]]
Guillaume Gomez474cc092017-03-12 19:28:36924name = "pulldown-cmark"
Guillaume Gomeze1338212017-03-17 00:05:21925version = "0.0.14"
Guillaume Gomez474cc092017-03-12 19:28:36926source = "registry+https://github.com/rust-lang/crates.io-index"
927dependencies = [
Guillaume Gomeze1338212017-03-17 00:05:21928 "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomez474cc092017-03-12 19:28:36929]
930
931[[package]]
Steve Klabnika0769612017-02-07 23:13:57932name = "quick-error"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58933version = "1.2.0"
Steve Klabnika0769612017-02-07 23:13:57934source = "registry+https://github.com/rust-lang/crates.io-index"
935
936[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58937name = "quote"
938version = "0.2.3"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940
941[[package]]
942name = "quote"
943version = "0.3.15"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945
946[[package]]
947name = "racer"
Mark Simulacrum38b46882017-06-26 16:26:15948version = "2.0.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58949source = "registry+https://github.com/rust-lang/crates.io-index"
950dependencies = [
Alex Crichton1cede102017-06-15 02:33:06951 "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58952 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:15953 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06954 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
955 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58956 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
957 "syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
958 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06959 "typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58960]
961
962[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29963name = "rand"
964version = "0.0.0"
965dependencies = [
966 "core 0.0.0",
967]
968
969[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58970name = "rand"
971version = "0.3.15"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973dependencies = [
Alex Crichton1cede102017-06-15 02:33:06974 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58975]
976
977[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58978name = "regex"
979version = "0.1.80"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981dependencies = [
982 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
983 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
984 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
985 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
986 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
987]
988
989[[package]]
Steve Klabnika0769612017-02-07 23:13:57990name = "regex"
Alex Crichton1cede102017-06-15 02:33:06991version = "0.2.2"
Steve Klabnika0769612017-02-07 23:13:57992source = "registry+https://github.com/rust-lang/crates.io-index"
993dependencies = [
Guillaume Gomeze1338212017-03-17 00:05:21994 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:57995 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:06996 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichtonf6304e12017-02-15 22:55:26997 "thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:57998 "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:57999]
1000
1001[[package]]
1002name = "regex-syntax"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581003version = "0.3.9"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005
1006[[package]]
1007name = "regex-syntax"
Alex Crichton1cede102017-06-15 02:33:061008version = "0.4.1"
Steve Klabnika0769612017-02-07 23:13:571009source = "registry+https://github.com/rust-lang/crates.io-index"
1010
1011[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:191012name = "remote-test-client"
1013version = "0.1.0"
1014
1015[[package]]
1016name = "remote-test-server"
1017version = "0.1.0"
1018
1019[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581020name = "rls"
1021version = "0.1.0"
1022dependencies = [
Alex Crichton1cede102017-06-15 02:33:061023 "cargo 0.21.0 (git+https://github.com/rust-lang/cargo)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581024 "derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061025 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581026 "languageserver-types 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061027 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151028 "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481029 "rls-analysis 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1030 "rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581031 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151032 "rls-vfs 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "rustfmt-nightly 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061034 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
1035 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581036 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151037 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1038 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581039 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1040]
1041
1042[[package]]
1043name = "rls-analysis"
Alex Crichton453080f2017-06-05 16:36:481044version = "0.3.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581045source = "registry+https://github.com/rust-lang/crates.io-index"
1046dependencies = [
1047 "derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061048 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481049 "rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581050 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1051 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1052]
1053
1054[[package]]
Nick Cameronfee1f642017-03-14 02:16:441055name = "rls-data"
Nick Cameron34bd80a2017-06-12 02:29:591056version = "0.4.1"
Nick Camerondc63eff2017-03-15 08:20:231057source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameronfee1f642017-03-14 02:16:441058dependencies = [
Nick Cameron7bed5432017-05-08 19:15:481059 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581060 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfee1f642017-03-14 02:16:441061]
1062
1063[[package]]
Alex Crichton453080f2017-06-05 16:36:481064name = "rls-data"
Nick Cameron7a18a772017-06-20 05:54:431065version = "0.7.0"
Alex Crichton453080f2017-06-05 16:36:481066source = "registry+https://github.com/rust-lang/crates.io-index"
1067dependencies = [
1068 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1069 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1070]
1071
1072[[package]]
Nick Cameronfee1f642017-03-14 02:16:441073name = "rls-span"
Nick Cameron7bed5432017-05-08 19:15:481074version = "0.4.0"
Nick Camerondc63eff2017-03-15 08:20:231075source = "registry+https://github.com/rust-lang/crates.io-index"
Nick Cameronfee1f642017-03-14 02:16:441076dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581077 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061078 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
1079 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581080]
1081
1082[[package]]
1083name = "rls-vfs"
Mark Simulacrum38b46882017-06-26 16:26:151084version = "0.4.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581085source = "registry+https://github.com/rust-lang/crates.io-index"
1086dependencies = [
Mark Simulacrum38b46882017-06-26 16:26:151087 "racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581088 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameronfee1f642017-03-14 02:16:441089]
1090
1091[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291092name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:571093version = "0.1.0"
1094dependencies = [
Alex Crichton1cede102017-06-15 02:33:061095 "clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)",
Corey Farwella517a962017-04-27 02:04:041096 "mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571097]
Ahmed Charles9ca382f2016-09-02 08:55:291098
1099[[package]]
1100name = "rustc"
1101version = "0.0.0"
1102dependencies = [
1103 "arena 0.0.0",
Alex Crichton5c3d0e62017-06-08 21:20:551104 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291105 "fmt_macros 0.0.0",
1106 "graphviz 0.0.0",
Alex Crichton201f0692017-06-15 14:08:181107 "jobserver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061108 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451109 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291110 "rustc_back 0.0.0",
1111 "rustc_bitflags 0.0.0",
1112 "rustc_const_math 0.0.0",
1113 "rustc_data_structures 0.0.0",
1114 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291115 "serialize 0.0.0",
1116 "syntax 0.0.0",
1117 "syntax_pos 0.0.0",
1118]
1119
1120[[package]]
Josh Stone020c5ec2017-05-08 22:01:131121name = "rustc-demangle"
1122version = "0.1.4"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124
1125[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291126name = "rustc-main"
1127version = "0.0.0"
1128dependencies = [
1129 "rustc_back 0.0.0",
1130 "rustc_driver 0.0.0",
1131 "rustdoc 0.0.0",
1132]
1133
1134[[package]]
1135name = "rustc-serialize"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581136version = "0.3.24"
Ahmed Charles9ca382f2016-09-02 08:55:291137source = "registry+https://github.com/rust-lang/crates.io-index"
1138
1139[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111140name = "rustc_asan"
1141version = "0.0.0"
1142dependencies = [
1143 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291144 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061145 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111146 "core 0.0.0",
1147]
1148
1149[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291150name = "rustc_back"
1151version = "0.0.0"
1152dependencies = [
Alex Crichton1cede102017-06-15 02:33:061153 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291154 "serialize 0.0.0",
1155 "syntax 0.0.0",
1156]
1157
1158[[package]]
1159name = "rustc_bitflags"
1160version = "0.0.0"
1161
1162[[package]]
1163name = "rustc_borrowck"
1164version = "0.0.0"
1165dependencies = [
1166 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061167 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291168 "rustc 0.0.0",
1169 "rustc_data_structures 0.0.0",
1170 "rustc_errors 0.0.0",
1171 "rustc_mir 0.0.0",
1172 "syntax 0.0.0",
1173 "syntax_pos 0.0.0",
1174]
1175
1176[[package]]
1177name = "rustc_const_eval"
1178version = "0.0.0"
1179dependencies = [
Ariel Ben-Yehudae313d8b2016-09-25 23:53:261180 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061181 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291182 "rustc 0.0.0",
1183 "rustc_back 0.0.0",
1184 "rustc_const_math 0.0.0",
Ariel Ben-Yehuda732f2272016-09-24 14:45:241185 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291186 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291187 "syntax 0.0.0",
1188 "syntax_pos 0.0.0",
1189]
1190
1191[[package]]
1192name = "rustc_const_math"
1193version = "0.0.0"
1194dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:291195 "serialize 0.0.0",
1196 "syntax 0.0.0",
1197]
1198
1199[[package]]
1200name = "rustc_data_structures"
1201version = "0.0.0"
1202dependencies = [
Alex Crichton1cede102017-06-15 02:33:061203 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291204 "serialize 0.0.0",
1205]
1206
1207[[package]]
1208name = "rustc_driver"
1209version = "0.0.0"
1210dependencies = [
1211 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061212 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291213 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061214 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:381215 "proc_macro_plugin 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291216 "rustc 0.0.0",
1217 "rustc_back 0.0.0",
1218 "rustc_borrowck 0.0.0",
1219 "rustc_const_eval 0.0.0",
Michael Woeristerbd1ce912016-10-29 01:26:011220 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291221 "rustc_errors 0.0.0",
1222 "rustc_incremental 0.0.0",
1223 "rustc_lint 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291224 "rustc_metadata 0.0.0",
1225 "rustc_mir 0.0.0",
1226 "rustc_passes 0.0.0",
1227 "rustc_plugin 0.0.0",
1228 "rustc_privacy 0.0.0",
1229 "rustc_resolve 0.0.0",
1230 "rustc_save_analysis 0.0.0",
1231 "rustc_trans 0.0.0",
1232 "rustc_typeck 0.0.0",
1233 "serialize 0.0.0",
1234 "syntax 0.0.0",
1235 "syntax_ext 0.0.0",
1236 "syntax_pos 0.0.0",
1237]
1238
1239[[package]]
1240name = "rustc_errors"
1241version = "0.0.0"
1242dependencies = [
Niko Matsakisd9aaca72017-01-28 23:13:211243 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291244 "syntax_pos 0.0.0",
1245]
1246
1247[[package]]
1248name = "rustc_incremental"
1249version = "0.0.0"
1250dependencies = [
1251 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061252 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291253 "rustc 0.0.0",
1254 "rustc_data_structures 0.0.0",
1255 "serialize 0.0.0",
1256 "syntax 0.0.0",
1257 "syntax_pos 0.0.0",
1258]
1259
1260[[package]]
1261name = "rustc_lint"
1262version = "0.0.0"
1263dependencies = [
Alex Crichton1cede102017-06-15 02:33:061264 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291265 "rustc 0.0.0",
1266 "rustc_back 0.0.0",
1267 "rustc_const_eval 0.0.0",
1268 "syntax 0.0.0",
1269 "syntax_pos 0.0.0",
1270]
1271
1272[[package]]
1273name = "rustc_llvm"
1274version = "0.0.0"
1275dependencies = [
1276 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061277 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Jake Gouldingdbdd60e2016-11-18 22:15:141278 "rustc_bitflags 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291279]
1280
1281[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111282name = "rustc_lsan"
1283version = "0.0.0"
1284dependencies = [
1285 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291286 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061287 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111288 "core 0.0.0",
1289]
1290
1291[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291292name = "rustc_metadata"
1293version = "0.0.0"
1294dependencies = [
Alex Crichton5c3d0e62017-06-08 21:20:551295 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061296 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451297 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:381298 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291299 "rustc 0.0.0",
1300 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291301 "rustc_const_math 0.0.0",
1302 "rustc_data_structures 0.0.0",
1303 "rustc_errors 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291304 "serialize 0.0.0",
1305 "syntax 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:381306 "syntax_ext 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291307 "syntax_pos 0.0.0",
1308]
1309
1310[[package]]
1311name = "rustc_mir"
1312version = "0.0.0"
1313dependencies = [
1314 "graphviz 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061315 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291316 "rustc 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291317 "rustc_bitflags 0.0.0",
1318 "rustc_const_eval 0.0.0",
1319 "rustc_const_math 0.0.0",
1320 "rustc_data_structures 0.0.0",
1321 "syntax 0.0.0",
1322 "syntax_pos 0.0.0",
1323]
1324
1325[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111326name = "rustc_msan"
1327version = "0.0.0"
1328dependencies = [
1329 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291330 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061331 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111332 "core 0.0.0",
1333]
1334
1335[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291336name = "rustc_passes"
1337version = "0.0.0"
1338dependencies = [
Alex Crichton1cede102017-06-15 02:33:061339 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291340 "rustc 0.0.0",
1341 "rustc_const_eval 0.0.0",
1342 "rustc_const_math 0.0.0",
1343 "rustc_errors 0.0.0",
1344 "syntax 0.0.0",
1345 "syntax_pos 0.0.0",
1346]
1347
1348[[package]]
1349name = "rustc_platform_intrinsics"
1350version = "0.0.0"
1351
1352[[package]]
1353name = "rustc_plugin"
1354version = "0.0.0"
1355dependencies = [
Ahmed Charles9ca382f2016-09-02 08:55:291356 "rustc 0.0.0",
1357 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291358 "rustc_errors 0.0.0",
1359 "rustc_metadata 0.0.0",
1360 "syntax 0.0.0",
1361 "syntax_pos 0.0.0",
1362]
1363
1364[[package]]
1365name = "rustc_privacy"
1366version = "0.0.0"
1367dependencies = [
1368 "rustc 0.0.0",
1369 "syntax 0.0.0",
1370 "syntax_pos 0.0.0",
1371]
1372
1373[[package]]
1374name = "rustc_resolve"
1375version = "0.0.0"
1376dependencies = [
1377 "arena 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061378 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291379 "rustc 0.0.0",
1380 "rustc_errors 0.0.0",
1381 "syntax 0.0.0",
1382 "syntax_pos 0.0.0",
1383]
1384
1385[[package]]
1386name = "rustc_save_analysis"
1387version = "0.0.0"
1388dependencies = [
Alex Crichton1cede102017-06-15 02:33:061389 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7a18a772017-06-20 05:54:431390 "rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Nick Cameron7bed5432017-05-08 19:15:481391 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291392 "rustc 0.0.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581393 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Niko Matsakis30393982017-05-03 16:18:041394 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291395 "syntax 0.0.0",
1396 "syntax_pos 0.0.0",
1397]
1398
1399[[package]]
1400name = "rustc_trans"
1401version = "0.0.0"
1402dependencies = [
Alex Crichton201f0692017-06-15 14:08:181403 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton5c3d0e62017-06-08 21:20:551404 "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061405 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton201f0692017-06-15 14:08:181406 "jobserver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061407 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Robin Kruppe1a24a592017-04-26 21:22:451408 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291409 "rustc 0.0.0",
1410 "rustc_back 0.0.0",
Robin Kruppe30daedf2016-11-16 22:36:081411 "rustc_bitflags 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291412 "rustc_const_math 0.0.0",
1413 "rustc_data_structures 0.0.0",
1414 "rustc_errors 0.0.0",
1415 "rustc_incremental 0.0.0",
1416 "rustc_llvm 0.0.0",
1417 "rustc_platform_intrinsics 0.0.0",
Ingvar Stepanyaneed61682017-02-03 14:58:131418 "serialize 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291419 "syntax 0.0.0",
1420 "syntax_pos 0.0.0",
1421]
1422
1423[[package]]
Jorge Aparicio9af6aa32016-12-30 04:28:111424name = "rustc_tsan"
1425version = "0.0.0"
1426dependencies = [
1427 "alloc_system 0.0.0",
Jorge Aparicio22097e62017-02-05 01:10:291428 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061429 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Jorge Aparicio9af6aa32016-12-30 04:28:111430 "core 0.0.0",
1431]
1432
1433[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291434name = "rustc_typeck"
1435version = "0.0.0"
1436dependencies = [
1437 "arena 0.0.0",
1438 "fmt_macros 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061439 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291440 "rustc 0.0.0",
1441 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291442 "rustc_const_math 0.0.0",
Tim Neumannfc2216c2016-11-18 10:31:441443 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291444 "rustc_errors 0.0.0",
1445 "rustc_platform_intrinsics 0.0.0",
1446 "syntax 0.0.0",
1447 "syntax_pos 0.0.0",
1448]
1449
1450[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291451name = "rustdoc"
1452version = "0.0.0"
1453dependencies = [
1454 "arena 0.0.0",
1455 "build_helper 0.1.0",
Alex Crichton1cede102017-06-15 02:33:061456 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1457 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
1458 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Guillaume Gomeze1338212017-03-17 00:05:211459 "pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291460 "rustc 0.0.0",
1461 "rustc_back 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291462 "rustc_data_structures 0.0.0",
1463 "rustc_driver 0.0.0",
1464 "rustc_errors 0.0.0",
1465 "rustc_lint 0.0.0",
1466 "rustc_metadata 0.0.0",
1467 "rustc_resolve 0.0.0",
1468 "rustc_trans 0.0.0",
Niko Matsakis196c98d32017-05-03 15:53:061469 "rustc_typeck 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291470 "serialize 0.0.0",
1471 "syntax 0.0.0",
1472 "syntax_pos 0.0.0",
1473]
1474
1475[[package]]
Alex Crichton1cede102017-06-15 02:33:061476name = "rustfmt-nightly"
Mark Simulacrum38b46882017-06-26 16:26:151477version = "0.1.7"
Alex Crichton1cede102017-06-15 02:33:061478source = "registry+https://github.com/rust-lang/crates.io-index"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581479dependencies = [
1480 "diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061481 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581482 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581483 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061484 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
1485 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1486 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1487 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
1488 "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581489 "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton453080f2017-06-05 16:36:481490 "strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151491 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1492 "toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581493 "unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581494 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1495]
1496
1497[[package]]
Josh Stone020c5ec2017-05-08 22:01:131498name = "same-file"
1499version = "0.1.3"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501dependencies = [
1502 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1503 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1504]
1505
1506[[package]]
Alex Crichton453080f2017-06-05 16:36:481507name = "scoped-tls"
1508version = "0.1.0"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510
1511[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581512name = "semver"
Alex Crichton3146d9f2017-05-26 14:46:411513version = "0.7.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581514source = "registry+https://github.com/rust-lang/crates.io-index"
1515dependencies = [
1516 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061517 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581518]
1519
1520[[package]]
1521name = "semver-parser"
1522version = "0.7.0"
Steve Klabnik2795de32017-02-20 00:20:571523source = "registry+https://github.com/rust-lang/crates.io-index"
1524
1525[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581526name = "serde"
1527version = "0.9.15"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529
1530[[package]]
1531name = "serde"
Alex Crichton1cede102017-06-15 02:33:061532version = "1.0.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581533source = "registry+https://github.com/rust-lang/crates.io-index"
1534
1535[[package]]
1536name = "serde_derive"
Alex Crichton1cede102017-06-15 02:33:061537version = "1.0.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581538source = "registry+https://github.com/rust-lang/crates.io-index"
1539dependencies = [
1540 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061541 "serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581542 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1543]
1544
1545[[package]]
1546name = "serde_derive_internals"
Alex Crichton1cede102017-06-15 02:33:061547version = "0.15.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581548source = "registry+https://github.com/rust-lang/crates.io-index"
1549dependencies = [
1550 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1551 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
1552]
1553
1554[[package]]
1555name = "serde_ignored"
1556version = "0.0.3"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558dependencies = [
Alex Crichton1cede102017-06-15 02:33:061559 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581560]
1561
1562[[package]]
Steve Klabnik2795de32017-02-20 00:20:571563name = "serde_json"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581564version = "0.9.10"
Steve Klabnik2795de32017-02-20 00:20:571565source = "registry+https://github.com/rust-lang/crates.io-index"
1566dependencies = [
1567 "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1568 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061569 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581570 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
1571]
1572
1573[[package]]
1574name = "serde_json"
1575version = "1.0.2"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577dependencies = [
1578 "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1579 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061580 "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
1581 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571582]
1583
1584[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291585name = "serialize"
1586version = "0.0.0"
Ahmed Charles9ca382f2016-09-02 08:55:291587
1588[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581589name = "shell-escape"
1590version = "0.1.3"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592
1593[[package]]
Mark Simulacrum38b46882017-06-26 16:26:151594name = "socket2"
1595version = "0.2.1"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597dependencies = [
1598 "cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1599 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1600 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
1601 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1602 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1603]
1604
1605[[package]]
Robin Kruppe1a24a592017-04-26 21:22:451606name = "stable_deref_trait"
1607version = "1.0.0"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609
1610[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291611name = "std"
1612version = "0.0.0"
1613dependencies = [
1614 "alloc 0.0.0",
1615 "alloc_jemalloc 0.0.0",
1616 "alloc_system 0.0.0",
1617 "build_helper 0.1.0",
Murarth64842582017-06-17 19:01:181618 "collections 0.0.0",
Alex Crichton147e2da2016-10-07 06:30:381619 "compiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291620 "core 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061621 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291622 "libc 0.0.0",
1623 "panic_abort 0.0.0",
1624 "panic_unwind 0.0.0",
whitequark42754ce2017-02-13 09:57:501625 "profiler_builtins 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291626 "rand 0.0.0",
Jorge Aparicio9af6aa32016-12-30 04:28:111627 "rustc_asan 0.0.0",
1628 "rustc_lsan 0.0.0",
1629 "rustc_msan 0.0.0",
1630 "rustc_tsan 0.0.0",
Corey Farwell274777a2016-11-29 19:38:081631 "std_unicode 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291632 "unwind 0.0.0",
1633]
1634
1635[[package]]
Corey Farwell274777a2016-11-29 19:38:081636name = "std_unicode"
1637version = "0.0.0"
1638dependencies = [
1639 "core 0.0.0",
1640]
1641
1642[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581643name = "strings"
Alex Crichton453080f2017-06-05 16:36:481644version = "0.1.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581645source = "registry+https://github.com/rust-lang/crates.io-index"
1646dependencies = [
Alex Crichton1cede102017-06-15 02:33:061647 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581648]
1649
1650[[package]]
1651name = "strsim"
Steve Klabnik2795de32017-02-20 00:20:571652version = "0.6.0"
Steve Klabnika0769612017-02-07 23:13:571653source = "registry+https://github.com/rust-lang/crates.io-index"
1654
1655[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581656name = "syn"
1657version = "0.8.7"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659dependencies = [
1660 "quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1661 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1662]
1663
1664[[package]]
1665name = "syn"
1666version = "0.11.11"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668dependencies = [
1669 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1670 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
1671 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1672]
1673
1674[[package]]
1675name = "synom"
1676version = "0.11.3"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678dependencies = [
1679 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1680]
1681
1682[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291683name = "syntax"
1684version = "0.0.0"
1685dependencies = [
ubsan0be87582017-05-03 17:54:031686 "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061687 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark-Simulacrum7bbebb12016-11-03 04:33:351688 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291689 "rustc_errors 0.0.0",
1690 "serialize 0.0.0",
1691 "syntax_pos 0.0.0",
1692]
1693
1694[[package]]
1695name = "syntax_ext"
1696version = "0.0.0"
1697dependencies = [
1698 "fmt_macros 0.0.0",
Alex Crichton1cede102017-06-15 02:33:061699 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton147e2da2016-10-07 06:30:381700 "proc_macro 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291701 "rustc_errors 0.0.0",
1702 "syntax 0.0.0",
1703 "syntax_pos 0.0.0",
1704]
1705
1706[[package]]
1707name = "syntax_pos"
1708version = "0.0.0"
1709dependencies = [
Inokentiy Babushkindd8f7cd2017-06-10 14:09:511710 "rustc_data_structures 0.0.0",
Ahmed Charles9ca382f2016-09-02 08:55:291711 "serialize 0.0.0",
1712]
1713
1714[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581715name = "syntex_errors"
1716version = "0.52.0"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718dependencies = [
Alex Crichton1cede102017-06-15 02:33:061719 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
1720 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581721 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1722 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151723 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581724 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1725]
1726
1727[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581728name = "syntex_pos"
1729version = "0.52.0"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731dependencies = [
1732 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1733]
1734
1735[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581736name = "syntex_syntax"
1737version = "0.52.0"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739dependencies = [
1740 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061741 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
1742 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581743 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1744 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
1745 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151746 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581747 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1748]
1749
1750[[package]]
Josh Stone020c5ec2017-05-08 22:01:131751name = "tar"
Josh Stone0fba1f72017-06-01 00:21:001752version = "0.4.13"
Josh Stone020c5ec2017-05-08 22:01:131753source = "registry+https://github.com/rust-lang/crates.io-index"
1754dependencies = [
1755 "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061756 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:131757 "xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1758]
1759
1760[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581761name = "tempdir"
1762version = "0.3.5"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764dependencies = [
1765 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1766]
1767
1768[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291769name = "term"
1770version = "0.0.0"
1771
1772[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581773name = "term"
Mark Simulacrum38b46882017-06-26 16:26:151774version = "0.4.6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581775source = "registry+https://github.com/rust-lang/crates.io-index"
1776dependencies = [
1777 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1778 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1779]
1780
1781[[package]]
Steve Klabnika0769612017-02-07 23:13:571782name = "term_size"
Alex Crichton1cede102017-06-15 02:33:061783version = "0.3.0"
Steve Klabnika0769612017-02-07 23:13:571784source = "registry+https://github.com/rust-lang/crates.io-index"
1785dependencies = [
1786 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061787 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571788 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1789]
1790
1791[[package]]
Alex Crichton1cede102017-06-15 02:33:061792name = "termcolor"
1793version = "0.3.2"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795dependencies = [
Alex Crichton5bc40312017-06-19 17:44:121796 "wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061797]
1798
1799[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291800name = "test"
1801version = "0.0.0"
1802dependencies = [
Alex Crichton5c3d0e62017-06-08 21:20:551803 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291804 "term 0.0.0",
1805]
1806
1807[[package]]
Steve Klabnika0769612017-02-07 23:13:571808name = "thread-id"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581809version = "2.0.0"
Steve Klabnika0769612017-02-07 23:13:571810source = "registry+https://github.com/rust-lang/crates.io-index"
1811dependencies = [
1812 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061813 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581814]
1815
1816[[package]]
1817name = "thread-id"
1818version = "3.1.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820dependencies = [
1821 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Alex Crichton1cede102017-06-15 02:33:061822 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581823]
1824
1825[[package]]
1826name = "thread_local"
1827version = "0.2.7"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829dependencies = [
1830 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571831]
1832
1833[[package]]
1834name = "thread_local"
Alex Crichtonf6304e12017-02-15 22:55:261835version = "0.3.3"
Steve Klabnika0769612017-02-07 23:13:571836source = "registry+https://github.com/rust-lang/crates.io-index"
1837dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581838 "thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571839 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnika0769612017-02-07 23:13:571840]
1841
1842[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291843name = "tidy"
1844version = "0.1.0"
1845
1846[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291847name = "toml"
1848version = "0.1.30"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581851 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Steve Klabnik2795de32017-02-20 00:20:571852]
1853
1854[[package]]
1855name = "toml"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581856version = "0.2.1"
Steve Klabnik2795de32017-02-20 00:20:571857source = "registry+https://github.com/rust-lang/crates.io-index"
1858dependencies = [
Tatsuyuki Ishi0e79b972017-04-29 23:11:581859 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Ahmed Charles9ca382f2016-09-02 08:55:291860]
1861
Steve Klabnika0769612017-02-07 23:13:571862[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581863name = "toml"
1864version = "0.3.2"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866dependencies = [
1867 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
1868]
1869
1870[[package]]
1871name = "toml"
Mark Simulacrum38b46882017-06-26 16:26:151872version = "0.4.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581873source = "registry+https://github.com/rust-lang/crates.io-index"
1874dependencies = [
Alex Crichton1cede102017-06-15 02:33:061875 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581876]
1877
1878[[package]]
1879name = "typed-arena"
Alex Crichton1cede102017-06-15 02:33:061880version = "1.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581881source = "registry+https://github.com/rust-lang/crates.io-index"
1882
1883[[package]]
1884name = "unicode-bidi"
Alex Crichton1cede102017-06-15 02:33:061885version = "0.3.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581886source = "registry+https://github.com/rust-lang/crates.io-index"
1887dependencies = [
Alex Crichton1cede102017-06-15 02:33:061888 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581889]
1890
1891[[package]]
1892name = "unicode-normalization"
Alex Crichton1cede102017-06-15 02:33:061893version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581894source = "registry+https://github.com/rust-lang/crates.io-index"
1895
1896[[package]]
1897name = "unicode-segmentation"
1898version = "1.2.0"
Steve Klabnika0769612017-02-07 23:13:571899source = "registry+https://github.com/rust-lang/crates.io-index"
1900
1901[[package]]
1902name = "unicode-width"
1903version = "0.1.4"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905
1906[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581907name = "unicode-xid"
1908version = "0.0.3"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910
1911[[package]]
1912name = "unicode-xid"
1913version = "0.0.4"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915
1916[[package]]
Steve Klabnik2795de32017-02-20 00:20:571917name = "unreachable"
1918version = "0.1.1"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920dependencies = [
1921 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1922]
1923
1924[[package]]
est31c2d59062017-06-12 19:35:471925name = "unstable-book-gen"
1926version = "0.1.0"
1927dependencies = [
1928 "tidy 0.1.0",
1929]
1930
1931[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581932name = "url"
Mark Simulacrum38b46882017-06-26 16:26:151933version = "1.5.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581934source = "registry+https://github.com/rust-lang/crates.io-index"
1935dependencies = [
Alex Crichton1cede102017-06-15 02:33:061936 "idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1937 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1938 "percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581939]
1940
1941[[package]]
1942name = "url_serde"
1943version = "0.2.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945dependencies = [
Alex Crichton1cede102017-06-15 02:33:061946 "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
Mark Simulacrum38b46882017-06-26 16:26:151947 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581948]
1949
1950[[package]]
1951name = "utf8-ranges"
1952version = "0.1.3"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954
1955[[package]]
Steve Klabnika0769612017-02-07 23:13:571956name = "utf8-ranges"
Steve Klabnik2795de32017-02-20 00:20:571957version = "1.0.0"
Steve Klabnika0769612017-02-07 23:13:571958source = "registry+https://github.com/rust-lang/crates.io-index"
1959
1960[[package]]
Alex Crichton1cede102017-06-15 02:33:061961name = "vcpkg"
1962version = "0.2.2"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964
1965[[package]]
Steve Klabnika0769612017-02-07 23:13:571966name = "vec_map"
Alex Crichton1cede102017-06-15 02:33:061967version = "0.8.0"
Steve Klabnika0769612017-02-07 23:13:571968source = "registry+https://github.com/rust-lang/crates.io-index"
1969
1970[[package]]
Steve Klabnik2795de32017-02-20 00:20:571971name = "void"
1972version = "1.0.2"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974
1975[[package]]
Josh Stone020c5ec2017-05-08 22:01:131976name = "walkdir"
1977version = "1.0.7"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979dependencies = [
1980 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1981 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1982 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1983]
1984
1985[[package]]
Steve Klabnika0769612017-02-07 23:13:571986name = "winapi"
1987version = "0.2.8"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989
1990[[package]]
1991name = "winapi-build"
1992version = "0.1.1"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994
Josh Stone020c5ec2017-05-08 22:01:131995[[package]]
Alex Crichton1cede102017-06-15 02:33:061996name = "wincolor"
Alex Crichton5bc40312017-06-19 17:44:121997version = "0.1.4"
Alex Crichton1cede102017-06-15 02:33:061998source = "registry+https://github.com/rust-lang/crates.io-index"
1999dependencies = [
2000 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2001 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2002]
2003
2004[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582005name = "ws2_32-sys"
2006version = "0.2.1"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008dependencies = [
2009 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2010 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2011]
2012
2013[[package]]
Josh Stone020c5ec2017-05-08 22:01:132014name = "xattr"
2015version = "0.1.11"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017dependencies = [
Alex Crichton1cede102017-06-15 02:33:062018 "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:132019]
2020
2021[[package]]
2022name = "xz2"
2023version = "0.1.3"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025dependencies = [
Alex Crichton1cede102017-06-15 02:33:062026 "lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Josh Stone020c5ec2017-05-08 22:01:132027]
2028
2029[[package]]
2030name = "yaml-rust"
2031version = "0.3.5"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033
Ahmed Charles9ca382f2016-09-02 08:55:292034[metadata]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582035"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
2036"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
Guillaume Gomeze1338212017-03-17 00:05:212037"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
Steve Klabnika0769612017-02-07 23:13:572038"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
Alex Crichton1cede102017-06-15 02:33:062039"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
2040"checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76"
2041"checksum backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0d842ea781ce92be2bf78a9b38883948542749640b8378b3b2f03d1fd9f1ff"
Steve Klabnika0769612017-02-07 23:13:572042"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582043"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
Guillaume Gomeze1338212017-03-17 00:05:212044"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172045"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582046"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
Alex Crichton1cede102017-06-15 02:33:062047"checksum cargo 0.21.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
2048"checksum cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c47d456a36ebf0536a6705c83c1cbbcb9255fbc1d905a6ded104f479268a29"
2049"checksum clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b8f69e518f967224e628896b54e41ff6acfb4dcfefc5076325c36525dac900f"
2050"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582051"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
Mark Simulacrum38b46882017-06-26 16:26:152052"checksum curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6689276ab61f97c660669a5ecc117c36875dfc1ba301c986b16c653415bdf9d7"
2053"checksum curl-sys 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cbd8b8d593de3bbf49252b92f398ef47f0c6c1ebdfd0f9282b9b9348aad8d71c"
Josh Stone020c5ec2017-05-08 22:01:132054"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582055"checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e"
Cengiz Can837817c2017-04-27 19:41:182056"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
Mark Simulacrum38b46882017-06-26 16:26:152057"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
Steve Klabnik2795de32017-02-20 00:20:572058"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582059"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
2060"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
Alex Crichton1cede102017-06-15 02:33:062061"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
Josh Stone020c5ec2017-05-08 22:01:132062"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
Ahmed Charles9ca382f2016-09-02 08:55:292063"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
Josh Stone020c5ec2017-05-08 22:01:132064"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582065"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
Alex Crichton1cede102017-06-15 02:33:062066"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
2067"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
Ahmed Charles9ca382f2016-09-02 08:55:292068"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172069"checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582070"checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
2071"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
2072"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
2073"checksum handlebars 0.25.3 (registry+https://github.com/rust-lang/crates.io-index)" = "15bdf598fc3c2de40c6b340213028301c0d225eea55a2294e6cc148074e557a1"
Alex Crichton1cede102017-06-15 02:33:062074"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
2075"checksum idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2233d4940b1f19f0418c158509cd7396b8d70a5db5705ce410914dc8fa603b37"
Steve Klabnik2795de32017-02-20 00:20:572076"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
Alex Crichton1cede102017-06-15 02:33:062077"checksum jobserver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4e28adc987f6d0521ef66ad60b055968107b164b3bb3cf3dc8474e0a380474a6"
Steve Klabnika0769612017-02-07 23:13:572078"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582079"checksum languageserver-types 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97c2985bfcbbcb0189cfa25e1c10c1ac7111df2b6214b652c690127aefdf4e5b"
Josh Stone020c5ec2017-05-08 22:01:132080"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
Alex Crichton1cede102017-06-15 02:33:062081"checksum libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc"
Marc-Antoine Perennou95bc0d62017-06-07 19:42:172082"checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582083"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
Alex Crichtonbe7ebdd2017-06-07 02:32:432084"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8"
Alex Crichton1cede102017-06-15 02:33:062085"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
2086"checksum lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "013fa6506eb7d26040c46dab9ecb7ccb4e2896b5bf24a9d65932501ea9f67af8"
2087"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
Corey Farwella517a962017-04-27 02:04:042088"checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582089"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
Steve Klabnik2795de32017-02-20 00:20:572090"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
Josh Stone020c5ec2017-05-08 22:01:132091"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582092"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582093"checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67"
Alex Crichton1cede102017-06-15 02:33:062094"checksum num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "2c3a3dc9f30bf824141521b30c908a859ab190b76e20435fcd89f35eb6583887"
2095"checksum num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "6361748d02e5291c72a422dc8ed4d8464a80cb1e618971f6fffe6d52d97e3286"
2096"checksum num-complex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "412dfc143c56579aa6a22c574e38ddbf724522f1280ae2b257498cccff3fb6af"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582097"checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37"
2098"checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e"
Alex Crichton1cede102017-06-15 02:33:062099"checksum num-rational 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "33c881e104a26e1accc09449374c095ff2312c8e0c27fab7bbefe16eac7c776d"
2100"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6"
Mark Simulacrum38b46882017-06-26 16:26:152101"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
Steve Klabnik2795de32017-02-20 00:20:572102"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
Alex Crichton1cede102017-06-15 02:33:062103"checksum openssl 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)" = "11ba043cb65fc9af71a431b8a36ffe8686cd4751cdf70a473ec1d01066ac7e41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582104"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
Alex Crichton1cede102017-06-15 02:33:062105"checksum openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)" = "236c718c2e2c2b58a546d86ffea5194400bb15dbe01ca85325ffd357b03cf66c"
Robin Kruppe1a24a592017-04-26 21:22:452106"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
Alex Crichton1cede102017-06-15 02:33:062107"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
Steve Klabnika0769612017-02-07 23:13:572108"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582109"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
2110"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
Guillaume Gomeze1338212017-03-17 00:05:212111"checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
Steve Klabnika0769612017-02-07 23:13:572112"checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582113"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469"
2114"checksum quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5cf478fe1006dbcc72567121d23dbdae5f1632386068c5c86ff4f645628504"
2115"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
Mark Simulacrum38b46882017-06-26 16:26:152116"checksum racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9079a128fdb6f0c8850010e1478b215d4c00134654bf995bfda41824951ce9bd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582117"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582118"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
Alex Crichton1cede102017-06-15 02:33:062119"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582120"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
Alex Crichton1cede102017-06-15 02:33:062121"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
Alex Crichton453080f2017-06-05 16:36:482122"checksum rls-analysis 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d77d58e8933752142b5b92e3f8ba6d6f1630be6da5627c492268a43f79ffbda"
Nick Cameron34bd80a2017-06-12 02:29:592123"checksum rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "374a8fad31cc0681a7bfd8a04079dd4afd0e981d34e18a171b1a467445bdf51e"
Nick Cameron7a18a772017-06-20 05:54:432124"checksum rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e502ac679bc35e023e982506c32d0278ef89e29af1e4ad21cb70c44b525b87a9"
Nick Cameron7bed5432017-05-08 19:15:482125"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
Mark Simulacrum38b46882017-06-26 16:26:152126"checksum rls-vfs 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f19246a0fda45f2fb6eb34addef2a692c044cbf1c90ec7695583450fb5f23e7"
Josh Stone020c5ec2017-05-08 22:01:132127"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582128"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
Mark Simulacrum38b46882017-06-26 16:26:152129"checksum rustfmt-nightly 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "31ac6fe40a9844ee2de3d51d0be2bbcdb361bad6f3667a02db8c4e2330afbbb5"
Josh Stone020c5ec2017-05-08 22:01:132130"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
Alex Crichton453080f2017-06-05 16:36:482131"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
Alex Crichton3146d9f2017-05-26 14:46:412132"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582133"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2134"checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
Alex Crichton1cede102017-06-15 02:33:062135"checksum serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4"
2136"checksum serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "10552fad5500771f3902d0c5ba187c5881942b811b7ba0d8fbbfbf84d80806d3"
2137"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582138"checksum serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c10e798e4405d7dcec3658989e35ee6706f730a9ed7c1184d5ebd84317e82f46"
2139"checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
2140"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
2141"checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8"
Mark Simulacrum38b46882017-06-26 16:26:152142"checksum socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12cdbddbaa27bf94cc194b8e37f5811db6fe83cea96cf99cf1f8e92b65a41371"
Robin Kruppe1a24a592017-04-26 21:22:452143"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
Alex Crichton453080f2017-06-05 16:36:482144"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
Steve Klabnik2795de32017-02-20 00:20:572145"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582146"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2147"checksum syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae6fb0dcc9bd85f89a1a4adc0df2fd90c90c98849d61433983dd7a9df6363f7"
2148"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2149"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582150"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582151"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
Josh Stone0fba1f72017-06-01 00:21:002152"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582153"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Mark Simulacrum38b46882017-06-26 16:26:152154"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
Alex Crichton1cede102017-06-15 02:33:062155"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
2156"checksum termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5193a56b8d82014662c4b933dea6bec851daf018a2b01722e007daaf5f9dca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582157"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
2158"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773"
2159"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
Alex Crichtonf6304e12017-02-15 22:55:262160"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
Ahmed Charles9ca382f2016-09-02 08:55:292161"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582162"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
2163"checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f"
Mark Simulacrum38b46882017-06-26 16:26:152164"checksum toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b0601da6c97135c8d330c7a13a013ca6cd4143221b01de2f8d4edc50a9e551c7"
Alex Crichton1cede102017-06-15 02:33:062165"checksum typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667"
2166"checksum unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a6a2c4e3710edd365cd7e78383153ed739fa31af19f9172f72d3575060f5a43a"
2167"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582168"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
Steve Klabnika0769612017-02-07 23:13:572169"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582170"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
2171"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Steve Klabnik2795de32017-02-20 00:20:572172"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
Mark Simulacrum38b46882017-06-26 16:26:152173"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582174"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582175"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
Steve Klabnik2795de32017-02-20 00:20:572176"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
Alex Crichton1cede102017-06-15 02:33:062177"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
2178"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
Steve Klabnik2795de32017-02-20 00:20:572179"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Josh Stone020c5ec2017-05-08 22:01:132180"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
Steve Klabnika0769612017-02-07 23:13:572181"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2182"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Alex Crichton5bc40312017-06-19 17:44:122183"checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582184"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Josh Stone020c5ec2017-05-08 22:01:132185"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
2186"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
2187"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"