# 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 = "rv3028c7-rtc" version = "0.5.2" authors = ["Todd Stellanova "] description = "RV-3028-C7 and similar Real Time Clock (RTC) no_std driver" readme = "README.md" keywords = [ "no-std", "driver", "embedded-hal", "i2c", "rtc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/tstellanova/rv3028c7-rtc" [dependencies.chrono] version = "0.4.31" default-features = false [dependencies.embedded-hal] version = "0.2.7" [dependencies.rtcc] version = "0.3.0" [dev-dependencies.chrono] version = "0.4.31" features = [ "alloc", "clock", ] default-features = false [dev-dependencies.ds323x] version = "0.5.1" [dev-dependencies.embedded-hal-mock] version = "0.9.0" [dev-dependencies.shared-bus] version = "0.3.1" [target."cfg(target_os = \"linux\")".dev-dependencies.gpiocdev] version = "0.6.1" [target."cfg(target_os = \"linux\")".dev-dependencies.linux-embedded-hal] version = "0.3.0" [target."cfg(target_os = \"linux\")".dev-dependencies.spin_sleep] version = "1.1.1"