Cargo Features

[dependencies]
proc-ctl = { version = "0.3.0", default-features = false, features = ["resilience", "async", "proc"] }
default = proc

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

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 once_cell and sysinfo