Cargo Features

[dependencies]
breadx-image = { version = "0.1.0", default-features = false, features = ["std", "async"] }
default = std

The std feature is set by default whenever breadx-image is added without default-features = false somewhere in the dependency tree.

std default

Enables std of breadx

async

Enables async of breadx

Affects ext::AsyncDisplayExt