1[package] 2name = "xml-rs" 3version = "0.8.4" 4authors = ["Vladimir Matveev <vmatveev@citrine.cc>"] 5license = "MIT" 6description = "An XML library in pure Rust" 7repository = "https://github.com/netvl/xml-rs" 8documentation = "http://docs.rs/xml-rs/" 9readme = "Readme.md" 10keywords = ["xml", "parsing", "parser"] 11categories = ["parsing"] 12 13[lib] 14name = "xml" 15path = "src/lib.rs" 16 17[[bin]] 18name = "xml-analyze" 19path = "src/analyze.rs" 20 21[dev-dependencies] 22doc-comment = "0.3" 23lazy_static = "1.2.0" 24