# 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 = "skedgy" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple asynchronous job scheduler" documentation = "https://docs.rs/klaatu01/0.0.3/skedgy/" readme = "README.md" keywords = [ "scheduler", "async", "job", "cron", "schedule", ] license = "MIT" repository = "https://github.com/klaatu01/skedgy" [lib] name = "skedgy" path = "src/lib.rs" [dependencies.async-channel] version = "2.3.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.38" [dependencies.cron] version = "0.12.1" [dependencies.dyn-clone] version = "1.0.17" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.22" [dependencies.nanoid] version = "0.4.0" [dependencies.skedgy-derive] version = "0.0.3" [dependencies.tokio] version = "1.40.0" features = [ "time", "rt", "macros", "sync", ] [features] default = []