Cargo Features

minidump-unwind has no features set by default.

[dependencies]
minidump-unwind = { version = "0.21.1", features = ["debuginfo", "debuginfo-symbols", "debuginfo-unwind", "http"] }
debuginfo = debuginfo-symbols

Alias for debuginfo-symbols.

debuginfo-symbols debuginfo? = debuginfo-unwind, futures-util, wholesym

Allows unwinding and retrieval of symbols from debug info.

debuginfo-unwind debuginfo-symbols? = cachemap2, framehop, memmap2, object

Allows unwinding from debug info.

Affects symbols::debuginfo

http

Allows retrieval of symbol files via HTTP

Enables http of breakpad-symbols

Affects symbols::http_symbol_supplier

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.

cachemap2 debuginfo-unwind?
framehop debuginfo-unwind?

Enables framehop ^0.9

futures-util debuginfo-symbols?
memmap2 debuginfo-unwind?
object debuginfo-unwind?

Enables object ^0.32

wholesym debuginfo-symbols?

Enables wholesym ^0.4