Cargo Features
[dependencies]
jetkcli = { version = "0.1.2-alpha1", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneverjetkcli
is added without
somewhere in the dependency tree.default-features = false - cli default = clap
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.0
Required by the jet binary