# 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" version = "1.4.0" authors = ["Sven-Hendrik Haase "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library 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" [lib] name = "fints_institute_db" path = "src/lib.rs" [dependencies.iban_validate] version = "5" [dependencies.regex] version = "1" features = ["unicode-perl"] [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.predicates] version = "3" [dev-dependencies.pretty_assertions] version = "1.4" [build-dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false