Cargo Features

hawkBit has no features set by default.

[dependencies]
hawkbit = { version = "0.6.0", features = ["hash-digest", "hash-md5", "hash-sha1", "hash-sha256"] }
hash-digest hash-md5? hash-sha1? hash-sha256? = digest, generic-array
hash-md5 = hash-digest, md-5
hash-sha1 = hash-digest, sha-1
hash-sha256 = hash-digest, sha2

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.

digest hash-digest?

Enables digest ^0.9

md-5 hash-md5?

Enables md-5 ^0.9

sha-1 hash-sha1?

Enables sha-1 ^0.9

sha2 hash-sha256?

Enables sha2 ^0.9

generic-array hash-digest?

Enables generic-array ^0.14