quickxml_to_serde 0.7.0

Convert between XML JSON using quickxml and serde
Documentation
# 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.7.0"
authors = [
    "Alec Troemel <alec@mirusresearch.com>",
    "Max Voskob <max@onebro.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
json_types = []
regex_path = ["json_types"]

[lib]
name = "quickxml_to_serde"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "json_types"
path = "examples/json_types.rs"

[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"