gitprofiles 0.1.0

A CLI for managing multiple Git identities with local enforcement
Documentation
# 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 = "2024"
name = "gitprofiles"
version = "0.1.0"
authors = ["Sawana <contact@sawana.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI for managing multiple Git identities with local enforcement"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "profiles",
    "identity",
    "credentials",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"

[lib]
name = "gitprofiles"
path = "src/lib.rs"

[[bin]]
name = "gitp"
path = "src/bin/gitp.rs"

[[bin]]
name = "gitprofiles"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12.0"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "1.0.3"

[dependencies.xdg]
version = "3.0.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.25.0"