Cargo Features
[dependencies]
steamgriddb_api = { version = "0.3.1", default-features = false, features = ["async", "blocking"] }
- default = async
-
The
async
feature is set by default wheneversteamgriddb_api
is added without
somewhere in the dependency tree.default-features = false - async default
- blocking
steamgriddb_api has 3 features without comments.