Cargo Features

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

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

std default

Enables std of parity-scale-codec, log, scale-info, sp-runtime ^6.0.0, sp-std ^4.0.0, and xp-format

frame default = frame-support, xcm

Affects traits::XbiInstructionHandler, traits::ChargeForMessage, traits::RefundForMessage, traits::MonetaryForMessage

frame-std default

Enables std of frame-support ^4.0.0-dev and xcm

frame-support:

Optional frame specific deps

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.

frame-support frame frame-std

Enables frame-support ^4.0.0-dev

xcm frame frame-std