Cargo Features

K2vClient has no features set by default.

[dependencies]
k2v-client = { version = "0.0.4", features = ["cli"] }
cli = clap, format_table, tracing, tracing-subscriber

Enables io-std of tokio

tokio:

stdin, stdout, stderr

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

clap cli?

Enables clap

cli deps

format_table cli?
tracing cli?
tracing-subscriber cli?