# 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 = "tokio-fork" version = "0.2.1" authors = ["南浦月 "] description = "Fork a process and wait the child process asynchronously" homepage = "https://github.com/nanpuyue/tokio-fork" keywords = ["async", "fork", "linux", "non-blocking", "tokio"] categories = ["asynchronous", "os::unix-apis"] license = "MIT" repository = "https://github.com/nanpuyue/tokio-fork" resolver = "2" [dependencies.libc] version = "0.2.112" [dependencies.tokio] version = "1.15.0" features = ["signal"] [dev-dependencies.tokio] version = "1.15.0" features = ["rt", "signal"]