# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "image-to-oled" version = "0.5.0" authors = ["mdegraw "] description = "Converts an ImageBuffer to a 128x64 SSD1306 OLED byte vector" readme = "README.md" keywords = [ "SSD1306", "OLED", ] license = "Apache-2.0" repository = "https://github.com/mdegraw/image-to-oled" [lib] path = "src/lib.rs" [dependencies.image] version = "0.23.14"