Cargo Features

PitchDetector has no features set by default.

[dependencies]
pitch-detector = { version = "0.3.1", features = ["hinted", "plot", "test_utils"] }
hinted = peak_finder

Affects test_utils::hinted, note::hinted

plot = plotters

Affects pitch-detector::plot

test_utils = float-cmp, serde, serde_json

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.

serde_json test_utils?
serde test_utils?
peak_finder hinted?
plotters plot?
float-cmp test_utils?