# 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" rust-version = "1.60.0" name = "iban" version = "0.1.7" description = "IBAN parsing library" documentation = "https://docs.rs/iban" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JohnPeel/iban" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.phf] version = "0.11" default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.syn] version = ">=1.0.12" default-features = false [dev-dependencies.test-case] version = "3" [build-dependencies.csv] version = "1" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.quote] version = "1" [build-dependencies.regex] version = "1" [build-dependencies.serde] version = "1.0.7" features = ["derive"] [features] default = ["std"] rand = ["dep:rand"] std = []