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
somewhere in the dependency tree.default-features = false - 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.