[package] name = "aktrs-macros" version = "0.1.0-alpha.2" authors = ["Richard Berry "] license = "Apache-2.0" description = "Macros for use with aktrs" documentation = "https://docs.rs/aktrs-macros" homepage = "https://github.com/rjsberry/aktrs" repository = "https://github.com/rjsberry/aktrs" edition = "2018" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "1", features = ["full"] }