# 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_user_manager" version = "0.6.1" description = "cli tool to quickly switch between git users" readme = "README.md" keywords = [ "git", "manager", "config", "user", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Sarrus1/git_user_manager" [[bin]] name = "gum" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.dirs] version = "4.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.read_input] version = "0.8.6" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.147" [dependencies.serde_derive] version = "1.0.147" [dependencies.toml] version = "0.5.9"