]> git.lizzy.rs Git - rust.git/blob - src/librustc_traits/Cargo.toml
f057cbb50334eb07fbc804f4b05cbea288b0fc00
[rust.git] / src / librustc_traits / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_traits"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_traits"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 bitflags = "1.0"
13 graphviz = { path = "../libgraphviz" }
14 log = { version = "0.4" }
15 rustc = { path = "../librustc" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 rustc_target = { path = "../librustc_target" }
18 syntax = { path = "../libsyntax" }
19 syntax_pos = { path = "../libsyntax_pos" }
20 chalk-engine = { version = "0.8.0", default-features=false }
21 smallvec = { version = "0.6.5", features = ["union"] }