Cargo Features

[dependencies]
watchexec-cli = { version = "2.1.1", default-features = false, features = ["eyra", "pid1", "pid1-withlog", "dev-console"] }
default = pid1

The pid1 feature is set by default whenever watchexec-cli is added without default-features = false somewhere in the dependency tree.

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