# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bank" version = "0.4.0" authors = ["Ruben De Smet "] description = "Various bank related traits and implementation.\nAn abstract bank-transaction parser;\neasily add your own bank.\nSEPA RF implementation for easy formatting and checking of RF fields.\n" documentation = "https://docs.rs/bank/" keywords = ["bank", "money", "taxes", "financial"] license = "AGPL-3.0" repository = "https://gitlab.com/rubdos/bank-rs" [dependencies.log] version = ">= 0.3.0" [dependencies.chrono] version = "0.4.0" [dependencies.num] version = ">= 0.1.34" [dependencies.csv] version = ">= 0.15.0" [dependencies.encoding] version = ">= 0.2" [dependencies.bigdecimal] version = ">= 0.0.1"