Cargo Features

[dependencies]
panda-re = { version = "0.46.2", default-features = false, features = ["libpanda", "syscall-injection", "x86_64", "i386", "arm", "aarch64", "ppc", "mips", "mipsel", "mips64"] }
default = syscall-injection, x86_64

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

libpanda

Enables libpanda of panda-re-sys

syscall-injection default = async-trait, dashmap, log, parking_lot

Affects panda-re::syscall_injection

x86_64 default

Architectures

Enables x86_64 of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

i386

Enables i386 of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

arm

Enables arm of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

aarch64

Enables aarch64 of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

ppc

Enables ppc of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

mips

Enables mips of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

mipsel

Enables mipsel of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

mips64

Enables mips64 of panda-re-macros and panda-re-sys

Affects regs::Reg, utils::CPUArchPtr

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.

async-trait syscall-injection

Enables async-trait

syscall-injection

parking_lot syscall-injection

Enables parking_lot ^0.11

dashmap syscall-injection

Enables dashmap ^4

log syscall-injection