# 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.64" name = "keccak-asm" version = "0.1.4" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] build = false exclude = [ ".gitmodules", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple wrappers for SHA-3 algorithms written in assembly" homepage = "https://github.com/danipopes/keccak-asm" readme = "README.md" keywords = [ "primitives", "sha3", "keccak256", "assembly", "asm", ] categories = [ "algorithms", "cryptography", "api-bindings", ] license = "BSD-3-Clause" repository = "https://github.com/danipopes/keccak-asm" [lib] name = "keccak_asm" path = "src/lib.rs" [dependencies.digest] version = "0.10" [dependencies.sha3-asm] version = "0.1.4" [dependencies.zeroize] version = "1.6.0" optional = true default-features = false [dev-dependencies.digest] version = "0.10" features = ["dev"] [dev-dependencies.hex] version = "1.10" package = "const-hex" [features] default = ["std"] oid = ["digest/oid"] std = ["digest/std"] zeroize = ["dep:zeroize"]