]> git.proxmox.com Git - rustc.git/blame - compiler/rustc/Cargo.toml
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc / Cargo.toml
CommitLineData
7453a54e 1[package]
7453a54e
SL
2name = "rustc-main"
3version = "0.0.0"
c295e0f8 4edition = "2021"
7453a54e 5
7453a54e 6[dependencies]
1b1a35ee 7rustc_driver = { path = "../rustc_driver" }
7453a54e 8
a1dfa0c6
XL
9# Make sure rustc_codegen_ssa ends up in the sysroot, because this
10# crate is intended to be used by codegen backends, which may not be in-tree.
1b1a35ee 11rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
a1dfa0c6 12
cdc7bbd5
XL
13[dependencies.tikv-jemalloc-sys]
14version = '0.4.0'
0731742a
XL
15optional = true
16features = ['unprefixed_malloc_on_supported_platforms']
17
7453a54e 18[features]
5099ac24 19jemalloc = ['tikv-jemalloc-sys']
60c5eb7d 20llvm = ['rustc_driver/llvm']
1b1a35ee 21max_level_info = ['rustc_driver/max_level_info']