Cargo Features
[dependencies]
symcc_libafl = { version = "0.13.2", default-features = false, features = ["build", "clone"] }
- default = build, clone
-
These default features are set whenever
symcc_libafl
is added without
somewhere in the dependency tree.default-features = false - 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.