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