# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "xmltree" version = "0.11.0" authors = ["Andrew Chin "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "xmltree" path = "src/lib.rs" [[test]] name = "suite" path = "tests/suite.rs" [[bench]] name = "suite" path = "benches/suite.rs" [dependencies.indexmap] version = "2" optional = true [dependencies.xml-rs] version = "0.8" [features] attribute-order = ["indexmap"] attribute-sorted = [] default = []