# 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 = "concurrently" version = "0.3.3" authors = ["Ari Seyhun "] description = "Run multiple processes concurrently." readme = "README.md" keywords = [ "tasks", "concurrently", "cli", "parallel", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/tqwewe/concurrently" [[bin]] name = "concurrently" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.cargo_toml] version = "0.15" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.dotenv] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.humantime-serde] version = "1.1.1" [dependencies.indicatif] version = "0.17.5" [dependencies.nix] version = "0.26" features = [ "fs", "process", "term", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.toml] version = "0.7"