Cargo Features
[dependencies]
fp-rpc = { version = "2.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverfp-rpc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec ^2.0.0, ethereum ^0.7.1, ethereum-types ^0.11, fp-evm, sp-api ^3.0.0, sp-core ^3.0.0, sp-io ^3.0.0, sp-runtime ^3.0.0, and sp-std ^3.0.0
fp-rpc has 2 features without comments.