# 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" rust-version = "1.78" name = "easy-git" version = "0.2.0" authors = ["gildembergleite "] description = "Uma ferramenta interativa para gerenciar usuários Git em repositórios locais e globais." homepage = "https://github.com/gildembergleite/easy-git" documentation = "https://github.com/gildembergleite/easy-git" readme = "README.md" keywords = [ "git", "config", "cli", "tool", ] categories = [ "development-tools", "version-control", ] license = "MIT" repository = "https://github.com/gildembergleite/easy-git" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.3" [dependencies.termcolor] version = "1.4.1"