]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_transform/Cargo.toml
New upstream version 1.75.0+dfsg1
[rustc.git] / compiler / rustc_mir_transform / Cargo.toml
CommitLineData
1b1a35ee 1[package]
c295e0f8 2name = "rustc_mir_transform"
1b1a35ee 3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee 5
1b1a35ee 6[dependencies]
ed00b5ec 7# tidy-alphabetical-start
487cf647 8either = "1"
ed00b5ec
FG
9itertools = "0.10.1"
10rustc_arena = { path = "../rustc_arena" }
c295e0f8 11rustc_ast = { path = "../rustc_ast" }
1b1a35ee 12rustc_attr = { path = "../rustc_attr" }
ed00b5ec 13rustc_const_eval = { path = "../rustc_const_eval" }
1b1a35ee
XL
14rustc_data_structures = { path = "../rustc_data_structures" }
15rustc_errors = { path = "../rustc_errors" }
ed00b5ec 16rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1b1a35ee
XL
17rustc_hir = { path = "../rustc_hir" }
18rustc_index = { path = "../rustc_index" }
ed00b5ec 19rustc_macros = { path = "../rustc_macros" }
c295e0f8 20rustc_middle = { path = "../rustc_middle" }
add651ee 21rustc_mir_build = { path = "../rustc_mir_build" }
c295e0f8 22rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
1b1a35ee
XL
23rustc_serialize = { path = "../rustc_serialize" }
24rustc_session = { path = "../rustc_session" }
ed00b5ec 25rustc_span = { path = "../rustc_span" }
1b1a35ee
XL
26rustc_target = { path = "../rustc_target" }
27rustc_trait_selection = { path = "../rustc_trait_selection" }
ed00b5ec
FG
28smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
29tracing = "0.1"
30# tidy-alphabetical-end
fc512014
XL
31
32[dev-dependencies]
ed00b5ec 33# tidy-alphabetical-start
c295e0f8 34coverage_test_macros = { path = "src/coverage/test_macros" }
ed00b5ec 35# tidy-alphabetical-end