xml_struct 1.0.0

Simple, low-boilerplate serialization of Rust data structures to XML.
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_struct"
version = "1.0.0"
authors = ["The Thunderbird Project Developers"]
build = false
exclude = [
    ".github",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, low-boilerplate serialization of Rust data structures to XML."
readme = "README.md"
keywords = [
    "xml",
    "serialization",
]
categories = ["encoding"]
license = "MPL-2.0"
repository = "https://github.com/thunderbird/xml-struct-rs"

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

[dependencies.anyhow]
version = "1.0.69"

[dependencies.quick-xml]
version = "0.31.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.xml_struct_derive]
version = "1.0.0"

[dev-dependencies]