pickey 0.4.0

Automatic SSH key selection for git
# 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 = "2021"
name = "pickey"
version = "0.4.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/DESIGN.md",
    "/CHANGELOG.md",
    "/logo.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic SSH key selection for git"
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",
]
license = "MIT"
repository = "https://github.com/simeoncode/pickey"

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

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

[dependencies.dirs]
version = "6"

[dependencies.glob-match]
version = "0.2"

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

[dependencies.toml]
version = "0.8"

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