Cargo Features

[dependencies]
anychain-filecoin = { version = "0.1.9", default-features = false, features = ["std", "arb"] }
default = std

The std feature is set by default whenever anychain-filecoin is added without default-features = false somewhere in the dependency tree.

std default

Enables std of anychain-core

arb

Enables arbitrary

anychain-filecoin has 3 features without comments.