# 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 = "parallel-sh" version = "0.2.0" authors = ["thyrc "] exclude = [".github"] description = "Execute commands in parallel" homepage = "https://crates.io/crates/parallel-sh" readme = "README.md" keywords = [ "cli", "parallel", "concurrency", "shell", ] categories = [ "command-line-utilities", "concurrency", ] license = "MIT" repository = "https://github.com/thyrc/parallel-sh" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" [dependencies.lexopt] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.simplelog] version = "0.12"