rust/compiler/rustc_index/Cargo.toml
2022-11-24 16:26:12 +03:30

17 lines
373 B
TOML

[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"]