# 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 = "tokio-cron" version = "0.1.3" description = "A simple cron scheduler for tokio" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.24" [dependencies.cron] version = "0.12.0" [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["fmt"]