summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7e444074c6c08dec3337fc7291e4d1a263a23d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "parallel"
version = "0.11.2"
authors = ["Michael Aaron Murphy <mmstickman@gmail.com>"]
license = "MIT"
description = "Command-line CPU load balancer for executing jobs in parallel"
repository = "https://github.com/mmstick/parallel"
keywords = ["cli", "parallel", "cpu", "load", "balancer"]
categories = ["command-line-utilities"]
readme = "README.md"

[dependencies]
itoa         = "0.3"
numtoa       = "0.0"
num_cpus     = "1.5"
permutate    = "0.3"
arrayvec     = "0.3"
time         = "0.1"
smallvec     = "0.4"
sys-info     = "0.4"
wait-timeout = "0.1"