# 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 = "iso-20022-cafr" version = "0.1.0" authors = ["Ryan Tate "] description = "ISO 20022 Universal Financial Industry Message Scheme Rust SDK" homepage = "https://emergentfinancial.github.io/iso-20022" documentation = "https://docs.rs/iso-20022-cafr" readme = "README.md" keywords = [ "ISO", "20022", ] categories = ["finance"] license-file = "LICENSE.md" repository = "https://github.com/emergentfinancial/iso-20022" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.derive_builder] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.validator] version = "0.16.0" features = ["derive"] [dependencies.xml-rs] version = "0.8.4"