Cargo Features

[dependencies]
check-latest = { version = "1.0.2", default-features = false, features = ["blocking", "async"] }
default = blocking

The blocking feature is set by default whenever check-latest is added without default-features = false somewhere in the dependency tree.

blocking default

Enables blocking of reqwest ^0.11

Affects check-latest::blocking

async

Affects check-latest::r#async