Cargo Features

[dependencies]
process-wrap = { version = "8.0.0", default-features = false, features = ["std", "tokio1", "creation-flags", "job-object", "kill-on-drop", "process-group", "process-session", "reset-sigmask"] }
default = creation-flags, job-object, kill-on-drop, process-group, process-session

These default features are set whenever process-wrap is added without default-features = false somewhere in the dependency tree.

std

Frontend: StdCommandWrap

Enables nix

Affects process-wrap::std

tokio1

Frontend: TokioCommandWrap

Enables nix and tokio

Affects process-wrap::tokio

creation-flags default

Wrapper: Creation Flags

Enables Win32_System_Threading of windows

job-object default

Wrapper: Job Object

Enables Win32_Security, Win32_System_Diagnostics_ToolHelp, Win32_System_IO, Win32_System_JobObjects and Win32_System_Threading of windows

kill-on-drop default

Wrapper: Kill on Drop

process-group default process-session

Wrapper: Process Group

process-session default = process-group

Wrapper: Process Session

reset-sigmask

Wrapper: Reset Sigmask