Cargo Features

[dependencies]
pallet-assets-freezer = { version = "0.7.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

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

try-runtime

Enables try-runtime of polkadot-sdk-frame and pallet-assets

runtime-benchmarks

Enables runtime-benchmarks of polkadot-sdk-frame and pallet-assets

pallet-assets-freezer has 4 features without comments.