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 implements Debug that outputs <wasm:stripped> when std is disabled. However, sometimes downstream users need to have the real Debug implementation for debugging purposes. If this is required, a user only needs to add this crate as a dependency of their runtime and enable the force-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.

frame-try-runtime try-runtime?

Enables frame-try-runtime ^0.38.0