# 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.13" authors = ["Ľubomír Kurčák "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quickly spin up/down groups of command-line tasks with automated recovery" readme = "README.md" keywords = [ "cli", "task", "automation", "recovery", "tend", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lubomirkurcak/tend" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "tend" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" 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.process-wrap] version = "8.0.2" features = ["tokio1"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", "time", "io-util", "signal", "process", "sync", ]