# 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 = "ab1024-ega" version = "0.3.0" authors = ["Tommy G <7865781+tommy-gilligan@users.noreply.github.com>"] description = "An embedded-hal SPI driver for AB1024-EGA/AC057TC1 (as used in Inkplate 6 COLOR)" homepage = "https://github.com/tommy-gilligan/ab1024-ega" readme = "README.md" keywords = [ "ab1024-ega", "ac057tc1", "inkplate", "embedded-graphics", "driver", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "LGPL-3.0-or-later" repository = "https://github.com/tommy-gilligan/ab1024-ega" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.num_enum] version = "0.7.2" default-features = false [dev-dependencies.embedded-graphics] version = "0.8.1" [dev-dependencies.tinybmp] version = "0.5.0" [features] default = ["graphics"] graphics = ["dep:embedded-graphics-core"] [target."cfg(not(target_os=\"none\"))".dev-dependencies] [target."cfg(target_os=\"none\")".dev-dependencies.embedded-hal-bus] version = "0.1.0" [target."cfg(target_os=\"none\")".dev-dependencies.esp-backtrace] version = "0.10.0" features = [ "esp32", "panic-handler", "exception-handler", "print-uart", ] [target."cfg(target_os=\"none\")".dev-dependencies.esp-println] version = "0.7.0" features = ["esp32"] [target."cfg(target_os=\"none\")".dev-dependencies.hal] version = "0.18.0" features = ["eh1"] package = "esp32-hal"