Cargo Features
[dependencies]
snowbridge-ethereum = { version = "0.9.0", default-features = false, features = ["std", "expensive_tests"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-ethereum
is added without
somewhere in the dependency tree.default-features = false - std default = serde, serde-big-array
-
Enables std of parity-scale-codec, ethabi-decode ^1.0.0, ethbloom ^0.13.0, ethereum-types ^0.14.1, parity-bytes, rlp ^0.5.2, scale-info, sp-io, sp-runtime, and sp-std
- expensive_tests
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 std
- serde-big-array std
-
Enables serde-big-array ^0.3.2