rust/compiler/rustc_index/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
466 B
TOML
Raw Normal View History

2019-09-25 18:55:18 +00:00
[package]
name = "rustc_index"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
2019-09-25 18:55:18 +00:00
[dependencies]
# tidy-alphabetical-start
arrayvec = { version = "0.7", default-features = false }
rustc_macros = { path = "../rustc_macros", optional = true }
rustc_serialize = { path = "../rustc_serialize", optional = true }
smallvec = "1.8.1"
# tidy-alphabetical-end
[features]
# tidy-alphabetical-start
default = ["nightly"]
nightly = ["rustc_serialize", "rustc_macros"]
# tidy-alphabetical-end