# 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] name = "quickxml_to_serde" version = "0.6.0" authors = [ "Alec Troemel ", "Max Voskob ", ] description = "Convert between XML JSON using quickxml and serde" readme = "README.md" keywords = [ "json", "xml", "xml2json", "xml_to_json", ] license = "MIT" repository = "https://github.com/AlecTroemel/quickxml_to_serde" [dependencies.minidom] version = "0.12" [dependencies.regex] version = "1.8.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [features] json_types = [] regex_path = ["json_types"]