# 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 = "2018" name = "ssd1322_di" version = "0.2.0" authors = ["Dilip Dalton "] description = "`display-interface` compatible driver for the SSD1322 OLED display controller" documentation = "https://docs.rs/ssd1322_di" readme = "README.md" keywords = [ "no-std", "ssd1322", "oled", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/ddalton/ssd1322_di" [dependencies.display-interface] version = "^ 0.4" [dependencies.embedded-graphics] version = "^ 0.8" [dependencies.embedded-hal] version = "^ 0.2" [dev-dependencies.display-interface-spi] version = "^ 0.4" [dev-dependencies.embedded-graphics] version = "^ 0.8"