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