ssd1306 0.2.3

I2C/SPI driver for the SSD1306 OLED display controller
Documentation
# 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 = "ssd1306"
version = "0.2.3"
authors = ["James Waples <jamwaffles@gmail.com>"]
exclude = [".travis.yml", ".gitignore"]
description = "I2C/SPI driver for the SSD1306 OLED display controller"
documentation = "https://jamwaffles.github.io/ssd1306"
readme = "README.md"
keywords = ["no-std", "ssd1306", "oled", "embedded", "embedded-hal-driver"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamwaffles/ssd1306"
[profile.dev]
codegen-units = 1
incremental = false

[profile.release]
lto = true
codegen-units = 1
debug = true
[dependencies.embedded-graphics]
version = "0.4.5"
optional = true

[dependencies.embedded-hal]
version = "0.2.2"
[dev-dependencies.cortex-m]
version = "0.5.8"

[dev-dependencies.cortex-m-rt]
version = "0.6.7"

[dev-dependencies.panic-semihosting]
version = "0.5.1"

[dev-dependencies.stm32f1xx-hal]
version = "0.2.0"
features = ["rt", "stm32f103"]

[features]
default = ["graphics"]
graphics = ["embedded-graphics"]
[badges.travis-ci]
branch = "master"
repository = "jamwaffles/ssd1306"