Cargo Features

NKEYS has no features set by default.

[dependencies]
nkeys = { version = "0.4.1", features = ["cli", "xkeys"] }
cli = env_logger, exitfailure, quicli, serde_json, structopt, term-table
xkeys

Enables crypto_box

For xKeys support

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.

quicli cli?

Enables quicli

CLI Dependencies

structopt cli?
term-table cli?
exitfailure cli?
env_logger cli?

Enables env_logger ^0.9

serde_json cli?