# 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 = "cargo-pando" version = "0.3.0" authors = ["Kevin M Granger "] description = "Perform tasks concurrently over multiple copies of your repo, over multiple toolchains and/or git revisions." readme = "README.md" categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"] license = "MPL-2.0" repository = "https://github.com/KevinMGranger/cargo-pando" [dependencies.console] version = "0.9.1" [dependencies.crossbeam] version = "0.7.3" [dependencies.failure] version = "0.1.5" [dependencies.git2] version = "0.10.0" [dependencies.indicatif] version = "0.13.0" [dependencies.num_cpus] version = "1.9.0" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.serde_yaml] version = "0.8.8" [dependencies.structopt] version = "0.3.3" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "KevinMGranger/cargo-pando"