Cargo Features

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

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

std default

Enables std of frame-support, polkadot-primitives, polkadot-runtime-common, sp-core, sp-runtime, sp-weights, staging-xcm, and staging-xcm-builder

westend-runtime-constants has 2 features without comments.