# 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 = "rasks" version = "0.3.4" description = "Scheduled background tasks" homepage = "https://github.com/Y0h4n3s/rasks" readme = "README.md" keywords = [ "tasks", "multi-threading", "background", ] license = "MIT" repository = "https://github.com/Y0h4n3s/rasks" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" features = [] [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.32.0" features = ["full"]