# 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 = "2018" name = "mt940" version = "1.0.2" authors = ["Sven-Hendrik Haase "] description = "A strict MT940 bank statement parser" readme = "README.md" keywords = [ "mt940", "sepa", "banking", "fints", "hbci", ] categories = [ "parser-implementations", "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/svenstaro/mt940-rs" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.deunicode] version = "1.0" [dependencies.log] version = "0.4" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.rust_decimal] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0.140" [dependencies.serde_derive] version = "1.0.140" [dependencies.serde_json] version = "1.0.82" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.regex] version = "1" [dev-dependencies.rstest] version = "0.15"