heliocron 0.8.1

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
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "3"

[dependencies.crossterm]
version = "0.24.0"

[dependencies.dirs]
version = "4"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[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 = []

[package]
authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
categories = ["command-line-utilities", "date-and-time"]
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"
documentation = "https://github.com/mfreeborn/heliocron"
edition = "2021"
exclude = ["assets/"]
homepage = "https://github.com/mfreeborn/heliocron"
keywords = ["cron", "crontab", "sunrise", "unix", "scheduler"]
license = "Apache-2.0 OR MIT"
name = "heliocron"
readme = "README.md"
repository = "https://github.com/mfreeborn/heliocron"
resolver = "2"
version = "0.8.1"
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3