Cargo Features

breakpad-symbols has no features set by default.

[dependencies]
breakpad-symbols = { version = "0.21.1", features = ["fuzz", "http", "mozilla_cab_symbols"] }
fuzz

Private API, only here to support the fuzzer

Affects breakpad-symbols::fuzzing_private_exports, walker::eval_win_expr_for_fuzzer

http mozilla_cab_symbols? = reqwest, tempfile

Allow retrieval of symbols via HTTP

Affects breakpad-symbols::http

mozilla_cab_symbols = cab, http

Affects http::unpack_cabinet_file

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.

cab mozilla_cab_symbols?

Enables cab ^0.5.0

reqwest http?

Enables reqwest ^0.11.6

tempfile http?