one-step-kdf 0.1.0-rc.1

One-Step Key Derivation Function as defined in NIST SP 800-56C R2
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.85"
name = "one-step-kdf"
version = "0.1.0-rc.1"
authors = ["RustCrypto Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-Step Key Derivation Function as defined in NIST SP 800-56C R2"
documentation = "https://docs.rs/one-step-kdf"
readme = "README.md"
keywords = [
    "crypto",
    "one-step-kdf",
    "KDF",
    "NIST",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/KDFs"
resolver = "2"

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

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

[dependencies.digest]
version = "0.11.0-rc.11"

[dev-dependencies.hex-literal]
version = "1"

[dev-dependencies.sha2]
version = "0.11.0-rc.5"
default-features = false