Cargo Features
[dependencies]
pezpallet-bridge-grandpa = { version = "0.7.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default wheneverpezpallet-bridge-grandpais added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of pezbp-test-utils and pezframe-benchmarking
pezbp-test-utils:
Optional Benchmarking Dependencies
and std of parity-scale-codec, pezbp-header-pez-chain, and pezbp-runtime
pezbp-header-pez-chain:
Bridge Dependencies
and std of pezframe-support, pezframe-system, pezsp-consensus-grandpa, pezsp-runtime, pezsp-std, scale-info, and tracing
pezframe-support:
Bizinikiwi Dependencies
- try-runtime
-
Enables try-runtime of pezframe-support, pezframe-system, and pezsp-runtime
- runtime-benchmarks = pezbp-test-utils
-
Enables runtime-benchmarks of pezbp-header-pez-chain, pezbp-runtime, optional pezbp-test-utils, pezframe-benchmarking, pezframe-support, pezframe-system, pezsp-consensus-grandpa, pezsp-io, and pezsp-runtime
Affects
pezpallet-bridge-grandpa::benchmarking,pezpallet-bridge-grandpa::initialize_for_benchmarks…
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.