# 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 = "2018" name = "change-git-user" version = "1.2.3" authors = ["Spenser Black "] exclude = [".github", ".editorconfig", ".gitignore"] description = "Manage multiple git configurations" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/spenserblack/change-git-user" [[bin]] name = "cgu" path = "src/main.rs" [[bin]] name = "git-change-user" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" optional = true [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.9" optional = true [dependencies.dirs] version = "2" package = "dirs-next" [dependencies.git2] version = "0.13" default-features = false [dependencies.indexmap] version = "1" features = ["serde-1"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5" [features] cli = ["clap"] default = ["prompts", "cli"] prompts = ["dialoguer"]