# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xmltree" version = "0.10.3" authors = ["Andrew Chin "] description = "Parse an XML file into a simple tree-like structure" documentation = "https://docs.rs/xmltree/" readme = "README.md" keywords = ["xml", "parse", "xmltree"] categories = ["parsing", "data-structures"] license = "MIT" repository = "https://github.com/eminence/xmltree-rs" [dependencies.indexmap] version = "1.4.0" optional = true [dependencies.xml-rs] version = "0.8" [features] attribute-order = ["indexmap"] default = []