Cargo Features
[dependencies]
pruefung = { version = "0.2.1", default-features = false, features = ["generic"] }
- default = generic
-
The
generic
feature is set by default wheneverpruefung
is added without
somewhere in the dependency tree.default-features = false - 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