# 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" rust-version = "1.61.0" name = "job_scheduler_ng" version = "2.0.5" authors = ["Mathijs van Veluw "] description = "A simple cron-like job scheduling library for Rust (Updated since 2022)." documentation = "https://docs.rs/job_scheduler_ng/" readme = "README.md" keywords = [ "cron", "crontab", "scheduler", "job", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackDex/job_scheduler" [dependencies.chrono] version = "~0.4.34" features = ["clock"] default-features = false [dependencies.cron] version = "0.12.0" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.tokio] version = ">=1.37" features = [ "macros", "time", "rt-multi-thread", ]