# 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 = "rp-rs-radio-clock" version = "1.0.1" authors = [ "the rp-rs team", "René Ladan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DCF77 and MSF receiver on a Raspberry Pi Pico" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rene0/rp-rs-radio-clock" [[bin]] name = "rp-rs-radio-clock" path = "src/main.rs" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" [dependencies.dcf77_utils] version = "1.0" [dependencies.defmt-rtt] version = "0.4" [dependencies.embedded-hal] version = "1.0" [dependencies.fugit] version = "0.3" [dependencies.hd44780-driver] version = "0.4" [dependencies.heapless] version = "0.8" [dependencies.msf60_utils] version = "1.0" [dependencies.panic-halt] version = "1.0" [dependencies.radio_datetime_utils] version = "1.0" [dependencies.rp-pico] version = "0.9"