Cargo Features

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

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

bindgen default

Enables bindgen of yara-sys

bundled-4_5_0

Enables bundled-4_5_0 of yara-sys

vendored

Enables vendored of yara-sys

module-cuckoo

Enables module-cuckoo of yara-sys

module-magic

Enables module-magic of yara-sys

module-macho default

Enables module-macho of yara-sys

module-dex default

Enables module-dex of yara-sys

module-debug-dex

Enables module-debug-dex of yara-sys

module-dotnet default

Enables module-dotnet of yara-sys

module-hash default

Enables module-hash of yara-sys

profiling

Enables profiling of yara-sys

ndebug default

Enables ndebug of yara-sys

openssl-static

Enables openssl-static of yara-sys

yara-static

Enables yara-static of yara-sys

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework