# 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 = "email_pass" version = "0.8.5" authors = ["johnteper "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Email and Password Type in Rust" homepage = "https://github.com/jonhteper/email_pass" readme = "README.md" keywords = [ "email", "password", "types", "type", "credentials", ] license = "MIT" repository = "https://github.com/jonhteper/email_pass" [lib] name = "email_pass" path = "src/lib.rs" [dependencies.bcrypt] version = "0.15.0" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.zxcvbn] version = "2.2.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] legacy = [] serde = ["dep:serde"]