# 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" rust-version = "1.75.0" name = "tasklet" version = "0.2.3" authors = ["Stavros Grigoriou "] description = "An asynchronous task scheduling library" readme = "README.md" keywords = [ "cron", "scheduling", "tasks", "tasklet", "async", ] license = "MIT" repository = "https://github.com/stav121/tasklet" [dependencies.chrono] version = "0.4.38" [dependencies.cron] version = "0.12.1" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.simple_logger] version = "5.0.0" [dev-dependencies.tokio-test] version = "0.4.4"