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