lib-q-hash 0.0.2

Post-quantum Hash Functions for lib-Q
# 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.94.1"
name = "lib-q-hash"
version = "0.0.2"
authors = [
    "Enkom Tech",
    "Nexlab-One",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post-quantum Hash Functions for lib-Q"
readme = "README.md"
keywords = [
    "cryptography",
    "post-quantum",
    "hash",
    "shake",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/Enkom-Tech/libQ"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Oz",
    "--enable-bulk-memory",
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
advanced-simd = ["lib-q-keccak/advanced-simd"]
alloc = ["digest/alloc"]
asm = ["lib-q-keccak/asm"]
default = [
    "alloc",
    "oid",
]
getrandom = []
multithreading = ["lib-q-keccak/multithreading"]
nightly = ["lib-q-keccak/nightly"]
oid = ["digest/oid"]
parallelhash = ["rayon"]
simd = ["lib-q-keccak/simd"]
wasm_js = ["lib-q-core/wasm_getrandom"]
zeroize = ["digest/zeroize"]

[lib]
name = "lib_q_hash"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.block-buffer]
version = "0.12.0"

[dependencies.digest]
version = "0.11.3"

[dependencies.lib-q-core]
version = "0.0.2"

[dependencies.lib-q-k12]
version = "0.0.2"

[dependencies.lib-q-keccak]
version = "0.0.2"
default-features = false

[dependencies.lib-q-keccak-digest]
version = "0.0.2"

[dependencies.lib-q-sha3]
version = "0.0.2"

[dependencies.rayon]
version = "1.12.0"
optional = true

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

[dependencies.subtle]
version = "2.6.1"
default-features = false

[dependencies.zeroize]
version = "1.8.2"
default-features = false

[dev-dependencies.base16ct]
version = "1.0.0"
features = ["alloc"]

[dev-dependencies.digest]
version = "0.11.3"
features = ["dev"]

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(hax)",
    "cfg(eurydice)",
    "cfg(doc_cfg)",
    "cfg(simd128)",
    "cfg(simd256)",
    "cfg(aarch64)",
    "cfg(x86_64)",
]