Cargo Features
[dependencies]
webhook = { version = "2.1.2", default-features = false, features = ["full", "client", "models"] }
- default = client
-
The
client
feature is set by default wheneverwebhook
is added without
somewhere in the dependency tree.default-features = false - full = client, models
- client default full? = hyper, hyper-tls
-
Affects
webhook::client
… - models full?
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 client
-
Enables hyper ^0.14.16
- hyper-tls client
-
Enables hyper-tls ^0.5.0