]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_index/Cargo.toml
Suggest null ptr if 0 is given as a raw ptr arg
[rust.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"]