[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.aes-gcm]
version = "0.10.2"
[dev-dependencies.ascon-aead]
version = "0.4.2"
[dev-dependencies.benchmark-simple]
version = "0.1.8"
[dev-dependencies.chacha20poly1305]
version = "0.10.1"
[features]
default = ["std"]
pure-rust = []
std = []
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["no-std", "cryptography"]
description = "AEGIS authenticated cipher (AEGIS128L)"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-aegis"
keywords = ["aegis128", "cipher", "aead", "aes", "crypto"]
license = "MIT"
name = "aegis"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-aegis"
version = "0.4.2"
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"
[target."cfg(not(any(all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.aes]
features = ["hazmat"]
version = "0.8.3"
[target."cfg(not(pure_rust))".build-dependencies.cc]
version = "1.0.79"