Cargo Features

[dependencies]
debuginfod = { version = "0.1.0", default-features = false, features = ["fs-cache", "tracing"] }
default = fs-cache

The fs-cache feature is set by default whenever debuginfod is added without default-features = false somewhere in the dependency tree.

fs-cache default

Enable support for file system based caching.

Enables tempfile

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust