# 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 = "gc9a01a" version = "0.1.1" authors = ["Jonas Spanoghe "] description = "SPI driver for the GC9A01A LCD display controller" readme = "README.md" keywords = [ "no-std", "embedded", "embedded-graphics", "gc9a01a", "display", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/jspngh/gc9a01a-rs" [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [dependencies.display-interface] version = "0.4.1" [dependencies.display-interface-spi] version = "0.4.1" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.embedded-graphics] version = "0.8.0" [dev-dependencies.fugit] version = "0.3" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.rp-pico] version = "0.7" [dev-dependencies.tinybmp] version = "0.5"