# 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 = "payment-message" version = "0.1.7" authors = ["Harishankar Narayanan "] build = false exclude = [ "/xsd", "/xml", ".DS_Store", "/target", ".vscode", "generate.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Open Payments - Message Parsing Library" homepage = "https://github.com/Open-Payments/messages" readme = "README.md" keywords = [ "financial", "payments", "message", "iso20022", "fednow", ] categories = [ "data-structures", "development-tools", "finance", "parsing", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/Open-Payments/messages" [lib] name = "payment_message" path = "src/lib.rs" [[example]] name = "convert" path = "examples/convert.rs" [[example]] name = "validate" path = "examples/validate.rs" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_valid] version = "0.25.0" [dependencies.utoipa] version = "4" [dependencies.xml-rs] version = "0.8"