Cargo Features

[dependencies]
pallet-nis = { version = "40.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of parity-scale-codec, polkadot-sdk-frame, and scale-info

try-runtime

Enables try-runtime of polkadot-sdk-frame

runtime-benchmarks

Enables runtime-benchmarks of polkadot-sdk-frame

Affects mock::new_test_ext_empty