[package] name = "xml-macro" version = "0.3.0" edition = "2021" readme = "README.md" description = "A convenience macro for quick-xml" repository = "https://gitlab.com/john_t/xml-macro" license = "MIT" keywords = ["macro", "xml", "writer", "parser", "quick-xml"] categories = ["asynchronous", "encoding", "parsing", "parser-implementations"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.82" quote = "1.0.36" syn = { version = "2.0.62", features = ["full"] } [dev-dependencies] quick-xml = "0.31"