# 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 = "xpt2046" version = "0.3.0" authors = ["VersBInarii "] description = "Embedded-hal based XPT2046 driver for TFT LCD displays" keywords = [ "embedded-hal-driver", "xpt2046", "touch", "LCD", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/VersBinarii/xpt2046" resolver = "2" [lib] name = "xpt2046" [[example]] name = "rtic" [dependencies.defmt] version = "0.3.0" optional = true [dependencies.embedded-graphics] version = "0.7.1" [dependencies.embedded-graphics-core] version = "0.3.3" [dependencies.embedded-hal] version = "=1.0.0-alpha.7" [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.ili9341] version = "0.5.0" [dev-dependencies.panic-semihosting] version = "0.6" [dev-dependencies.stm32f4xx-hal] version = "0.13.0" features = ["stm32f411"] [features] with_defmt = ["defmt"]