Cargo Features
[dependencies]
ismp-grandpa = { version = "15.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverismp-grandpa
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of substrate-state-machine
cumulus
and std of parity-scale-codec, finality-grandpa, frame-support ^37.0.0, frame-system ^37.0.0, grandpa-verifier, and grandpa-verifier-primitives
frame-support:
substrate
and std of ismp, ckb-merkle-mountain-range ^0.5.2, pallet-ismp, primitive-types ^0.12.2, scale-info, sp-consensus-aura ^0.40.0, sp-core ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.0, sp-std, and sp-trie ^37.0.0
ismp:
polytope labs
- try-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking ^37.0.0, frame-support ^37.0.0, frame-system ^37.0.0, and pallet-ismp
Affects
ismp-grandpa::benchmarking
…
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.