Cargo Features

iqhttp has no features set by default.

[dependencies]
iqhttp = { version = "0.2.0", features = ["json", "proxy"] }
json = serde, serde_json
proxy = hyper-proxy

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.

hyper-proxy proxy?

Enables hyper-proxy

optional dependencies
carefully vet changes before bumping version

serde json?

Affects iqhttp::serializers

serde_json json?