# 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 = "iban_validate" version = "5.0.1" authors = ["Thomas den Hollander "] build = false include = [ "src/**/*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A small crate to verify IBAN account numbers." readme = "README.md" keywords = [ "iban", "iban-validator", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ThomasdenH/iban_check" [lib] name = "iban" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde_test] version = "1" [dev-dependencies.static_assertions] version = "1" [features] default = [] intra_rustdoc_links = [] [badges.maintenance] status = "passively-maintained"