Cargo Features

[dependencies]
boxxy = { version = "0.13.1", default-features = false, features = ["full", "readline", "network", "archives"] }
default = readline

The readline feature is set by default whenever boxxy is added without default-features = false somewhere in the dependency tree.

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.

tar archives?

Enables tar

disk: tar

libflate archives?

Enables libflate ^1

rustls network?

Enables rustls ^0.20

network: revshell

sha2 network?
reqwest network?

Enables reqwest ^0.11

network: curl

tokio network?
futures-util network?
rustyline readline

Enables rustyline ^10

readline