[badges.travis-ci]
repository = "RustCrypto/traits"
[dependencies.blobby]
optional = true
version = "0.1"
[dependencies.generic-array]
version = "0.12"
[dependencies.subtle]
default-features = false
version = "1"
[features]
dev = ["blobby"]
std = []
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Trait for Message Authentication Code (MAC) algorithms"
documentation = "https://docs.rs/crypto-mac"
keywords = ["crypto", "mac"]
license = "MIT OR Apache-2.0"
name = "crypto-mac"
repository = "https://github.com/RustCrypto/traits"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["std"]