Cargo Features

[dependencies]
flaregun = { version = "0.3.5", default-features = false, features = ["fl", "fl-plot"] }
default = fl, fl-plot

These default features are set whenever flaregun is added without default-features = false somewhere in the dependency tree.

fl default = clap, structopt

Required by fl and fl-plot binaries

fl-plot default = csv, env_logger, plotly, serde

Required by the fl-plot 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.

env_logger fl-plot

Enables env_logger

fl cli dependencies

clap fl
structopt fl
plotly fl-plot

Enables plotly ^0.9

fl-plot cli dependencies

csv fl-plot
serde fl-plot