[package]
name = "pickey"
version = "0.4.0"
edition = "2021"
description = "Automatic SSH key selection for git"
license = "MIT"
repository = "https://github.com/simeoncode/pickey"
homepage = "https://github.com/simeoncode/pickey"
documentation = "https://docs.rs/pickey"
readme = "README.md"
keywords = ["git", "ssh", "github", "identity", "cli"]
categories = ["command-line-utilities", "development-tools"]
include = [
"/src/**",
"/Cargo.toml",
"/Cargo.lock",
"/README.md",
"/DESIGN.md",
"/CHANGELOG.md",
"/logo.svg",
]
[dependencies]
clap = { version = "4", features = ["derive"] }
glob-match = "0.2"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
dirs = "6"
[dev-dependencies]
tempfile = "3"