Cargo Features
[dependencies]
docker-command = { version = "5.0.1", default-features = false, features = ["logging"] }
- default = logging
-
The
logging
feature is set by default wheneverdocker-command
is added without
somewhere in the dependency tree.default-features = false - logging default
-
Enables logging of command-run and users
docker-command has 2 features without comments.