[package] name = "tink-mac" version = "0.2.5" authors = ["David Drysdale "] edition = "2018" license = "Apache-2.0" description = "MAC functionality for Rust port of Google's Tink cryptography library" repository = "https://github.com/project-oak/tink-rust" documentation = "https://docs.rs/tink-mac" readme = "README.md" keywords = ["cryptography", "tink", "mac"] categories = ["cryptography"] [dependencies] tink-core = "^0.2" tink-prf = "^0.2" tink-proto = "^0.2"