Cargo Features
[dependencies]
quicli = { version = "0.4.0", default-features = false, features = ["full-throttle"] }
- default = full-throttle
-
The
full-throttle
feature is set by default wheneverquicli
is added without
somewhere in the dependency tree.default-features = false - full-throttle default = globwalk, rayon, remove_dir_all, serde, serde_derive
-
Affects
quicli::fs
…
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.