# 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 = "open-payments-fednow" version = "1.0.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 - FedNow" 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" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "open_payments_fednow" path = "src/lib.rs" [[example]] name = "convert-fednow" path = "examples/convert-fednow.rs" [[example]] name = "simple-fednow" path = "examples/simple-fednow.rs" [dependencies.open-payments-common] version = "1.0.7" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.11.1" [dependencies.samplify-rs] version = "0.1.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.xml-rs] version = "0.8" [features] default = [] derive_all = [ "derive_serde", "derive_debug", "derive_default", "derive_partial_eq", "derive_clone", ] derive_clone = [] derive_debug = [] derive_default = [] derive_partial_eq = [] derive_samplify = ["samplify-rs"] derive_serde = ["serde"]