# 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-macro" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for process-fun, a Rust library for process management and IPC" documentation = "https://docs.rs/process-fun-macro" readme = "README.md" keywords = [ "process", "ipc", "macros", ] categories = [ "development-tools", "os", ] license = "Apache-2.0" repository = "https://github.com/eytans/process-fun-rs" [lib] name = "process_fun_macro" path = "src/lib.rs" proc-macro = true [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.1" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.syn] version = "2.0.90" features = [ "full", "full", ] [features] debug = [] test-nocapture = []