Cargo Features

[dependencies]
rubato = { version = "0.16.1", default-features = false, features = ["fft_resampler", "log"] }
default = fft_resampler

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

fft_resampler default = num-complex, realfft
log

Enables log

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.

realfft fft_resampler
num-complex fft_resampler