Cargo Features

[dependencies]
ntfy = { version = "0.7.0", default-features = false, features = ["async", "blocking"] }
default = async

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

async default

Enables reqwest

blocking

Enables ureq

Ntfy has 3 features without comments.