# 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 = "rustgenpass" version = "0.5.0" authors = ["Olle Wreede "] description = "Generate a hashed password similar to SuperGenPass." homepage = "https://github.com/ollej/rustgenpass" readme = "README.md" keywords = [ "password", "security", "hash", "supergenpass", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ollej/rustgenpass" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "rustgenpass" path = "src/lib.rs" [[bin]] name = "rgp" path = "src/main.rs" [dependencies.base64] version = "0.13.1" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dialoguer] version = "0.10.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.md-5] version = "0.10.5" [dependencies.regex] version = "1.6.0" [dependencies.sha2] version = "0.10.6"