process-fun-macro 0.1.0

Procedural macros for process-fun, a Rust library for process management and IPC
Documentation
[dependencies.prettyplease]
version = "0.2.25"

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.process-fun-core]
version = "0.1.0"

[dependencies.quote]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.132"

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

[features]
debug = []
test-nocapture = []

[lib]
name = "process_fun_macro"
path = "src/lib.rs"
proc-macro = true

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