# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gitall" version = "0.6.0" authors = ["Matthew Mahnke "] build = "build.rs" description = "Executes git(1) commands in repos below a parent directory" documentation = "https://docs.rs/gitall" readme = "README.md" categories = ["command-line-utilities", "development-tools"] license = "Unlicense OR MIT" repository = "https://github.com/mattmahn/gitall.rs" [dependencies.atty] version = "~0.2.11" [dependencies.clap] version = "~2.33.0" [dependencies.num_cpus] version = "1" [dependencies.rayon] version = "~1.4.0" [dependencies.regex] version = "1" [dependencies.termcolor] version = "~1.1.0" [dependencies.walkdir] version = "2" [build-dependencies.clap] version = "~2.33.0"