ssd1315 0.2.3

SSD1315 OLED driver.
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 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 = "2021"
name = "ssd1315"
version = "0.2.3"
authors = ["Yue Fei <infyniteheap1123@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSD1315 OLED driver."
documentation = "https://docs.rs/ssd1315"
readme = "README.md"
keywords = [
    "no_std",
    "embedded",
    "graphics",
]
categories = [
    "no-std",
    "embedded",
    "hardware-support",
]
license = "GPL-3.0"
repository = "https://github.com/InfyniteHeap/ssd1315"

[lib]
name = "ssd1315"
path = "src/lib.rs"

[dependencies.display-interface]
version = "0.5"

[dependencies.display-interface-i2c]
version = "0.5"

[dependencies.display-interface-spi]
version = "0.5"

[dependencies.embedded-graphics-core]
version = "0.4"

[dependencies.embedded-hal]
version = "1"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true