# 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 = "ssd1327-i2c" version = "0.2.0" authors = ["Hugo Eynard "] description = "SSD1327 I2C Driver" readme = "README.md" keywords = [ "i2c", "ssd1327", "no-std", "graphics", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Hugogo22/ssd1327-i2c" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.esp-backtrace] version = "0.9.0" features = [ "esp32", "panic-handler", "exception-handler", "print-uart", ] [dev-dependencies.esp-println] version = "0.7.0" features = ["esp32"] [features] default = ["graphics"] graphics = ["dep:embedded-graphics-core"]