# 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 = "ssd1320" version = "0.1.0" authors = ["Boris Vinogradov "] exclude = ["memory.x", "*.bmp", ".cargo", "Embed.toml"] description = "SPI driver for the SSD1320(z2) OLED display controller" documentation = "https://docs.rs/ssd1320" readme = "README.md" keywords = ["no-std", "ssd1320", "oled", "embedded", "embedded-hal-driver"] categories = ["embedded", "no-std"] license = "Apache-2.0" repository = "https://github.com/no111u3/ssd1320z2" [profile.release] lto = true codegen-units = 1 debug = true incremental = false [dependencies.display-interface] version = "0.4" [dependencies.display-interface-spi] version = "0.4" [dependencies.embedded-graphics-core] version = "0.3" optional = true [dependencies.embedded-hal] version = "0.2" [dev-dependencies.cortex-m] version = "0.6.2" [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.embedded-graphics] version = "0.7" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-rtt-target] version = "0.1.0" features = ["cortex-m"] [dev-dependencies.rtt-target] version = "0.2.0" features = ["cortex-m"] [dev-dependencies.stm32f4xx-hal] version = "0.8" features = ["rt", "stm32f401"] [dev-dependencies.tinybmp] version = "0.3.1" [features] default = ["graphics"] graphics = ["embedded-graphics-core"]