Cargo Features
[dependencies]
essential-builder-api = { version = "0.7.0", default-features = false, features = ["tracing", "test-utils"] }
- default = tracing
-
The
tracing
feature is set by default wheneveressential-builder-api
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing, tracing of essential-node
- test-utils dev
-
Enables essential-node
essential-builder-api has 3 features without comments.