]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_parse/Cargo.toml
New upstream version 1.71.1+dfsg1
[rustc.git] / compiler / rustc_parse / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_parse"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9bitflags = "1.0"
487cf647 10rustc_ast = { path = "../rustc_ast" }
1b1a35ee
XL
11rustc_ast_pretty = { path = "../rustc_ast_pretty" }
12rustc_data_structures = { path = "../rustc_data_structures" }
487cf647 13rustc_errors = { path = "../rustc_errors" }
1b1a35ee 14rustc_feature = { path = "../rustc_feature" }
49aad941 15rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1b1a35ee 16rustc_lexer = { path = "../rustc_lexer" }
04454e1e 17rustc_macros = { path = "../rustc_macros" }
1b1a35ee
XL
18rustc_session = { path = "../rustc_session" }
19rustc_span = { path = "../rustc_span" }
9ffffee4 20thin-vec = "0.2.12"
487cf647 21tracing = "0.1"
1b1a35ee 22unicode-normalization = "0.1.11"
c295e0f8 23unicode-width = "0.1.4"