Cargo Features
[dependencies]
proc-ctl = { version = "0.4.0", default-features = false, features = ["resilience", "async", "proc"] }
- default = proc
-
The
proc
feature is set by default wheneverproc-ctl
is added without
somewhere in the dependency tree.default-features = false - resilience
-
Enables retry
- async
-
Enables async-recursion and tokio
- proc default
-
Included as a default feature but because sysinfo is relatively heavy-weight to initialise, so it's behind a feature flag to allow it to be disabled if desired.
Enables sysinfo ^0.32.0