Cargo Features

[dependencies]
diol = { version = "0.8.3", default-features = false, features = ["plot"] }
default = plot

The plot feature is set by default whenever diol is added without default-features = false somewhere in the dependency tree.

plot default

Enables plotters

diol has 2 features without comments.