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