# 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 = "cargo-mpirun" version = "0.1.8" authors = ["Andrew Gaspar "] description = " `cargo mpirun` allows you to easily build and run your MPI applications in\n a single command. It emulates `cargo run`, allowing you to specify a target to be built and run, and cargo takes care of the rest." readme = "README.md" keywords = ["message-passing", "parallel", "MPI", "cargo-subcommand"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/AndrewGaspar/cargo-mpirun" [dependencies.cargo_metadata] version = "0.9.1" [dependencies.clap] version = "~2.33.0" features = ["yaml"] [badges.travis-ci] branch = "master" repository = "AndrewGaspar/cargo-mpirun"