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 wheneverift-webhook
is added without
somewhere in the dependency tree.default-features = false - 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?