Cargo Features

[dependencies]
cartes_rbpf = { version = "0.6.0", default-features = false, features = ["fuzzer-not-safe-for-production", "jit", "debugger"] }
default = jit

The jit feature is set by default whenever cartes_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, cartes_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?