Cargo Features

[dependencies]
wreq-util = { version = "3.0.0-rc.10", default-features = false, features = ["emulation", "emulation-serde", "emulation-rand", "emulation-compression", "tower-delay"] }
default = emulation

The emulation feature is set by default whenever wreq-util is added without default-features = false somewhere in the dependency tree.

emulation default emulation-rand?

Enables typed-builder

Affects wreq-util::emulation

emulation-serde

Enables serde

emulation-rand = emulation

Enables strum and strum_macros

emulation-compression
tower-delay

Enables pin-project-lite, tower, time of tokio

Affects tower::delay

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.

tokio tower-delay?