Cargo Features

[dependencies]
linux-taskstats = { version = "0.6.0", default-features = false, features = ["executable", "format"] }
default = executable

The executable feature is set by default whenever linux-taskstats is added without default-features = false somewhere in the dependency tree.

executable default = clap, env_logger, format

Required by the taskstats binary

format executable = prettytable-rs

Affects linux-taskstats::format

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

env_logger executable

Enables env_logger ^0.10.0

prettytable-rs format?
clap executable