[package] name = "spg" version = "0.1.0" edition = "2021" description="secure password generator over CLI" authors=["pouyan shalbafan "] readme = "README.md" repository = "https://github.com/po0uyan/rust-secure-pass-gen" license-file = "LICENSE" keywords = ["password", "generator", "secure", "cli", "passgen"] categories = ["command-line-utilities","cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atty = "0.2.14" clap = { version = "4.4.7", features = ["derive"] } console = "0.15.7" ctrlc = "3.4.1" rand = "0.8.5" regex = "1.10.2" secrecy = "0.8.0"