# 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 = "together-rs" version = "0.3.1" authors = ["Michael Lawrence "] description = "A simple tool for running multiple commands together" readme = "README.md" keywords = [ "execute", "process", "command", "cli", "interactive", ] license = "MIT" repository = "https://github.com/michaelblawrence/together-rs" [[bin]] name = "together" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.ctrlc] version = "3.4.2" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.libc] version = "0.2.153" [dependencies.semver] version = "1.0.22" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.subprocess] version = "0.2.9" [dependencies.termion] version = "4.0.2" optional = true [dependencies.toml] version = "0.8.10" [features] default = ["termion"] windows = []