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