# 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 = "cargo-git" version = "0.7.0" authors = ["Cecile Tonglet "] description = "An opinionated helper command to use git with cargo. This does not replace the git command but should be used in conjunction with." homepage = "https://github.com/cecton/cargo-git" readme = "README.md" keywords = ["git", "cargo", "opinionated", "workflow"] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/cecton/cargo-git" [dependencies.bitvec] version = "0.17.4" [dependencies.dirs] version = "3.0.1" [dependencies.git2] version = "0.11.0" [dependencies.git2_credentials] version = "0.4.0" [dependencies.regex] version = "1.3.9" [dependencies.structopt] version = "0.3.17" [dependencies.users] version = "0.10.0" [badges.is-it-maintained-issue-resolution] repository = "cecton/gptman" [badges.is-it-maintained-open-issues] repository = "cecton/gptman"