]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_dataflow/Cargo.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / compiler / rustc_mir_dataflow / Cargo.toml
CommitLineData
1b1a35ee 1[package]
c295e0f8 2name = "rustc_mir_dataflow"
1b1a35ee 3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
7doctest = false
8
9[dependencies]
94222f64 10polonius-engine = "0.13.0"
1b1a35ee 11regex = "1"
064997fb 12smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
c295e0f8
XL
13tracing = "0.1"
14rustc_ast = { path = "../rustc_ast" }
1b1a35ee 15rustc_data_structures = { path = "../rustc_data_structures" }
f2b60f7d 16rustc_errors = { path = "../rustc_errors" }
c295e0f8 17rustc_graphviz = { path = "../rustc_graphviz" }
1b1a35ee
XL
18rustc_hir = { path = "../rustc_hir" }
19rustc_index = { path = "../rustc_index" }
f2b60f7d 20rustc_macros = { path = "../rustc_macros" }
c295e0f8 21rustc_middle = { path = "../rustc_middle" }
1b1a35ee 22rustc_serialize = { path = "../rustc_serialize" }
f2b60f7d 23rustc_session = { path = "../rustc_session" }
1b1a35ee 24rustc_target = { path = "../rustc_target" }
1b1a35ee 25rustc_span = { path = "../rustc_span" }