]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_query_system/Cargo.toml
Update to rustc-rayon 0.3.1
[rust.git] / compiler / rustc_query_system / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_query_system"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 rustc_arena = { path = "../rustc_arena" }
12 tracing = "0.1"
13 rustc-rayon-core = "0.3.1"
14 rustc_data_structures = { path = "../rustc_data_structures" }
15 rustc_errors = { path = "../rustc_errors" }
16 rustc_macros = { path = "../rustc_macros" }
17 rustc_index = { path = "../rustc_index" }
18 rustc_serialize = { path = "../rustc_serialize" }
19 rustc_session = { path = "../rustc_session" }
20 rustc_span = { path = "../rustc_span" }
21 parking_lot = "0.11"
22 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }