about summary refs log tree commit diff
path: root/compiler/rustc_index/Cargo.toml
blob: e46a1a7f7606f98fdabc32bb1e35fff0188f6fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "rustc_index"
version = "0.0.0"
edition = "2024"

[dependencies]
# tidy-alphabetical-start
rustc_index_macros = { path = "../rustc_index_macros" }
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 = [
    "dep:rustc_macros",
    "dep:rustc_serialize",
    "rustc_index_macros/nightly",
]
rustc_randomized_layouts = []
# tidy-alphabetical-end