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 whenever cbe_rbpf is added without default-features = false somewhere in the dependency tree.

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.

gdbstub debugger?

Enables gdbstub ^0.6.2

libc jit
winapi jit
arbitrary fuzzer-not-safe-for-production?