Cargo Features

[dependencies]
snowbridge-rococo-common = { version = "0.1.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

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

std default

Enables std of frame-support ^28.0.0, log, and staging-xcm ^7.0.0

runtime-benchmarks

Enables runtime-benchmarks of frame-support ^28.0.0

snowbridge-rococo-common has 3 features without comments.