# 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 = "hx1230" version = "0.3.2" authors = ["Viktor Chvátal"] exclude = [ ".gitignore", "doc/display.jpg", ] description = "Driver for the HX1230 display" readme = "README.md" keywords = [ "no-std", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/viktorchvatal/hx1230" resolver = "2" [dependencies.embedded-graphics-core] version = "0.3.3" optional = true [dependencies.embedded-hal] version = "0.2.6" [dev-dependencies.arrayvec] version = "0.7.2" default-features = false [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.stm32f1xx-hal] version = "0.9.0" features = [ "rt", "stm32f103", "medium", ] [features] default = ["embedded_graphics"] embedded_graphics = ["dep:embedded-graphics-core"]