Cargo Features
[dependencies]
watchexec-cli = { version = "2.2.0", default-features = false, features = ["eyra", "pid1", "pid1-withlog", "dev-console"] }
- default = pid1
-
The
pid1
feature is set by default wheneverwatchexec-cli
is added without
somewhere in the dependency tree.default-features = false - eyra
-
Build using Eyra's pure-Rust libc
Enables eyra
- pid1 default pid1-withlog?
-
Enables PID1 handling.
Enables pid1
- pid1-withlog = pid1
-
Enables logging for PID1 handling.
- dev-console
-
For debugging only: enables the Tokio Console.
Enables console-subscriber