Cargo Features

[dependencies]
ctp-rust = { version = "1.0.3", default-features = false, features = ["channel", "ctp", "integration", "test_mode"] }
channel = crossbeam-channel
default = ctp

Default SDK to build

ctp default

CTP SDK

integration

Integration tests that require CTP libraries

test_mode

Test mode without CTP libraries

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?