[package] name = "tokio_schedule" version = "0.3.2" authors = ["dedefer "] edition = "2018" readme = "README.md" license = "MIT" keywords = ["async", "tokio", "schedule", "cron"] categories = ["asynchronous", "concurrency", "date-and-time"] repository = "https://github.com/dedefer/tokio_schedule" homepage = "https://github.com/dedefer/tokio_schedule" description = "This crate helps schedule tasks in tokio runtime" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" tokio = { version = "1", features = ["time"] } [dev-dependencies] regex = "1.5.4" tokio = { version = "1", features = ["full"] }