[package] name = "xml-attributes-derive" version = "0.1.1" authors = ["Chris Holcombe "] license = "Apache-2.0" description = "Proc macro to help with xml to ts point conversion" documentation = "https://github.com/Comcast/libstorage" homepage = "https://github.com/Comcast/libstorage" edition = '2018' [dependencies] proc-macro2 = "~0.2" syn = "~0.12" quote = "~0.4" [lib] proc-macro = true