# 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 = "2018" name = "tokio_schedule" version = "0.3.2" authors = ["dedefer "] description = "This crate helps schedule tasks in tokio runtime" homepage = "https://github.com/dedefer/tokio_schedule" readme = "README.md" keywords = [ "async", "tokio", "schedule", "cron", ] categories = [ "asynchronous", "concurrency", "date-and-time", ] license = "MIT" repository = "https://github.com/dedefer/tokio_schedule" [dependencies.chrono] version = "0.4" [dependencies.tokio] version = "1" features = ["time"] [dev-dependencies.regex] version = "1.5.4" [dev-dependencies.tokio] version = "1" features = ["full"]