Cargo Features

[dependencies]
bare_err_tree = { version = "0.8.0", default-features = false, features = ["derive", "source_line", "tracing", "boxed", "anyhow", "eyre", "json"] }
default = derive

The derive feature is set by default whenever bare_err_tree is added without default-features = false somewhere in the dependency tree.

derive default

Enables bare_err_tree_proc

heap_buffer source_line
tracing

Enables tracing-core and tracing-error

boxed
anyhow

Enables anyhow

eyre

Enables eyre

unix_color json

bare_err_tree has 8 features without comments.