Cargo Features

[dependencies]
xp-xcm = { version = "0.3.7", default-features = false, features = ["std", "frame", "frame-std"] }
default = frame, frame-std, std

These default features are set whenever xp-xcm is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, sp-std ^4.0.0, and xcm

frame default = xcm-executor

Affects xp-xcm::frame_traits

frame-std default

Enables std of xcm-executor

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

xcm-executor frame frame-std