# 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 = "ssd1331" version = "0.3.0" authors = ["James Waples "] exclude = [".travis.yml", ".gitignore"] description = "I2C/SPI driver for the SSD1331 OLED display controller" documentation = "https://docs.rs/ssd1331" readme = "README.md" keywords = ["no-std", "ssd1331", "oled", "embedded", "embedded-hal-driver"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jamwaffles/ssd1331" [package.metadata.docs.rs] all-features = true targets = ["thumbv7m-none-eabi"] [profile.dev] codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 debug = true [dependencies.embedded-graphics-core] version = "0.3.2" optional = true [dependencies.embedded-hal] version = "0.2.3" [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.6.11" [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.panic-semihosting] version = "0.5.3" [dev-dependencies.stm32f1xx-hal] version = "0.7.0" features = ["rt", "stm32f103"] [dev-dependencies.tinybmp] version = "0.3.1" [features] default = ["graphics"] graphics = ["embedded-graphics-core"] [badges.circle-ci] branch = "master" repository = "jamwaffles/ssd1331"