# 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-common" 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 - ISO20022" homepage = "https://github.com/Open-Payments/messages" readme = "README.md" keywords = [ "financial", "payments", "message", "iso20022", ] categories = [ "data-structures", "development-tools", "finance", "parsing", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/Open-Payments/messages" [lib] name = "open_payments_common" path = "src/lib.rs" [dependencies]