Cargo Features
[dependencies]
boxxy = { version = "0.14.0", default-features = false, features = ["full", "readline", "network", "archives"] }
- default = readline
-
The
readline
feature is set by default wheneverboxxy
is added without
somewhere in the dependency tree.default-features = false - full = archives, network, readline
- readline default full? = rustyline
-
Affects
boxxy::completer
… - network full? = futures-util, reqwest, rustls, sha2, tokio
-
Affects
busybox::network
,boxxy::crypto
… - archives full? = libflate, tar
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.