# 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 = "lightspeed_scheduler" version = "0.60.0" authors = ["Francesco Cina "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule." homepage = "https://github.com/LightHero/lightspeed" readme = "README.md" keywords = [ "schedule", "cron", "job", "periodic", ] license = "MIT" repository = "https://github.com/LightHero/lightspeed" [lib] name = "lightspeed_scheduler" path = "src/lib.rs" [dependencies.arc-swap] version = "1.6" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.chrono-tz] version = "0.10" [dependencies.cron] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", ] default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.tracing-futures] version = "0.2" optional = true [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] tracing = [ "dep:tracing", "dep:tracing-futures", ]