Cargo Features

[dependencies]
debuginfod = { version = "0.2.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 dirs and tempfile

tracing

Enable support for emitting traces.

Enables tracing