# 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-extras" version = "0.0.0" authors = ["Federico Damián Schonborn "] description = "tj/git-extras rewritten in Rust" readme = "README.md" keywords = [ "git", "git-extras", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/FedericoSchonborn/git-extras" [[bin]] name = "git-alias" path = "src/bin/git-alias.rs" required-features = ["git-alias"] [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.git2] version = "0.15.0" [dependencies.regex] version = "1.6.0" [features] default = ["git-alias"] git-alias = []