Cargo Features
[dependencies]
F80A18 = { version = "0.0.0", default-features = false, features = ["webhooks", "async"] }
- default = webhooks
-
The
webhooks
feature is set by default wheneverF80A18
is added without
somewhere in the dependency tree.default-features = false - webhooks default = hmac, sha2
-
Affects
event::Webhook
… - async
-
TODO: Deprecate
async
after we can use Generic Associated Types (see https://github.com/rust-lang/rust/issues/44265)Affects
F80A18::r#async
…
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.