[package] name = "ipassgen" description = "A password generator." version = "0.2.1" categories = ["command-line-utilities"] keywords = ["cli", "password"] edition = "2018" license = "MIT OR Apache-2.0" authors = ["Igaguri "] readme = "README.md" documentation = "https://docs.rs/ipassgen" repository = "https://github.com/IgaguriMK/ipassgen" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" clap = { version = "4.3.4", features = ["derive"] } pwhash = "1.0.0" rand = "0.8.5" rand_xorshift = "0.3.0"