# 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 = "radio_datetime_analyzer" version = "1.0.1" authors = ["René Ladan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Analyzer for log files of time station decoders." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rene0/radio_datetime_analyzer" [lib] name = "radio_datetime_analyzer" path = "src/lib.rs" [[bin]] name = "radio_datetime_analyzer" path = "src/main.rs" [dependencies.dcf77_utils] version = "1.0" [dependencies.msf60_utils] version = "1.0" [dependencies.radio_datetime_utils] version = "1.0"