Cargo Features

[dependencies]
pallet-skip-feeless-payment = { version = "12.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 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