pcf8563 0.1.0

Platform-agnostic Rust driver for the NXP PCF8563 real-time clock.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.embedded-hal-mock]
version = "0.2"

[package]
authors = ["Michal Lasak <nebelgrau77@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the NXP PCF8563 real-time clock."
documentation = "https://docs.rs/pcf8563"
edition = "2018"
homepage = "https://github.com/nebelgrau77/pcf8563-rs"
include = ["**/*.rs", "/Cargo.toml", "/CHANGELOG.md", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["pcf8563", "rtc", "clock", "driver", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "pcf8563"
readme = "README.md"
repository = "https://github.com/nebelgrau77/pcf8563-rs"
version = "0.1.0"
[profile.release]
lto = true