[package] name = "stable-step-derive" description = "An implementation of Step for stable rust (derive macros)" version = "0.1.0" authors = ["asonix "] license = "Apache-2.0/MIT" repository = "https://git.asonix.dog/asonix/stable-step" readme = "../README.md" edition = "2021" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1" quote = "1" syn = "1"