# 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 = "2018" name = "ili9341" version = "0.6.0" authors = ["Yuri Iozzelli "] description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" readme = "README.md" keywords = [ "embedded-hal-driver", "display", "LCD", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yuri91/ili9341-rs" [[example]] name = "rtic" [dependencies.display-interface] version = "0.5" [dependencies.embedded-graphics-core] version = "0.4" optional = true [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.7.0" [dev-dependencies.cortex-m-rtic] version = "1.0.0" [dev-dependencies.defmt-rtt] version = "0.3.0" [dev-dependencies.panic-semihosting] version = "0.6" [dev-dependencies.stm32f4xx-hal] version = "0.12.0" features = ["stm32f411"] [features] default = ["graphics"] graphics = ["embedded-graphics-core"]