Cargo Features

[dependencies]
essential-builder-api = { version = "0.5.0", default-features = false, features = ["tracing", "test-utils"] }
default = tracing

The tracing feature is set by default whenever essential-builder-api is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing, tracing of essential-node

test-utils dev

Enables essential-node

essential-builder-api has 3 features without comments.