# 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 = "2018" name = "st7789v" version = "0.1.2" description = "A platform agnostic driver to interface with the ST7789V (waveshare 2inch LCD Module), works on VersionFive2" readme = "README.md" keywords = [ "embedded-hal", "display", "VersionFive2", ] categories = [ "ebmedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" [[example]] name = "versionfive2" path = "examples/versionfive2.rs" [dependencies.embedded-graphics] version = "0.6.2" optional = true [dependencies.embedded-hal] version = "0.2.3" [dependencies.spidev] version = "0.5.1" [dependencies.sysfs_gpio] version = "0.6.1" [features] default = ["graphics"] graphics = ["embedded-graphics"]