# 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 = "phasher" version = "0.1.2" authors = ["Charles Dong "] description = "Simple CLI program hashing passwords into PHC strings" readme = "README.md" license = "MIT" repository = "https://github.com/chardoncs/phasher.git" [dependencies.argon2] version = "0.5" features = ["simple"] [dependencies.base64ct] version = "^1.6" features = ["alloc"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.password-hash] version = "0.5" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.scrypt] version = "0.11" features = ["simple"]