# 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] edition = "2018" name = "async-cmd" version = "0.1.1" authors = ["Cyrill Burgener "] description = "A tool to run shell commands in parallel." readme = "README.md" keywords = ["parallel", "shell"] license = "GPL-3.0-or-later" license-file = "LICENSE" repository = "https://github.com/ctbur/async/" [[bin]] name = "async" path = "src/main.rs" [dependencies.bincode] version = "1.1.4" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.6.1" [dependencies.libc] version = "0.2.58" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.num_cpus] version = "1.10.1" [dependencies.serde] version = "1.0.92" features = ["derive"] [dependencies.structopt] version = "0.2.16" [dependencies.threadpool] version = "1.7.1"