Cargo Features
[dependencies]
dump_syms = { version = "2.3.4", default-features = false, features = ["cli", "http"] }
- default = cli, http
-
These default features are set whenever
dump_syms
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, simplelog
-
Feature needed when building the dump_syms executable
Required by the binary
- http default = futures, reqwest, tokio
-
Feature for allowing retrieval of symbols via HTTP
Affects
dump_syms::cache
,utils::get_pe_pdb_buf
…
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.