sha2-const 0.1.3

const fn implementation of the SHA-2 family of hash functions
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "sha2-const"
version = "0.1.3"
authors = ["Saleem Rashid <dev@saleemrashid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "const fn implementation of the SHA-2 family of hash functions"
homepage = "https://github.com/saleemrashid/sha2-const"
documentation = "https://docs.rs/sha2-const"
readme = "README.md"
keywords = ["crypto"]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/saleemrashid/sha2-const"

[lib]
name = "sha2_const"
path = "src/lib.rs"

[[test]]
name = "proptest"
path = "tests/proptest.rs"

[[test]]
name = "test_vectors"
path = "tests/test_vectors.rs"

[dependencies]

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.sha2]
version = "0.11.0"