Cargo Features
[dependencies]
jupnet-jbpf = { version = "0.10.0", default-features = false, features = ["jit", "jit-enable-host-stack-frames", "fuzzer-not-safe-for-production", "debugger", "shuttle-test"] }
- default = jit
-
The
jit
feature is set by default wheneverjupnet-jbpf
is added without
somewhere in the dependency tree.default-features = false - jit default jit-enable-host-stack-frames? = libc, winapi
-
Affects
jupnet-jbpf::jit
… - jit-enable-host-stack-frames = jit
- fuzzer-not-safe-for-production = arbitrary
- debugger = gdbstub
-
Affects
interpreter::DebugState
,jupnet-jbpf::debugger
,vm::EbpfVm.debug_port
… - shuttle-test
-
Enables shuttle ^0.7.1
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 not win jit
- winapi win jit
- arbitrary fuzzer-not-safe-for-production?