Cargo Features

[dependencies]
procs = { version = "0.14.5", default-features = false, features = ["docker"] }
default = docker

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

docker default = dockworker, tokio

Affects os_linux::docker, os_macos::docker

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.

dockworker docker
tokio docker