[package] name = "armature-macro" version = "0.1.1" authors = ["Maxim "] edition = "2018" license = "MIT" repository = "https://github.com/MaximDeloof/armature" description = "Macros for `armature` crate." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full", "extra-traits", "visit"] } quote = "1.0"