Cargo Features

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

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

tracing default

Enables tracing, tracing of essential-node

test-utils

Enables test-utils of essential-node

essential-node-api has 3 features without comments.