# 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 = "git-mob-tool" version = "1.6.2" authors = ["Mubashwer Salman Khurshid"] include = [ "src/**/*", "Cargo.lock", "Cargo.toml", "LICENSE", "prepare-commit-msg", "README.md", ] description = "A CLI app which can help users automatically add co-author(s) to git commits for pair/mob programming" readme = "README.md" keywords = [ "git", "cli", "pair-programming", "mob-programming", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Mubashwer/git-mob" [package.metadata.binstall] pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/git-mob-{ target }.tar.gz" [[bin]] name = "git-mob" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.inquire] version = "0.7.4" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-context] version = "0.3.0" [target."cfg(unix)".dev-dependencies.rexpect] version = "0.5.0"