# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "parallel" version = "0.11.3" authors = ["Michael Aaron Murphy "] description = "Command-line CPU load balancer for executing jobs in parallel" readme = "README.md" keywords = ["cli", "parallel", "cpu", "load", "balancer"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mmstick/parallel" [dependencies.sys-info] version = "0.4" [dependencies.smallvec] version = "0.4" [dependencies.time] version = "0.1" [dependencies.permutate] version = "0.3" [dependencies.wait-timeout] version = "0.1" [dependencies.arrayvec] version = "0.3" [dependencies.itoa] version = "0.3" [dependencies.num_cpus] version = "1.5" [dependencies.numtoa] version = "0.0"