Cargo Features

MalwareDB has no features set by default.

[dependencies]
malwaredb = { version = "0.0.9", features = ["admin", "admin-gui", "sqlite", "vt", "zlibng"] }
admin

Enables walkdir and zip, chrono, dialoguer, and flate2, admin of malwaredb-server

admin-gui

Enables slint and slint-build, executor of futures, admin of malwaredb-server

sqlite

Enables sqlite of malwaredb-server

vt

Enables malwaredb-virustotal, vt of malwaredb-server

Affects config::Config.vt_api_key, run::Run.send_files_to_vt

zlibng

Enables zlibng of malwaredb-server

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.

futures admin-gui?