Cargo Features

[dependencies]
si-img = { version = "0.4.0", default-features = false, features = ["blocking", "async"] }
default = async, blocking

These default features are set whenever si-img is added without default-features = false somewhere in the dependency tree.

blocking default

Enables blocking of reqwest ^0.11.23

async default = wasm-bindgen-futures

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wasm-bindgen-futures async