# 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-rs" version = "0.3.0" authors = ["DogeDark"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure Rust driver for the FT6x06 capacitive touch screen controller." readme = "README.md" keywords = [ "embedded-hal", "embedded-hal-async", ] categories = [ "embedded", "no-std", ] license-file = "LICENSE" repository = "https://github.com/DogeDark/ft6x06-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ft6x06_rs" path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" optional = true [features] async-driver = ["embedded-hal-async"] default = ["sync-driver"] sync-driver = ["embedded-hal"]