blob: 7e47daf151e276313240fdabb8ffea0d1897c4b9 [file] [log] [blame]
Jooyung Hana7cd2382021-07-16 01:22:24 +00001[package]
2name = "xml-rs"
3version = "0.8.3"
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"