Cargo Features
[dependencies]
docker_compose = { version = "0.3.9", default-features = false, features = ["unstable", "glob", "serde_codegen"] }
- default = glob, serde_codegen
-
These default features are set whenever
docker_compose
is added without
somewhere in the dependency tree.default-features = false - unstable = clippy, serde_macros
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.
- clippy unstable?
- glob build default
-
Enables glob ^0.2.11
- serde_codegen build default
-
Enables serde_codegen ^0.8
- serde_macros unstable?