Cargo Features

[dependencies]
minidump-processor = { version = "0.21.1", default-features = false, features = ["debuginfo", "disasm_amd64", "http", "mozilla_cab_symbols"] }
debuginfo

Allows retrieval of symbols from debug info.

Enables debuginfo of minidump-unwind

default = disasm_amd64

The disasm_amd64 feature is set by default whenever minidump-processor is added without default-features = false somewhere in the dependency tree.

disasm_amd64 default = yaxpeax-x86

Allow disassembling of AMD64 instructions

http

Allows retrieval of symbol files via HTTP

Enables http of minidump-unwind

mozilla_cab_symbols

Allows retrieval of CABed symbol files from mozilla servers

Enables mozilla_cab_symbols of breakpad-symbols

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.

yaxpeax-x86 disasm_amd64