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