Cargo Features
[dependencies]
command-error = { version = "0.6.0", default-features = false, features = ["miette", "tracing", "process-wrap"] }
- default = process-wrap
-
The
process-wrap
feature is set by default whenevercommand-error
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- miette implicit feature
-
Enables miette
miette:
Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust
- process-wrap default