gpx-cli 0.2.1

Automatically switch Git and SSH identities by active profile.
# 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 = "gpx-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically switch Git and SSH identities by active profile."
homepage = "https://github.com/waterlens/gpx"
readme = "README.md"
keywords = [
    "git",
    "ssh",
    "profile",
    "identity",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/waterlens/gpx"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.gix-config]
version = "0.53.0"

[dependencies.gix-discover]
version = "0.48.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.owo-colors]
version = "4.3.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.26.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.4"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"