lib-q-duplex-aead 0.0.5

Keccak-f[1600] duplex-sponge AEAD for lib-Q
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.96.0"
name = "lib-q-duplex-aead"
version = "0.0.5"
authors = [
    "Enkom Tech",
    "Nexlab-One",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keccak-f[1600] duplex-sponge AEAD for lib-Q"
readme = "README.md"
keywords = [
    "cryptography",
    "post-quantum",
    "aead",
    "duplex",
    "keccak",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/Enkom-Tech/libQ"

[features]
alloc = ["lib-q-core/alloc"]
default = [
    "alloc",
    "std",
]
simd-avx2 = []
std = ["lib-q-core/std"]

[lib]
name = "lib_q_duplex_aead"
path = "src/lib.rs"
bench = false

[[example]]
name = "dump_duplex_kat"
path = "examples/dump_duplex_kat.rs"

[[test]]
name = "coverage_api"
path = "tests/coverage_api.rs"
required-features = ["alloc"]

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

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

[[bench]]
name = "duplex_aead"
path = "benches/duplex_aead.rs"
harness = false
required-features = ["std"]

[dependencies.lib-q-core]
version = "0.0.5"
features = ["alloc"]
default-features = false

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

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

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

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

[dev-dependencies.lib-q-core]
version = "0.0.5"
features = [
    "alloc",
    "std",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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