# 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.7.3" authors = ["Paul Sanders "] build = 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" [lib] name = "prelude_xml_parser" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.pyo3] version = "0.23.1" optional = true [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.insta] version = "1.41.1" features = ["yaml"] [dev-dependencies.tempfile] version = "3.14.0" [features] python = ["dep:pyo3"]