Cargo Features

[dependencies]
yara-sys = { version = "0.25.0", default-features = false, features = ["bundled-4_5_0", "vendored", "module-magic", "module-dex", "module-debug-dex", "module-hash", "profiling", "ndebug", "yara-static", "bindgen"] }
default = bindgen, module-dex, module-dotnet, module-hash, module-macho, ndebug

These default features are set whenever yara-sys is added without default-features = false somewhere in the dependency tree.

bundled-4_5_0
vendored = cc, fs_extra, glob
module-cuckoo module-magic
module-macho module-dex default
module-debug-dex
module-dotnet module-hash default
profiling
ndebug default
openssl-static yara-static

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.

bindgen build default

Enables bindgen ^0.68

cc build vendored?
glob build vendored?
fs_extra build vendored?