# 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 = "ibanexplode" version = "0.0.1" authors = ["Bernhard Schuster "] description = "Show info derived from the IBAN, such as the BIC and bank name" homepage = "https://github.com/drahnr/ibanexplode" readme = "README.md" keywords = [ "iban", "miniscule", ] categories = ["command-line-utilities"] license = "Apache-2.0 AND MIT" repository = "https://github.com/drahnr/ibanexplode" resolver = "2" [dependencies.eyre] version = "0.6" [dependencies.fints-institute-db] version = "1.0" [dependencies.iban_validate] version = "4" features = [ "std", "serde", ]