]> git.proxmox.com Git - rustc.git/blame - src/librustc_middle/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_middle / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
ba9703b0 3name = "rustc_middle"
7453a54e 4version = "0.0.0"
9fa01778 5edition = "2018"
7453a54e
SL
6
7[lib]
ba9703b0 8name = "rustc_middle"
7453a54e 9path = "lib.rs"
416331ca 10doctest = false
7453a54e
SL
11
12[dependencies]
f035d41b 13rustc_arena = { path = "../librustc_arena" }
e74abb32 14bitflags = "1.2.1"
3dfed10e 15tracing = "0.1"
e74abb32 16rustc-rayon-core = "0.3.0"
74b04a01 17polonius-engine = "0.12.0"
ff7c6d11 18rustc_apfloat = { path = "../librustc_apfloat" }
74b04a01 19rustc_attr = { path = "../librustc_attr" }
60c5eb7d 20rustc_feature = { path = "../librustc_feature" }
dfeec247 21rustc_hir = { path = "../librustc_hir" }
83c7162d 22rustc_target = { path = "../librustc_target" }
532ac7d7 23rustc_macros = { path = "../librustc_macros" }
7453a54e 24rustc_data_structures = { path = "../librustc_data_structures" }
ba9703b0 25rustc_query_system = { path = "../librustc_query_system" }
dfeec247 26rustc_errors = { path = "../librustc_errors" }
e74abb32 27rustc_index = { path = "../librustc_index" }
f035d41b 28rustc_serialize = { path = "../librustc_serialize" }
74b04a01 29rustc_ast = { path = "../librustc_ast" }
dfeec247 30rustc_span = { path = "../librustc_span" }
e1599b0c 31byteorder = { version = "1.3" }
f035d41b 32chalk-ir = "0.14.0"
60c5eb7d 33smallvec = { version = "1.0", features = ["union", "may_dangle"] }
6c58768f 34arrayvec = { version = "0.5.1", default-features = false }
dfeec247 35measureme = "0.7.1"
60c5eb7d 36rustc_session = { path = "../librustc_session" }