Cargo Features

tanoshi-util has no features set by default.

[dependencies]
tanoshi-util = { version = "0.3.0", features = ["host"] }
host = ureq

Affects http::http_request, log::print_debug, log::print_error, log::print_info, log::print_trace, log::print_warn

__test = ureq

internal feature used for testing (do not rely on this!):

Affects http::http_request, log::print_debug, log::print_error, log::print_info, log::print_trace, log::print_warn

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.

ureq __test? host?