Cargo Features

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

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

std default

Enables std of log, sp-runtime ^6.0.0, xbi-channel-primitives, and t3rn-xcm-primitives

frame = frame-support, frame-system, xcm, xcm-primitives

Affects xbi-sender::frame

frame-std default

Enables frame-std and std of t3rn-xcm-primitives and std of frame-support ^4.0.0-dev, frame-system ^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.

xcm-primitives frame? frame-std std

Enables t3rn-xcm-primitives

frame-support frame? frame-std

Enables frame-support ^4.0.0-dev

frame-system frame? frame-std

Enables frame-system ^4.0.0-dev

xcm frame? frame-std