blob: a97f4b76d2187d8e8a42793ef8a6158f1198b985 [file] [log] [blame]
# 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 = "2018"
name = "polyval"
version = "0.5.3"
authors = ["RustCrypto Developers"]
description = "POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing\na Message Authentication Code (MAC)\n"
documentation = "https://docs.rs/polyval"
readme = "README.md"
keywords = ["aes-gcm", "aes-gcm-siv", "crypto", "ghash", "universal-hashing"]
categories = ["cryptography", "no-std"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/universal-hashes"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.cfg-if]
version = "1"
[dependencies.opaque-debug]
version = "0.3"
[dependencies.universal-hash]
version = "0.4"
default-features = false
[dependencies.zeroize]
version = ">=1, <1.4"
optional = true
default-features = false
[dev-dependencies.hex-literal]
version = "0.3"
[features]
armv8 = []
force-soft = []
std = ["universal-hash/std"]
[target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures]
version = "0.2"