# 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 = "ft6x06" version = "0.1.2" authors = [ "Shantanu Gaikwad", "Ken Sedgwick", ] description = "A platform agnostic driver for the FT6x06 type touch panel controller used on STM32F4 series board." readme = "README.md" keywords = [ "embedded-hal-driver", "embedded-hal", "FT6x06", "touchscreen", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Srg213/ft6x06" resolver = "2" [profile.dev] opt-level = "z" debug = 1 [profile.release] opt-level = "z" debug = 1 [[example]] name = "touch" [[example]] name = "multi_touch" [[example]] name = "interface" required-features = ["fsmc_lcd"] [[example]] name = "display_touch" required-features = ["fsmc_lcd"] [[example]] name = "glogic" required-features = [ "fsmc_lcd", "gesture", ] [dependencies.cortex-m] version = "0.7" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.heapless] version = "0.7" optional = true [dependencies.panic-probe] version = "0.2" features = ["print-rtt"] [dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] [dev-dependencies.cortex-m-rt] version = ">=0.6.15, <0.8" [dev-dependencies.display-interface-spi] version = "0.4" [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.panic-semihosting] version = "0.5.2" [dev-dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] [dev-dependencies.st7789] version = "0.6.1" [dev-dependencies.stm32f4xx-hal] version = "0.13.2" [features] fsmc_lcd = ["stm32f4xx-hal/fsmc_lcd"] gesture = ["dep:heapless"] stm32f412 = ["stm32f4xx-hal/stm32f412"] stm32f413 = [ "stm32f4xx-hal/stm32f413", "stm32f4xx-hal/fmpi2c1", ]