# 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 = "async-cron-scheduler" version = "2.0.1" authors = ["Michael Aaron Murphy "] description = "Runtime-agnostic async task scheduler with cron expression support" readme = "README.md" keywords = [ "cron", "job", "scheduler", "tokio", "smol", ] categories = [ "asynchronous", "date-and-time", ] license = "MPL-2.0" repository = "https://github.com/pop-os/async-cron-scheduler" [dependencies.chrono] version = "0.4.31" [dependencies.cron] version = "0.12.0" [dependencies.futures] version = "0.3.30" [dependencies.slotmap] version = "1.0.7" [dependencies.tachyonix] version = "0.2.1" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.smol] version = "2.0.0" [features] logging = ["dep:tracing"]