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
somewhere in the dependency tree.default-features = false - 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.