Cargo Features

[dependencies]
konarr-cli = { version = "0.2.4", default-features = false, features = ["database", "tasks", "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 tasks?

Database

Enables geekorm ^0.7, libsql, models of konarr

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

tasks = database

Tasks

Enables tasks and tools-grypedb of konarr

Affects cli::tasks

agent default

Agent

Enables client, docker and tools of konarr and bollard

Docker API

and openssl

OpenSSL