# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ssd1327" version = "0.1.0" authors = ["Michael Nitschinger "] description = "I2C driver for the SSD1327 OLED display controller" documentation = "https://docs.rs/ssd1327" keywords = ["no-std", "ssd1327", "oled", "embedded", "embedded-hal-driver"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/daschl/ssd1327" [dependencies.display-interface] version = "0.4" [dependencies.embedded-graphics] version = "0.6" [dependencies.embedded-hal] version = "0.2"