]>
Commit | Line | Data |
---|---|---|
7453a54e SL |
1 | [root] |
2 | name = "rustc-main" | |
3 | version = "0.0.0" | |
4 | dependencies = [ | |
7453a54e SL |
5 | "rustc_back 0.0.0", |
6 | "rustc_driver 0.0.0", | |
7 | "rustdoc 0.0.0", | |
8 | ] | |
9 | ||
10 | [[package]] | |
11 | name = "advapi32-sys" | |
12 | version = "0.1.2" | |
13 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
14 | dependencies = [ | |
15 | "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
16 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
17 | ] | |
18 | ||
19 | [[package]] | |
20 | name = "arena" | |
21 | version = "0.0.0" | |
22 | ||
23 | [[package]] | |
24 | name = "build_helper" | |
25 | version = "0.1.0" | |
26 | ||
27 | [[package]] | |
28 | name = "flate" | |
29 | version = "0.0.0" | |
30 | dependencies = [ | |
31 | "build_helper 0.1.0", | |
32 | "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
33 | ] | |
34 | ||
35 | [[package]] | |
36 | name = "fmt_macros" | |
37 | version = "0.0.0" | |
38 | ||
39 | [[package]] | |
40 | name = "gcc" | |
41 | version = "0.3.17" | |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
43 | dependencies = [ | |
44 | "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
45 | "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
46 | ] | |
47 | ||
7453a54e SL |
48 | [[package]] |
49 | name = "graphviz" | |
50 | version = "0.0.0" | |
51 | ||
52 | [[package]] | |
53 | name = "log" | |
54 | version = "0.0.0" | |
55 | ||
56 | [[package]] | |
57 | name = "rbml" | |
58 | version = "0.0.0" | |
59 | dependencies = [ | |
60 | "log 0.0.0", | |
61 | "serialize 0.0.0", | |
62 | ] | |
63 | ||
7453a54e SL |
64 | [[package]] |
65 | name = "rustc" | |
66 | version = "0.0.0" | |
67 | dependencies = [ | |
68 | "arena 0.0.0", | |
69 | "flate 0.0.0", | |
70 | "fmt_macros 0.0.0", | |
7453a54e SL |
71 | "graphviz 0.0.0", |
72 | "log 0.0.0", | |
73 | "rbml 0.0.0", | |
74 | "rustc_back 0.0.0", | |
75 | "rustc_bitflags 0.0.0", | |
54a0048b | 76 | "rustc_const_math 0.0.0", |
7453a54e | 77 | "rustc_data_structures 0.0.0", |
7453a54e SL |
78 | "serialize 0.0.0", |
79 | "syntax 0.0.0", | |
80 | ] | |
81 | ||
82 | [[package]] | |
83 | name = "rustc_back" | |
84 | version = "0.0.0" | |
85 | dependencies = [ | |
86 | "log 0.0.0", | |
7453a54e SL |
87 | "serialize 0.0.0", |
88 | "syntax 0.0.0", | |
89 | ] | |
90 | ||
91 | [[package]] | |
92 | name = "rustc_bitflags" | |
93 | version = "0.0.0" | |
94 | ||
95 | [[package]] | |
96 | name = "rustc_borrowck" | |
97 | version = "0.0.0" | |
98 | dependencies = [ | |
99 | "graphviz 0.0.0", | |
100 | "log 0.0.0", | |
101 | "rustc 0.0.0", | |
54a0048b SL |
102 | "rustc_mir 0.0.0", |
103 | "syntax 0.0.0", | |
104 | ] | |
105 | ||
106 | [[package]] | |
107 | name = "rustc_const_eval" | |
108 | version = "0.0.0" | |
109 | dependencies = [ | |
110 | "graphviz 0.0.0", | |
111 | "log 0.0.0", | |
112 | "rustc 0.0.0", | |
113 | "rustc_back 0.0.0", | |
114 | "rustc_const_math 0.0.0", | |
115 | "serialize 0.0.0", | |
116 | "syntax 0.0.0", | |
117 | ] | |
118 | ||
119 | [[package]] | |
120 | name = "rustc_const_math" | |
121 | version = "0.0.0" | |
122 | dependencies = [ | |
123 | "log 0.0.0", | |
124 | "serialize 0.0.0", | |
7453a54e SL |
125 | "syntax 0.0.0", |
126 | ] | |
127 | ||
128 | [[package]] | |
129 | name = "rustc_data_structures" | |
130 | version = "0.0.0" | |
131 | dependencies = [ | |
132 | "log 0.0.0", | |
133 | "serialize 0.0.0", | |
134 | ] | |
135 | ||
136 | [[package]] | |
137 | name = "rustc_driver" | |
138 | version = "0.0.0" | |
139 | dependencies = [ | |
140 | "arena 0.0.0", | |
141 | "flate 0.0.0", | |
7453a54e SL |
142 | "graphviz 0.0.0", |
143 | "log 0.0.0", | |
144 | "rustc 0.0.0", | |
145 | "rustc_back 0.0.0", | |
146 | "rustc_borrowck 0.0.0", | |
54a0048b SL |
147 | "rustc_const_eval 0.0.0", |
148 | "rustc_incremental 0.0.0", | |
7453a54e SL |
149 | "rustc_lint 0.0.0", |
150 | "rustc_llvm 0.0.0", | |
151 | "rustc_metadata 0.0.0", | |
152 | "rustc_mir 0.0.0", | |
153 | "rustc_passes 0.0.0", | |
154 | "rustc_plugin 0.0.0", | |
155 | "rustc_privacy 0.0.0", | |
156 | "rustc_resolve 0.0.0", | |
54a0048b | 157 | "rustc_save_analysis 0.0.0", |
7453a54e SL |
158 | "rustc_trans 0.0.0", |
159 | "rustc_typeck 0.0.0", | |
160 | "serialize 0.0.0", | |
161 | "syntax 0.0.0", | |
162 | "syntax_ext 0.0.0", | |
163 | ] | |
164 | ||
165 | [[package]] | |
54a0048b | 166 | name = "rustc_incremental" |
7453a54e SL |
167 | version = "0.0.0" |
168 | dependencies = [ | |
54a0048b | 169 | "graphviz 0.0.0", |
7453a54e | 170 | "log 0.0.0", |
54a0048b SL |
171 | "rbml 0.0.0", |
172 | "rustc 0.0.0", | |
173 | "rustc_data_structures 0.0.0", | |
7453a54e SL |
174 | "serialize 0.0.0", |
175 | "syntax 0.0.0", | |
176 | ] | |
177 | ||
178 | [[package]] | |
179 | name = "rustc_lint" | |
180 | version = "0.0.0" | |
181 | dependencies = [ | |
182 | "log 0.0.0", | |
183 | "rustc 0.0.0", | |
184 | "rustc_back 0.0.0", | |
54a0048b | 185 | "rustc_const_eval 0.0.0", |
7453a54e SL |
186 | "syntax 0.0.0", |
187 | ] | |
188 | ||
189 | [[package]] | |
190 | name = "rustc_llvm" | |
191 | version = "0.0.0" | |
192 | dependencies = [ | |
193 | "build_helper 0.1.0", | |
194 | "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
195 | "rustc_bitflags 0.0.0", | |
196 | ] | |
197 | ||
198 | [[package]] | |
199 | name = "rustc_metadata" | |
200 | version = "0.0.0" | |
201 | dependencies = [ | |
202 | "flate 0.0.0", | |
203 | "log 0.0.0", | |
204 | "rbml 0.0.0", | |
205 | "rustc 0.0.0", | |
206 | "rustc_back 0.0.0", | |
207 | "rustc_bitflags 0.0.0", | |
54a0048b | 208 | "rustc_const_math 0.0.0", |
7453a54e SL |
209 | "rustc_llvm 0.0.0", |
210 | "serialize 0.0.0", | |
211 | "syntax 0.0.0", | |
212 | ] | |
213 | ||
214 | [[package]] | |
215 | name = "rustc_mir" | |
216 | version = "0.0.0" | |
217 | dependencies = [ | |
218 | "graphviz 0.0.0", | |
219 | "log 0.0.0", | |
220 | "rustc 0.0.0", | |
221 | "rustc_back 0.0.0", | |
54a0048b SL |
222 | "rustc_const_eval 0.0.0", |
223 | "rustc_const_math 0.0.0", | |
7453a54e | 224 | "rustc_data_structures 0.0.0", |
7453a54e SL |
225 | "syntax 0.0.0", |
226 | ] | |
227 | ||
228 | [[package]] | |
229 | name = "rustc_passes" | |
230 | version = "0.0.0" | |
231 | dependencies = [ | |
232 | "log 0.0.0", | |
233 | "rustc 0.0.0", | |
54a0048b | 234 | "rustc_const_eval 0.0.0", |
7453a54e SL |
235 | "syntax 0.0.0", |
236 | ] | |
237 | ||
238 | [[package]] | |
239 | name = "rustc_platform_intrinsics" | |
240 | version = "0.0.0" | |
7453a54e SL |
241 | |
242 | [[package]] | |
243 | name = "rustc_plugin" | |
244 | version = "0.0.0" | |
245 | dependencies = [ | |
246 | "log 0.0.0", | |
247 | "rustc 0.0.0", | |
54a0048b | 248 | "rustc_back 0.0.0", |
7453a54e | 249 | "rustc_bitflags 0.0.0", |
7453a54e SL |
250 | "rustc_metadata 0.0.0", |
251 | "rustc_mir 0.0.0", | |
252 | "syntax 0.0.0", | |
253 | ] | |
254 | ||
255 | [[package]] | |
256 | name = "rustc_privacy" | |
257 | version = "0.0.0" | |
258 | dependencies = [ | |
259 | "log 0.0.0", | |
260 | "rustc 0.0.0", | |
7453a54e SL |
261 | "syntax 0.0.0", |
262 | ] | |
263 | ||
264 | [[package]] | |
265 | name = "rustc_resolve" | |
266 | version = "0.0.0" | |
267 | dependencies = [ | |
268 | "arena 0.0.0", | |
269 | "log 0.0.0", | |
270 | "rustc 0.0.0", | |
271 | "rustc_bitflags 0.0.0", | |
54a0048b SL |
272 | "syntax 0.0.0", |
273 | ] | |
274 | ||
275 | [[package]] | |
276 | name = "rustc_save_analysis" | |
277 | version = "0.0.0" | |
278 | dependencies = [ | |
279 | "log 0.0.0", | |
280 | "rustc 0.0.0", | |
7453a54e SL |
281 | "syntax 0.0.0", |
282 | ] | |
283 | ||
284 | [[package]] | |
285 | name = "rustc_trans" | |
286 | version = "0.0.0" | |
287 | dependencies = [ | |
288 | "arena 0.0.0", | |
289 | "flate 0.0.0", | |
7453a54e SL |
290 | "graphviz 0.0.0", |
291 | "log 0.0.0", | |
292 | "rustc 0.0.0", | |
293 | "rustc_back 0.0.0", | |
54a0048b SL |
294 | "rustc_const_eval 0.0.0", |
295 | "rustc_const_math 0.0.0", | |
7453a54e | 296 | "rustc_data_structures 0.0.0", |
54a0048b | 297 | "rustc_incremental 0.0.0", |
7453a54e SL |
298 | "rustc_llvm 0.0.0", |
299 | "rustc_mir 0.0.0", | |
300 | "rustc_platform_intrinsics 0.0.0", | |
301 | "serialize 0.0.0", | |
302 | "syntax 0.0.0", | |
303 | ] | |
304 | ||
305 | [[package]] | |
306 | name = "rustc_typeck" | |
307 | version = "0.0.0" | |
308 | dependencies = [ | |
309 | "arena 0.0.0", | |
310 | "fmt_macros 0.0.0", | |
311 | "log 0.0.0", | |
312 | "rustc 0.0.0", | |
313 | "rustc_back 0.0.0", | |
54a0048b SL |
314 | "rustc_const_eval 0.0.0", |
315 | "rustc_const_math 0.0.0", | |
7453a54e SL |
316 | "rustc_platform_intrinsics 0.0.0", |
317 | "syntax 0.0.0", | |
318 | ] | |
319 | ||
320 | [[package]] | |
321 | name = "rustdoc" | |
322 | version = "0.0.0" | |
323 | dependencies = [ | |
324 | "arena 0.0.0", | |
325 | "build_helper 0.1.0", | |
326 | "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
7453a54e SL |
327 | "log 0.0.0", |
328 | "rustc 0.0.0", | |
329 | "rustc_back 0.0.0", | |
54a0048b | 330 | "rustc_const_eval 0.0.0", |
7453a54e | 331 | "rustc_driver 0.0.0", |
7453a54e SL |
332 | "rustc_lint 0.0.0", |
333 | "rustc_metadata 0.0.0", | |
334 | "rustc_resolve 0.0.0", | |
335 | "rustc_trans 0.0.0", | |
336 | "serialize 0.0.0", | |
337 | "syntax 0.0.0", | |
7453a54e SL |
338 | ] |
339 | ||
340 | [[package]] | |
341 | name = "serialize" | |
342 | version = "0.0.0" | |
343 | dependencies = [ | |
344 | "log 0.0.0", | |
345 | ] | |
346 | ||
347 | [[package]] | |
348 | name = "syntax" | |
349 | version = "0.0.0" | |
350 | dependencies = [ | |
351 | "log 0.0.0", | |
352 | "rustc_bitflags 0.0.0", | |
353 | "serialize 0.0.0", | |
7453a54e SL |
354 | ] |
355 | ||
356 | [[package]] | |
357 | name = "syntax_ext" | |
358 | version = "0.0.0" | |
359 | dependencies = [ | |
360 | "fmt_macros 0.0.0", | |
54a0048b | 361 | "log 0.0.0", |
7453a54e SL |
362 | "syntax 0.0.0", |
363 | ] | |
364 | ||
7453a54e SL |
365 | [[package]] |
366 | name = "winapi" | |
367 | version = "0.2.2" | |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
369 | ||
370 | [[package]] | |
371 | name = "winapi-build" | |
372 | version = "0.1.1" | |
373 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
374 |