Cargo Features

[dependencies]
opensubs = { version = "0.1.5", default-features = false, features = ["async", "blocking"] }
default = async

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

async default

Enables reqwest

blocking

Enables blocking of reqwest

Affects client::blocking