Cargo Features
[dependencies]
cbe_rbpf = { version = "0.2.38", default-features = false, features = ["fuzzer-not-safe-for-production", "jit", "debugger"] }
- default = jit
-
The
jit
feature is set by default whenevercbe_rbpf
is added without
somewhere in the dependency tree.default-features = false - fuzzer-not-safe-for-production = arbitrary
- jit default = libc, winapi
- debugger = gdbstub
-
Affects
interpreter::DebugState
,cbe_rbpf::debugger
,vm::EbpfVm.debug_port
…
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.