# 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 = "rs-password-utils" version = "0.2.0" authors = ["Aston "] description = "Password utilities, writen in Rust" readme = "README.md" keywords = [ "password", "utilities", "diceware", "pwned", "passphrase", ] categories = [ "cryptography", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/astonbitecode/rs-password-utils" [lib] name = "rs_password_utils" path = "src/lib.rs" [[bin]] name = "rs-password-utils" path = "src/main.rs" doc = false required-features = ["executable"] [dependencies.docopt] version = "1.1" optional = true [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.rpassword] version = "7.0" optional = true [dependencies.sha-1] version = "0.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.zeroize] version = "1.6" optional = true [features] executable = [ "docopt", "rpassword", "zeroize", ]