Cargo Features

[dependencies]
rubato = { version = "0.15.0", 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

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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

realfft fft_resampler
num-complex fft_resampler