[[example]]
name = "reader-hasher"
path = "examples/reader-hasher.rs"
required-features = ["args"]
[[test]]
name = "hash_tests"
path = "tests/hash-tests.rs"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.4"
[features]
args = ["dep:clap"]
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Mimanshu Maheshwari maheshwarimimanshu@gmail.com"]
categories = ["algorithms", "cryptography", "cryptography::cryptocurrencies", "encoding"]
description = "A library of hashing functions in rust"
edition = "2021"
exclude = ["/notes/**", "/docs/**"]
homepage = "https://github.com/mimanshu-maheshwari/ahsah"
keywords = ["hash", "sha", "sha256", "sha512", "crypto"]
license = "MIT OR Apache-2.0"
name = "ahsah"
readme = "README.md"
repository = "https://github.com/mimanshu-maheshwari/ahsah"
version = "0.1.3"