lib-q-romulus 0.0.4

Romulus-N and Romulus-M AEAD (SKINNY-128-384+), no_std / wasm-friendly
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.94.1"
name = "lib-q-romulus"
version = "0.0.4"
authors = [
    "Enkom Tech",
    "Nexlab-One",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Romulus-N and Romulus-M AEAD (SKINNY-128-384+), no_std / wasm-friendly"
readme = "README.md"
keywords = [
    "cryptography",
    "aead",
    "romulus",
    "skinny",
    "lwc",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/Enkom-Tech/libQ"

[features]
alloc = [
    "dep:lib-q-core",
    "lib-q-core/alloc",
    "aead/alloc",
]
default = [
    "alloc",
    "std",
]
std = [
    "alloc",
    "lib-q-core/std",
]

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

[[test]]
name = "buffer_tests"
path = "tests/buffer_tests.rs"
required-features = ["std"]

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

[[test]]
name = "kat_tests"
path = "tests/kat_tests.rs"
required-features = ["std"]

[[test]]
name = "negative_tests"
path = "tests/negative_tests.rs"
required-features = ["std"]

[dependencies.aead]
version = "0.5.2"
default-features = false

[dependencies.lib-q-core]
version = "0.0.4"
optional = true
default-features = false

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

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

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

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