# 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.6.6" authors = ["Frank Denis "] 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" [profile.release] codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dev-dependencies.aes-gcm] version = "0.10.3" [dev-dependencies.ascon-aead] version = "0.4.2" [dev-dependencies.benchmark-simple] version = "0.1.9" [dev-dependencies.blake3] version = "1.5.1" [dev-dependencies.chacha20poly1305] version = "0.10.1" [dev-dependencies.sthash] version = "0.2.15" [build-dependencies.cc] version = "1.0.99" [features] default = ["std"] pure-rust = [] std = [] [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\")))".dev-dependencies.boring] version = "4.7.0"