prelude-xml-parser 0.9.3

Deserialize Prelude EDC native XML files into Rust stucts.
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 = "prelude-xml-parser"
version = "0.9.3"
authors = ["Paul Sanders <paul@pbsdatasolutions.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deserialize Prelude EDC native XML files into Rust stucts."
homepage = "https://github.com/pbs-data-solutions/prelude-xml-parser"
documentation = "https://docs.rs/prelude-xml-parser"
readme = "README.md"
keywords = [
    "prelude-edc",
    "xml",
    "deserialization",
    "pyo3",
]
license = "MIT"
repository = "https://github.com/pbs-data-solutions/prelude-xml-parser"

[features]
python = ["dep:pyo3"]

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

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.pyo3]
version = "0.28.2"
optional = true

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.insta]
version = "1.46.3"
features = ["yaml"]

[dev-dependencies.tempfile]
version = "3.26.0"