Cargo Features

[dependencies]
hftbacktest = { version = "0.5.0", default-features = false, features = ["backtest", "live", "unstable_fuse"] }
default = backtest, live

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

backtest default = hftbacktest-derive, nom, uuid, zip

Affects hftbacktest::backtest

live default = chrono, futures-util, iceoryx2, rand, serde, tokio, toml

Affects hftbacktest::live

unstable_fuse

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.

chrono live
tokio live
zip backtest
futures-util live
rand live
uuid backtest
nom backtest
iceoryx2 live
serde live
toml live
hftbacktest-derive backtest