Cargo Features

recall_fendermint_testing has no features set by default.

[dependencies]
recall_fendermint_testing = { version = "0.1.1", features = ["smt", "golden", "arb"] }
smt = arbitrary, arbtest

Affects recall_fendermint_testing::smt

golden = cid, fvm_ipld_encoding, hex, quickcheck, serde, serde_json, serde_yaml, toml

Affects recall_fendermint_testing::golden

arb = arbitrary, cid, ethers, fvm_shared, quickcheck, rand, recall_ipc_api

Enables arbitrary of num-bigint

Affects recall_fendermint_testing::arb

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.

serde golden?
serde_json golden?
serde_yaml golden?
toml golden?
ethers arb?
hex golden?
num-bigint arb?
quickcheck arb? golden?
arbtest smt?

Enables arbtest ^0.2

rand arb?

Enables rand ^0.8

cid arb? golden?

Enables cid ^0.10.1

fvm_ipld_encoding golden?

Enables fvm_ipld_encoding ^0.4.0

fvm_shared arb?
recall_ipc_api arb?
arbitrary arb? smt?