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 whenever github-webhooks is added without default-features = false somewhere in the dependency tree.

axum default

Enables axum ^0.6, headers ^0.3.8, and http ^0.2.9

github-webhooks has 2 features without comments.