# 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 = "2018" name = "checkpwn" version = "0.5.6" authors = ["brycx "] description = "Check Have I Been Pwned and see if it's time for you to change passwords." readme = "README.md" keywords = [ "cli", "password", "security", "HIBP", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/brycx/checkpwn" [dependencies.anyhow] version = "1.0.33" [dependencies.checkpwn_lib] version = "0.2.0" [dependencies.colored] version = "2.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.rpassword] version = "7.0.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_yaml] version = "0.9.13" [dependencies.zeroize] version = "1.3.0" [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.rand] version = "0.8.4"