# 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 = "ft5336" version = "0.2.0" authors = ["bobgates"] description = "A platform agnostic driver for the FT5336 touch screen driver used on the STM32F746 Discovery board, built using the embedded-hal" readme = "README.md" keywords = [ "embedded-hal", "embedded-hal-driver", "FT5663", "touchscreen", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bobgates/ft5336" [dependencies.embedded-hal] version = "0.2.1" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = ">=0.6.15, <0.8" [dev-dependencies.panic-semihosting] version = "0.5.2" [dev-dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] [dev-dependencies.stm32f7xx-hal] version = "0.6.0" features = ["stm32f746"]