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