# 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 = "2021" name = "multigit" version = "0.1.2" authors = ["Jonathan Wight "] build = "build.rs" description = "A CLI tool to manage multiple Git repositories simultaneously" homepage = "https://github.com/schwa/multigit-rs" readme = "README.md" keywords = [ "git", "cli", "multiple", "repositories", "management", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/schwa/multigit-rs" [dependencies.anyhow] version = "1.0.87" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clap_complete] version = "4.5.26" [dependencies.colored_markup] version = "0.1.1" [dependencies.edit] version = "0.1.5" [dependencies.git2] version = "0.19.0" [dependencies.inquire] version = "0.7.5" [dependencies.path-absolutize] version = "3.1.1" [dependencies.patharg] version = "0.4.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.shadow-rs] version = "0.35.0" [dependencies.shell-words] version = "1.1.0" [dependencies.shellexpand] version = "3.1.0" [dependencies.tabled] version = "0.16.0" [dependencies.termsize] version = "0.1.9" [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" [build-dependencies.shadow-rs] version = "0.35.0"