]> git.proxmox.com Git - rustc.git/blame - src/librustc_metadata/Cargo.toml
New upstream version 1.18.0+dfsg1
[rustc.git] / src / librustc_metadata / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_metadata"
4version = "0.0.0"
5
6[lib]
7name = "rustc_metadata"
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12flate = { path = "../libflate" }
cc61c64b 13log = "0.3"
c30ab7b3 14proc_macro = { path = "../libproc_macro" }
7453a54e
SL
15rustc = { path = "../librustc" }
16rustc_back = { path = "../librustc_back" }
54a0048b 17rustc_const_math = { path = "../librustc_const_math" }
3157f602
XL
18rustc_data_structures = { path = "../librustc_data_structures" }
19rustc_errors = { path = "../librustc_errors" }
7453a54e
SL
20rustc_llvm = { path = "../librustc_llvm" }
21serialize = { path = "../libserialize" }
22syntax = { path = "../libsyntax" }
9e0c209e
SL
23syntax_ext = { path = "../libsyntax_ext" }
24syntax_pos = { path = "../libsyntax_pos" }