lightspeed_scheduler 0.23.1

An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
Documentation
[package]
name = "lightspeed_scheduler"
license = "MIT"
version = "0.23.1"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
description = "An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule."
edition = "2018"
readme = "README.md"
homepage = "https://github.com/LightHero/lightspeed"
repository = "https://github.com/LightHero/lightspeed"
keywords = ["schedule", "cron", "job", "periodic"]

[dependencies]
atomic = "0.5.0"
cron = "0.6.1"
chrono = "0.4"
chrono-tz = "0.5"
futures = "0.3.5"
log = "0.4"
thiserror = "1.0"
time = "0.1"
tokio = { version = "0.2", features = ["sync", "time"] }
tracing = "0.1.13"
tracing-futures = "0.2.3"

[dev-dependencies]
tokio = { version = "0.2", features = ["macros", "rt-threaded"] }