| [package] |
| name = "rustc_structures" |
| version = "0.0.0" |
| edition = "2024" |
| |
| [dependencies] |
| # tidy-alphabetical-start |
| bitflags = "2.4.1" |
| rustc_data_structures = { path = "../rustc_data_structures", optional = true } |
| rustc_error_messages = { path = "../rustc_error_messages", optional = true } |
| rustc_macros = { path = "../rustc_macros", optional = true } |
| rustc_serialize = { path = "../rustc_serialize", optional = true } |
| rustc_span = { path = "../rustc_span", optional = true } |
| schemars = "1.0.4" |
| serde = "1.0.219" |
| # tidy-alphabetical-end |
| |
| [features] |
| # tidy-alphabetical-start |
| default = ["nightly"] |
| nightly = [ |
| "dep:rustc_data_structures", |
| "dep:rustc_error_messages", |
| "dep:rustc_macros", |
| "dep:rustc_serialize", |
| "dep:rustc_span", |
| ] |
| # tidy-alphabetical-end |