# 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 = "bank-csv" version = "0.1.0" authors = ["W Augusto Andreoli "] description = "Detect CSV files from a couple of German banks (N26, DKB) and PayPal, filter out transactions in a specific currency and generate a CSV file with these transactions" readme = "docs/README.md" keywords = [ "banking", "csv", "dkb", "n26", "paypal", ] categories = [ "command-line-utilities", "finance", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreoliwa/bank-csv-rs" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.encoding_rs] version = "0.8.33" [dependencies.polars] version = "0.37.0" features = [ "csv", "dtype-date", "lazy", "rows", ] [dependencies.shellexpand] version = "3.1.0" [dependencies.sorted-vec] version = "0.8.3" [dependencies.tempfile] version = "3.9.0" [lints.clippy] all = "deny" [lints.rust] missing_docs = "deny"