Cargo Features

[dependencies]
bare_err_tree = { version = "0.3.3", default-features = false, features = ["derive", "derive_alloc", "source_line", "tracing", "boxed_tracing", "anyhow", "eyre", "unix_color"] }
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 derive_alloc?

Enables bare_err_tree_proc

derive_alloc = derive

Enables alloc of bare_err_tree_proc

heap_buffer source_line
tracing boxed_tracing?

Enables tracing-core and tracing-error

boxed_tracing = tracing
anyhow

Enables anyhow

eyre

Enables eyre

unix_color

bare_err_tree has 9 features without comments.