Cargo Features
[dependencies]
pallet-skip-feeless-payment = { version = "13.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-skip-feeless-payment
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, scale-info, and sp-runtime
parity-scale-codec:
Other dependencies
- try-runtime
-
Enables try-runtime of frame-support, frame-system, and sp-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support, frame-system, and sp-runtime