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