Cargo Features

[dependencies]
ift-webhook = { version = "0.2.8", default-features = false, features = ["blocking", "non-blocking", "delay"] }
default = blocking

The blocking feature is set by default whenever ift-webhook is added without default-features = false somewhere in the dependency tree.

blocking default = ureq

Affects ift-webhook::IftWHClient

non-blocking delay? = reqwest

Affects ift-webhook::AsyncIftWHClient

delay = non-blocking, tokio

Affects ift-webhook::DelayResultHandler

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.

reqwest non-blocking?

Enables reqwest ^0.11.2

ureq blocking
tokio delay?