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