ds1307 0.6.0

Platform-agnostic Rust driver for the DS1307 real-time clock.
Documentation
[dependencies.embedded-hal]
version = "1.0"

[dependencies.rtcc]
version = "0.3"

[dev-dependencies.embedded-hal-mock]
default-features = false
features = ["eh1"]
version = "0.10"

[dev-dependencies.linux-embedded-hal]
version = "0.4"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the DS1307 real-time clock."
documentation = "https://docs.rs/ds1307"
edition = "2021"
homepage = "https://github.com/eldruin/ds1307-rs"
include = ["/**/*.rs", "/Cargo.toml", "/CHANGELOG.md", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["ds1307", "rtc", "clock", "driver", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "ds1307"
readme = "README.md"
repository = "https://github.com/eldruin/ds1307-rs"
rust-version = "1.62"
version = "0.6.0"

[profile.release]
lto = true