# 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 = "rcrypt" version = "0.4.0" authors = ["Sayan Nandan "] description = "A compact hashing/salting library based on bcrypt with smaller hashes" homepage = "https://github.com/ohsayan/rcrypt" documentation = "https://docs.rs/rcrypt" readme = "README.md" keywords = ["bcrypt", "hash", "salt", "bmcf", "mcf"] categories = ["cryptography", "algorithms"] license = "Apache-2.0" repository = "https://github.com/ohsayan/rcrypt" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.blowfish] version = "0.9" features = ["bcrypt"] [dependencies.getrandom] version = "0.2"