Cargo Features

[dependencies]
snowbridge-ethereum = { version = "0.6.0", default-features = false, features = ["std", "expensive_tests"] }
default = std

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

std default = serde, serde-big-array

Enables std of parity-scale-codec, ethabi-decode, ethbloom, ethereum-types, parity-bytes, rlp, 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