# 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 = "2018" rust-version = "1.52" name = "passwordmaker-rs" version = "0.2.1" authors = ["Andreas Grois"] description = "Rust reimplementation of the PasswordMaker Pro algorithm. This is partially a port, partially written from scratch. Compatibility is a goal, but not guaranteed." readme = "README.md" keywords = [ "password", "crypto", "password-generator", "security", ] categories = ["cryptography"] license = "LGPL-3.0-or-later" repository = "https://github.com/soulsource/passwordmaker-rs" [[bench]] name = "hashrate_32" harness = false [[bench]] name = "hashrate_20" harness = false [[bench]] name = "hashrate_16" harness = false [[bench]] name = "hashrate_16_hmac" harness = false [[bench]] name = "leet" harness = false [dependencies.unicode-segmentation] version = "1.10.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.digest] version = "0.10.5" [dev-dependencies.md-5] version = "0.10.5" [dev-dependencies.md4] version = "0.10.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xoshiro] version = "0.6.0" [dev-dependencies.ripemd] version = "0.1.3" [dev-dependencies.sha-1] version = "0.10.0" [dev-dependencies.sha2] version = "0.10.6" [dev-dependencies.strum] version = "0.24" [dev-dependencies.strum_macros] version = "0.24" [features] default = ["precomputed_common_max_powers"] precomputed_common_max_powers = [] precomputed_max_powers = ["precomputed_common_max_powers"]