Cargo Features

[dependencies]
cargo-rocket-docker = { version = "1.0.0", default-features = false, features = ["docker", "cli"] }
default = docker

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

docker default = cli

Required by the cargo-docker binary

cli docker = atty, structopt

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.

atty cli?
structopt cli?