yconn 1.3.0

SSH connection manager for teams and DevOps environments
# 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 = "yconn"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH connection manager for teams and DevOps environments"
homepage = "https://github.com/yanctab/yconn"
readme = "README.md"
keywords = [
    "ssh",
    "connections",
    "devops",
    "cli",
    "manager",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yanctab/yconn"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2.182"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

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

[profile.release]
strip = true