# 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 = "2021" rust-version = "1.56" name = "ascon-aead" version = "0.4.2" authors = [ "Sebastian Ramacher ", "RustCrypto Developers", ] description = "Implementation of the authenticated encryption schemes Ascon-128, Ascon-128a, and Ascon-80pq" readme = "README.md" keywords = [ "AEAD", "ascon", "encryption", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/AEADs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aead] version = "0.5" default-features = false [dependencies.ascon] version = "0.3" [dependencies.subtle] version = "2" default-features = false [dependencies.zeroize] version = "1.5" features = ["derive"] optional = true default-features = false [dev-dependencies.aead] version = "0.5" features = ["alloc"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.spectral] version = "0.6" default-features = false [features] alloc = ["aead/alloc"] default = [ "zeroize", "alloc", ] heapless = ["aead/heapless"] std = [ "aead/std", "alloc", ]