[package] name = "simavr-section-macro" description = "Internal implementation details of the simavr-section crate." version = "0.1.0" authors = ["Andrew Dona-Couch "] license = "GPL-3.0" repository = "https://git.sr.ht/~couch/simavr-section" edition = "2018" [lib] proc-macro = true [dependencies] syn = "1.0" proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0" [dev-dependencies.simavr-section] path = "../simavr-section"