Cargo Features

[dependencies]
pitchy = { version = "0.1.1", default-features = false, features = ["std", "libm"] }
default = std

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

std default

Affects math::powf2, math::log2, math::round

libm

Enables libm