ssm-core 0.1.1

Core library for ssm — SSH connection, tunnel, and command manager
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 = "ssm-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for ssm — SSH connection, tunnel, and command manager"
readme = false
keywords = [
    "ssh",
    "tunnel",
    "tui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/isolonenko/ssm"
resolver = "2"

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

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

[dependencies.dirs]
version = "6"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

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