Cargo Features

xgadget has no features set by default.

[dependencies]
xgadget = { version = "0.11.1", features = ["cli-bin"] }
cli-bin = checksec, checksec_goblin, clap, color-eyre, lazy_static, memmap, num-format, num_cpus, regex, tabled, term_size

Affects fess::gen_fess_tbl, xgadget::fess

Required by the binary

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.

lazy_static cli-bin?

Enables lazy_static

CLI deps

clap cli-bin?
num_cpus cli-bin?
regex cli-bin?
term_size cli-bin?
checksec cli-bin?
checksec_goblin cli-bin?

Enables goblin ^0.5

TODO: temp duplicate until checksec upgrades its goblin dep version

memmap cli-bin?
num-format cli-bin?
tabled cli-bin?

Enables tabled ^0.14

color-eyre cli-bin?