Cargo Features
[dependencies]
extension-eyre = { version = "0.1.4", default-features = false, features = ["capture-spantrace", "issue-url", "track-caller"] }
- default = capture-spantrace, track-caller
-
These default features are set whenever
extension-eyre
is added without
somewhere in the dependency tree.default-features = false - capture-spantrace default = tracing-error
-
Enables color-spantrace of color-eyre
- issue-url
-
Enables issue-url of color-eyre
Affects
config::IssueFilterCallback
,extension-eyre::ErrorKind
… - track-caller default
-
Enables capture-spantrace and track-caller of color-eyre
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.