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 wheneverbare_err_tree
is added without
somewhere in the dependency tree.default-features = false - 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.