summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_index/Cargo.toml
blob: e1cda5a9edda30f8b8d4a3154bbe7b467650c66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustc_index"
version = "0.0.0"
edition = "2021"

[lib]

[dependencies]
arrayvec = { version = "0.7", default-features = false }
rustc_serialize = { path = "../rustc_serialize", optional = true }
rustc_macros = { path = "../rustc_macros", optional = true }
smallvec = "1.8.1"

[features]
default = ["nightly"]
nightly = ["rustc_serialize", "rustc_macros"]