Cargo Features

Yatotp has no features set by default.

[dependencies]
yatotp = { version = "0.3.1", features = ["cli"] }
cli = dialoguer, structopt

Required by the yatotp-cli 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.

dialoguer cli?

Enables dialoguer ^0.9

structopt cli?