[package] name = "xtra_proc" version = "0.1.0" authors = ["Valerian G. "] edition = "2018" description = "Useful macros for the xtra actor framework." license = "MIT" documentation = "https://docs.rs/xtra_proc" repository = "https://github.com/vgarleanu/xtra_proc" [lib] proc-macro = true [dependencies] quote = "1.0.9" syn = { version = "1.0.69", features = ["full"] } proc-macro2 = "^1.0.24"