ft6x36 0.6.2

Rust driver for Ft6x36 touch screen
Documentation
# 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.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["event_process"]
defmt = ["dep:defmt"]
event_process = []
serde = [
    "event_process",
    "dep:serde",
    "serde?/derive",
]

[lib]
name = "ft6x36"
path = "src/lib.rs"

[dependencies.defmt]
version = "0.3.10"
optional = true

[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