Cargo Features

[dependencies]
il0373 = { version = "0.1.1", default-features = false, features = ["graphics", "sram", "test"] }
default = graphics

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

graphics default = embedded-graphics
sram

Affects graphics::SramGraphicDisplay, interface::DisplayInterface.sram_epd_update_data, interface::DisplayInterface.sram_read, interface::DisplayInterface.sram_write, interface::DisplayInterface.sram_clear, interface::SpiBus, interface::SramDisplayInterface

test = embedded-graphics

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.

embedded-graphics graphics test?