Cargo Features
[dependencies]
chaindexer = { version = "0.1.1", default-features = false, features = ["eth"] }
- default = eth
-
The
eth
feature is set by default wheneverchaindexer
is added without
somewhere in the dependency tree.default-features = false - eth default
chaindexer has 2 features without comments.