# 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 = "lilygo-epd47" version = "0.3.0" authors = ["Frido Koch "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Simple driver for the LilyGo T5 4.7 inch E-Ink Display (HW-Version V2.3 / ESP32S3)" readme = "README.md" keywords = [ "epd", "lilygo", "esp-hal", "ED047TC1", "embedded-graphics", ] categories = [ "embedded", "no-std", ] license = "GPL-3.0" repository = "https://github.com/fridolin-koch/lilygo-epd47-rs" [profile.dev] opt-level = "s" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [lib] name = "lilygo_epd47" path = "src/lib.rs" [[example]] name = "battery" path = "examples/battery.rs" [[example]] name = "counter" path = "examples/counter.rs" [[example]] name = "deepsleep" path = "examples/deepsleep.rs" [[example]] name = "grayscale" path = "examples/grayscale.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" [[example]] name = "screen-repair" path = "examples/screen-repair.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.esp-alloc] version = "0.4.0" [dependencies.esp-hal] version = "0.20" features = [ "esp32s3", "opsram-8m", ] [dev-dependencies.embedded-graphics] version = "0.8.1" [dev-dependencies.esp-backtrace] version = "0.12.0" features = [ "esp32s3", "exception-handler", "panic-handler", "println", ] [dev-dependencies.esp-println] version = "0.9.1" features = [ "esp32s3", "log", ] [dev-dependencies.log] version = "0.4.21" [dev-dependencies.tinybmp] version = "0.6.0" [dev-dependencies.u8g2-fonts] version = "0.4.0" features = ["embedded_graphics_textstyle"] [features] default = ["embedded-graphics"] embedded-graphics = ["embedded-graphics-core"]