[[example]]
name = "string_hasher"
path = "examples/string-hasher.rs"
[[example]]
name = "stdin_hasher"
path = "examples/stdin-hasher.rs"
[[example]]
name = "file_hasher"
path = "examples/file-hasher.rs"
[[example]]
name = "reader_hasher"
path = "examples/reader-hasher.rs"
[[test]]
name = "hash_tests"
path = "tests/hash-tests.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[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.0"