Cargo Features
[dependencies]
casper-execution-engine = { version = "9.0.0", default-features = false, features = ["gens", "test-support"] }
- default = gens
-
The
gensfeature is set by default whenevercasper-execution-engineis added withoutsomewhere in the dependency tree.default-features = false - gens default = proptest, strum
-
DEPRECATED
Enables testing of casper-types
- test-support
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.
- strum gens
-
Enables strum ^0.24.1
- proptest gens