pcf8563-dd 0.3.0

A driver for the PCF8563/BM8563 real-time clock (uses device-driver crate)
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 = "pcf8563-dd"
version = "0.3.0"
authors = ["Danila Gornushko <me@okhsunrog.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A driver for the PCF8563/BM8563 real-time clock (uses device-driver crate)"
documentation = "https://docs.rs/pcf8563-dd"
readme = "README.md"
keywords = [
    "embedded-hal-driver",
    "async",
    "no-std",
    "rtc",
    "pcf8563",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/okhsunrog/pcf8563-dd"

[features]
default = []
defmt = [
    "dep:defmt",
    "embedded-hal/defmt-03",
    "embedded-hal-async/defmt-03",
    "device-driver/defmt-03",
]
log = ["dep:log"]
rtcc = ["dep:rtcc"]
std = ["thiserror/std"]

[lib]
name = "pcf8563_dd"
path = "src/lib.rs"
test = false
bench = false

[[example]]
name = "test_pcf8563_async"
path = "examples/test_pcf8563_async.rs"

[[example]]
name = "test_pcf8563_blocking"
path = "examples/test_pcf8563_blocking.rs"

[dependencies.bisync]
version = "0.3"

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

[dependencies.device-driver]
version = "1.0.6"
features = ["yaml"]
default-features = false

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

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

[dependencies.log]
version = "0.4"
optional = true

[dependencies.rtcc]
version = "0.4.0"
optional = true

[dependencies.thiserror]
version = "2.0.12"
default-features = false

[dev-dependencies.defmt]
version = "1.0.1"

[dev-dependencies.embassy-embedded-hal]
version = "0.5.0"

[dev-dependencies.embassy-executor]
version = "0.9.1"
features = ["defmt"]

[dev-dependencies.embassy-sync]
version = "0.7.2"
features = ["defmt"]

[dev-dependencies.embassy-time]
version = "0.5.0"
features = ["defmt"]

[dev-dependencies.embedded-hal-bus]
version = "0.3"

[dev-dependencies.esp-bootloader-esp-idf]
version = "0.4.0"
features = [
    "defmt",
    "esp32c3",
]

[dev-dependencies.esp-hal]
version = "1.0.0"
features = [
    "defmt",
    "esp32c3",
    "unstable",
]

[dev-dependencies.esp-rtos]
version = "0.2.0"
features = [
    "defmt",
    "embassy",
    "esp32c3",
]

[dev-dependencies.panic-rtt-target]
version = "0.2.0"
features = ["defmt"]

[dev-dependencies.rtt-target]
version = "0.6.2"
features = ["defmt"]

[dev-dependencies.static_cell]
version = "2.1"