# 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-hash" version = "0.2.0" authors = [ "Sebastian Ramacher ", "RustCrypto Developers", ] description = "Implementation of the Ascon and AsconA hashes and XOFs" documentation = "https://docs.rs/ascon-hash" readme = "README.md" keywords = [ "crypto", "hash", "ascon", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/hashes" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ascon] version = "0.3" [dependencies.digest] version = "0.10" features = ["core-api"] default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.spectral] version = "0.6" default-features = false [features] default = ["std"] std = ["digest/std"]