# 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 = "runcc" version = "2.0.3" authors = ["Equal Ma "] description = "run commands concurrently with rust and cargo" homepage = "https://github.com/runcc-rs/runcc" readme = "README.md" keywords = [ "concurrent", "parallel", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", "concurrency", ] license = "MIT" repository = "https://github.com/runcc-rs/runcc" [[bin]] name = "cargo-runcc" required-features = ["cli"] [dependencies.clap] version = "3.0.5" features = ["derive"] optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.regex] version = "1" optional = true [dependencies.ron] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1" features = [ "process", "macros", "rt", "sync", "signal", "io-util", "rt-multi-thread", ] [dependencies.toml] version = "0.5" [dev-dependencies.trycmd] version = "0.9.0" [features] auto_ansi_escape = [ "regex", "lazy_static", ] cli = ["clap"] default = [ "cli", "auto_ansi_escape", ] [target."cfg(windows)".dependencies.rand] version = "0.8"