# 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 = "sh1106" version = "0.5.0" authors = ["James Waples "] exclude = [ ".travis.yml", ".gitignore", ] description = "I2C/SPI driver for the SH1106 OLED display controller" documentation = "https://docs.rs/sh1106" readme = "README.md" keywords = [ "no-std", "sh1106", "oled", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jamwaffles/sh1106" [package.metadata.docs.rs] targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf", ] [profile.dev] codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 debug = 2 [dependencies.embedded-graphics-core] version = "0.4.0" 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.10" [dev-dependencies.cortex-m-rtic] version = "0.5.9" [dev-dependencies.embedded-graphics] version = "0.8.0" [dev-dependencies.heapless] version = "0.7.10" [dev-dependencies.panic-semihosting] version = "0.5.2" [dev-dependencies.stm32f1xx-hal] version = "0.7.0" features = [ "rt", "stm32f103", ] [features] default = ["graphics"] graphics = ["embedded-graphics-core"] [badges.circle-ci] branch = "master" repository = "jamwaffles/sh1106"