# 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-parse_with_config" 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"] attribute-sorted = [] default = []