# 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.65" name = "ghash" version = "0.6.0-rc.0" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher. """ documentation = "https://docs.rs/ghash" readme = "README.md" keywords = [ "aes-gcm", "crypto", "universal-hashing", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/universal-hashes" [lib] name = "ghash" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "ghash" path = "benches/ghash.rs" [dependencies.opaque-debug] version = "0.3" [dependencies.polyval] version = "0.7.0-rc.0" [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.hex-literal] version = "0.4" [features] std = ["polyval/std"]