# 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" rust-version = "1.76.0" name = "rpi-st7789v2-driver" version = "0.2.0" authors = [ "FĂ©lix Saparelli ", "BES Developers ", ] description = "Raspberry-Pi driver for the ST7789V2 TFT display controller (WaveShare 1.69\" 240x280 LCD)" keywords = [ "embedded-graphics", "waveshare", "st7789v2", "lcd", "raspberry-pi", ] categories = [ "embedded", "hardware-support", ] license = "GPL-3.0-or-later" repository = "https://github.com/beyondessential/bestool" resolver = "2" [dependencies.bitvec] version = "1.0.1" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.itertools] version = "0.13.0" [dependencies.miette] version = "7.2.0" optional = true [dependencies.thiserror] version = "1.0.60" [dependencies.tracing] version = "0.1.40" features = ["attributes"] [features] miette = ["dep:miette"] [target."cfg(target_os = \"linux\")".dependencies.rppal] version = "0.18.0"