[package]
name = "hmac"
version = "0.7.1"
authors = ["RustCrypto Developers"]
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
documentation = "https://docs.rs/hmac"
keywords = ["crypto", "mac", "hmac", "digest"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/MACs"
[dependencies.crypto-mac]
version = "0.7"
[dependencies.digest]
version = "0.8"
[dev-dependencies.crypto-mac]
version = "0.7"
features = ["dev"]
[dev-dependencies.md-5]
version = "0.8"
default-features = false
[dev-dependencies.sha2]
version = "0.8"
default-features = false
[badges.travis-ci]
repository = "RustCrypto/hashes"