sharedserver 0.4.4

A lightweight CLI tool and library for managing shared servers with reference counting
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 = "2021"
name = "sharedserver"
version = "0.4.4"
authors = ["SharedServer Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight CLI tool and library for managing shared servers with reference counting"
readme = "README.md"
keywords = [
    "server",
    "process-management",
    "neovim",
    "cli",
    "reference-counting",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/georgeharker/shareserver"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "color",
    "help",
    "usage",
    "error-context",
]

[dependencies.clap_complete]
version = "4.4"

[dependencies.colored]
version = "2.1"

[dependencies.libc]
version = "0.2"

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

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.serial_test]
version = "3.0"