# 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 = "st7789_rs" version = "0.1.5" include = [ "**/*.rs", "Cargo.toml", ] description = "A driver and graphics library for st7789 displays, primarily used on a Raspberry Pi" homepage = "https://github.com/eric-ene/st7789_rs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/eric-ene/st7789_rs" [dependencies.ctrlc] version = "3.4.2" [dependencies.image] version = "0.24.7" [dependencies.imageproc] version = "0.23.0" [dependencies.itertools] version = "0.12.0" [dependencies.rppal] version = "0.16.1" features = ["hal"] [dependencies.rusttype] version = "0.9.3" [dependencies.spidev] version = "0.6.0"