Cargo Features

[dependencies]
pallet-encointer-bazaar = { version = "16.1.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pallet-encointer-bazaar is added without default-features = false somewhere in the dependency tree.

std default

Enables sp-io, std of sp-std and std of encointer-primitives

local deps

and std of frame-support, frame-system, log, pallet-encointer-communities, parity-scale-codec, scale-info, sp-core, and optional frame-benchmarking

frame-benchmarking:

substrate deps

try-runtime

Enables try-runtime of encointer-primitives, frame-support, frame-system, and pallet-encointer-communities

runtime-benchmarks = frame-benchmarking

Enables runtime-benchmarks of encointer-primitives, frame-benchmarking, 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?