Cargo Features

[dependencies]
es4forensics = { version = "0.5.1", default-features = false, features = ["cli", "futures"] }
default = cli

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

cli default = clap, clap-verbosity-flag, elasticsearch, tokio

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

elasticsearch cli

Enables elasticsearch ^8.4.0-alpha.1

requires libssl-dev

tokio cli
futures implicit feature
clap cli
clap-verbosity-flag cli