# 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.82.0" name = "mkpw" version = "0.1.0" authors = ["yutotnh <57719497+yutotnh@users.noreply.github.com>"] build = false include = [ "src/**/*", "README.md", "LICENSE*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Highly customizable password generation tool. 🔑" homepage = "https://github.com/yutotnh/mkpw/" readme = "README.md" keywords = [ "password", "password-generator", "cli", "utility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yutotnh/mkpw/" [[bin]] name = "mkpw" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" [dependencies.encoding_rs] version = "0.8.34" [dependencies.password-maker] version = "0.1.1" [dependencies.unicode-segmentation] version = "1.12.0" [dev-dependencies.assert_cmd] version = "2.0.16"