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