[package] name = "ascon" version = "0.2.0-pre" description = """ Pure Rust implementation of Ascon, a family of authenticated encryption and hashing algorithms designed to be lightweight and easy to implement """ authors = ["quininer kel ", "RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/ascon" repository = "https://github.com/RustCrypto/sponges/tree/master/ascon" keywords = ["crypto", "sponge"] categories = ["cryptography", "no-std"] readme = "README.md" edition = "2021" rust-version = "1.59" [features] default = ["alloc"] alloc = [] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]