Cargo Features

[dependencies]
chaindexer = { version = "0.1.1", default-features = false, features = ["eth"] }
default = eth

The eth feature is set by default whenever chaindexer is added without default-features = false somewhere in the dependency tree.

eth default

chaindexer has 2 features without comments.