# 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 = "git-project" version = "0.2.0" authors = ["Nate Mara "] description = "Manage piles of git repositories with ease!" readme = "README.md" categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0" repository = "https://github.com/Kroger-Technology/git-project" [dependencies.auto_from] version = "0.2.0" [dependencies.git2] version = "0.7.5" [dependencies.itertools] version = "0.7.11" [dependencies.lazy_static] version = "1.2.0" [dependencies.pathdiff] version = "0.1.0" [dependencies.rayon] version = "1.0.3" [dependencies.regex] version = "1.1.0" [dependencies.structopt] version = "0.2.13" [dependencies.url] version = "1.7.2" [dependencies.walkdir] version = "2.2.7" [dev-dependencies.rstest] version = "0.2"