Cargo Features

Konarr has no features set by default.

[dependencies]
konarr = { version = "0.1.0", features = ["models", "tools", "client", "websocket", "docker"] }
models

Database / Models

Enables geekorm and libsql

Affects konarr::models

tools = client

Tools

Enables tokio

Runtime

Affects konarr::tools

client tools?

Client

Enables openssl, reqwest, and tokio

reqwest:

Web Client

Affects konarr::client

websocket
docker

Enables bollard

Docker