]> git.lizzy.rs Git - rust.git/blob - src/librustc_metadata/Cargo.toml
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[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 flate2 = "0.2"
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_data_structures = { path = "../librustc_data_structures" }
19 rustc_errors = { path = "../librustc_errors" }
20 serialize = { path = "../libserialize" }
21 syntax = { path = "../libsyntax" }
22 syntax_ext = { path = "../libsyntax_ext" }
23 syntax_pos = { path = "../libsyntax_pos" }