# 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 = "gc9a01-rs" version = "0.4.2" authors = ["Walter Bonetti "] build = false include = [ "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SPI 4-wire driver for GC9A01 display controller" readme = "README.md" keywords = [ "no-std", "gc9a01", "embedded-graphics", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/IniterWorker/gc9a01" [package.metadata.docs.rs] targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf", ] [lib] name = "gc9a01" path = "src/lib.rs" [dependencies.display-interface] version = "0.5.0" [dependencies.display-interface-spi] version = "0.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] [features] default = ["graphics"] graphics = ["embedded-graphics-core"]