Cargo Features
[dependencies]
casper-execution-engine = { version = "7.0.3", default-features = false, features = ["gens", "test-support"] }
- default = gens
-
The
gens
feature is set by default whenevercasper-execution-engine
is added without
somewhere 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