# 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 = "dcf77_utils" version = "1.0.1" authors = ["René Ladan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DCF77 receiver for embedded platforms." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rene0/dcf77_utils" [lib] name = "dcf77_utils" path = "src/lib.rs" [[example]] name = "calculate_third_party" path = "examples/calculate_third_party.rs" [[example]] name = "decode_datetime_logfile" path = "examples/decode_datetime_logfile.rs" [[example]] name = "decode_datetime_pretend_live" path = "examples/decode_datetime_pretend_live.rs" [[example]] name = "detect_jumps" path = "examples/detect_jumps.rs" [dependencies.radio_datetime_utils] version = "1.0"