[package] name = "steel-derive" version = "0.4.0" authors = ["mattwparas "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/mattwparas/steel" description = "Derive macros for use within steel" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "2.0.18", features = ["full"] } quote = "1.0.28" proc-macro2 = "1.0.51"