[package] name = "xml-doc" version = "0.2.0" authors = ["Yoonchae Lee "] description = "Read, modify and write xml in tree-like structure. Supports UTF-16." edition = "2018" repository = "https://github.com/bluegreenmagick/xml-doc" license = "MIT OR Apache-2.0" keywords = ["xml", "parser", "reader", "writer"] categories = ["parser-implementations", "data-structures", "encoding"] autobenches = false [dependencies] quick-xml = "0.22" encoding_rs = "0.8" [workspace] exclude = ["benches"] [dev-dependencies] itertools = "0.10"