aegis 0.9.13

AEGIS authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)
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 = "2018"
name = "aegis"
version = "0.9.13"
authors = ["Frank Denis <github@pureftpd.org>"]
build = "build.rs"
include = [
    "/build.rs",
    "/README.md",
    "/LICENSE",
    "/src/**/*.rs",
    "/src/test-vectors/*.json",
    "/src/c/libaegis/src/**/*.c",
    "/src/c/libaegis/src/**/*.h",
    "/wasm-libs/*.a",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AEGIS authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)"
homepage = "https://github.com/jedisct1/rust-aegis"
readme = "README.md"
keywords = [
    "aegis128l",
    "cipher",
    "aead",
    "aes",
    "crypto",
]
categories = [
    "no-std",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/jedisct1/rust-aegis"

[package.metadata.docs.rs]
features = ["raf"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
js = [
    "getrandom",
    "getrandom/wasm_js",
]
pure-rust = ["softaes"]
raf = [
    "raf-core",
    "getrandom",
]
raf-core = [
    "std",
    "pastey",
]
rustcrypto-traits-06 = ["aead"]
std = []

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

[dependencies.aead]
version = "0.6.1"
features = ["rand_core"]
optional = true

[dependencies.getrandom]
version = "0.4"
optional = true

[dependencies.pastey]
version = "0.2"
optional = true

[dependencies.softaes]
version = "0.1"
optional = true

[dev-dependencies.aes-gcm]
version = "0.11.0"

[dev-dependencies.ascon-aead]
version = "0.6.0"

[dev-dependencies.benchmark-simple]
version = "0.1.10"

[dev-dependencies.blake3]
version = "1.8.5"

[dev-dependencies.chacha20poly1305]
version = "0.11.0"

[dev-dependencies.ct-codecs]
version = "1.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.sthash]
version = "0.2.16"

[build-dependencies.cc]
version = "1.2.67"

[target.'cfg(not(any(all(target_arch = "aarch64", target_feature = "aes"),all(target_arch = "x86_64", target_feature = "aes"),all(target_arch = "x86", target_feature = "aes"))))'.dependencies.softaes]
version = "0.1"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.boring]
version = "5.1.0"
optional = true

[profile.release]
codegen-units = 1
panic = "abort"
incremental = false