summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_index_macros/Cargo.toml
blob: c4ca29db3c2dd6a62a08d155874b9dff9215ba48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustc_index_macros"
version = "0.0.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
synstructure = "0.13.0"
syn = { version = "2.0.9", features = ["full"] }
proc-macro2 = "1"
quote = "1"

[features]
default = ["nightly"]
nightly = []