[package] name = "procmeta-core" version = "0.3.5" edition = "2021" description = "proc-macro helper" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true, features = ["full"] } heck = { workspace = true } [features]