[package]
name = "xml-struct-types"
version = "0.0.1-alpha"
edition = "2024"
license = "MIT"
description = "Types used by structs generated by [xml-struct-gen](https://github.com/richardstephens/xml-struct-gen-rs) tool."
repository = "https://github.com/richardstephens/xml-struct-gen-rs"
[dependencies]
thiserror = "2"
xml-rs = "1"