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
emulationfeature is set by default wheneverwreq-utilis added withoutsomewhere in the dependency tree.default-features = false - 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.