Cargo Features
DAPOL has no features set by default.
[dependencies]
dapol = { version = "0.4.0", features = ["fuzzing", "testing"] }
- fuzzing = arbitrary
-
crypto
- testing
-
Used for exposing functionality used in testing so that calling libraries may use it too. Example: random seeding for deterministic output.
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.