[dependencies.indexmap]
optional = true
version = "1.4.0"
[dependencies.xml-rs]
version = "0.8"
[features]
attribute-order = ["indexmap"]
default = []
[package]
authors = ["Andrew Chin <achin@eminence32.net>"]
categories = ["parsing", "data-structures"]
description = "Parse an XML file into a simple tree-like structure"
documentation = "https://docs.rs/xmltree/"
edition = "2018"
keywords = ["xml", "parse", "xmltree"]
license = "MIT"
name = "xmltree"
readme = "README.md"
repository = "https://github.com/eminence/xmltree-rs"
version = "0.10.3"