Cargo Features
[dependencies]
frame-executive = { version = "38.0.0", default-features = false, features = ["std", "with-tracing", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverframe-executive
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, experimental and std of frame-support, std of frame-system, frame-try-runtime, log, scale-info, sp-core, sp-io, sp-runtime, and sp-tracing
- with-tracing
-
Enables with-tracing of sp-tracing
- try-runtime
-
Enables try-runtime of frame-support, frame-system, frame-try-runtime, and sp-runtime
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.