Cargo Features

[dependencies]
pruefung = { version = "0.2.1", default-features = false, features = ["generic"] }
default = generic

The generic feature is set by default whenever pruefung is added without default-features = false somewhere in the dependency tree.

generic default = digest, generic-array

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 generic

Enables digest ^0.6

generic-array generic

Enables generic-array ^0.8