Cargo Features

[dependencies]
fsolver = { version = "1.0.0", default-features = false, features = ["all", "async", "blocking"] }
default = async

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

all = async, blocking
async default all?

Affects fsolver::non_blocking

blocking all?

Enables blocking of reqwest

Affects fsolver::blocking