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 wheneverdebuginfod
is added without
somewhere in the dependency tree.default-features = false - fs-cache default
-
Enable support for file system based caching.
- tracing
-
Enable support for emitting traces.
Enables tracing