# 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 = "tend" version = "0.2.11" authors = ["Ľubomír Kurčák "] description = "Quickly spin up/down groups of command-line tasks with automated recovery" readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lubomirkurcak/tend" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.folktime] version = "0.2.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "time", "io-util", "signal", "process", "sync", ]