# 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 = "grizzly_scheduler" version = "0.2.0" authors = ["Ivan Brko"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A scheduler for running async tasks using cron expressions. It is built on top of tokio. Tasks can be parallel or sequential. Fuzzy random offset can be added to the cron expression." homepage = "https://github.com/ivan-brko/grizzly_scheduler" documentation = "https://docs.rs/grizzly_scheduler" readme = "README.md" keywords = [ "scheduler", "cron", "async", "tokio", "fuzzy", ] license-file = "LICENSE" repository = "https://github.com/ivan-brko/grizzly_scheduler" [lib] name = "grizzly_scheduler" path = "src/lib.rs" [dependencies.chrono] version = "0.4.33" [dependencies.cron] version = "0.12" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "time", "rt", "macros", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", ] [dev-dependencies.tokio] version = "1" features = ["full"]