[package] name = "genproc" version = "0.2.2" edition = "2021" license = "BSD-3-Clause" #license-file = "LICENSE" description = "A supporting library for genlib containing procedural macros" repository = "https://github.com/gabe-lee/genproc" readme = "README.md" authors = ["Gabriel Lee Anderson"] [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]