Cargo Features

[dependencies]
F80A18 = { version = "0.0.0", default-features = false, features = ["webhooks", "async"] }
default = webhooks

The webhooks feature is set by default whenever F80A18 is added without default-features = false somewhere in the dependency tree.

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.

hmac webhooks

Enables hmac ^0.6

Webhook support

sha2 webhooks

Enables sha2 ^0.7