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 wheneverrubato
is added without
somewhere in the dependency tree.default-features = false - 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.