# 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] name = "ssd1675" version = "0.5.0" authors = ["Wesley Moore "] description = "Driver for the SSD1675 e-Paper display (EPD) controller, for use with embedded-hal" documentation = "https://docs.rs/ssd1675" readme = "README.md" keywords = ["embedded", "epd", "epaper", "display", "ssd1675"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/wezm/ssd1675" [[example]] name = "raspberry_pi_inky_phat" required-features = ["examples"] [dependencies.embedded-graphics] version = "0.7.1" optional = true [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.libm] version = "0.2.2" [dependencies.linux-embedded-hal] version = "0.3.2" optional = true [dependencies.profont] version = "0.5.0" optional = true [features] default = ["graphics"] examples = ["linux-embedded-hal", "profont"] graphics = ["embedded-graphics"]