par-term-ssh 0.1.1

SSH host management and discovery for par-term terminal emulator
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 = "par-term-ssh"
version = "0.1.1"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH host management and discovery for par-term terminal emulator"
homepage = "https://github.com/paulrobello/par-term"
readme = false
keywords = [
    "terminal",
    "ssh",
    "mdns",
    "discovery",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
resolver = "2"

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

[dependencies.dirs]
version = "6.0"

[dependencies.log]
version = "0.4.29"

[dependencies.mdns-sd]
version = "0.18"

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