Cargo Features

Konarr has no features set by default.

[dependencies]
konarr = { version = "0.2.4", features = ["tasks", "models", "tools", "tools-grypedb", "client", "websocket", "docker"] }
tasks

Enables tokio and tokio_schedule

tokio:

Runtime

Affects konarr::tasks

models tools-grypedb?

Database / Models

Enables geekorm and libsql

Affects konarr::models, grypedb::GrypeDatabaseEntry, grypedb::GrypeId, grypedb::GrypeVulnerability, grypedb::GrypeVulnerabilityMetadata

tools tools-grypedb? = client

Tools

Enables tokio

Affects konarr::tools

tools-grypedb = models, tools

Enables flate2, hex, and tar

Affects utils::grypedb

client tools?

Client

Enables openssl, reqwest, and tokio

reqwest:

Web Client

Affects konarr::client

websocket
docker

Enables bollard

Docker