Cargo Features

rotonda-store has no features set by default.

[dependencies]
rotonda-store = { version = "0.3.0", features = ["cli"] }
cli = ansi_term, csv, rustyline

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

ansi_term cli?
rustyline cli?

Enables rustyline ^13

csv cli?