Cargo Features

[dependencies]
rtpx = { version = "1.0.0", default-features = false, features = ["channel", "ctp", "atp", "xtp"] }
channel = crossbeam-channel
default = ctp

Default SDK to build

ctp default

CTP SDK

atp

ATP SDK

xtp

XTP SDK

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.

crossbeam-channel channel?