# 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] name = "wei-job-scheduler" version = "1.2.2" authors = ["Lori Holden "] description = "A simple cron-like job scheduling library for Rust." documentation = "https://docs.rs/job_scheduler/" readme = "README.md" keywords = [ "cron", "crontab", "scheduler", "job", ] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/lholden/job_scheduler" [dependencies.chrono] version = "~0.4" [dependencies.cron] version = "0.12.0" [dependencies.uuid] version = "0.8" features = ["v4"]