Cargo Features

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

Enables tracing-core and tracing-error

anyhow

Enables anyhow

eyre

Enables eyre

bare_err_tree has 7 features without comments.