[package] name = "akafugu_twidisplay" version = "0.1.0" authors = ["Michal Lasak "] edition = "2018" description = "Platform-agnostic Rust driver for the NXP PCF8563 real-time clock." documentation = "https://docs.rs/pcf8563" readme = "README.md" homepage = "https://github.com/nebelgrau77/pcf8563-rs" repository = "https://github.com/nebelgrau77/pcf8563-rs" license = "MIT OR Apache-2.0" keywords = ["akafugu", "twidisplay", "lcd", "driver", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] include = [ "**/*.rs", "/Cargo.toml", "/CHANGELOG.md", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] [badges] maintenance = { status = "actively-developed" } [dependencies] embedded-hal = "0.2" [dev-dependencies] embedded-hal-mock = "0.2" [profile.release] lto = true