Cargo Features
[dependencies]
anychain-filecoin = { version = "0.1.9", default-features = false, features = ["std", "arb"] }
- default = std
-
The
std
feature is set by default wheneveranychain-filecoin
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of anychain-core
- arb
-
Enables arbitrary
anychain-filecoin has 3 features without comments.