Cargo Features

[dependencies]
sigchld = { version = "0.2.4", default-features = false, features = ["os_pipe"] }
default = os_pipe

The os_pipe feature is set by default whenever sigchld is added without default-features = false somewhere in the dependency tree.

os_pipe default

Replacement for std::io::pipe. Without this, the MSRV is 1.63, inherited from libc.

Enables os_pipe