[package]
edition = "2024"
rust-version = "1.89"
name = "graviola"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "graviola is a modern, fast cryptography library"
readme = "README.md"
categories = [
"network-programming",
"cryptography",
]
license = "Apache-2.0 OR ISC OR MIT-0"
repository = "https://github.com/ctz/graviola/"
resolver = "2"
[features]
default = []
[lib]
name = "graviola"
path = "src/lib.rs"
[[test]]
name = "crosschecks"
path = "tests/crosschecks.rs"
[[test]]
name = "wycheproof"
path = "tests/wycheproof.rs"
[[test]]
name = "zeroing"
path = "tests/zeroing.rs"
[dependencies.cfg-if]
version = "1"
[dependencies.getrandom]
version = "0.3"
[dev-dependencies.aws-lc-rs]
version = "1.16"
features = [
"alloc",
"prebuilt-nasm",
"non-fips",
]
default-features = false
[dev-dependencies.hex]
version = "0.4"
features = ["serde"]
[dev-dependencies.proptest]
version = "1.5.0"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3.24.0"
[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dev-dependencies.crabgrind]
version = "=0.1.9"