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 whenever polars-ad-hoc is added without default-features = false somewhere in the dependency tree.

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.

chrono fetch-candlesticks timestamp-builder?
binance-rs-async fetch-candlesticks
serde_json fetch-candlesticks
tokio fetch-candlesticks
futures fetch-candlesticks