Cargo Features

[dependencies]
kusama-runtime-constants = { version = "3.0.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of frame-support ^24.0.0, polkadot-primitives ^3.0.0, polkadot-runtime-common ^3.0.0, sp-core ^24.0.0, sp-runtime ^27.0.0, and sp-weights ^23.0.0

kusama-runtime-constants has 2 features without comments.