# 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 = "rs_hasher_ctx" version = "0.1.3" authors = ["Rafael LĂșcio "] description = """ rs_hasher_ctx is an internal crate of the RustyShield library. It provides the HasherContext trait used across various cryptographic hash function implementations within RustyShield. The trait overloads the `Hasher::finish()` function, unifying the approach to obtaining hash results. While primarily intended for use within RustyShield, rs_hasher_ctx can aid in minimizing dependency entries in external crates leveraging RustyShield's hashing capabilities.""" homepage = "https://docs.rs/rs_shield/latest/rs_shield/" readme = "./README.md" license = "GPL-2.0-only" repository = "https://github.com/Azgrom/RustyShield" [dependencies.rs_internal_hasher] version = "0.1.1" [dependencies.rs_internal_state] version = "0.1.1" [dependencies.rs_n_bit_words] version = "0.1.1"