# 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" version = "0.4.0" authors = [ "Sebastian Ramacher ", "RustCrypto Developers", ] description = "Pure rust implementation of the Ascon permutation" documentation = "https://docs.rs/ascon" readme = "README.md" keywords = [ "Ascon", "crypto", "permutation", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/sponges/tree/master/ascon" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.zeroize] version = "1.6.0" optional = true default-features = false [features] no_unroll = []