Cargo Features

[dependencies]
srun = { version = "0.0.7", default-features = false, features = ["cli"] }
default = cli

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

cli default = anyhow, clap, env_logger, serde_yaml, tokio

Required by the binary

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.0.0-beta.5

env_logger cli

Enables env_logger ^0.9

serde_yaml cli

Enables serde_yaml ^0.8

tokio cli