1 | [package] |
---|---|
2 | name = "xmlwriter" |
3 | version = "0.1.0" |
4 | authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"] |
5 | description = "A simple, streaming XML writer." |
6 | repository = "https://github.com/RazrFalcon/xmlwriter" |
7 | documentation = "https://docs.rs/xmlwriter/" |
8 | keywords = ["xml"] |
9 | license = "MIT" |
10 | readme = "README.md" |
11 | edition = "2018" |
12 |