Cargo Features
[dependencies]
chartlyrics = { version = "0.3.1", default-features = false, features = ["async", "blocking"] }
- default = async
-
The
asyncfeature is set by default wheneverchartlyricsis added withoutsomewhere in the dependency tree.default-features = false - async default
-
Affects
client::Client… - blocking
-
Affects
client::BlockingClient…