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 whenevercargo-rocket-docker
is added without
somewhere in the dependency tree.default-features = false - 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.