Cargo Features
cli_utils_hoijui has no features set by default.
[dependencies]
cli_utils_hoijui = { version = "0.9.0", features = ["logging", "std_error", "url_parse_error"] }
- logging
-
Allow to reduce dependencies,
if logging/tracing is not requried.Enables log, tracing, and tracing-subscriber
Affects
cli_utils_hoijui::logging
… - std_error url_parse_error?
-
Allow to reduce dependencies, if the
std_errors::Error
enum is not requried.Enables thiserror ^1.0
Affects
cli_utils_hoijui::std_error
… - url_parse_error = std_error
-
Allow to reduce dependencies, if the
std_errors::Error::InvalidUrl
enum variant is not requried.Enables url