# 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 = "2018" name = "runtasktic" version = "1.0.0" authors = ["Jones Magloire @Joxit"] description = "Command-line task management tool for execution of regular long sequential or parallel tasks." homepage = "https://github.com/Joxit/runtasktic" documentation = "https://docs.rs/runtasktic/" readme = "README.md" keywords = [ "cli", "shell", "command", "task", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Joxit/runtasktic" [dependencies.anyhow] version = "^1.0" [dependencies.attohttpc] version = "^0.26" [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^4.4" features = ["derive"] [dependencies.clap_complete] version = "^4.4" [dependencies.cron] version = "0.12" [dependencies.hostname] version = "^0.3" [dependencies.json] version = "^0.12" [dependencies.libc] version = "^0.2" [dependencies.linked-hash-map] version = "^0.5" [dependencies.openssl] version = "^0.10" features = ["vendored"] [dependencies.regex] version = "^1.3" [dependencies.sha256] version = "^1.4" [dependencies.yaml-rust] version = "^0.4"