[package] name = "hirpdag_derive" version = "0.1.1" authors = ["Andrew Browne "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/hirpdag/hirpdag" description = "Procedural macro for generating hirpdag boilerplate. See hirpdag crate." [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["visit"] } lazy_static = "1.4.0"