# 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 = "ft6x36" version = "0.6.1" description = "Rust driver for Ft6x36 touch screen" readme = "README.md" categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pyaillet/ft6x36-rs" [dependencies.embedded-hal] version = "1.0.0" [dependencies.num_enum] version = "0.7.0" default-features = false [dependencies.serde] version = "1.0.193" optional = true default-features = false [features] default = ["event_process"] event_process = [] serde = [ "event_process", "dep:serde", "serde?/derive", ]