Cargo Features

zune-bmp has no features set by default.

[dependencies]
zune-bmp = { version = "0.5.0-rc3", features = ["std", "log", "rgb_inverse"] }
std

Enables std of zune-core

zune-core:

When present, we can use std facilities to detect if a specific feature exists Not enabled by default. Other zune crates can enable dep:zune-core/std by default. But if we enable it here, they can't disable it anymore. See: https://github.com/rust-lang/cargo/issues/8366

log

Enables log of zune-core

rgb_inverse

zune-bmp has 3 features without comments.