[package] name = "rustc_macros" version = "0.1.0" edition = "2021" [lib] proc-macro = true [dependencies] synstructure = "0.13.0" # FIXME(Nilstrieb): Updating this causes changes in the diagnostics output. syn = { version = "=2.0.8", features = ["full"] } proc-macro2 = "1" quote = "1"