# 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 = "2021" name = "jact" version = "0.4.2" authors = ["Erich Lohrmann "] description = "Schedule tasks on tokio using cron-like annotation. Also schedule tasks at an instant or repeat them at a fixed duration." readme = "README.md" keywords = [ "cron", "scheduler", "job", "tokio", "async", ] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/erichCompSci/jact" [dependencies.async-trait] version = "^0.1.52" [dependencies.chrono] version = "^0.4" [dependencies.cron] version = "^0.12" [dependencies.futures] version = "^0.3.17" [dependencies.scopeguard] version = "^1.1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "^0.8" features = ["v4"] [dev-dependencies.tokio-test] version = "^0.4.2"