# 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_internal_hasher" version = "0.1.3" authors = ["Rafael LĂșcio "] description = """ This package serves as an essential building block within the `rs_shield` cryptographic library. It is focused on providing foundational functionality and infrastructure for various cryptographic operations within the larger project. While this package has been made publicly available to satisfy the dependency requirements of Rust's cargo system, its utility is predominantly realized in the context of the `rs_shield` project. Unless you are developing or maintaining a component of the `rs_shield` project, this package might offer limited direct utility. For access to a full suite of cryptographic functionalities, consider using the `rs_shield` library bundle.""" 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_state] version = "0.1.1" [dependencies.rs_n_bit_words] version = "0.1.1"