process-fun-core 0.1.1

Core functionality for process-fun, a Rust library for process management and IPC
Documentation
[dependencies.interprocess]
version = "2.2.2"

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

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.214"

[dependencies.serde_json]
version = "1.0.132"

[dependencies.syn]
features = ["full"]
version = "2.0.90"

[dependencies.thiserror]
version = "2.0.4"

[features]
debug = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "os"]
description = "Core functionality for process-fun, a Rust library for process management and IPC"
documentation = "https://docs.rs/process-fun-core"
edition = "2021"
keywords = ["process", "ipc", "communication"]
license = "Apache-2.0"
name = "process-fun-core"
readme = "README.md"
repository = "https://github.com/eytans/process-fun-rs"
version = "0.1.1"