Cargo Features
casperlabs-types has no features set by default.
[dependencies]
casperlabs-types = { version = "0.6.1", features = ["std", "gens", "no-unstable-features"] }
- default
-
These default features are set whenever
casperlabs-types
is added without
somewhere in the dependency tree.default-features = false - std gens?
- gens = std
-
Enables std of proptest ^0.9.4
proptest:
Enables the use of standard-library dependent features
- no-unstable-features
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.
- proptest gens?
-
Enables proptest ^0.9.4