Cargo Features
cli_utils_hoijui has no features set by default.
[dependencies]
cli_utils_hoijui = { version = "0.9.2", features = ["logging", "std_error", "url_parse_error"] }
- logging
-
Allow to reduce dependencies,
if logging/tracing is not required.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 required.Enables thiserror
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 required.Enables url