[package] name = "image-to-oled" version = "0.5.0" authors = ["mdegraw "] edition = "2021" description = "Converts an ImageBuffer to a 128x64 SSD1306 OLED byte vector" keywords = ["SSD1306", "OLED"] license = "Apache-2.0" repository = "https://github.com/mdegraw/image-to-oled" [lib] path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "0.23.14"