# 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 = "epd-waveshare" version = "0.6.0" authors = ["Christoph Groß "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An embedded-hal based driver for ePaper displays from Waveshare formerly published as eink-waveshare-rs" homepage = "https://github.com/caemor/epd-waveshare" documentation = "https://docs.rs/epd-waveshare" readme = "README.md" keywords = [ "ePaper", "Display", "epd", "eink", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "ISC" repository = "https://github.com/Caemor/epd-waveshare.git" [lib] name = "epd_waveshare" path = "src/lib.rs" [[example]] name = "epd1in54_no_graphics" path = "examples/epd1in54_no_graphics.rs" required-features = ["linux-dev"] [[example]] name = "epd2in13_v2" path = "examples/epd2in13_v2.rs" required-features = ["linux-dev"] [[example]] name = "epd2in13bc" path = "examples/epd2in13bc.rs" required-features = ["linux-dev"] [[example]] name = "epd4in2" path = "examples/epd4in2.rs" required-features = ["linux-dev"] [[example]] name = "epd4in2_variable_size" path = "examples/epd4in2_variable_size.rs" required-features = ["linux-dev"] [dependencies.bit_field] version = "0.10.1" [dependencies.embedded-graphics-core] version = "0.4" optional = true [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.embedded-graphics] version = "0.8" [dev-dependencies.embedded-hal-mock] version = "0.11" features = ["eh1"] default-features = false [features] default = [ "graphics", "linux-dev", "epd2in13_v3", ] epd2in13_v2 = [] epd2in13_v3 = [] graphics = ["embedded-graphics-core"] linux-dev = [] type_a_alternative_faster_lut = [] [target."cfg(unix)".dev-dependencies.linux-embedded-hal] version = "0.4.0"