[package] name = "simple_hasher" version = "1.0.1" authors = ["mrinfmag "] edition = "2018" description = "Simple hashing library" repository = "https://github.com/mrinfmag/simple_hasher" license-file = "LICENSE" keywords = ["hash", "sha", "sha256", "sha384", "sha512"] categories = ["cryptography"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sha2 = "0.8.1"