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.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hi"
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 = "gitprofiles"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.101"

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

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

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

[dependencies.toml]
version = "0.9.11"

[dependencies.xdg]
version = "3.0.0"

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

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

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