Cargo Features

[dependencies]
symcc_libafl = { version = "0.12.0", default-features = false, features = ["build", "clone"] }
default = build, clone

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

build default = cmake, which

common functionality to build symcc

clone default = which

common functionality to check out the symcc repo using git

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.

which build clone

Enables which ^4.4

cmake build