Cargo Features

[dependencies]
rzup = { version = "0.6.0-rc.1", default-features = false, features = ["cli", "install", "publish"] }
default = cli, install, publish

These default features are set whenever rzup is added without default-features = false somewhere in the dependency tree.

cli default

Enables clap, colored, indicatif ^0.17.9, and is-terminal

Affects rzup::cli

install default

Enables flate2, fs2, http, liblzma, reqwest ^0.12.15, serde_json, and tar

publish default

Enables aws-config, aws-credential-types, aws-sdk-secretsmanager, aws-sigv4, http, liblzma, rand ^0.8, reqwest ^0.12.15, serde_json, tar, tokio, and walkdir