]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_index/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / compiler / rustc_index / Cargo.toml
1 [package]
2 name = "rustc_index"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 arrayvec = { version = "0.7", default-features = false }
10 rustc_serialize = { path = "../rustc_serialize", optional = true }
11 rustc_macros = { path = "../rustc_macros", optional = true }
12 smallvec = "1.8.1"
13
14 [features]
15 default = ["nightly"]
16 nightly = ["rustc_serialize", "rustc_macros"]