# 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" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for process management and inter-process communication" documentation = "https://docs.rs/process-fun" 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" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.interprocess] version = "2.2.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.29" features = ["process"] [dependencies.process-fun-core] version = "0.1.1" [dependencies.process-fun-macro] version = "0.1.1" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0.214" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.132" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "2.0.4" [dev-dependencies.tempfile] version = "3.10" [features] debug = [ "process-fun-macro/debug", "process-fun-core/debug", ] default = ["debug"]