Cargo Features
recall_fendermint_vm_genesis has no features set by default.
[dependencies]
recall_fendermint_vm_genesis = { version = "0.1.1", features = ["arb"] }
- arb = arbitrary, cid, multihash, quickcheck, rand
-
Enables arb of fvm_shared and recall_fendermint_testing
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.
- cid arb?
-
Enables cid ^0.10.1
- multihash arb?
-
Enables multihash ^0.18.1
- quickcheck arb?
- rand arb?
-
Enables rand ^0.8
- arbitrary arb?