# 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 = "ssd1680" version = "0.2.0" authors = ["Konstantin Terekhov "] description = "Driver for the SSD1680 e-Paper display (EPD) controller, for use with embedded-hal" documentation = "https://docs.rs/ssd1680" readme = "README.md" keywords = [ "embedded-hal-driver", "epd", "epaper", "driver", "ssd1680", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbv/ssd1680" [profile.release] lto = true [dependencies.display-interface] version = "0.5.0" [dependencies.embedded-graphics] version = "0.8.1" optional = true [dependencies.embedded-hal] version = "1.0.0" [features] default = ["graphics"] graphics = ["embedded-graphics"]