Cargo Features

httpc-test has no features set by default.

[dependencies]
httpc-test = { version = "0.1.9", features = ["color-output"] }
color-output = colored, colored_json, url

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.

colored color-output?
colored_json color-output?

Enables colored_json ^4.1

url color-output?