Cargo Features

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

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

async default
blocking

steamgriddb_api has 3 features without comments.