Cargo Features

credent_cli has no features set by default.

[dependencies]
credent_cli = { version = "0.4.1", features = ["backend-smol", "backend-tokio"] }
backend-smol = smol

Enables backend-smol of credent_cli_model

backend-tokio = tokio

Enables backend-tokio of credent_cli_model, io-std, io-util and rt of tokio

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.

smol backend-smol?

Enables smol ^1.2.5

tokio backend-tokio?