# 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_utils" version = "1.0.1" authors = ["René Ladan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities and definitions for date/time structures for time station decoders." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rene0/radio_datetime_utils" [lib] name = "radio_datetime_utils" path = "src/lib.rs" [[example]] name = "calculate_parities_bcd" path = "examples/calculate_parities_bcd.rs" [[example]] name = "dst" path = "examples/dst.rs" [[example]] name = "get_set_datetime" path = "examples/get_set_datetime.rs" [[example]] name = "leapsecond" path = "examples/leapsecond.rs"