Cargo Features

[dependencies]
xbi-receiver = { version = "0.3.2", default-features = false, features = ["std", "frame", "frame-std", "responses"] }
default = frame-std, std

These default features are set whenever xbi-receiver 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, xbi-channel-primitives, xbi-format, and xbi-sender

frame = frame-support, frame-system

Affects xbi-receiver::frame

frame-std default

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

requests responses

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.

TODO: share the same crate for sender/receiver and enable via feature flags

frame-support frame? frame-std

Enables frame-support ^4.0.0-dev

frame-system frame? frame-std

Enables frame-system ^4.0.0-dev