Cargo Features
[dependencies]
soundtouch = { version = "0.5.1", default-features = false, features = ["alloc", "bundled", "dynamic"] }
- default = alloc
-
The
allocfeature is set by default wheneversoundtouchis added withoutsomewhere in the dependency tree.default-features = false - 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.