Cargo Features

[dependencies]
hftbacktest = { version = "0.7.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

Enables zip ^2.1.3

futures-util live
rand live
uuid backtest
nom backtest

Enables nom ^7.1.3

iceoryx2 live

Enables iceoryx2 ^0.5.0

serde live
toml live
hftbacktest-derive backtest