# 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 = "git_mob" version = "0.4.1" authors = ["Martin Frost "] description = "A CLI tool for social coding." homepage = "https://github.com/Frost/git-mob" readme = "README.md" license = "MIT" repository = "https://github.com/Frost/git-mob" [package.metadata.deb] assets = [["target/release/git-mob", "usr/bin/", "755"], ["target/release/git-solo", "usr/bin/", "755"], ["target/release/git-add-coauthor", "usr/bin/", "755"], ["target/release/git-edit-coauthor", "usr/bin/", "755"], ["target/release/git-delete-coauthor", "usr/bin/", "755"], ["target/man/git-mob.1.gz", "usr/share/man/man1/", "644"], ["target/man/git-solo.1.gz", "usr/share/man/man1/", "644"], ["target/man/git-add-coauthor.1.gz", "usr/share/man/man1/", "644"], ["target/man/git-edit-coauthor.1.gz", "usr/share/man/man1/", "644"], ["target/man/git-delete-coauthor.1.gz", "usr/share/man/man1/", "644"], ["README.md", "usr/share/doc/git-mob/README", "644"]] extended-description = "A set of git subcommands for including co-authors to your git commits." name = "git-mob" priority = "optional" revision = "1" section = "vcs" [dependencies.clap] version = "3.0.0-rc.4" features = ["derive"] [dependencies.dirs] version = "2.0" [dependencies.git2] version = "0.13" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"