Cargo Features

[dependencies]
konarr-cli = { version = "0.1.0", default-features = false, features = ["database", "agent"] }
default = agent

The agent feature is set by default whenever konarr-cli is added without default-features = false somewhere in the dependency tree.

database

Database

Enables geekorm, libsql ^0.5, models of konarr

Affects cli::database, cli::display, cli::index, cli::search, cli::Arguments.database_url

agent default

Agent

Enables client, docker and tools of konarr and bollard

Docker API

and openssl

OpenSSL