Cargo Features

crypto-mac has no features set by default.

[dependencies]
crypto-mac = { version = "0.11.1", features = ["std", "dev", "cipher"] }
std
dev = blobby

Affects crypto-mac::dev

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cipher implicit feature

Enables cipher ^0.3

cipher:

Traits for describing block ciphers and stream ciphers

Affects crypto-mac::FromBlockCipher

blobby dev?