Cargo Features
[dependencies]
github-webhooks = { version = "0.1.0-alpha.0", default-features = false, features = ["axum"] }
- default = axum
-
The
axum
feature is set by default whenevergithub-webhooks
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables axum ^0.6, headers ^0.3.8, and http ^0.2.9
github-webhooks has 2 features without comments.