Cargo Features
try-runtime-cli has no features set by default.
[dependencies]
try-runtime-cli = { version = "0.42.0", features = ["try-runtime"] }
- try-runtime
-
Enables try-runtime of frame-try-runtime ^0.38.0, try-runtime of sp-runtime ^35.0.0 and force-debug of sp-debug-derive
sp-debug-derive:
By default
RuntimeDebug
implementsDebug
that outputs<wasm:stripped>
whenstd
is disabled. However, sometimes downstream users need to have the realDebug
implementation for debugging purposes. If this is required, a user only needs to add this crate as a dependency of their runtime and enable theforce-debug
feature.
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.