xml_schema_generator 0.6.23

Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa
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]
edition = "2021"
name = "xml_schema_generator"
version = "0.6.23"
authors = ["Sebastian Detert <rust-crates@elygor.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa"
readme = "README.md"
keywords = [
    "xml",
    "schema",
    "serde",
    "deserliaze",
    "string",
]
categories = [
    "command-line-utilities",
    "config",
    "data-structures",
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/Thomblin/xml_schema_generator"

[features]
env_logger = ["dep:env_logger"]

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

[[bin]]
name = "xml_schema_generator"
path = "src/main.rs"

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

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

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

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

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.convert_string]
version = "0.2.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.env_logger]
version = "0.11.9"
optional = true

[dependencies.log]
version = "0.4.29"

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde-xml-rs]
version = "0.8.2"