Cargo Features
minidump-unwind has no features set by default.
[dependencies]
minidump-unwind = { version = "0.22.2", 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.