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