Cargo Features

[dependencies]
color-eyre = { version = "0.6.3", default-features = false, features = ["capture-spantrace", "issue-url", "track-caller"] }
default = capture-spantrace, track-caller

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

capture-spantrace default = color-spantrace, tracing-error
issue-url = url

Affects config::IssueFilterCallback, color-eyre::ErrorKind

track-caller default

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.

tracing-error capture-spantrace
color-spantrace capture-spantrace
url issue-url?