Cargo Features
[dependencies]
panda-re = { version = "0.48.0", default-features = false, features = ["libpanda", "syscall-injection", "x86_64", "i386", "arm", "aarch64", "ppc", "mips", "mipsel", "mips64", "mips64el"] }
- default = syscall-injection, x86_64
-
These default features are set whenever
panda-re
is added without
somewhere in the dependency tree.default-features = false - 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
… - mips64el
-
Enables mips64el 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