Cargo Features

[dependencies]
frame-executive = { version = "33.0.0", default-features = false, features = ["std", "with-tracing", "try-runtime"] }
default = std

The std feature is set by default whenever frame-executive is added without default-features = false somewhere in the dependency tree.

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, sp-std, 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.

frame-try-runtime std try-runtime?