Cargo Features
[dependencies]
pallet-encointer-bazaar = { version = "14.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-encointer-bazaar
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of encointer-primitives, frame-support, frame-system, log, pallet-encointer-communities, parity-scale-codec, scale-info, sp-core, and sp-std
encointer-primitives:
local deps
- try-runtime
-
Enables try-runtime of frame-system and pallet-encointer-communities
- runtime-benchmarks = frame-benchmarking
-
Enables runtime-benchmarks of frame-support, frame-system, and pallet-encointer-communities
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-benchmarking runtime-benchmarks?
-
Enables frame-benchmarking
substrate deps