[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1"
[dependencies.arbtest]
optional = true
version = "0.2"
[dependencies.cid]
default-features = false
features = ["serde-codec", "std"]
optional = true
version = "0.10.1"
[dependencies.ethers]
features = ["abigen", "ws"]
optional = true
version = "2.0.13"
[dependencies.fvm_ipld_encoding]
optional = true
version = "0.4.0"
[dependencies.fvm_shared]
features = ["arb"]
optional = true
version = "4.4.0"
[dependencies.hex]
optional = true
version = "0.4"
[dependencies.lazy_static]
version = "1.4"
[dependencies.num-bigint]
optional = true
version = "0.4"
[dependencies.quickcheck]
optional = true
version = "1"
[dependencies.rand]
optional = true
version = "0.8"
[dependencies.recall_ipc_api]
optional = true
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.serde_json]
features = ["raw_value"]
optional = true
version = "1"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[dependencies.toml]
optional = true
version = "0.8"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1"
[features]
arb = ["quickcheck", "rand", "cid", "fvm_shared", "recall_ipc_api", "arbitrary", "num-bigint/arbitrary", "ethers"]
default = []
golden = ["quickcheck", "hex", "serde", "serde_json", "serde_yaml", "toml", "cid", "fvm_ipld_encoding"]
smt = ["arbitrary", "arbtest"]
[lib]
name = "recall_fendermint_testing"
path = "src/lib.rs"
[package]
authors = ["Protocol Labs", "Textile"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Testing utilities"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "recall_fendermint_testing"
readme = "README.md"
repository = "https://github.com/recallnet/ipc"
version = "0.1.1"