# 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 = "pw_hash" version = "0.1.1" authors = ["Ivan Nejgebauer , Mark Firman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of password hashing routines in pure Rust. Fork of pwhash by inejge." homepage = "https://github.com/NamesMark/pwhash" documentation = "https://docs.rs/pw_hash/latest/pw_hash/" readme = "README.md" keywords = [ "password", "hash", "hashing", "crypt", ] categories = [ "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/NamesMark/pwhash" [lib] name = "pw_hash" path = "src/lib.rs" [dependencies.blowfish] version = "0.9.1" features = ["bcrypt"] [dependencies.byteorder] version = "1.5.0" [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10.6" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8"