# 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 = "spg" version = "0.1.0" authors = ["pouyan shalbafan "] description = "secure password generator over CLI" readme = "README.md" keywords = [ "password", "generator", "secure", "cli", "passgen", ] categories = [ "command-line-utilities", "cryptography", ] license-file = "LICENSE" repository = "https://github.com/po0uyan/rust-secure-pass-gen" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.ctrlc] version = "3.4.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.secrecy] version = "0.8.0"