Cargo Features

[dependencies]
cargo-dist = { version = "0.13.3", default-features = false, features = ["cli", "fear_no_msrv"] }
default = cli

The cli feature is set by default whenever cargo-dist is added without default-features = false somewhere in the dependency tree.

cli default = axocli, axoupdater, clap, clap-cargo, console, serde_json

Required by the binary

fear_no_msrv

Use bleeding edge features that might mess up people using 'cargo install'
with older toolchains. This is used for our prebuilt binaries.

Enables stdout_to_stderr_modern of axoprocess

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

Features only used by the cli

serde_json cli
console cli
clap-cargo cli
axocli cli
axoupdater cli

Enables axoupdater ^0.5.1