Cargo Features

[dependencies]
dump_syms = { version = "2.3.1", default-features = false, features = ["cli", "http"] }
default = cli, http

These default features are set whenever dump_syms is added without default-features = false somewhere in the dependency tree.

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.

clap cli
futures http
reqwest http

Enables reqwest ^0.11

simplelog cli
tokio http