Cargo Features
VControl has no features set by default.
[dependencies]
vcontrol = { version = "0.3.4", features = ["cli"] }
- cli = clap, serde_json
-
Required by vclient and vcontrol binaries
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.
- clap cli?
-
Enables clap ^2.33
- serde_json cli?