Cargo Features

[dependencies]
cew = { version = "0.9.0", default-features = false, features = ["track-caller", "capture-spantrace", "issue-url", "piping", "tracing", "color-eyre"] }
default = block-on, capture-spantrace, color-eyre, piping, thiserror, tracing, 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
tracing default = thiserror, tracing-subscriber

Enables tracing

Affects cew::tracing

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
thiserror default tracing

Enables thiserror ^1.0.61

tracing-subscriber tracing