[package] name = "two-rusty-forks-macro" version = "0.4.0" authors = ["Jason Lingle", "Ivan Nikulin "] license = "MIT/Apache-2.0" readme = "../README.md" repository = "https://github.com/altsysrq/rusty-fork" documentation = "https://docs.rs/two-rusty-forks-macro" keywords = ["testing", "process", "fork"] categories = ["development-tools::testing"] edition = "2018" description = """ Proc-macro library for rusty-fork. """ [lib] proc-macro = true [dependencies] quote = "1" syn = { version = "1", features = ["full"] } [dev-dependencies] two-rusty-forks = { path = "../", features = ["macro", "timeout"] } tokio = { version = "0.2", features = ["rt-threaded", "macros"] }