ds1307-rtc 0.2.3

A no_std driver for the DS1307 Real Time Clock (RTC) module
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 = "2024"
name = "ds1307-rtc"
version = "0.2.3"
authors = ["ImplFerris"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std driver for the DS1307 Real Time Clock (RTC) module"
readme = "README.md"
keywords = [
    "ds1307",
    "rtc",
    "clock",
    "time",
    "driver",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT"
repository = "https://github.com/implferris/ds1307-rtc"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "thumbv7m-none-eabi",
    "thumbv7em-none-eabihf",
]

[features]
default = []
defmt = [
    "dep:defmt",
    "rtc-hal/defmt",
]

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

[dependencies.defmt]
version = "1.0.1"
optional = true

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

[dependencies.rtc-hal]
version = "0.3.0"
default-features = false

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = ["eh1"]