Cargo Features

[dependencies]
pox = { version = "0.2.0", default-features = false, features = ["locator", "monitor", "rc", "vector", "gadget"] }
default = gadget, locator, monitor, rc, vector

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

locator default vector

Enables elf, libloading, proc-maps, and retour

retour:

plain detour doesn't work on latest nightly? idk

Affects pox::locators

monitor default vector

Enables tracing-subscriber

Affects pox::monitor

rc default vector

Enables nix ^0.27

Affects pox::rc

vector default = locator, monitor, rc

Enables clap

Required by the vector binary

gadget default

Enables clap