# 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 = "fints-institute-db-cli" version = "1.4.0" authors = ["Sven-Hendrik Haase "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to access FinTS access information for many German banks" readme = "README.md" keywords = [ "fints", "hbci", "bank", "banks", "banking", ] categories = [ "command-line-utilities", "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/svenstaro/fints-institute-db" [[bin]] name = "fints-institute-db-cli" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", "deprecated", ] [dependencies.clap_complete] version = "4" [dependencies.clap_mangen] version = "0.2" [dependencies.fints-institute-db] version = "1" [dependencies.iban_validate] version = "5" [dependencies.serde_json] version = "1"