]> git.lizzy.rs Git - rust.git/blob - src/librustc_metadata/Cargo.toml
f47788ee036dc5e312d4a05754a3f4b0cd8c7143
[rust.git] / src / librustc_metadata / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_metadata"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_metadata"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 flate = { path = "../libflate" }
13 log = "0.3"
14 owning_ref = "0.3.3"
15 proc_macro = { path = "../libproc_macro" }
16 rustc = { path = "../librustc" }
17 rustc_back = { path = "../librustc_back" }
18 rustc_const_math = { path = "../librustc_const_math" }
19 rustc_data_structures = { path = "../librustc_data_structures" }
20 rustc_errors = { path = "../librustc_errors" }
21 serialize = { path = "../libserialize" }
22 syntax = { path = "../libsyntax" }
23 syntax_ext = { path = "../libsyntax_ext" }
24 syntax_pos = { path = "../libsyntax_pos" }