[package] name = "termination_attrib" description = "Attribute macro for 'termination' crate." version = "0.1.1" license = "MIT" edition = "2018" authors = ["rustykirei "] repository = "https://github.com/rustykirei/termination" keywords = ["termination"] categories = ["development-tools"] autotests = false [lib] proc-macro = true [dependencies] proc-macro2 = { version = "1" } syn = { version = "1", features = ["full"] } quote = { version = "1" }