Cargo Features

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

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

std default

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

frame default = frame-support, frame-system

Enables frame of xp-channel and xp-xcm

Affects receiver::frame, sender::frame

frame-std default

Enables frame-std of xp-channel and xp-xcm and std of frame-support ^4.0.0-dev and frame-system ^4.0.0-dev

frame-support:

Enabled by frame

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

frame-system frame frame-std

Enables frame-system ^4.0.0-dev