Cargo Features
[dependencies]
spotify-dl = { version = "0.5.4", default-features = false, features = ["mp3"] }
- default = mp3
-
The
mp3
feature is set by default wheneverspotify-dl
is added without
somewhere in the dependency tree.default-features = false - mp3 default
-
Enables mp3lame-encoder ^0.1.5
spotify-dl has 2 features without comments.