Cargo Features

[dependencies]
anychain-ethereum = { version = "0.1.12", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of anychain-core

anychain-ethereum has 2 features without comments.