rcrontab 0.1.0

emoji. Scheduling tools for setting periodic automatic execution tasks
Documentation
# 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 = "2024"
rust-version = "1.94.0"
name = "rcrontab"
version = "0.1.0"
authors = ["Carson <jackparadise520a@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
emoji. Scheduling tools for setting periodic automatic execution tasks
"""
readme = "README.md"
keywords = [
    "command-line",
    "task",
    "crontab",
    "schedule",
    "notify",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/CarsonSlovoka/rcron"

[lib]
name = "lib"
path = "src/lib.rs"

[[bin]]
name = "rcrontab"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

[dependencies.colored]
version = "3.1.1"

[dependencies.cron]
version = "0.15.0"

[dependencies.daemonize]
version = "0.5.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.rust-i18n]
version = "3.1.5"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "signal",
]

[dependencies.toml]
version = "1.0.6"