Cargo Features
[dependencies]
hmac-sha512 = { version = "1.1.5", default-features = false, features = ["opt_size", "traits", "traits09", "traits010", "sha384"] }
- default = sha384
-
The
sha384
feature is set by default wheneverhmac-sha512
is added without
somewhere in the dependency tree.default-features = false - opt_size
- traits = traits010, traits09
- traits09 traits? = digest09
- traits010 traits? = digest010
-
Affects
hmac-sha512::WrappedHash
,hmac-sha512::sha384.WrappedHash
… - sha384 default
-
Affects
hmac-sha512::sha384
…
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.