Cargo Features

[dependencies]
chartlyrics = { version = "0.3.1", default-features = false, features = ["async", "blocking"] }
default = async

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

async default

Affects client::Client

blocking

Enables blocking of reqwest

Affects client::BlockingClient