Cargo Features

[dependencies]
cew = { version = "0.6.0", default-features = false, features = ["track-caller", "capture-spantrace", "issue-url", "piping", "color-eyre"] }
default = block-on, capture-spantrace, color-eyre, piping, track-caller

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

track-caller default

Enables track-caller of optional color-eyre

capture-spantrace default

Enables capture-spantrace of optional color-eyre

issue-url

Enables issue-url of optional color-eyre

block-on piping 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.

color-eyre default