rtc-hal 0.3.1

Platform-agnostic hardware abstraction for Real Time Clock peripherals.
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 = "rtc-hal"
version = "0.3.1"
authors = ["ImplFerris"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic hardware abstraction for Real Time Clock peripherals."
readme = "README.md"
keywords = [
    "rtc",
    "real",
    "clock",
    "hal",
    "driver",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT"
repository = "https://github.com/implferris/rtc-hal"

[features]
defmt = ["dep:defmt"]

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

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