# 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 = "process-fun-core" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core functionality for process-fun, a Rust library for process management and IPC" documentation = "https://docs.rs/process-fun-core" readme = "README.md" keywords = [ "process", "ipc", "communication", ] categories = [ "development-tools", "os", ] license = "Apache-2.0" repository = "https://github.com/eytans/process-fun-rs" [lib] name = "process_fun_core" path = "src/lib.rs" [dependencies.interprocess] version = "2.2.2" [dependencies.nix] version = "0.29" features = [ "process", "fs", "signal", ] [dependencies.serde] version = "1.0.214" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.132" [dependencies.syn] version = "2.0.90" features = ["full"] [dependencies.thiserror] version = "2.0.4" [features] debug = []