Cargo Features

[dependencies]
soundtouch = { version = "0.5.1", default-features = false, features = ["alloc", "bundled", "dynamic"] }
default = alloc

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

alloc default
bundled

Enables bundled of soundtouch-ffi

dynamic

Enables dynamic of soundtouch-ffi

soundtouch-ffi:

dynamic feature forces dynamic linking on all platforms

SoundTouch has 4 features without comments.