# 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 = "heliocron" version = "0.8.1" authors = ["Michael Freeborn "] exclude = ["assets/"] description = "A simple program for calculating sunrise, sunset and related times, which can be integrated with cron to trigger other programs to run when these events occur" homepage = "https://github.com/mfreeborn/heliocron" documentation = "https://github.com/mfreeborn/heliocron" readme = "README.md" keywords = [ "cron", "crontab", "sunrise", "unix", "scheduler", ] categories = [ "command-line-utilities", "date-and-time", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mfreeborn/heliocron" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = ["derive"] [dependencies.crossterm] version = "0.24.0" [dependencies.dirs] version = "4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-walltime] version = "0.1.2" [dependencies.toml] version = "0.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [dev-dependencies.pretty_assertions] version = "1" [features] integration-test = [] [badges.maintenance] status = "actively-developed"