# 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 = "2021" name = "pcf85063a" version = "0.1.1" description = "An embedded-hal driver for the pcf85063a RTC" homepage = "https://github.com/tweedegolf/pcf85063a" readme = "README.md" keywords = [ "no_std", "embedded", "RTC", "pcf85063a", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/pcf85063a" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.time] version = "0.3.17" default-features = false [features] defmt = ["dep:defmt"]