Cargo Features

[dependencies]
steam-mobile = { version = "0.5.0", default-features = false, features = ["cli"] }
default = cli

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

cli default = anyhow, clap, dialoguer, tokio

This feature is used only if we want a CLI.

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.

anyhow cli
clap cli

Enables clap ^3.1.18

dialoguer cli

Enables dialoguer ^0.10

tokio cli