st77916 0.1.1

A Rust driver for the ST77916 TFT-LCD display controller
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 = "2024"
name = "st77916"
version = "0.1.1"
build = false
exclude = [
    "Cargo.lock",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust driver for the ST77916 TFT-LCD display controller"
homepage = "https://github.com/goyox86/st77916"
readme = "README.md"
keywords = [
    "embedded",
    "driver",
    "display",
    "st77916",
    "no_std",
]
categories = [
    "embedded",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/goyox86/st77916"

[features]
default = ["embedded-graphics"]
embedded-graphics = ["dep:embedded-graphics-core"]

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

[[test]]
name = "driver"
path = "tests/driver.rs"

[dependencies.embedded-graphics-core]
version = "0.4.1"
optional = true

[dependencies.embedded-hal]
version = "1.0.0"

[dev-dependencies.embedded-graphics]
version = "0.8.2"