Cargo Features

[dependencies]
falcon = { version = "0.5.5", default-features = false, features = ["thread_safe", "capstone4", "static", "il-expression-ashr"] }
default = capstone4

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

thread_safe

Affects falcon::RC

capstone4 default

Enables capstone4 of falcon_capstone

static

Enables static of falcon_capstone

il-expression-ashr