Cargo Features

cli-candlestick-chart has no features set by default.

[dependencies]
cli-candlestick-chart = { version = "0.4.1", features = ["bin-app", "reqwest"] }
bin-app = clap, csv, serde, serde_json

Required by the binary

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.

reqwest implicit feature

Enables reqwest ^0.11

reqwest:

higher level HTTP client library

clap bin-app?

Enables clap ^2.33.3

csv bin-app?
serde bin-app?
serde_json bin-app?