# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "epd-waveshare-uart" version = "0.1.0" authors = ["Ioan Herisanu "] description = "An embedded-hal based driver for ePaper displays from Waveshare that use UART. Only 4.3 is supported" homepage = "https://github.com/iohe/epd-waveshare-uart" documentation = "https://docs.rs/epd-waveshare-uart" readme = "README.md" keywords = ["ePaper", "Display", "epd", "eink"] categories = ["embedded", "hardware-support", "no-std"] license = "ISC" repository = "https://github.com/iohe/epd-waveshare-uart.git" [dependencies.arrayvec] version = "0.5.1" [dependencies.embedded-graphics] version = "0.6.0-alpha.2" optional = true [dependencies.embedded-hal] version = "0.2.1" [dependencies.encoding_rs] version = "0.8.20" [features] default = ["epd4in3", "graphics"] epd4in3 = [] graphics = ["embedded-graphics"]