Cargo Features
[dependencies]
flaregun = { version = "0.4.0", default-features = false, features = ["fl", "fl-plot"] }
- default = fl, fl-plot
-
These default features are set whenever
flaregun
is added without
somewhere in the dependency tree.default-features = false - 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