rust/compiler/rustc_index/Cargo.toml

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

25 lines
631 B
TOML
Raw Permalink 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 }
2023-10-24 00:16:14 +00:00
rustc_index_macros = { path = "../rustc_index_macros", 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"]
2024-07-15 16:40:06 +00:00
nightly = [
"dep:rustc_serialize",
"dep:rustc_macros",
"rustc_index_macros/nightly",
]
rustc_randomized_layouts = []
# tidy-alphabetical-end