Cargo Features
[dependencies]
polars-ad-hoc = { version = "0.2.0", default-features = false, features = ["fetch-candlesticks", "timestamp-builder"] }
- default = fetch-candlesticks
-
The
fetch-candlesticks
feature is set by default wheneverpolars-ad-hoc
is added without
somewhere in the dependency tree.default-features = false - fetch-candlesticks default = binance-rs-async, chrono, futures, serde_json, timestamp-builder, tokio
-
Affects
polars-ad-hoc::fetch_candlesticks
… - timestamp-builder fetch-candlesticks = chrono
-
Affects
polars-ad-hoc::chrono_range
…
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.