running-process-client 3.4.1

Lightweight synchronous IPC client for the running-process daemon
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"
rust-version = "1.85"
name = "running-process-client"
version = "3.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight synchronous IPC client for the running-process daemon"
homepage = "https://github.com/zackees/running-process"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/zackees/running-process"

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

[dependencies.dirs]
version = "6"

[dependencies.interprocess]
version = "2"

[dependencies.prost]
version = "0.14"

[dependencies.running-process-proto]
version = "3.4.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"