[package] name = "tokio-fork" version = "0.2.1" authors = ["南浦月 "] edition = "2021" license = "MIT" homepage = "https://github.com/nanpuyue/tokio-fork" repository = "https://github.com/nanpuyue/tokio-fork" categories = ["asynchronous", "os::unix-apis"] keywords = ["async", "fork", "linux", "non-blocking", "tokio"] description = "Fork a process and wait the child process asynchronously" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.112" tokio = { version = "1.15.0", features = ["signal"] } [dev-dependencies] tokio = { version = "1.15.0", features = ["rt", "signal"] }