[package]
name = "delay_timer"
version = "0.1.0"
authors = ["binchengZhao <binchengZhao@outlook.com>"]
edition = "2018"
repository = "https://github.com/BinChengZhao/delay-timer"
documentation = "https://docs.rs/delay_timer"
readme = "README.md"
description = "delayTimer is a task manager based on a time wheel algorithm, which makes it easy to manage timed tasks, or to periodically execute arbitrary tasks such as closures."
keywords = [ "cron", "schedule", "repeat", "periodic", "time" ]
license = "Apache-2.0 OR MIT"
[lib]
name = "delay_timer"
[dependencies]
smol = "1.0.0"
cron_clock = "0.6.6"
anyhow = "1.0.31"
threadpool = "1.8.1"
rs-snowflake = "0.3.0"
waitmap = "1.1.0"
[dev-dependencies]
surf = "2.1.0"
[dev-dependencies.async-std]
version = "1.6.3"
features = ["attributes"]