[dependencies.chrono]
version = "0.4"
[dependencies.cron]
version = "0.11"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.futures]
optional = true
version = "0.3.26"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["sync", "rt-multi-thread", "time", "macros"]
optional = true
version = "1.25"
[features]
all = ["async", "sync"]
async = ["dep:tokio", "dep:futures"]
default = ["sync"]
sync = []
[package]
authors = ["Tran Tuyen <vat1906@gmail.com>"]
description = "A cron job library for Rust."
documentation = "https://docs.rs/cron_tab"
edition = "2018"
homepage = "https://github.com/tuyentv96/rust-crontab"
keywords = ["time", "cron", "scheduler", "crontab", "delay"]
license = "MIT"
name = "cron_tab"
readme = "README.md"
repository = "https://github.com/tuyentv96/rust-crontab"
version = "0.2.1"