Cargo Features

[dependencies]
ctrader-fix = { version = "0.5.2", default-features = false, features = ["tokio1", "tokio02", "tokio03", "async_std_default", "async_std_tokio1", "async_std_tokio2", "async_std_tokio3"] }
default = async_std_default

The async_std_default feature is set by default whenever ctrader-fix is added without default-features = false somewhere in the dependency tree.

tokio1 = async_std_tokio1
tokio02 = async_std_tokio2
tokio03 = async_std_tokio3
async_std_default default

Enables async-std

async_std_tokio1 tokio1?

Enables tokio1 of async-std

async_std_tokio2 tokio02?

Enables tokio02 of async-std

async_std_tokio3 tokio03?

Enables tokio03 of async-std

ctrader-fix has 8 features without comments.