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

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.

serde full-throttle
serde_derive full-throttle
globwalk full-throttle

Enables globwalk ^0.3

rayon full-throttle
remove_dir_all full-throttle

Enables remove_dir_all ^0.5.1