ssh-agent-switcher 1.0.1

SSH agent forwarding and tmux done right
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 = "ssh-agent-switcher"
version = "1.0.1"
authors = ["Julio Merino <julio@meroh.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH agent forwarding and tmux done right"
homepage = "https://github.com/jmmv/ssh-agent-switcher/"
readme = "README.md"
keywords = [
    "screen",
    "ssh",
    "ssh-agent",
    "tmux",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/jmmv/ssh-agent-switcher.git"

[lib]
name = "ssh_agent_switcher"
path = "src/lib.rs"

[[bin]]
name = "ssh-agent-switcher"
path = "src/main.rs"

[dependencies.daemonize]
version = "0.5"

[dependencies.getoptsargs]
version = "0.1"
features = ["env_logger"]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
]

[dependencies.xdg]
version = "3.0"