# 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 = "st7789v2_driver" version = "0.1.0" authors = ["GordonCox"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display Driver to Support for ST7789V2 LCD 1.69 inch with embedded-graphics support" readme = "README.md" license = "MIT" repository = "https://github.com/GordonCox/st7789v2_driver.git" [lib] name = "st7789v2_driver" path = "src/lib.rs" [dependencies.embedded-graphics] version = "0.7.1" [dependencies.embedded-hal] version = "1.0.0"