# 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 = "sha3-rust" version = "0.1.1" authors = ["Jenin Sutradhar "] description = "This crate provides an implementation of the Keccak (SHA-3) cryptographic hash function family" homepage = "https://github.com/jensutradhar/keccak-sha3-rust" readme = "README.md" keywords = [ "keccak", "hash", "sha3", "sha-3", "cryptography", ] categories = [ "cryptography", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jensutradhar/keccak-sha3-rust" [dependencies]