Cargo Features

[dependencies]
pallet-skip-feeless-payment = { version = "8.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of sp-runtime and sp-std

sp-runtime:

Substrate dependencies

and std of parity-scale-codec, frame-support, frame-system, and scale-info

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