# 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-tools" version = "0.1.3" authors = ["Cecile Tonglet "] description = "Git subcommands to help with your workflow." homepage = "https://github.com/cecton/git-tools" readme = "README.md" keywords = ["git", "workflow", "merge", "rebase", "try-merge"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cecton/git-tools" [[bin]] name = "git-try-merge" path = "src/git-try-merge.rs" doc = false [[bin]] name = "git-fork" path = "src/git-fork.rs" doc = false [[bin]] name = "git-push2" path = "src/git-push2.rs" doc = false [[bin]] name = "git-delete" path = "src/git-delete.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.bitvec] version = "0.17.4" [dependencies.dirs] version = "3.0.1" [dependencies.git2] version = "0.13.0" [dependencies.git2_credentials] version = "0.7.0" [dependencies.globset] version = "0.4.6" [dependencies.structopt] version = "0.3.17" [dependencies.users] version = "0.10.0"